/*
Theme Name: MHT Light
Theme URI: https://myhometurf.com.au/
Author: My Home Turf
Description: A lightweight block theme built for fast, accessible WordPress publishing with full Site Editor support.
Requires at least: 6.6
Tested up to: 6.9
Requires PHP: 7.2
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mht-light
Tags: block-patterns, full-site-editing, editor-style, custom-colors, custom-logo, featured-images, wide-blocks, accessibility-ready, blog, e-commerce
*/

html {
	scroll-behavior: smooth;
	overflow-x: clip;
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	overflow-x: clip;
}

a {
	text-underline-offset: 0.16em;
	text-decoration-thickness: 1px;
}

:where(.wp-site-blocks *:focus-visible) {
	outline: 2px solid var(--wp--preset--color--accent);
	outline-offset: 4px;
}

:where(h1, h2, h3, h4, h5, h6, p, blockquote, figcaption) {
	text-wrap: pretty;
}

:where(pre) {
	overflow-x: auto;
}

.wp-block-navigation__responsive-container.is-menu-open {
	padding: var(--wp--preset--spacing--50);
}

.wp-block-query-pagination {
	gap: var(--wp--preset--spacing--30);
}

.wp-block-query-pagination a,
.wp-block-post-terms a {
	text-decoration: none;
}

.wp-block-button .wp-block-button__link {
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.wp-block-button .wp-block-button__link:hover {
	transform: translateY(-1px);
}

.wp-block-post-featured-image img {
	border-radius: 8px;
}

.wp-block-search__button {
	border-radius: 999px;
}

.mht-skip-link {
	background: #ffffff;
	border: 1px solid var(--wp--preset--color--primary);
	border-radius: 8px;
	color: var(--wp--preset--color--primary);
	left: 16px;
	padding: 0.75rem 1rem;
	position: absolute;
	top: -120px;
	z-index: 1000;
}

.mht-skip-link:focus {
	top: 16px;
}

/* Shared theme tokens. Keep these available to block-template pages such as Cart,
   which do not use the homepage's .mht-home wrapper. */
:root,
.mht-home {
	--mht-green: #154734;
	--mht-green-dark: #0d2e22;
	--mht-lime: #84bd00;
	--mht-layer-menu: 2147483000;
	--mht-muted-bg: #f3f5f7;
	--mht-turf-pale: #d4e8da;
	--mht-text: #1a1a1a;
	--mht-muted-text: #666666;
	--mht-container-max: 1280px;
	--mht-container-gutter: 24px;
	--mht-mobile-gutter: 20px;
	--mht-section-y: 80px;
	--mht-mobile-section-y: 40px;
	--mht-card-radius: 12px;
	--mht-card-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
	background: #ffffff;
	color: var(--mht-text);
	font-family: "Montserrat", var(--wp--preset--font-family--system-sans);
	line-height: 1.35;
	overflow-x: clip;
}

.mht-home:not(body) {
	margin-left: calc(var(--wp--style--root--padding-left, 0px) * -1);
	margin-right: calc(var(--wp--style--root--padding-right, 0px) * -1);
}

.mht-home *,
.mht-home *::before,
.mht-home *::after {
	box-sizing: border-box;
}

.mht-home a {
	color: inherit;
	text-decoration: none;
}

.mht-home .mht-button:not(.mht-button--ghost),
.mht-home .mht-button:not(.mht-button--ghost):visited,
.mht-home .mht-button:not(.mht-button--ghost):hover,
.mht-home .mht-button:not(.mht-button--ghost):focus,
.mht-home .mht-button:not(.mht-button--ghost):active {
	color: #ffffff;
	-webkit-text-fill-color: #ffffff;
}

.mht-home .mht-button--ghost,
.mht-home .mht-button--ghost:visited {
	color: inherit;
	-webkit-text-fill-color: currentColor;
}

.mht-home .wp-block-button__link {
	color: #ffffff;
	-webkit-text-fill-color: #ffffff;
}

.mht-container {
	margin-inline: auto;
	max-width: var(--mht-container-max);
	width: min(calc(100% - (var(--mht-container-gutter) * 2)), var(--mht-container-max));
}

.mht-home__header {
	background: #ffffff;
	box-shadow: 0 2px 12px rgba(26, 26, 26, 0.08);
	height: 80px;
	position: relative;
	z-index: var(--mht-layer-menu);
}

.mht-home__header-inner {
	align-items: center;
	display: flex;
	gap: 32px;
	height: 80px;
	justify-content: space-between;
	padding: 0 0;
}

.mht-logo {
	align-items: center;
	display: inline-flex;
	height: auto;
	justify-content: center;
	width: 180px;
}

.mht-logo img {
	display: block;
	height: auto;
	max-height: 72px;
	object-fit: contain;
	width: 100%;
}

.mht-nav,
.mht-header-actions {
	align-items: center;
	display: flex;
	gap: 32px;
}

.mht-nav {
	font-size: 14px;
	font-weight: 700;
}

.mht-header-actions {
	gap: 16px;
}

.mht-mobile-header-actions {
	display: none;
}

/* Keep shared header controls centered when rendered from block templates. */
.mht-home__header-inner > .mht-logo,
.mht-home__header-inner > .mht-nav,
.mht-home__header-inner > .mht-header-actions {
	align-self: center;
}

.mht-home__header-inner a,
.mht-home__footer a {
	text-decoration: none;
}

.mht-home__header-inner .mht-nav a,
.mht-home__header-inner .mht-header-actions > * {
	align-items: center;
	display: inline-flex;
	min-height: 44px;
}

.mht-mobile-menu {
	display: none;
	position: relative;
	z-index: var(--mht-layer-menu);
}

.mht-mobile-menu__toggle {
	align-items: center;
	background: #ffffff;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	cursor: pointer;
	display: inline-flex;
	flex-direction: column;
	gap: 5px;
	height: 44px;
	justify-content: center;
	list-style: none;
	width: 44px;
}

.mht-mobile-menu__toggle::-webkit-details-marker {
	display: none;
}

.mht-mobile-menu__toggle span {
	background: var(--mht-green);
	border-radius: 999px;
	display: block;
	height: 2px;
	width: 20px;
}

.mht-mobile-menu__panel {
	background: #ffffff;
	border: 1px solid #e0e0e0;
	border-radius: 10px;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
	display: none;
	flex-direction: column;
	gap: 0;
	min-width: 160px;
	padding: 6px;
	position: absolute;
	right: 0;
	top: calc(100% + 8px);
	z-index: var(--mht-layer-menu);
}

.mht-mobile-menu[open] .mht-mobile-menu__panel {
	display: flex;
}

.mht-mobile-menu__panel a {
	align-items: center;
	border-radius: 6px;
	color: var(--mht-green);
	display: flex;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	min-height: 34px;
	padding: 8px 10px;
	white-space: nowrap;
}

.mht-mobile-menu__panel a:hover,
.mht-mobile-menu__panel a:focus-visible {
	background: var(--mht-muted-bg);
}

.mht-icon-link {
	align-items: center;
	display: inline-flex;
	height: 44px;
	justify-content: center;
	width: 44px;
}

.mht-button {
	align-items: center;
	border-radius: 8px;
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0;
	justify-content: center;
	min-height: 48px;
	padding: 0 18px;
	color: #ffffff;
	white-space: nowrap;
}

.mht-button--primary,
.mht-button--small,
.mht-button--full,
.mht-button--dark {
	background: var(--mht-green);
	color: #ffffff;
}

.mht-button--small {
	font-size: 13px;
	min-height: 40px;
	padding-inline: 16px;
}

.mht-button--full {
	box-sizing: border-box;
	font-size: 13px;
	height: 44px;
	line-height: 1;
	text-align: center;
	width: 100%;
}

.mht-button--accent {
	background: var(--mht-lime);
	color: #ffffff;
}

.mht-button--ghost {
	background: transparent;
	border: 1.5px solid #ffffff;
	color: #ffffff;
}

.mht-button,
.mht-outline-link,
.mht-icon-link,
.mht-carousel__nav,
.mht-action-card,
.mht-variety-card,
.mht-article-card,
.mht-logo {
	transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
}

.mht-button:hover,
.mht-button:focus-visible {
	transform: translateY(-1px);
}

.mht-button--primary:hover,
.mht-button--small:hover,
.mht-button--full:hover,
.mht-button--dark:hover,
.mht-button--primary:focus-visible,
.mht-button--small:focus-visible,
.mht-button--full:focus-visible,
.mht-button--dark:focus-visible {
	background: var(--mht-green-dark);
}

.mht-button--accent:hover,
.mht-button--accent:focus-visible {
	background: #6f9f00;
}

.mht-button--ghost:hover,
.mht-button--ghost:focus-visible {
	background: rgba(255, 255, 255, 0.12);
	border-color: #ffffff;
}

.mht-home__header .mht-button,
.mht-home__footer .mht-button,
.mht-home__header .mht-button:visited,
.mht-home__footer .mht-button:visited,
.mht-home__header .mht-button:hover,
.mht-home__footer .mht-button:hover,
.mht-home__header .mht-button:focus,
.mht-home__footer .mht-button:focus,
.mht-home__header .mht-button:active,
.mht-home__footer .mht-button:active {
	color: #ffffff;
	-webkit-text-fill-color: #ffffff;
}

.mht-home__header .mht-button--primary,
.mht-home__header .mht-button--small,
.mht-home__header .mht-button--full,
.mht-home__header .mht-button--dark,
.mht-home__footer .mht-button--primary,
.mht-home__footer .mht-button--small,
.mht-home__footer .mht-button--full,
.mht-home__footer .mht-button--dark {
	background: var(--mht-green);
	color: #ffffff;
}

.mht-outline-link:hover,
.mht-outline-link:focus-visible {
	background: var(--mht-green);
	color: #ffffff;
}

.mht-icon-link:hover,
.mht-icon-link:focus-visible {
	color: var(--mht-lime);
	transform: translateY(-1px);
}

.mht-icon {
	background-color: currentColor;
	display: inline-block;
	height: 1em;
	-webkit-mask-image: var(--mht-icon-url);
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-image: var(--mht-icon-url);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	width: 1em;
}

.mht-icon--search {
	color: var(--mht-green);
	font-size: 22px;
	--mht-icon-url: url("assets/icons/search.svg");
}

.mht-cart-menu {
	color: var(--mht-green);
	position: relative;
}

.mht-icon--cart {
	font-size: 22px;
	--mht-icon-url: url("assets/icons/cart.svg");
}

.mht-cart-menu__count {
	align-items: center;
	background: var(--mht-lime);
	border: 2px solid #fff;
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 10px;
	font-weight: 800;
	height: 18px;
	justify-content: center;
	line-height: 1;
	min-width: 18px;
	padding: 0 4px;
	position: absolute;
	right: 1px;
	top: 1px;
}

.mht-cart-menu__count[hidden] {
	display: none;
}

.mht-icon--icon-button {
	background-color: transparent;
	background-image: url("assets/icons/icon-button.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	font-size: 48px;
	-webkit-mask-image: none;
	mask-image: none;
}

.mht-icon--leaf { --mht-icon-url: url("assets/icons/leaf.svg"); }
.mht-icon--supplier { --mht-icon-url: url("assets/icons/supplier.svg"); }
.mht-icon--quote { --mht-icon-url: url("assets/icons/quote.svg"); }
.mht-icon--delivery { --mht-icon-url: url("assets/icons/delivery.svg"); }
.mht-icon--shade { --mht-icon-url: url("assets/icons/shade.svg"); }
.mht-icon--maintenance { --mht-icon-url: url("assets/icons/maintenance.svg"); }
.mht-icon--drought { --mht-icon-url: url("assets/icons/drought.svg"); }
.mht-icon--wear { --mht-icon-url: url("assets/icons/wear.svg"); }
.mht-icon--check { --mht-icon-url: url("assets/icons/check.svg"); }
.mht-icon--location { --mht-icon-url: url("assets/icons/location.svg"); }
.mht-icon--calculator { --mht-icon-url: url("assets/icons/calculator.svg"); }

.mht-hero {
	align-items: center;
	background: var(--mht-green-dark);
	color: #ffffff;
	display: flex;
	justify-content: center;
	min-height: 680px;
	overflow: hidden;
	padding: 96px 24px;
	position: relative;
	text-align: center;
}

.mht-hero__video,
.mht-hero__overlay {
	inset: 0;
	position: absolute;
}

.mht-hero__video {
	height: 100%;
	object-fit: cover;
	width: 100%;
	z-index: 0;
}

.mht-hero__overlay {
	background: rgba(13, 46, 34, 0.8);
	z-index: 1;
}

.mht-hero__content {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 24px;
	max-width: 720px;
	width: 100%;
	position: relative;
	z-index: 2;
}

.mht-kicker {
	color: var(--mht-lime);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0;
	margin: 0;
}

.mht-hero .mht-kicker {
	font-size: 13px;
}

.mht-home h1,
.mht-home h2,
.mht-home h3,
.mht-home p {
	margin: 0;
}

.mht-home h1 {
	color: #ffffff;
	font-size: 56px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.14;
}

.mht-hero__lead {
	color: rgba(255, 255, 255, 0.82);
	font-size: 18px;
	max-width: 720px;
}

.mht-search-pill {
	position: relative;
	align-items: center;
	background: #ffffff;
	border-radius: 32px;
	display: flex;
	gap: 12px;
	height: 64px;
	margin-top: 0;
	max-width: 400px;
	padding: 8px 64px 8px 24px;
	width: 100%;
}

.mht-postcode-search {
	position: relative;
	width: min(100%, 400px);
}

.mht-postcode-search__clear {
	background: transparent;
	border: 0;
	color: #ffffff;
	cursor: pointer;
	font-size: 13px;
	font-weight: 700;
	margin-top: 8px;
	padding: 0;
}

.mht-postcode-search__menu {
	background: #ffffff;
	border-radius: 10px;
	box-shadow: 0 14px 40px rgba(0, 0, 0, 0.16);
	left: 0;
	margin-top: 10px;
	max-height: 280px;
	overflow: auto;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 5;
}

.mht-postcode-search__option {
	background: #ffffff;
	border: 0;
	border-bottom: 1px solid #edf0ef;
	color: var(--mht-green);
	cursor: pointer;
	display: block;
	font: inherit;
	padding: 12px 16px;
	text-align: left;
	width: 100%;
}

.mht-postcode-search__option:hover,
.mht-postcode-search__option:focus {
	background: var(--mht-muted-bg);
}

.mht-search-pill input {
	-webkit-appearance: none;
	appearance: none;
	background: transparent;
	border: 0;
	color: var(--mht-text);
	flex: 1;
	font: inherit;
	font-size: 14px;
	min-width: 0;
	outline: 0;
	padding-right: 0;
}

.mht-search-pill input[type="search"]::-webkit-search-cancel-button,
.mht-search-pill input[type="search"]::-webkit-search-decoration,
.mht-search-pill input[type="search"]::-ms-clear {
	-webkit-appearance: none !important;
	appearance: none !important;
	display: none !important;
	height: 0;
	opacity: 0;
	pointer-events: none;
	width: 0;
}

.mht-search-pill input::placeholder {
	color: #999999;
	font-size: 14px;
	opacity: 1;
}

.mht-search-pill button {
	align-items: center;
	background: var(--mht-lime);
	border: 0;
	border-radius: 999px;
	cursor: pointer;
	display: inline-flex;
	height: 48px;
	justify-content: center;
	position: absolute;
	right: 8px;
	top: 8px;
	padding: 0;
	width: 48px;
}

.mht-search-pill [data-postcode-clear] {
	display: inline-flex;
	opacity: 1;
	color: #d61f1f;
	right: 60px;
	width: 40px;
	height: 40px;
	background: transparent;
	font-size: 28px;
	line-height: 1;
}

.mht-search-pill [data-postcode-clear][hidden] {
	display: none !important;
}

.mht-search-pill [data-postcode-clear] span {
	display: block;
	transform: translateY(-1px);
}

.mht-quote-page,
.mht-section.mht-quote-page {
	--mht-green: #154734;
	--mht-green-dark: #0d2e22;
	--mht-lime: #84bd00;
	--mht-muted-text: #666666;
	--mht-text: #1a1a1a;
	background: #f3f5f7;
	padding-block: 72px 96px;
}

.mht-quote-page__chrome {
	display: flex;
	flex-direction: column;
	gap: 24px;
	margin-inline: auto;
	max-width: 1440px;
}

.mht-quote-page__eyebrow {
	color: #c0c4c7;
	font-size: 18px;
	padding-left: 80px;
}

.mht-quote-page__grid {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.mht-quote-page__panel {
	margin-inline: auto;
	max-width: 720px;
	width: 100%;
}

.mht-quote-progress {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-bottom: 24px;
}

.mht-quote-progress__step {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 5px;
	flex: 0 0 100px;
	width: 100px;
}

.mht-quote-progress__step small {
	font-size: 10px;
	line-height: 1.2;
	white-space: nowrap;
}

.mht-quote-progress__step span {
	align-items: center;
	background: #e0e0e0;
	border-radius: 999px;
	color: #ffffff;
	display: inline-flex;
	height: 36px;
	justify-content: center;
	width: 36px;
}

.mht-quote-progress__step.is-active span {
	background: var(--mht-green);
}

.mht-quote-progress__step.is-complete span {
	background: var(--mht-lime);
}

.mht-quote-progress__line {
	background: #e0e0e0;
	height: 2px;
	width: 100px;
}

.mht-quote-page__small-tag {
	color: var(--mht-lime);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0;
	margin: 0 0 8px;
}

.mht-quote-page h1,
.mht-quote-page h2 {
	color: var(--mht-green);
	margin: 0;
}

.mht-quote-page h1 {
	font-size: 32px;
}

.mht-quote-page h2 {
	font-size: 28px;
}

.mht-quote-page__lead {
	color: var(--mht-muted-text);
	font-size: 14px;
	line-height: 1.6;
	margin: 6px 0 0;
}

.mht-quote-shell {
	display: none;
}

.mht-quote-form {
	background: #ffffff;
	border-radius: 20px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
	display: flex;
	flex-direction: column;
	gap: 24px;
	padding: 48px;
}

.mht-quote-step {
	display: none;
}

.mht-quote-step.is-active {
	display: block;
}

.mht-quote-field {
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin-top: 18px;
}

.mht-quote-field label {
	color: #1a1a1a;
	font-size: 13px;
	font-weight: 600;
}

.mht-quote-field label span {
	color: #d32f2f;
	font-weight: 700;
}

.mht-quote-row,
.mht-quote-two-col {
	display: flex;
	gap: 24px;
}

.mht-quote-row > *,
.mht-quote-two-col > * {
	flex: 1;
}

.mht-quote-field input,
.mht-quote-field select {
	background: #ffffff;
	border: 1.5px solid #e0e0e0;
	border-radius: 10px;
	box-sizing: border-box;
	font: inherit;
	height: 52px;
	padding: 0 16px;
	width: 100%;
}

.mht-quote-select {
	position: relative;
}

.mht-quote-select.is-loading,
.mht-quote-supplier-list.is-loading {
	opacity: .62;
	pointer-events: none;
}

.mht-quote-supplier-list {
	display: grid;
	gap: 10px;
	margin-top: 16px;
}

.mht-quote-empty {
	color: #666666;
	font-size: 14px;
	margin: 0;
}

.mht-quote-select__icon,
.mht-quote-calculator__icon,
.mht-quote-note__icon {
	display: inline-block;
	height: 18px;
	width: 18px;
}

.mht-quote-select__caret {
	color: #666666;
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
}

.mht-quote-postcode-wrap {
	align-items: center;
	background: #ffffff;
	border: 2px solid var(--mht-green);
	border-radius: 10px;
	display: flex;
	gap: 12px;
	height: 56px;
	padding: 0 16px;
	position: relative;
}

.mht-quote-postcode-wrap input {
	border: 0;
	flex: 1;
	height: 100%;
	min-width: 0;
	outline: 0;
	padding: 0;
}

.mht-quote-postcode-wrap input[type="search"]::-webkit-search-cancel-button,
.mht-quote-postcode-wrap input[type="search"]::-webkit-search-decoration,
.mht-quote-postcode-wrap input[type="search"]::-ms-clear {
	-webkit-appearance: none;
	appearance: none;
	display: none;
}

.mht-quote-postcode-clear {
	color: #d61f1f;
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
}

.mht-quote-postcode-wrap input:focus {
	border: 0;
	box-shadow: none;
	outline: 0;
}

.mht-quote-postcode-submit,
.mht-quote-postcode-clear {
	background: transparent;
	border: 0;
	cursor: pointer;
}

.mht-quote-postcode-submit {
	margin-left: auto;
}

.mht-quote-hint {
	color: #666666;
	font-size: 12px;
	margin: 0;
}

.mht-quote-note {
	align-items: flex-start;
	background: #f3f5f7;
	border-radius: 8px;
	display: flex;
	gap: 8px;
	padding: 12px 16px;
}

.mht-quote-actions {
	align-items: center;
	display: flex;
	gap: 16px;
	margin-top: 20px;
}

.mht-quote-actions.is-single {
	justify-content: flex-start;
}

.mht-quote-step-label {
	color: #666666;
	font-size: 12px;
}

.mht-quote-choice-row {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.mht-quote-choice {
	align-items: center;
	background: #ffffff;
	border: 1.5px solid #e0e0e0;
	border-radius: 10px;
	display: inline-flex;
	font-size: 12px;
	gap: 8px;
	height: 72px;
	justify-content: center;
	min-width: 147px;
	padding: 0 14px;
}

.mht-quote-choice.is-active {
	background: var(--mht-green);
	border-color: var(--mht-green);
	color: #ffffff;
}

.mht-quote-summary,
.mht-quote-review {
	background: #f3f5f7;
	border-radius: 14px;
	padding: 14px 0;
}

.mht-quote-summary {
	padding: 12px 16px;
}

.mht-quote-review__row {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
	padding: 14px 20px;
}

.mht-quote-review__row:nth-child(odd) {
	background: #ffffff;
}

.mht-quote-agree {
	align-items: flex-start;
	display: flex;
	gap: 10px;
	font-size: 12px;
	margin-top: 16px;
}

.mht-quote-submit-row {
	margin-top: 14px;
}

.mht-quote-success {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-inline: auto;
	max-width: 600px;
	padding: 20px 0;
	text-align: center;
}

.mht-quote-success__icon {
	align-items: center;
	background: #e8f5e9;
	border-radius: 999px;
	color: var(--mht-green);
	display: inline-flex;
	font-size: 32px;
	height: 96px;
	justify-content: center;
	width: 96px;
}

.mht-quote-success__box {
	background: #f3f5f7;
	border-radius: 12px;
	padding: 20px 24px;
	text-align: left;
	width: 100%;
}

.mht-quote-success__actions {
	display: flex;
	gap: 12px;
}

.mht-quote-page .mht-button--ghost {
	border-color: var(--mht-green);
	color: var(--mht-green);
}

.mht-quote-page .mht-button--dark {
	background: var(--mht-green);
	color: #ffffff;
}

.mht-quote-page .mht-button--accent {
	background: var(--mht-lime);
	color: #ffffff;
}

.mht-quote-shell {
	margin-top: 32px;
	background: #ffffff;
	border: 1px solid #e6ece9;
	border-radius: 20px;
	padding: 32px;
	box-shadow: 0 20px 50px rgba(15, 29, 24, 0.06);
}

.mht-quote-shell .mht-quote-step {
	display: none;
}

.mht-quote-shell .mht-quote-step.is-active {
	display: block;
}

.mht-quote-shell .mht-postcode-search {
	width: 100%;
	max-width: 100%;
	margin-top: 20px;
}

.mht-quote-shell .mht-search-pill {
	max-width: 100%;
}

.mht-quote-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin-top: 20px;
}

.mht-quote-grid input {
	min-width: 0;
	padding: 14px 16px;
	border: 1px solid #d9e1de;
	border-radius: 12px;
}

.mht-quote-modal__nav {
	display: flex;
	justify-content: flex-end;
	gap: 12px;
	margin-top: 24px;
}

body.mht-quote-open {
	overflow: hidden;
}

@media (max-width: 700px) {
	.mht-quote-page-template #main-content {
		padding: 0;
	}

	.mht-quote-page.mht-section,
	.mht-quote-page {
		padding: 20px 0 40px;
	}

	.mht-quote-page > .mht-container {
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		gap: 16px;
		padding-inline: 0;
		width: min(calc(100% - 24px), 100%);
	}

	.mht-quote-progress {
		gap: 0;
		justify-content: space-between;
		margin-bottom: 0;
		padding: 0 2px;
		width: 100%;
	}

	.mht-quote-progress__step {
		flex: 1 1 0;
		gap: 4px;
		min-width: 0;
		width: auto;
	}

	.mht-quote-progress__step small {
		font-size: 9px;
		letter-spacing: 0;
		line-height: 1.15;
		max-width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.mht-quote-progress__step span {
		height: 32px;
		width: 32px;
	}

	.mht-quote-progress__line {
		flex: 0 0 12px;
		min-width: 8px;
		width: 12px;
	}

	.mht-quote-page__panel {
		margin: 0;
		max-width: none;
		width: 100%;
	}

	.mht-quote-form {
		border-radius: 16px;
		box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
		gap: 0;
		padding: 20px 16px 24px;
		width: 100%;
	}

	.mht-quote-page h1 {
		font-size: 28px;
		line-height: 1.15;
	}

	.mht-quote-page h2 {
		font-size: 24px;
		line-height: 1.2;
	}

	.mht-quote-page__lead {
		font-size: 14px;
		line-height: 1.5;
		margin-top: 8px;
	}

	.mht-quote-field {
		margin-top: 16px;
	}

	.mht-quote-field input,
	.mht-quote-field select {
		font-size: 16px; /* prevent iOS zoom */
		height: 52px;
		padding: 0 14px;
	}

	.mht-quote-row,
	.mht-quote-two-col,
	.mht-quote-grid {
		display: grid;
		gap: 0 12px;
		grid-template-columns: 1fr;
	}

	.mht-quote-postcode-wrap {
		height: 52px;
		padding: 0 10px 0 14px;
	}

	.mht-quote-postcode-wrap input {
		font-size: 16px;
	}

	.mht-quote-choice-row {
		display: grid;
		gap: 10px;
		grid-template-columns: 1fr;
	}

	.mht-quote-choice {
		height: 52px;
		justify-content: flex-start;
		min-width: 0;
		padding: 0 16px;
		width: 100%;
	}

	.mht-quote-actions {
		align-items: stretch;
		flex-direction: column-reverse;
		gap: 10px;
		margin-top: 24px;
	}

	.mht-quote-actions .mht-button,
	.mht-quote-submit-row .mht-button,
	.mht-quote-success__actions .mht-button {
		justify-content: center;
		min-height: 52px;
		width: 100%;
	}

	.mht-quote-step-label {
		text-align: center;
		width: 100%;
	}

	.mht-quote-note {
		padding: 12px;
	}

	.mht-quote-review__row {
		flex-direction: column;
		gap: 4px;
		padding: 12px 14px;
	}

	.mht-quote-success {
		padding: 8px 0;
		width: 100%;
	}

	.mht-quote-success__actions {
		flex-direction: column;
		width: 100%;
	}

	.mht-quote-shell {
		border-radius: 16px;
		margin-top: 16px;
		padding: 20px 16px;
	}
}

.mht-hero__buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: center;
	margin-top: 16px;
}

.mht-hero__buttons a {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 8px;
	color: #ffffff;
	font-size: 15px;
	font-weight: 700;
	min-height: 52px;
	padding: 15px 16px;
}

.mht-section {
	background: #ffffff;
	padding: var(--mht-section-y) 0;
}

.mht-section--quick {
	padding-bottom: 76px;
}

.mht-section--muted {
	background: var(--mht-muted-bg);
}

.mht-quick-grid,
.mht-card-row,
.mht-steps,
.mht-tools-grid {
	display: grid;
	gap: 24px;
}

.mht-quick-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mht-action-card,
.mht-variety-card,
.mht-article-card,
.mht-steps article,
.mht-tools-grid article {
	background: #ffffff;
	border-radius: 16px;
	box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.mht-action-card {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 12px;
	height: 220px;
	padding: 28px 24px;
	text-align: center;
}

.mht-action-card__icon,
.mht-tool-icon {
	align-items: center;
	background: var(--mht-muted-bg);
	border-radius: 999px;
	color: var(--mht-green);
	display: inline-flex;
	justify-content: center;
}

.mht-action-card__icon {
	font-size: 28px;
	height: 48px;
	width: 54px;
}

.mht-action-card h2 {
	color: var(--mht-green);
	font-size: 17px;
	font-weight: 800;
	line-height: 1.2;
}

.mht-action-card p,
.mht-tools-grid p,
.mht-article-card p,
.mht-steps p {
	color: var(--mht-muted-text);
	font-size: 13px;
	line-height: 1.4;
}

.mht-action-card .mht-button {
	margin-top: auto;
	color: #ffffff;
}

.mht-action-card:hover,
.mht-variety-card:hover,
.mht-article-card:hover {
	box-shadow: 0 10px 26px rgba(0, 0, 0, 0.14);
	transform: translateY(-3px);
}

.mht-action-card:hover .mht-action-card__icon,
.mht-action-card:focus-within .mht-action-card__icon {
	background: rgba(132, 189, 0, 0.18);
}

.mht-section-head {
	margin-bottom: 48px;
}

.mht-section-head--row {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.mht-section-head--center {
	text-align: center;
}

.mht-section-head h2,
.mht-supplier-band h2 {
	color: var(--mht-green);
	font-size: 40px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.15;
	margin-top: 8px;
}

.mht-outline-link {
	align-items: center;
	border: 1.5px solid var(--mht-green);
	border-radius: 8px;
	color: var(--mht-green);
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	gap: 4px;
	height: 40px;
	padding: 0 16px;
}

.mht-outline-link::after {
	background-color: currentColor;
	-webkit-mask: url("assets/icons/arrow.svg") center / contain no-repeat;
	mask: url("assets/icons/arrow.svg") center / contain no-repeat;
	content: "";
	display: inline-block;
	height: 16px;
	width: 16px;
}

.mht-card-row {
	display: flex;
	gap: 24px;
	justify-content: flex-start;
}

.mht-carousel {
	position: relative;
}

.mht-carousel__viewport {
	overflow-x: auto;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.mht-carousel__viewport::-webkit-scrollbar {
	display: none;
}

.mht-carousel__track {
	display: flex;
	gap: 24px;
	padding: 0 40px;
	width: max-content;
}

.mht-carousel .mht-variety-card {
	flex: 0 0 405px;
	scroll-snap-align: start;
}

.mht-carousel__nav {
	align-items: center;
	background: #ffffff;
	border: 0;
	border-radius: 22px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
	color: var(--mht-green);
	cursor: pointer;
	display: inline-flex;
	height: 44px;
	justify-content: center;
	padding: 0;
	position: absolute;
	top: 200px;
	transform: translateY(-50%);
	width: 44px;
	z-index: 2;
}

.mht-carousel__nav[hidden] {
	display: none;
}

.mht-carousel__nav--prev {
	left: -8px;
}

.mht-carousel__nav--next {
	right: -8px;
}

.mht-carousel__nav-icon {
	background-color: currentColor;
	display: inline-block;
	height: 24px;
	mask: url("assets/icons/arrow.svg") center / contain no-repeat;
	-webkit-mask: url("assets/icons/arrow.svg") center / contain no-repeat;
	width: 24px;
}

.mht-carousel__nav--prev .mht-carousel__nav-icon {
	transform: rotate(180deg);
}

.mht-carousel__nav:hover,
.mht-carousel__nav:focus-visible {
	background: var(--mht-green);
	color: #ffffff;
	transform: translateY(-50%) scale(1.04);
}

.mht-variety-card,
.mht-article-card {
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.mht-variety-card__link {
	color: inherit;
	display: block;
	text-decoration: none;
}

.mht-variety-card__media {
	align-items: center;
	background-color: var(--mht-turf-pale);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	height: 200px;
	justify-content: center;
}

.mht-variety-card__media--fallback {
	background-image: linear-gradient(180deg, var(--mht-turf-pale), #e7f0e7);
}

.mht-variety-card__logo {
	max-height: 120px;
	max-width: 70%;
	object-fit: contain;
}

.mht-carousel__empty {
	color: var(--mht-green);
	font-weight: 700;
	padding: 24px 0;
}

.mht-variety-card--skeleton {
	overflow: hidden;
}

.mht-skeleton-block,
.mht-skeleton-line,
.mht-skeleton-chip {
	background: linear-gradient(90deg, #e7ece8 25%, #f4f7f5 37%, #e7ece8 63%);
	background-size: 400% 100%;
	animation: mht-skeleton-shimmer 1.25s ease-in-out infinite;
}

.mht-skeleton-line {
	border-radius: 8px;
	height: 18px;
}

.mht-skeleton-line--title {
	width: 68%;
}

.mht-skeleton-line--price {
	width: 42%;
}

.mht-skeleton-line--button {
	height: 42px;
	margin-top: 4px;
	width: 100%;
}

.mht-skeleton-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.mht-skeleton-chip {
	border-radius: 6px;
	height: 24px;
	width: 58px;
}

.mht-carousel.is-loading {
	opacity: 0.98;
}

@keyframes mht-skeleton-shimmer {
	0% {
		background-position: 100% 0;
	}
	100% {
		background-position: 0 0;
	}
}

.mht-image-placeholder {
	align-items: center;
	background: var(--mht-turf-pale);
	color: var(--mht-green);
	display: flex;
	font-size: 13px;
	font-weight: 800;
	height: 200px;
	justify-content: center;
}

.mht-variety-card__body {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 20px 24px 24px;
}

.mht-variety-card h3,
.mht-tools-grid h3 {
	color: var(--mht-green);
	font-size: 20px;
	font-weight: 800;
}

.mht-price {
	color: var(--mht-lime);
	font-size: 14px;
	font-weight: 800;
}

.mht-stat-list {
	display: flex;
	flex-wrap: nowrap;
	gap: 10px;
}

.mht-stat-list span {
	align-items: center;
	background: var(--mht-muted-bg);
	border-radius: 6px;
	color: var(--mht-green);
	display: inline-flex;
	font-size: 11px;
	font-weight: 700;
	gap: 4px;
	padding: 4px 8px;
	white-space: nowrap;
}

.mht-stat-list .mht-icon {
	font-size: 16px;
}

.mht-steps {
	display: flex;
	gap: 24px;
	justify-content: center;
}

.mht-steps article {
	background: var(--mht-muted-bg);
	border-radius: 16px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 296px;
	min-height: 220px;
	padding: 28px 24px 24px;
	text-align: center;
}

.mht-steps span {
	align-items: center;
	background: var(--mht-green);
	border-radius: 50%;
	color: #ffffff;
	display: inline-flex;
	font-size: 16px;
	font-weight: 800;
	height: 44px;
	justify-content: center;
	margin-bottom: 12px;
	width: 44px;
}

.mht-steps h3 {
	color: var(--mht-green);
	font-size: 18px;
	font-weight: 800;
	line-height: 1.2;
	margin-bottom: 8px;
}

.mht-steps a,
.mht-article-card a {
	color: var(--mht-lime);
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	margin-top: auto;
}

.mht-supplier-band {
	background: var(--mht-green-dark);
	color: #ffffff;
	padding: 70px 0;
}

.mht-supplier-band__grid {
	align-items: center;
	display: grid;
	gap: 80px;
	grid-template-columns: 460px minmax(0, 580px);
	justify-content: center;
}

.mht-supplier-band h2 {
	color: #ffffff;
	font-size: 40px;
	line-height: 1.25;
}

.mht-supplier-band__content > p:not(.mht-kicker) {
	color: rgba(255, 255, 255, 0.76);
	font-size: 16px;
	line-height: 1.625;
	margin-top: 20px;
}

.mht-supplier-stats {
	border-top: 1px solid rgba(255, 255, 255, 0.22);
	display: flex;
	gap: 48px;
	margin: 20px 0;
	padding-top: 20px;
}

.mht-supplier-stats strong {
	color: var(--mht-lime);
	display: block;
	font-size: 32px;
	font-weight: 800;
	line-height: 1.2;
	white-space: nowrap;
}

.mht-supplier-stats span {
	color: rgba(255, 255, 255, 0.82);
	display: block;
	font-size: 12px;
	font-weight: 700;
	margin-top: 4px;
}

.mht-supplier-band__button {
	gap: 8px;
	min-width: 200px;
}

.mht-supplier-band__button::after {
	background-color: currentColor;
	content: "";
	display: inline-block;
	height: 18px;
	-webkit-mask: url("assets/icons/arrow.svg") center / contain no-repeat;
	mask: url("assets/icons/arrow.svg") center / contain no-repeat;
	width: 18px;
}

.mht-map-card {
	align-items: center;
	background: #1a5c40;
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 420px;
	padding: 40px;
	text-align: center;
}

.mht-map-card__outline {
	align-items: center;
	background: #1f6b4a;
	border: 1.5px solid var(--mht-lime);
	border-radius: 8px;
	color: rgba(255, 255, 255, 0.68);
	display: flex;
	height: 240px;
	justify-content: center;
	margin: 0 auto 16px;
	max-width: 320px;
	width: min(100%, 320px);
}

.mht-map-card > .mht-icon {
	color: var(--mht-lime);
	font-size: 20px;
	margin-top: 0;
}

.mht-map-card p {
	color: rgba(255, 255, 255, 0.55);
	font-size: 12px;
	line-height: 1.25;
	margin: 16px 0 0;
}

.mht-trust-row {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
	margin-top: 16px;
}

.mht-trust-row span {
	align-items: center;
	display: inline-flex;
	font-size: 12px;
	font-weight: 700;
	gap: 6px;
}

.mht-trust-row .mht-icon {
	color: var(--mht-lime);
	font-size: 14px;
}

.mht-tools-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mht-tools-grid article {
	align-items: center;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
	display: flex;
	gap: 32px;
	min-height: 240px;
	padding: 40px;
}

.mht-tool-icon {
	font-size: 36px;
	height: 80px;
	width: 80px;
}

.mht-tools-grid h3 {
	margin-bottom: 12px;
}

.mht-tools-grid .mht-button {
	margin-top: 12px;
}

.mht-article-card .mht-image-placeholder {
	height: 160px;
}

.mht-article-card {
	display: flex;
	flex: 0 0 405px;
	flex-direction: column;
	height: auto;
	min-height: 320px;
	border-radius: 8px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.mht-article-card > div:last-child {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 10px;
	padding: 20px 24px;
}

.mht-article-card__body {
	box-sizing: border-box;
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 10px;
	min-height: 160px;
	padding: 20px 24px;
}

.mht-article-card__image-link {
	display: block;
	flex: 0 0 160px;
	height: 160px;
	margin-top: 0;
	overflow: hidden;
}

.mht-article-card__image {
	display: block;
	height: 160px;
	object-fit: cover;
	width: 100%;
}

.mht-article-card span {
	background: var(--mht-muted-bg);
	border-radius: 4px;
	color: var(--mht-green);
	display: inline-flex;
	font-size: 11px;
	font-weight: 700;
	padding: 3px 8px;
	width: fit-content;
}

.mht-article-card h3 {
	color: var(--mht-text);
	font-size: 16px;
	font-weight: 800;
	line-height: 1.28;
}

.mht-article-card p {
	line-height: 1.28;
}

.mht-article-card__read-more {
	margin-top: auto;
}

.mht-article-card__title a {
	color: inherit;
	margin-top: 0;
}

.mht-article-card__title a:hover,
.mht-article-card__title a:focus-visible,
.mht-article-card__read-more:hover,
.mht-article-card__read-more:focus-visible,
.mht-steps a:hover,
.mht-steps a:focus-visible {
	color: var(--mht-green);
}

.mht-article-card__excerpt .wp-block-post-excerpt__excerpt,
.mht-article-card__excerpt {
	margin: 0;
}

.mht-article-card__empty {
	color: var(--mht-muted-text);
	font-size: 14px;
}

.mht-final-cta {
	align-items: center;
	background: var(--mht-green);
	color: #ffffff;
	display: flex;
	flex-direction: column;
	gap: 24px;
	justify-content: center;
	min-height: 220px;
	padding: 40px 24px;
	text-align: center;
}

.mht-final-cta h2 {
	color: #ffffff;
	font-size: 36px;
	font-weight: 800;
	letter-spacing: 0;
}

.mht-final-cta p {
	color: rgba(255, 255, 255, 0.82);
	font-size: 16px;
}

.mht-final-cta div {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: center;
}

.mht-home__footer {
	background: var(--mht-green-dark);
	color: #ffffff;
	padding: 60px 0 40px;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	.mht-carousel__viewport {
		scroll-behavior: auto;
	}

	.wp-block-button .wp-block-button__link:hover {
		transform: none;
	}
}

.mht-footer-grid {
	display: grid;
	gap: 80px;
	grid-template-columns: 181px repeat(3, minmax(100px, max-content));
}

.mht-footer-grid h2 {
	color: #ffffff;
	font-size: 20px;
	font-weight: 800;
}

.mht-footer-grid p {
	color: rgba(255, 255, 255, 0.65);
	font-size: 13px;
	margin: 12px 0;
}

.mht-footer-grid h3 {
	color: var(--mht-lime);
	font-size: 11px;
	font-weight: 800;
	margin-bottom: 10px;
}

.mht-footer-grid nav {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.mht-footer-grid nav a {
	color: rgba(255, 255, 255, 0.65);
	font-size: 13px;
}

.mht-footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.42);
	display: flex;
	font-size: 12px;
	justify-content: space-between;
	margin-top: 40px;
	padding-top: 24px;
}

@media (max-width: 1100px) {
	.mht-home__header {
		height: auto;
	}

	.mht-nav {
		display: none;
	}

	.mht-mobile-menu {
		display: block;
	}

	.mht-quick-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mht-steps {
		flex-wrap: wrap;
	}

	.mht-steps article {
		width: calc(50% - 12px);
	}

	.mht-carousel__track {
		padding-inline: 0;
	}

	.mht-card-row {
		flex-wrap: wrap;
	}

	.mht-article-card {
		flex-basis: calc(50% - 12px);
	}

	.mht-supplier-band__grid,
	.mht-tools-grid,
	.mht-footer-grid {
		grid-template-columns: 1fr;
	}

	.mht-supplier-band__grid,
	.mht-footer-grid {
		gap: 40px;
	}

	.mht-supplier-band__content {
		max-width: 640px;
	}
}

@media (max-width: 700px) {
	.mht-home {
		--mht-container-gutter: var(--mht-mobile-gutter);
		--mht-mobile-card-heading-size: 18px;
		--mht-mobile-card-heading-line: 24px;
		--mht-mobile-heading-size: 28px;
		--mht-mobile-heading-line: 34px;
		--mht-section-y: var(--mht-mobile-section-y);
	}

	.mht-container {
		width: min(calc(100vw - (var(--mht-mobile-gutter) * 2)), var(--mht-container-max));
	}

	.mht-home__header {
		height: 72px;
		padding: 0;
	}

	.mht-home__header-inner {
		gap: 16px;
		height: 72px;
	}

	.mht-logo {
		height: auto;
		width: 154px;
	}

	.mht-nav,
	.mht-header-actions {
		display: none;
	}

	.mht-mobile-header-actions {
		align-items: center;
		display: flex;
		margin-left: auto;
	}

	.mht-mobile-header-actions .mht-cart-menu {
		border: 1px solid #e0e0e0;
		border-radius: 8px;
		color: var(--mht-green);
	}

	.mht-mobile-menu {
		display: block;
	}

	.mht-mobile-menu__panel {
		position: fixed;
		right: var(--mht-mobile-gutter);
		top: 58px;
		z-index: var(--mht-layer-menu);
	}

	.mht-hero {
		align-items: flex-start;
		background-image:
			linear-gradient(180deg, rgba(13, 46, 34, 0.15) 0%, rgba(13, 46, 34, 0.72) 100%),
			radial-gradient(circle at 80% 18%, rgba(132, 189, 0, 0.32) 0 10%, rgba(132, 189, 0, 0) 34%),
			linear-gradient(144deg, #246a4f 0%, var(--mht-green-dark) 70%);
		justify-content: flex-start;
		min-height: 0;
		padding: 46px 0 52px;
		text-align: left;
	}

	.mht-hero__overlay {
		background: rgba(13, 46, 34, 0.76);
	}

	.mht-hero__video {
		display: block;
		object-position: center center;
	}

	.mht-hero__content {
		align-items: flex-start;
		gap: 0;
		margin-inline: auto;
		max-width: 350px;
		width: min(calc(100vw - (var(--mht-mobile-gutter) * 2)), 350px);
	}

	.mht-kicker {
		font-size: 12px;
		font-weight: 700;
		letter-spacing: 0.06em;
		line-height: 16px;
		text-transform: uppercase;
	}

	.mht-home h1 {
		font-size: 36px;
		font-weight: 800;
		letter-spacing: 0;
		line-height: 42px;
		margin-top: 8px;
	}

	.mht-hero__lead {
		font-size: 16px;
		line-height: 1.5;
		margin-top: 16px;
		max-width: 340px;
	}

	.mht-postcode-search {
		margin-top: 24px;
		max-width: 350px;
		width: 100%;
	}

	.mht-search-pill {
		box-shadow: 0 8px 12px rgba(0, 0, 0, 0.16);
		height: 56px;
		max-width: none;
		padding: 6px 58px 6px 16px;
	}

	.mht-search-pill input {
		font-size: 13px;
	}

	.mht-search-pill input::placeholder {
		font-size: clamp(12px, 3.35vw, 13px);
	}

	.mht-search-pill button {
		height: 44px;
		right: 6px;
		top: 6px;
		width: 44px;
	}

	.mht-search-pill [data-postcode-clear] {
		right: 52px;
	}

	.mht-hero__buttons {
		display: grid;
		gap: 12px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin-top: 20px;
		width: 100%;
	}

	.mht-hero__buttons a {
		align-items: center;
		display: inline-flex;
		font-size: 12px;
		justify-content: center;
		min-height: 52px;
		padding: 10px;
		text-align: center;
		white-space: nowrap;
	}

	.mht-hero__buttons a:first-child {
		background: var(--mht-lime);
		border-color: transparent;
	}

	.mht-quick-grid,
	.mht-tools-grid {
		grid-template-columns: 1fr;
	}

	.mht-section--quick {
		padding: 37px 0 46px;
	}

	.mht-quick-grid {
		gap: 16px;
	}

	.mht-action-card {
		align-items: flex-start;
		border-radius: var(--mht-card-radius);
		box-shadow: var(--mht-card-shadow);
		gap: 8px;
		height: auto;
		min-height: 0;
		padding: 24px;
		text-align: left;
	}

	.mht-action-card__icon {
		height: 48px;
		width: 54px;
	}

	.mht-action-card:nth-child(2) .mht-action-card__icon {
		width: 56px;
	}

	.mht-action-card:nth-child(3) .mht-action-card__icon {
		width: 52px;
	}

	.mht-action-card h2 {
		color: var(--mht-text);
		font-size: var(--mht-mobile-card-heading-size);
		font-weight: 800;
		letter-spacing: 0;
		line-height: var(--mht-mobile-card-heading-line);
		padding-top: 8px;
	}

	.mht-action-card p {
		font-size: 14px;
		line-height: 1.5;
		margin-top: 0;
		padding-bottom: 12px;
	}

	.mht-action-card .mht-button,
	.mht-tools-grid .mht-button {
		font-size: 15px;
		margin-top: 0;
		min-height: 48px;
		width: 100%;
	}

	.mht-section-head {
		margin-bottom: 24px;
	}

	.mht-section-head--row {
		align-items: flex-start;
		flex-direction: column;
		gap: 16px;
	}

	.turf-search-result .mht-section-head--row {
		align-items: end;
		display: grid;
		gap: 8px 16px;
		grid-template-columns: minmax(0, 1fr) auto;
	}

	.mht-section-head--mobile-link-top .mht-outline-link {
		order: -1;
	}

	.mht-section--articles {
		padding-top: 24px;
	}

	.mht-section-head h2,
	.mht-supplier-band h2,
	.mht-final-cta h2 {
		font-size: var(--mht-mobile-heading-size);
		font-weight: 800;
		letter-spacing: 0;
		line-height: var(--mht-mobile-heading-line);
	}

	.mht-section-head h2 {
		color: var(--mht-green);
	}

	.mht-final-cta h2 {
		color: #ffffff;
	}

	.turf-search-result .mht-section-head h2 {
		max-width: none;
	}

	.turf-search-result .mht-section-head__copy {
		display: contents;
	}

	.turf-search-result .mht-section-head__copy .mht-kicker {
		grid-column: 1 / -1;
	}

	.turf-search-result .mht-section-head__copy h2 {
		grid-column: 1;
		margin-top: 0;
		max-width: 230px;
	}

	.turf-search-result .mht-section-head > .mht-outline-link {
		align-self: center;
		grid-column: 2;
	}

	.mht-outline-link {
		border: 0;
		color: var(--mht-green);
		font-size: 14px;
		height: 44px;
		padding: 0;
		white-space: nowrap;
	}

	.mht-carousel__viewport {
		margin-right: calc(var(--mht-mobile-gutter) * -1);
		padding-right: var(--mht-mobile-gutter);
	}

	.mht-carousel__track {
		gap: 16px;
	}

	.mht-carousel .mht-variety-card {
		border-radius: var(--mht-card-radius);
		flex-basis: 310px;
		min-height: 461px;
	}

	.mht-variety-card__media,
	.mht-image-placeholder {
		height: 231px;
	}

	.mht-variety-card__body {
		gap: 10px;
		min-height: 228px;
		padding: 20px;
	}

	.mht-variety-card h3,
	.mht-tools-grid h3 {
		font-size: 20px;
		font-weight: 800;
		letter-spacing: 0;
		line-height: 1.3;
	}

	.mht-stat-list {
		display: grid;
		gap: 8px;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		margin: 2px 0 4px;
	}

	.mht-stat-list span {
		align-items: center;
		flex-direction: column;
		font-size: 11px;
		gap: 6px;
		justify-content: center;
		min-height: 55px;
		padding: 8px 4px;
		text-align: center;
		white-space: normal;
	}

	.mht-stat-list .mht-icon {
		font-size: 20px;
	}

	.mht-steps {
		flex-direction: column;
		gap: 16px;
	}

	.mht-steps article {
		align-items: flex-start;
		border-radius: var(--mht-card-radius);
		box-shadow: var(--mht-card-shadow);
		min-height: 259px;
		padding: 24px;
		text-align: left;
		width: 100%;
	}

	.mht-steps span {
		height: 40px;
		margin-bottom: 8px;
		width: 40px;
	}

	.mht-steps h3 {
		color: var(--mht-text);
		font-size: var(--mht-mobile-card-heading-size);
		font-weight: 800;
		letter-spacing: 0;
		line-height: var(--mht-mobile-card-heading-line);
	}

	.mht-steps p {
		font-size: 14px;
		line-height: 1.5;
	}

	.mht-card-row {
		flex-direction: column;
		gap: 16px;
	}

	.mht-article-card {
		border-radius: var(--mht-card-radius);
		flex-basis: auto;
		min-height: 464px;
		width: 100%;
	}

	.mht-article-card__image-link,
	.mht-article-card__image,
	.mht-article-card .mht-image-placeholder {
		height: 232px;
	}

	.mht-article-card__body {
		min-height: 0;
		padding: 20px;
	}

	.mht-article-card h3 {
		color: var(--mht-text);
		font-size: var(--mht-mobile-card-heading-size);
		font-weight: 800;
		letter-spacing: 0;
		line-height: var(--mht-mobile-card-heading-line);
	}

	.mht-article-card__term {
		font-size: 12px;
		padding: 4px 8px;
	}

	.mht-article-card__excerpt {
		font-size: 14px;
		line-height: 1.5;
	}

	.mht-article-card__read-more {
		font-size: 14px;
		min-height: 44px;
		padding-top: 10px;
	}

	.mht-carousel__nav {
		display: none;
	}

	.mht-supplier-band {
		padding: 40px 0;
	}

	.mht-supplier-band__grid {
		gap: 32px;
	}

	.mht-supplier-band__content > p:not(.mht-kicker) {
		font-size: 16px;
		line-height: 1.5;
		margin-top: 8px;
	}

	.mht-supplier-stats {
		display: grid;
		gap: 8px;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		margin: 20px 0 16px;
		padding-top: 20px;
		text-align: center;
	}

	.mht-supplier-stats strong {
		font-size: 28px;
	}

	.mht-supplier-stats span {
		font-size: 11px;
	}

	.mht-supplier-band__button {
		margin-top: 7px;
		width: 100%;
	}

	.mht-map-card {
		align-items: flex-start;
		min-height: 306px;
		padding: 45px 25px 27px;
	}

	.mht-map-card__outline {
		height: 128px;
		max-width: 300px;
		width: 100%;
	}

	.mht-map-card > .mht-icon,
	.mht-map-card > p {
		display: none;
	}

	.mht-trust-row {
		align-items: flex-start;
		flex-direction: column;
		gap: 20px;
		justify-content: flex-start;
		margin-top: 20px;
	}

	.mht-section--tools {
		padding: 40px 0;
	}

	.mht-tools-grid {
		gap: 16px;
	}

	.mht-tools-grid article {
		align-items: flex-start;
		border-radius: var(--mht-card-radius);
		box-shadow: var(--mht-card-shadow);
		flex-direction: column;
		gap: 16px;
		min-height: 309px;
		padding: 24px;
	}

	.mht-tools-grid article:first-child {
		min-height: 330px;
	}

	.mht-tool-icon {
		font-size: 36px;
		height: 80px;
		width: 80px;
	}

	.mht-tools-grid p {
		font-size: 16px;
		line-height: 1.5;
		margin: 8px 0 20px;
	}

	.mht-final-cta {
		gap: 12px;
		min-height: 339px;
		padding: 40px var(--mht-mobile-gutter);
	}

	.mht-final-cta p {
		font-size: 16px;
		line-height: 1.5;
	}

	.mht-final-cta div {
		flex-direction: column;
		gap: 12px;
		padding-top: 12px;
		width: 100%;
	}

	.mht-final-cta .mht-button {
		width: 100%;
	}

	.mht-home__footer {
		padding: 40px 0 34px;
	}

	.mht-footer-grid {
		display: grid;
		gap: 28px 20px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mht-footer-grid > div {
		grid-column: 1 / -1;
	}

	.mht-footer-grid h2 {
		align-items: center;
		background: var(--mht-green);
		border-radius: 8px;
		display: inline-flex;
		font-size: 15px;
		justify-content: center;
		min-height: 44px;
		min-width: 153px;
		padding: 0 22px;
	}

	.mht-footer-grid p {
		font-size: 14px;
		line-height: 1.5;
		margin: 12px 0;
	}

	.mht-footer-grid h3 {
		font-size: 12px;
		letter-spacing: 0.06em;
		line-height: 18px;
		margin-bottom: 0;
	}

	.mht-footer-grid nav {
		gap: 0;
	}

	.mht-footer-grid nav a {
		align-items: center;
		display: flex;
		font-size: 13px;
		min-height: 36px;
	}

	.mht-footer-grid nav a:first-of-type {
		min-height: 48px;
		padding-top: 12px;
	}

	.mht-footer-bottom {
		align-items: flex-start;
		flex-direction: column;
		gap: 6px;
		margin-top: 32px;
		padding-top: 25px;
	}

	.mht-footer-bottom p {
		font-size: 11px;
		line-height: 18px;
	}
}

.mht-turf-directory { color: var(--mht-green); }
.mht-turf-directory__filter { background: #f3f5f4; padding: 64px 0 48px; text-align: center; }
.mht-turf-directory__filter h1 { font-size: 56px; margin: 18px 0 4px; }
.mht-turf-directory__filter h2 { font-size: 24px; margin: 0; }
.mht-turf-directory__intro { margin: 28px auto; max-width: 660px; }
.mht-turf-directory__postcode { margin: 0 auto; max-width: 638px; position: relative; }
.mht-turf-directory__postcode .mht-search-pill { background: #fff; border: 1px solid var(--mht-green); border-radius: 8px; display: flex; padding: 8px; }
.mht-turf-directory__postcode input { border: 0; flex: 1; padding: 0 14px; }
.mht-turf-directory__postcode button { background: var(--mht-green); border: 0; border-radius: 6px; color: #fff; font-weight: 700; padding: 0 28px; }
.mht-turf-directory__hint { color: #65756f; font-size: 13px; margin: 14px 0 28px; }
.mht-turf-directory__popular { align-items: center; display: flex; gap: 10px; justify-content: center; }
.mht-turf-directory__popular button { background: #fff; border: 1px solid #d8e0dc; border-radius: 4px; color: var(--mht-green); padding: 6px 14px; }
.mht-turf-directory__toolbar { background: #fff; border-bottom: 1px solid #e5ebe8; padding: 40px 0; }
.mht-turf-directory__toolbar .mht-container { align-items: center; display: flex; gap: 12px; flex-wrap: wrap; }
.mht-turf-directory__toolbar button, .mht-turf-directory__heading button { align-items: center; background: #fff; border: 1px solid #d8e0dc; border-radius: 5px; color: var(--mht-green); display: inline-flex; gap: 8px; min-height: 40px; padding: 10px 14px; }
.mht-turf-directory__toolbar button:hover, .mht-turf-directory__toolbar button:focus-visible, .mht-turf-directory__heading button:hover, .mht-turf-directory__heading button:focus-visible { border-color: var(--mht-green); box-shadow: 0 0 0 1px rgba(21,71,52,.08); }
.mht-turf-directory__toolbar-icon { display: inline-block; font-size: 14px; line-height: 1; }
.mht-turf-directory__toolbar-spacer { flex: 1; }
.mht-turf-directory__grid { background: #f3f5f4; padding: 60px 0; }
.mht-turf-directory__heading { align-items: end; display: flex; justify-content: space-between; margin-bottom: 32px; }
.mht-turf-directory__heading h2 { font-size: 34px; margin: 4px 0 0; }
.mht-turf-directory__cards { display: grid; gap: 24px; grid-template-columns: repeat(3, 1fr); }
.mht-turf-directory__card { background: #fff; border-radius: 14px; box-shadow: 0 8px 20px rgba(7,59,45,.08); overflow: hidden; }
.mht-turf-directory__image { background: #d6e9dc; height: 200px; overflow: hidden; }
.mht-turf-directory__image img { height: 100%; object-fit: cover; width: 100%; }
.mht-turf-directory__card-body { padding: 20px 24px 24px; }
.mht-turf-directory__card h3 { font-size: 21px; margin: 0 0 18px; }
.mht-turf-directory__stats { display: flex; flex-wrap: wrap; gap: 8px; }
.mht-turf-directory__stats span { background: #f1f4f3; border-radius: 4px; font-size: 12px; padding: 5px 8px; }
.mht-turf-directory__price { color: var(--mht-lime); font-weight: 700; }
.mht-turf-directory__actions { display: flex; gap: 10px; }
.mht-turf-directory__actions .mht-button { flex: 1; justify-content: center; min-height: 42px; padding: 10px; }
.mht-turf-directory__actions .mht-button--ghost { border-color: var(--mht-green); color: var(--mht-green); }
.mht-turf-directory__compare { background: #e2eee7; padding: 32px 0; }
.mht-turf-directory__compare .mht-container { align-items: center; display: flex; justify-content: space-between; }
.mht-turf-directory__compare h2 { font-size: 22px; margin: 0; }
.mht-turf-directory__compare p { margin: 10px 0 0; }
.mht-turf-directory__guide { padding: 80px 0; text-align: center; }
.mht-turf-directory__guide-grid { display: grid; gap: 24px; grid-template-columns: repeat(3, 1fr); margin: 48px 0 36px; text-align: left; }
.mht-turf-directory__guide-grid article { background: #f3f5f4; border-radius: 8px; padding: 32px; }
.mht-turf-directory__guide-icon { background: #d7ebdc; border-radius: 8px; display: inline-flex; font-size: 24px; line-height: 1; padding: 12px 18px; }
.mht-turf-directory__guide-grid h3 { margin: 18px 0 10px; }
.mht-turf-directory__quote { background: var(--mht-green-dark); color: #fff; padding: 64px 24px; text-align: center; }
.mht-turf-directory__quote h2 { color: #fff; margin: 12px 0; }
.mht-turf-directory__quote p:not(.mht-kicker) { color: rgba(255,255,255,.8); }
.mht-turf-directory__quote-actions { display: flex; gap: 16px; justify-content: center; margin-top: 28px; }
.mht-turf-directory__quote .mht-button--ghost { border-color: rgba(255,255,255,.65); }
.mht-turf-directory__articles { padding: 80px 0 70px; }
.mht-turf-directory__articles-head { align-items: end; display: flex; justify-content: space-between; margin-bottom: 36px; }
.mht-turf-directory__articles-head h2 { font-size: 34px; margin: 4px 0 0; }
.mht-turf-directory__article-grid { display: grid; gap: 24px; grid-template-columns: repeat(3, 1fr); }
.mht-turf-directory__article-card { background: #fff; border-radius: 8px; box-shadow: 0 8px 24px rgba(7,59,45,.08); overflow: hidden; }
.mht-turf-directory__article-card > a { color: inherit; display: block; height: 100%; }
.mht-turf-directory__article-media { background: #d6e9dc; height: 160px; overflow: hidden; }
.mht-turf-directory__article-media img { display: block; height: 100%; object-fit: cover; width: 100%; }
.mht-turf-directory__article-body { padding: 18px 24px 24px; }
.mht-turf-directory__article-tag { background: #eff3f1; border-radius: 4px; color: var(--mht-green); display: inline-flex; font-size: 12px; font-weight: 700; margin-bottom: 16px; padding: 3px 10px; }
.mht-turf-directory__article-body h3 { font-size: 20px; margin: 0 0 10px; }
.mht-turf-directory__article-body p { color: #65756f; line-height: 1.55; margin: 0 0 14px; }
.mht-turf-directory__article-link { color: var(--mht-lime); font-weight: 700; }
.mht-turf-directory__seo { padding: 60px 0; text-align: center; }
.mht-turf-directory__seo .mht-container { max-width: 800px; }
.mht-turf-directory__seo h2 { font-size: 26px; }
.mht-turf-directory__seo p { color: #65756f; line-height: 1.7; }
@media (max-width: 800px) {
	.mht-turf-directory__filter h1 { font-size: 40px; }
	.mht-turf-directory__popular, .mht-turf-directory__toolbar .mht-container, .mht-turf-directory__compare .mht-container { flex-wrap: wrap; }
	.mht-turf-directory__cards, .mht-turf-directory__guide-grid { grid-template-columns: 1fr; }
	.mht-turf-directory__article-grid { grid-template-columns: 1fr; }
	.mht-turf-directory__heading, .mht-turf-directory__compare .mht-container { align-items: start; flex-direction: column; gap: 18px; }
	.mht-turf-directory__articles-head, .mht-turf-directory__quote-actions { align-items: start; flex-direction: column; }
}
/* Find supplier directory */
.mht-supplier-page {
	--supplier-green: #0d4d3b;
	--supplier-dark: #073b2d;
	--supplier-lime: #8bc900;
	--supplier-muted: #f3f5f4;
	color: var(--supplier-green);
	display: block;
	width: 100%;
}

.mht-home.mht-supplier-page-template {
	margin-left: 0;
	margin-right: 0;
}

.mht-home.mht-supplier-page-template #main-content {
	display: block;
	width: 100%;
}

.mht-supplier-page > section,
.mht-supplier-page > main {
	display: block;
	width: 100%;
}

.mht-supplier-hero {
	background: var(--supplier-dark);
	color: #fff;
	min-height: 476px;
	padding: 70px 24px 56px;
	text-align: center;
}

.mht-supplier-hero__content {
	margin: 0 auto;
	max-width: 680px;
}

.mht-supplier-hero .mht-kicker,
.mht-supplier-cta .mht-kicker {
	color: var(--supplier-lime);
}

.mht-supplier-hero h1 {
	color: #fff;
	font-size: 52px;
	line-height: 1.12;
	margin: 18px 0 16px;
}

.mht-supplier-hero__content > p:not(.mht-kicker) {
	color: rgba(255, 255, 255, .82);
	font-size: 16px;
	line-height: 1.6;
	margin: 0 auto 28px;
	max-width: 600px;
}

.mht-supplier-search-card,
.mht-supplier-search-card.mht-postcode-search {
	align-items: center;
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, .12);
	display: grid;
	gap: 12px;
	grid-template-columns: minmax(0, 1fr) 210px;
	margin: 0 auto;
	max-width: 680px;
	padding: 12px;
	position: relative;
	text-align: left;
	width: min(100%, 680px);
}

.mht-supplier-search-card__field {
	align-items: center;
	background: #f3f5f7;
	border: 1.5px solid #e0e0e0;
	border-radius: 10px;
	display: flex;
	gap: 10px;
	height: 56px;
	min-width: 0;
	padding: 0 14px 0 16px;
	position: relative;
}

.mht-supplier-search-card__icon {
	display: inline-flex;
	flex: 0 0 auto;
	height: 20px;
	width: 20px;
}

.mht-supplier-search-card__icon img {
	display: block;
	filter: brightness(0) saturate(100%) invert(42%) sepia(8%) saturate(520%) hue-rotate(118deg) brightness(95%) contrast(88%);
	height: 100%;
	width: 100%;
}

.mht-supplier-search-card input[type="text"],
.mht-supplier-search-card input[type="search"] {
	-webkit-appearance: none;
	appearance: none;
	background: transparent;
	border: 0;
	box-shadow: none;
	color: var(--supplier-green);
	flex: 1 1 auto;
	font: inherit;
	font-size: 15px;
	height: 100%;
	min-width: 0;
	padding: 0;
	width: 100%;
}

.mht-supplier-search-card input[type="text"]::placeholder,
.mht-supplier-search-card input[type="search"]::placeholder {
	color: #9aa5a0;
}

.mht-supplier-search-card input[type="text"]:focus,
.mht-supplier-search-card input[type="search"]:focus {
	box-shadow: none;
	outline: 0;
}

.mht-supplier-search-card__field:focus-within {
	border-color: var(--supplier-green);
	box-shadow: 0 0 0 1px var(--supplier-green);
}

.mht-supplier-search-card__clear {
	align-items: center;
	background: transparent;
	border: 0;
	color: #d61f1f;
	cursor: pointer;
	display: inline-flex;
	flex: 0 0 auto;
	font: inherit;
	font-size: 28px;
	font-weight: 700;
	height: 28px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	width: 28px;
}

.mht-supplier-search-card__clear[hidden] {
	display: none !important;
}

.mht-supplier-search-card__clear span {
	display: block;
	transform: translateY(-1px);
}

.mht-supplier-search-card .mht-button,
.mht-supplier-search-card .mht-button:visited,
.mht-supplier-search-card .mht-button:hover,
.mht-supplier-search-card .mht-button:focus,
.mht-supplier-search-card .mht-button:focus-visible,
.mht-supplier-search-card .mht-button:active {
	background: var(--supplier-green);
	border: 0;
	border-radius: 10px;
	box-shadow: none;
	color: #fff;
	-webkit-text-fill-color: #fff;
	font-size: 15px;
	font-weight: 700;
	gap: 8px;
	height: 56px;
	justify-self: stretch;
	min-height: 56px;
	outline: 0;
	padding: 0 18px;
	transform: none;
	width: 100%;
}

.mht-supplier-search-card__button-icon {
	display: inline-flex;
	flex: 0 0 auto;
	height: 18px;
	width: 18px;
}

.mht-supplier-search-card__button-icon img {
	display: block;
	filter: brightness(0) invert(1);
	height: 100%;
	width: 100%;
}

.mht-supplier-search-card .mht-button:hover,
.mht-supplier-search-card .mht-button:focus-visible {
	background: #083b2d;
	color: #fff;
	-webkit-text-fill-color: #fff;
	transform: none;
}

.mht-supplier-search-card > .mht-postcode-search__menu {
	left: 12px;
	margin-top: 8px;
	right: 12px;
	top: 100%;
	width: auto;
	z-index: 40;
}

.mht-supplier-popular {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
	margin-top: 24px;
}

.mht-supplier-popular span {
	color: rgba(255, 255, 255, .7);
	font-size: 13px;
	margin-right: 4px;
	white-space: nowrap;
}

.mht-supplier-popular button {
	align-items: center;
	background: transparent;
	border: 1.5px solid rgba(255, 255, 255, .55);
	border-radius: 999px;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-size: 13px;
	font-weight: 600;
	min-height: 36px;
	padding: 0 18px;
}

.mht-supplier-popular button:hover,
.mht-supplier-popular button:focus-visible,
.mht-supplier-popular button.is-active {
	background: #fff;
	border-color: #fff;
	color: var(--supplier-green);
}

.mht-supplier-filter-bar {
	background: #fff;
	border-bottom: 1px solid #e6eae8;
	overflow: visible;
	position: relative;
	z-index: 5;
}

.mht-supplier-filter-bar__inner {
	align-items: center;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	min-height: 72px;
	overflow: visible;
	width: min(calc(100% - 160px), 1280px);
}

.mht-supplier-filters,
.mht-supplier-sort {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.mht-supplier-filters {
	order: 1;
}

.mht-supplier-sort--summary {
	order: 2;
	margin-left: auto;
}

.mht-supplier-filters__label,
.mht-supplier-filters strong {
	color: #666666;
	font-size: 13px;
	font-weight: 600;
	margin-right: 2px;
}

.mht-supplier-filter {
	position: relative;
	z-index: 1;
}

.mht-supplier-filter.is-open {
	z-index: 30;
}

.mht-supplier-filter__toggle {
	align-items: center;
	background: #ffffff;
	border: 1.5px solid #e0e0e0;
	border-radius: 999px;
	color: var(--supplier-green);
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-size: 13px;
	font-weight: 600;
	gap: 8px;
	height: 36px;
	justify-content: space-between;
	max-width: 200px;
	min-width: 120px;
	padding: 0 14px;
}

.mht-supplier-filter__toggle [data-supplier-filter-label] {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mht-supplier-sort .mht-supplier-filter__toggle {
	background: #ffffff;
	border: 1.5px solid #e0e0e0;
	color: #666666;
	max-width: none;
	min-width: 120px;
	padding: 0 12px 0 14px;
}

.mht-supplier-filter__menu {
	background: #fff;
	border: 1px solid #e6eae8;
	border-radius: 10px;
	box-shadow: 0 10px 28px rgba(0, 0, 0, .12);
	display: grid;
	gap: 2px;
	left: 0;
	max-height: 280px;
	min-width: max(100%, 200px);
	overflow: auto;
	padding: 8px;
	position: absolute;
	top: calc(100% + 8px);
	z-index: 20;
}

.mht-supplier-filter__menu[hidden] {
	display: none !important;
}

.mht-supplier-sort .mht-supplier-filter__menu {
	left: auto;
	right: 0;
}

.mht-supplier-filter__menu button {
	background: transparent;
	border: 0;
	border-radius: 8px;
	color: var(--supplier-green);
	cursor: pointer;
	font: inherit;
	font-size: 13px;
	padding: 10px 12px;
	text-align: left;
	white-space: nowrap;
}

.mht-supplier-filter__menu button:hover,
.mht-supplier-filter__menu button:focus-visible,
.mht-supplier-filter__menu button.is-active {
	background: #edf6d7;
}

.mht-supplier-clear-filters {
	align-items: center;
	background: transparent;
	border: 0;
	color: #d61f1f;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-size: 13px;
	font-weight: 700;
	height: 40px;
	padding: 0 4px;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.mht-supplier-clear-filters[hidden] {
	display: none !important;
}

.mht-supplier-clear-filters:hover,
.mht-supplier-clear-filters:focus-visible {
	color: #a31212;
}

.mht-supplier-sort {
	color: #61716b;
	font-size: 13px;
	gap: 14px;
}

.mht-supplier-sort span {
	white-space: nowrap;
}

.mht-supplier-results {
	background: var(--supplier-muted);
	padding: 60px 0 72px;
}

.mht-supplier-results__grid {
	display: grid;
	gap: 32px;
	grid-template-columns: minmax(0, 2fr) minmax(300px, 1fr);
	width: min(calc(100% - 160px), 1280px);
}

.mht-supplier-results__heading {
	margin-bottom: 20px;
}

.mht-supplier-results__heading .mht-kicker {
	color: var(--supplier-lime);
	margin-bottom: 10px;
}

.mht-supplier-results__heading h2 {
	font-size: 22px;
	line-height: 1.15;
	margin: 0;
}

.mht-supplier-cards {
	display: grid;
	gap: 12px;
}

.mht-supplier-card {
	align-items: center;
	background: #fff;
	border-radius: 14px;
	box-shadow: 0 4px 16px rgba(0,0,0,.08);
	display: grid;
	gap: 16px;
	grid-template-columns: 72px minmax(0, 1fr) auto;
	min-height: 116px;
	padding: 18px 20px;
	position: relative;
}

.mht-supplier-card__hit {
	border-radius: inherit;
	inset: 0;
	position: absolute;
	z-index: 0;
}

.mht-supplier-card__logo,
.mht-supplier-card__body,
.mht-supplier-card > .mht-button,
.mht-supplier-card__cta {
	position: relative;
	z-index: 1;
}

.mht-supplier-card__logo {
	align-items: center;
	background: #d6e9dc;
	border-radius: 8px;
	color: var(--supplier-green);
	display: flex;
	font-size: 11px;
	font-weight: 700;
	height: 72px;
	justify-content: center;
	overflow: hidden;
	text-transform: uppercase;
	width: 72px;
}

.mht-supplier-card__logo.has-image {
	background: #fff;
	border: 1px solid #e6eae8;
}

.mht-supplier-card__logo img {
	display: block;
	height: 100%;
	object-fit: contain;
	padding: 6px;
	width: 100%;
}

.mht-supplier-card__meta-icon {
	display: block;
	flex: 0 0 auto;
	height: 14px;
	margin-top: 2px;
	width: 14px;
}

.mht-supplier-card--skeleton {
	background: linear-gradient(90deg, #eef2f0 25%, #f7f9f8 50%, #eef2f0 75%);
	background-size: 200% 100%;
	animation: mht-supplier-pulse 1.2s ease-in-out infinite;
	min-height: 116px;
}

.mht-supplier-cards.is-loading {
	opacity: .85;
}

.mht-supplier-empty {
	background: #fff;
	border-radius: 14px;
	color: #61716b;
	margin: 0;
	padding: 28px 24px;
}

@keyframes mht-supplier-pulse {
	0% { background-position: 100% 0; }
	100% { background-position: -100% 0; }
}

.mht-supplier-card__title {
	align-items: center;
	display: flex;
	gap: 10px;
}

.mht-supplier-card h3 {
	font-size: 20px;
	margin: 0;
}

.mht-supplier-card__title span {
	background: #edf6d7;
	border-radius: 999px;
	color: #527a00;
	font-size: 10px;
	font-weight: 700;
	padding: 5px 9px;
}

.mht-supplier-card p,
.mht-supplier-card__meta {
	align-items: flex-start;
	color: #687771;
	display: flex;
	font-size: 13px;
	gap: 6px;
	margin: 6px 0 0;
}

.mht-supplier-card__meta span {
	min-width: 0;
}

.mht-supplier-card p .mht-icon {
	margin-right: 5px;
}

.mht-supplier-card .mht-button--ghost,
.mht-supplier-card .mht-button--ghost:visited,
.mht-supplier-card__cta,
.mht-supplier-card__cta:visited {
	align-items: center;
	background: #ffffff;
	border: 1.5px solid var(--supplier-green);
	color: var(--supplier-green);
	display: inline-flex;
	gap: 8px;
	-webkit-text-fill-color: var(--supplier-green);
	justify-content: center;
	min-height: 42px;
	padding: 0 18px;
	white-space: nowrap;
}

.mht-supplier-card__cta span,
.mht-supplier-card__cta em {
	color: inherit;
	-webkit-text-fill-color: inherit;
}

.mht-supplier-card__cta em {
	font-style: normal;
	font-weight: 700;
	line-height: 1;
}

.mht-supplier-card .mht-button--ghost:hover,
.mht-supplier-card .mht-button--ghost:focus,
.mht-supplier-card .mht-button--ghost:focus-visible,
.mht-supplier-card .mht-button--ghost:active,
.mht-supplier-card__cta:hover,
.mht-supplier-card__cta:focus,
.mht-supplier-card__cta:focus-visible,
.mht-supplier-card__cta:active {
	background: var(--supplier-green);
	border-color: var(--supplier-green);
	color: #ffffff;
	-webkit-text-fill-color: #ffffff;
	transform: none;
}

.mht-supplier-map {
	align-items: center;
	background: #dce9e1;
	border-radius: 12px;
	color: var(--supplier-green);
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 500px;
	padding: 32px;
	position: relative;
	text-align: center;
}

.mht-supplier-map::before {
	border: 1px dashed rgba(13, 77, 59, .3);
	border-radius: 50%;
	content: "";
	height: 180px;
	position: absolute;
	width: 180px;
}

.mht-supplier-map__pin {
	align-items: center;
	background: var(--supplier-green);
	border: 5px solid rgba(255, 255, 255, .8);
	border-radius: 50% 50% 50% 0;
	color: #fff;
	display: flex;
	height: 46px;
	justify-content: center;
	margin-bottom: 24px;
	transform: rotate(-45deg);
	width: 46px;
	z-index: 1;
}

.mht-supplier-map__pin .mht-icon {
	transform: rotate(45deg);
}

.mht-supplier-map strong,
.mht-supplier-map > span {
	position: relative;
	z-index: 1;
}

.mht-supplier-map > span {
	color: #61716b;
	font-size: 14px;
	margin-top: 8px;
}

.mht-supplier-side {
	position: sticky;
	top: 96px;
}

.mht-supplier-side__card {
	background: #edf6e8;
	border-radius: 14px;
	display: grid;
	gap: 12px;
	padding: 24px 22px;
}

.mht-supplier-side__card .mht-kicker {
	margin: 0;
}

.mht-supplier-side__card strong {
	color: var(--supplier-green);
	font-size: 22px;
	line-height: 1.25;
}

.mht-supplier-side__card > p {
	color: #4d5d56;
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
}

.mht-supplier-side__card .mht-button {
	justify-content: center;
	width: 100%;
}

.mht-supplier-side__secondary,
.mht-supplier-side__secondary:visited {
	background: #fff;
	border-color: var(--supplier-green);
	color: var(--supplier-green);
	-webkit-text-fill-color: var(--supplier-green);
}

.mht-supplier-side__checks {
	color: #4d5d56;
	display: grid;
	font-size: 13px;
	gap: 6px;
	list-style: none;
	margin: 4px 0 0;
	padding: 0;
}

.mht-supplier-side__checks li {
	align-items: center;
	display: flex;
	gap: 8px;
}

.mht-supplier-side__checks li::before {
	color: var(--supplier-lime, #84bd00);
	content: "✓";
	font-weight: 700;
}

.mht-supplier-cta {
	background: var(--supplier-dark);
	color: #fff;
	padding: 60px 24px;
	text-align: center;
}

.mht-supplier-cta h2 {
	color: #fff;
	font-size: 36px;
	line-height: 1.2;
	margin: 10px 0 12px;
}

.mht-supplier-cta p:not(.mht-kicker) {
	color: rgba(255, 255, 255, .78);
}

.mht-supplier-guide {
	background: #ffffff;
	padding: 80px 24px;
	text-align: center;
}

.mht-supplier-guide__header {
	margin: 0 auto 48px;
	max-width: 700px;
}

.mht-supplier-guide__header h2 {
	color: var(--supplier-green);
	font-size: 32px;
	line-height: 1.15;
	margin: 8px 0 10px;
}

.mht-supplier-guide__header p:not(.mht-kicker) {
	color: #666666;
	font-size: 15px;
	line-height: 1.6;
	margin: 0 auto;
	max-width: 700px;
}

.mht-supplier-guide__grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	text-align: left;
}

.mht-supplier-guide__grid article {
	background: #f3f5f7;
	border-radius: 16px;
	box-shadow: 0 4px 16px rgba(0,0,0,.08);
	display: flex;
	flex-direction: column;
	gap: 14px;
	min-height: 200px;
	padding: 32px;
}

.mht-supplier-guide__icon {
	align-items: center;
	background: #ffffff;
	border-radius: 24px;
	display: inline-flex;
	height: 48px;
	justify-content: center;
	width: 48px;
}

.mht-supplier-guide__icon img {
	display: block;
	height: 22px;
	width: 22px;
}

.mht-supplier-guide__grid h3 {
	color: var(--supplier-green);
	font-size: 17px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
}

.mht-supplier-guide__grid p {
	color: #666666;
	font-size: 13px;
	line-height: 1.45;
	margin: 0;
}

.mht-supplier-articles {
	background: #f3f5f7;
	padding: 80px 24px;
}

.mht-supplier-articles__header {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 32px;
}

.mht-supplier-articles__header h2 {
	color: var(--supplier-green);
	font-size: 28px;
	line-height: 1.2;
	margin: 6px 0 0;
}

.mht-supplier-articles__grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mht-supplier-article {
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 4px 16px rgba(0,0,0,.08);
	overflow: hidden;
}

.mht-supplier-article > a {
	color: inherit;
	display: block;
	text-decoration: none;
}

.mht-supplier-article__media {
	background: #d4e8da;
	height: 160px;
	overflow: hidden;
}

.mht-supplier-article__media img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.mht-supplier-article__body {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 18px 24px 22px;
}

.mht-supplier-article__tag {
	background: #f3f5f7;
	border-radius: 4px;
	color: var(--supplier-green);
	display: inline-flex;
	font-size: 11px;
	font-weight: 600;
	padding: 3px 8px;
}

.mht-supplier-article__body h3 {
	color: #1a1a1a;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
	margin: 0;
}

.mht-supplier-article__body p {
	color: #666666;
	font-size: 13px;
	line-height: 1.5;
	margin: 0;
}

.mht-supplier-article__link {
	color: var(--supplier-lime);
	font-size: 13px;
	font-weight: 700;
}

.mht-supplier-seo {
	background: #ffffff;
	padding: 60px 24px;
	text-align: center;
}

.mht-supplier-seo .mht-container {
	max-width: 800px;
}

.mht-supplier-seo h2 {
	color: var(--supplier-green);
	font-size: 22px;
	line-height: 1.25;
	margin: 0;
}

.mht-supplier-seo p {
	color: #666666;
	font-size: 15px;
	line-height: 1.7;
	margin-top: 16px;
}

@media (max-width: 900px) {
	.mht-supplier-filter-bar__inner,
	.mht-supplier-results__grid {
		width: min(calc(100% - 40px), 1280px);
	}

	.mht-supplier-results__grid {
		grid-template-columns: 1fr;
	}

	.mht-supplier-map,
	.mht-supplier-side {
		display: none;
	}

	.mht-supplier-guide__grid,
	.mht-supplier-articles__grid {
		grid-template-columns: 1fr;
	}

	.mht-supplier-articles__header {
		align-items: start;
		flex-direction: column;
		gap: 12px;
	}
}

@media (max-width: 700px) {
	.mht-supplier-hero {
		min-height: 0;
		padding: 36px 16px 28px;
	}

	.mht-supplier-hero .mht-kicker {
		font-size: 11px;
		letter-spacing: .08em;
	}

	.mht-supplier-hero h1 {
		font-size: clamp(28px, 8vw, 34px);
		line-height: 1.15;
		margin: 12px 0 12px;
	}

	.mht-supplier-hero__content > p:not(.mht-kicker) {
		font-size: 15px;
		line-height: 1.5;
		margin-bottom: 20px;
		max-width: none;
	}

	.mht-supplier-search-card,
	.mht-supplier-search-card.mht-postcode-search {
		border-radius: 14px;
		display: grid;
		gap: 10px;
		grid-template-columns: 1fr;
		padding: 10px;
		width: 100%;
	}

	.mht-supplier-search-card__field {
		height: 52px;
		padding: 0 12px 0 14px;
	}

	.mht-supplier-search-card input[type="text"],
	.mht-supplier-search-card input[type="search"] {
		font-size: 16px; /* prevent iOS zoom */
	}

	.mht-supplier-search-card .mht-button {
		height: 48px;
		min-height: 48px;
		width: 100%;
	}

	.mht-supplier-popular {
		-webkit-overflow-scrolling: touch;
		flex-wrap: nowrap;
		gap: 8px;
		justify-content: flex-start;
		margin-top: 18px;
		overflow-x: auto;
		overscroll-behavior-x: contain;
		padding-bottom: 4px;
		scrollbar-width: none;
	}

	.mht-supplier-popular::-webkit-scrollbar {
		display: none;
	}

	.mht-supplier-popular span {
		flex: 0 0 auto;
		font-size: 12px;
		margin-right: 0;
	}

	.mht-supplier-popular button {
		flex: 0 0 auto;
		min-height: 40px;
		padding: 0 14px;
		scroll-snap-align: start;
	}

	.mht-supplier-filter-bar {
		background: rgba(255, 255, 255, .96);
		backdrop-filter: blur(10px);
		border-bottom: 1px solid #e6eae8;
		position: sticky;
		top: 0;
		z-index: 40;
	}

	.mht-supplier-filter-bar__inner,
	.mht-supplier-results__grid {
		box-sizing: border-box;
		margin-inline: auto;
		padding-inline: 0;
		width: min(calc(100% - 32px), 1280px);
	}

	.mht-supplier-filter-bar__inner {
		align-items: stretch;
		flex-direction: column;
		gap: 10px;
		min-height: 0;
		padding-bottom: 12px;
		padding-top: 12px;
	}

	.mht-supplier-sort--summary {
		align-items: center;
		display: flex;
		gap: 10px;
		justify-content: space-between;
		margin-left: 0;
		order: 1;
		width: 100%;
	}

	.mht-supplier-sort--summary > span[data-supplier-count] {
		color: #51615b;
		flex: 1 1 auto;
		font-size: 13px;
		font-weight: 600;
		line-height: 1.35;
		min-width: 0;
		white-space: normal;
	}

	.mht-supplier-sort--summary .mht-supplier-filter {
		flex: 0 0 auto;
	}

	.mht-supplier-sort--summary .mht-supplier-filter__toggle {
		height: 40px;
		max-width: 148px;
		min-width: 0;
		padding: 0 10px;
	}

	.mht-supplier-sort--summary .mht-supplier-filter__toggle [data-supplier-filter-label] {
		font-size: 12px;
	}

	.mht-supplier-filters {
		-webkit-overflow-scrolling: touch;
		display: flex;
		flex-wrap: nowrap;
		gap: 8px;
		margin: 0 -16px;
		order: 2;
		overflow-x: auto;
		overscroll-behavior-x: contain;
		padding: 0 16px 2px;
		scrollbar-width: none;
		width: auto;
	}

	.mht-supplier-filters::-webkit-scrollbar {
		display: none;
	}

	.mht-supplier-filters__label {
		display: none;
	}

	.mht-supplier-filter,
	.mht-supplier-filter__toggle {
		flex: 0 0 auto;
		max-width: none;
		min-width: 0;
		width: auto;
	}

	.mht-supplier-filter__toggle {
		background: #f3f5f7;
		border: 1px solid #e0e0e0;
		height: 40px;
		max-width: none;
		min-width: 108px;
		padding: 0 12px;
	}

	.mht-supplier-filter.is-open .mht-supplier-filter__toggle,
	.mht-supplier-filter__toggle[aria-expanded="true"],
	.mht-supplier-filter.has-value .mht-supplier-filter__toggle {
		background: #edf6d7;
		border-color: var(--supplier-green);
	}

	.mht-supplier-clear-filters {
		flex: 0 0 auto;
		height: 40px;
		padding: 0 8px;
		white-space: nowrap;
	}

	.mht-supplier-filter__menu {
		left: 0;
		max-height: min(52vh, 320px);
		min-width: 220px;
		right: auto;
	}

	.mht-supplier-sort--summary .mht-supplier-filter__menu {
		left: auto;
		right: 0;
	}

	.mht-supplier-filter__menu button {
		min-height: 44px;
		padding: 12px 14px;
	}

	.mht-supplier-results {
		padding: 20px 0 40px;
	}

	.mht-supplier-results__heading {
		margin-bottom: 14px;
	}

	.mht-supplier-results__heading .mht-kicker {
		margin-bottom: 6px;
	}

	.mht-supplier-results__heading h2 {
		font-size: 18px;
		line-height: 1.25;
	}

	.mht-supplier-cards {
		gap: 10px;
	}

	.mht-supplier-card {
		align-items: start;
		gap: 10px 12px;
		grid-template-columns: 56px minmax(0, 1fr);
		min-height: 0;
		padding: 14px;
		transition: transform .15s ease, box-shadow .15s ease;
	}

	.mht-supplier-card:active {
		box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
		transform: scale(.992);
	}

	.mht-supplier-card__logo {
		height: 56px;
		width: 56px;
	}

	.mht-supplier-card__logo img {
		padding: 4px;
	}

	.mht-supplier-card__body {
		min-width: 0;
	}

	.mht-supplier-card__title {
		align-items: flex-start;
		flex-wrap: wrap;
		gap: 6px 8px;
	}

	.mht-supplier-card h3 {
		font-size: 16px;
		line-height: 1.25;
	}

	.mht-supplier-card__title span {
		font-size: 9px;
		letter-spacing: .04em;
		padding: 4px 8px;
	}

	.mht-supplier-card p,
	.mht-supplier-card__meta {
		font-size: 12px;
		gap: 6px;
		line-height: 1.4;
		margin-top: 5px;
	}

	.mht-supplier-card__meta-icon {
		flex: 0 0 auto;
		margin-right: 0;
		margin-top: 1px;
	}

	.mht-supplier-card__meta span {
		overflow-wrap: anywhere;
	}

	.mht-supplier-card > .mht-button,
	.mht-supplier-card .mht-button--ghost,
	.mht-supplier-card__cta {
		grid-column: 1 / -1;
		justify-content: center;
		min-height: 44px;
		width: 100%;
	}

	.mht-supplier-empty {
		padding: 22px 18px;
	}

	.mht-supplier-cta .mht-button,
	.mht-supplier-articles__header .mht-button {
		min-height: 48px;
		width: 100%;
	}

	.mht-supplier-guide article,
	.mht-supplier-articles article {
		padding: 18px;
	}
}

.mht-turf-page {
	--mht-turf-page-gutter: 24px;
	background: #ffffff;
	color: var(--mht-green);
	margin-left: calc(var(--wp--style--root--padding-left, 0px) * -1);
	margin-right: calc(var(--wp--style--root--padding-right, 0px) * -1);
	overflow-x: clip;
}

.mht-turf-page .mht-container {
	margin-inline: auto;
	max-width: 1280px;
	width: min(calc(100% - (var(--mht-turf-page-gutter) * 2)), 1280px);
}

.mht-turf-page h1,
.mht-turf-page h2,
.mht-turf-page h3,
.mht-turf-page p {
	margin: 0;
}

.mht-turf-page__hero {
	background:
		linear-gradient(0deg, rgba(13, 46, 34, 0.78), rgba(13, 46, 34, 0.78)),
		url("../../uploads/2019/01/bg-find-your-turf-1439x390.jpg") center / cover no-repeat,
		var(--mht-green);
	min-height: 520px;
	padding: 70px 0 54px;
	text-align: center;
}

.mht-turf-page__hero-inner {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin: 0 auto;
	max-width: 760px;
	width: min(calc(100% - (var(--mht-turf-page-gutter) * 2)), 720px);
}

.mht-turf-page__eyebrow,
.mht-turf-page__section-label {
	color: var(--mht-lime);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 16px;
	text-transform: uppercase;
}

.mht-turf-page__hero .mht-turf-page__eyebrow {
	margin-bottom: 0;
}

.mht-turf-page h1 {
	color: #ffffff;
	font-size: 56px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 64px;
	margin: 2px 0 0;
}

.mht-turf-page__hero h2 {
	color: #ffffff;
	font-size: 24px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 30px;
	margin-top: -2px;
}

.mht-turf-page__intro {
	color: rgba(255,255,255,.82);
	font-size: 16px;
	line-height: 26px;
	margin: 0 auto;
	max-width: 658px;
}

.mht-turf-page__postcode-card {
	background: #ffffff;
	border-radius: 16px;
	box-shadow: 0 4px 24px rgba(0,0,0,.1);
	margin: 8px auto 0;
	padding: 16px 16px 14px;
	width: min(100%, 638px);
}

.mht-turf-page__postcode-card.mht-postcode-search {
	width: min(100%, 638px);
}

.mht-turf-page__search {
	align-items: center;
	display: grid;
	gap: 12px;
	grid-template-columns: minmax(0, 1fr) 208px;
	justify-content: center;
}

.mht-turf-page__search-field {
	align-items: center;
	background: #f3f5f7;
	border: 1.5px solid #e0e0e0;
	border-radius: 10px;
	display: flex;
	gap: 10px;
	height: 56px;
	padding: 0 16px;
	width: 100%;
}

.mht-turf-page__search-clear {
	align-items: center;
	background: transparent;
	border: 0;
	color: #d61f1f;
	cursor: pointer;
	display: inline-flex;
	flex: 0 0 auto;
	font: inherit;
	font-size: 28px;
	font-weight: 700;
	height: 28px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	width: 28px;
}

.mht-turf-page__search-clear[hidden] {
	display: none !important;
}

.mht-turf-page__search-clear span {
	display: block;
	transform: translateY(-1px);
}

.mht-turf-page__search-icon {
	display: inline-flex;
	flex: 0 0 auto;
	height: 20px;
	width: 20px;
}

.mht-turf-page__search-icon img,
.mht-turf-page__hint-icon img {
	display: block;
	height: 100%;
	width: 100%;
}

.mht-turf-page__search-field input[type="text"],
.mht-turf-page__search-field input[type="search"] {
	-webkit-appearance: none;
	appearance: none;
	background: transparent;
	border: 0;
	color: var(--mht-text);
	flex: 1;
	font: inherit;
	font-size: 15px;
	min-width: 0;
	outline: 0;
	padding: 0;
}

.mht-turf-page__search-field input[type="search"]::-webkit-search-cancel-button,
.mht-turf-page__search-field input[type="search"]::-webkit-search-decoration,
.mht-turf-page__search-field input[type="search"]::-ms-clear {
	-webkit-appearance: none !important;
	appearance: none !important;
	display: none !important;
	height: 0;
	opacity: 0;
	pointer-events: none;
	width: 0;
}

.mht-turf-page__search-field input[type="text"]::placeholder,
.mht-turf-page__search-field input[type="search"]::placeholder {
	color: #aaa;
}

.mht-turf-page__search-button {
	align-items: center;
	background: var(--mht-lime);
	border: 0;
	border-radius: 10px;
	color: #ffffff;
	cursor: pointer;
	display: inline-flex;
	justify-content: center;
	font: inherit;
	flex: 0 0 auto;
	font-size: 13px;
	font-weight: 700;
	height: 56px;
	letter-spacing: 0;
	padding: 0 20px;
	white-space: nowrap;
	width: 208px;
	box-sizing: border-box;
}

.mht-turf-page__search-button:hover,
.mht-turf-page__search-button:focus-visible {
	background: #76ab00;
	color: #ffffff;
}

.mht-turf-page__search-button[aria-busy="true"],
.mht-turf-page__search.is-locating .mht-turf-page__search-button {
	cursor: wait;
	opacity: .85;
}

.mht-turf-page__hint {
	align-items: center;
	color: #666666;
	display: flex;
	font-size: 13px;
	gap: 6px;
	margin-top: 16px;
	justify-content: center;
	line-height: 1.35;
}

.mht-turf-page__hint.is-error {
	color: #b42318;
}

.mht-turf-page__hint-icon {
	display: inline-flex;
	height: 14px;
	width: 14px;
}

.mht-turf-page__popular {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
	margin-top: 0;
}

.mht-turf-page__popular span {
	color: rgba(255,255,255,.6);
	font-size: 13px;
	margin-right: 4px;
	white-space: nowrap;
}

.mht-turf-page__popular button,
.mht-turf-page__popular a,
.mht-turf-page__filters button,
.mht-turf-page__filters label,
.mht-turf-page__heading button {
	background: #ffffff;
	border: 1px solid rgba(255,255,255,.8);
	border-radius: 20px;
	color: #ffffff;
	cursor: pointer;
	font: inherit;
	font-size: 12px;
	line-height: 1.15;
	padding: 6px 14px;
}

.mht-turf-page__popular a {
	text-decoration: none;
}

.mht-turf-page__heading button {
	align-items: center;
	border: 1.5px solid #e0e0e0;
	border-radius: 8px;
	color: #666666;
	display: inline-flex;
	font-size: 13px;
	height: 44px;
	justify-content: space-between;
	padding: 0 12px 0 16px;
	width: 200px;
}

.mht-turf-page__popular button,
.mht-turf-page__popular a {
	background: transparent;
	color: rgba(255,255,255,.75);
	border-color: rgba(255,255,255,.85);
	border-radius: 999px;
	display: inline-flex;
	font-size: 13px;
	font-weight: 600;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 0 18px;
	white-space: nowrap;
}

@media (min-width: 901px) {
	.mht-turf-page__popular {
		flex-wrap: nowrap;
	}
}

.mht-turf-page__filters {
	background: #ffffff;
	border: 1px solid #e0e0e0;
	box-shadow: 0 2px 8px rgba(0,0,0,.05);
	padding: 18px 0;
}

.mht-turf-page__filters-inner {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	gap: 10px;
	margin: 0 auto;
	max-width: 1280px;
	width: min(calc(100% - (var(--mht-turf-page-gutter) * 2)), 1280px);
}

.mht-turf-page__filters strong {
	color: #666666;
	flex: 0 0 auto;
	font-size: 13px;
	font-weight: 600;
	white-space: nowrap;
}

.mht-turf-page__spacer {
	flex: 1 1 auto;
	min-width: 8px;
}

.mht-turf-page__filters button {
	align-items: center;
	background: #f3f5f7;
	border: 0;
	border-radius: 8px;
	color: var(--mht-green);
	cursor: pointer;
	display: inline-flex;
	flex: 0 1 auto;
	font: inherit;
	font-size: 12px;
	font-weight: 600;
	height: 40px;
	justify-content: space-between;
	padding: 0 10px 0 12px;
}

.mht-turf-page__filters button.is-active {
	background: var(--mht-green);
	color: #ffffff;
}

.mht-turf-page__filters button.is-active em {
	color: rgba(255,255,255,.76);
}

.mht-turf-page__filters button.is-filter {
	gap: 8px;
	max-width: 180px;
	min-width: 0;
	width: auto;
}

.mht-turf-page__filters button.is-filter span {
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 14px;
	line-height: 1;
	width: 14px;
}

.mht-turf-page__filters button.is-filter em {
	color: #666666;
	flex: 0 0 auto;
	font-style: normal;
	font-size: 11px;
	font-weight: 400;
	line-height: 1;
	margin-left: 4px;
}

.mht-turf-page__filters button.is-search {
	color: #999999;
	gap: 8px;
	justify-content: flex-start;
	width: 220px;
}

.mht-turf-page__filters label.is-search {
	align-items: center;
	background: #f3f5f7;
	border: 0;
	border-radius: 8px;
	box-sizing: border-box;
	color: #999999;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 12px;
	font-weight: 600;
	gap: 8px;
	height: 40px;
	padding: 0 12px;
	width: 200px;
}

.mht-turf-page__filters button.is-search span {
	display: inline-flex;
	font-size: 15px;
	line-height: 1;
	width: 15px;
}

.mht-turf-page__filters label.is-search span[aria-hidden="true"] {
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 15px;
	line-height: 1;
	width: 15px;
}

.mht-turf-page__filters label.is-search input {
	background: transparent;
	border: 0;
	color: var(--mht-green);
	flex: 1;
	font: inherit;
	font-size: 12px;
	font-weight: 600;
	min-width: 0;
	outline: 0;
	padding: 0;
}

.mht-turf-page__filters label.is-search input::placeholder {
	color: #999999;
	opacity: 1;
}

.mht-turf-page__filters button.is-apply {
	background: var(--mht-lime);
	color: #ffffff;
	justify-content: center;
	padding: 0 14px;
	width: 92px;
}

.mht-turf-page__filters button.is-compare {
	background: var(--mht-green);
	color: #ffffff;
	flex: 0 0 auto;
	justify-content: center;
	padding: 0 14px;
	white-space: nowrap;
	width: auto;
	min-width: 148px;
}

.mht-turf-page__filters button.is-compare:disabled {
	cursor: not-allowed;
	opacity: .58;
}

.mht-turf-page__filters button:hover,
.mht-turf-page__filters button:focus-visible,
.mht-turf-page__filters label.is-search:focus-within {
	box-shadow: 0 0 0 1px rgba(21,71,52,.08);
}

.mht-turf-page__varieties {
	background: #f3f5f4;
	padding: 60px 0;
}

.mht-turf-page__heading {
	align-items: end;
	display: flex;
	justify-content: space-between;
	margin-bottom: 32px;
}

.mht-turf-page__heading h2 {
	color: var(--mht-green);
	font-size: 34px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.15;
	margin-top: 4px;
}

.mht-turf-page__grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mht-turf-page__grid.is-loading {
	pointer-events: none;
}

.mht-turf-page__card--skeleton .mht-turf-page__card-media {
	min-height: 180px;
}

.mht-turf-page__empty {
	background: #ffffff;
	border-radius: 12px;
	box-shadow: 0 4px 16px rgba(0,0,0,.06);
	color: var(--mht-green);
	font-weight: 700;
	grid-column: 1 / -1;
	margin: 0;
	padding: 28px;
	text-align: center;
}

.mht-turf-page__card {
	background: #ffffff;
	border-radius: 14px;
	box-shadow: 0 8px 20px rgba(7,59,45,.08);
	height: 420px;
	overflow: hidden;
}

.mht-turf-page__card-media {
	align-items: center;
	background: #d6e9dc;
	background-position: center;
	background-size: cover;
	height: 200px;
	display: flex;
	justify-content: center;
	overflow: hidden;
	position: relative;
}

.mht-turf-page__card-media::after {
	background: rgba(0, 0, 0, 0.08);
	content: "";
	inset: 0;
	position: absolute;
}

.mht-turf-page__card-media.is-empty {
	color: var(--mht-green);
	font-weight: 700;
}

.mht-turf-page__card-media > img:not(.mht-turf-page__card-logo) {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.mht-turf-page__card-logo {
	display: block;
	height: auto;
	max-height: 78px;
	max-width: 210px;
	object-fit: contain;
	position: relative;
	width: min(56%, 210px);
	z-index: 1;
}

.mht-turf-page__card-body {
	display: flex;
	flex-direction: column;
	height: 220px;
	padding: 20px 24px 20px;
}

.mht-turf-page__card h3 {
	color: var(--mht-green);
	font-size: 21px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.25;
	margin-bottom: 12px;
}

.mht-turf-page__stats {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: auto;
}

.mht-turf-page__chip {
	background: #f1f4f3;
	border-radius: 6px;
	color: var(--mht-green);
	display: inline-flex;
	font-size: 11px;
	font-weight: 600;
	gap: 5px;
	align-items: center;
	padding: 5px 8px;
}

.mht-turf-page__chip img {
	display: block;
	height: 14px;
	width: 14px;
}

.mht-turf-page__price {
	color: var(--mht-lime);
	display: flex;
	align-items: center;
	gap: 6px;
	font-weight: 700;
	margin: 0 0 12px;
	font-size: 16px;
	line-height: 1.1;
	min-height: 20px;
}

.mht-turf-page__price-icon {
	align-items: center;
	display: inline-flex;
	flex: 0 0 auto;
	height: 16px;
	width: 16px;
}

.mht-turf-page__price-icon img {
	display: block;
	height: 100%;
	width: 100%;
}

.mht-turf-page__price-value {
	display: inline-flex;
	align-items: center;
	font-size: 16px;
	line-height: 1;
	white-space: nowrap;
}

.mht-turf-page__actions {
	display: grid;
	gap: 10px;
	grid-template-columns: minmax(0, 1fr) 133px;
	margin-top: auto;
}

.mht-turf-page__button {
	border: 0;
	border-radius: 8px;
	background: var(--mht-green);
	color: #ffffff;
	justify-content: center;
	min-height: 42px;
	padding: 0 14px;
}

.mht-turf-page__button:hover,
.mht-turf-page__button:focus-visible {
	background: var(--mht-green-dark);
	color: #ffffff;
}

.mht-turf-page__button--view {
	background: var(--mht-green);
}

.mht-turf-page__button--quote {
	background: #84bd00;
}

.mht-turf-page__compare {
	background: #ffffff;
	padding: 60px 0;
}

.mht-turf-page__compare .mht-container {
	align-items: center;
	background: #f3f5f4;
	display: flex;
	height: 102px;
	justify-content: space-between;
	padding: 0 48px;
	width: min(calc(100% - 160px), 1280px);
}

.mht-turf-page__compare-copy {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 4px;
	justify-content: center;
}

.mht-turf-page__compare h2 {
	color: var(--mht-green);
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25;
	margin: 0;
}

.mht-turf-page__compare-row {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 4px;
}

.mht-turf-page__compare-row em {
	color: var(--mht-green);
	font-style: normal;
	font-size: 14px;
	line-height: 1;
}

.mht-turf-page__compare-pill {
	align-items: center;
	background: #ffffff;
	border: 1px solid #dfe6e2;
	border-radius: 6px;
	color: #154734;
	display: inline-flex;
	font-size: 13px;
	font-weight: 500;
	height: 36px;
	justify-content: space-between;
	min-width: 120px;
	padding: 0 12px 0 16px;
	gap: 8px;
	cursor: pointer;
	box-shadow: 0 1px 2px rgba(0,0,0,.04);
}

.mht-turf-page__compare-pill span {
	white-space: nowrap;
}

.mht-turf-page__compare-pill em {
	color: #666666;
	font-style: normal;
	font-size: 11px;
	line-height: 1;
}

.mht-turf-page__compare .mht-button {
	background: var(--mht-green);
	border: 0;
	border-radius: 8px;
	color: #ffffff;
	min-width: 200px;
	min-height: 48px;
	padding: 0 29px;
}

.mht-turf-page__compare button:disabled {
	cursor: not-allowed;
	opacity: .62;
}

.mht-turf-page__guide {
	padding: 68px 0 84px;
	text-align: center;
}

.mht-turf-page__guide .mht-container {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.mht-turf-page__guide-heading {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.mht-turf-page__guide .mht-turf-page__section-label {
	margin-bottom: 0;
}

.mht-turf-page__guide h2 {
	color: var(--mht-green);
	font-size: 32px;
	font-weight: 800;
	line-height: 1.15;
	margin: 0;
}

.mht-turf-page__guide-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 48px 0 36px;
	text-align: left;
}

.mht-turf-page__guide-grid article {
	background: #f3f5f4;
	border-radius: 16px;
	box-shadow: 0 4px 16px rgba(0,0,0,.08);
	display: flex;
	flex-direction: column;
	gap: 16px;
	height: 220px;
	padding: 32px;
}

.mht-turf-page__guide-icon {
	align-items: center;
	background: #ffffff;
	border-radius: 24px;
	display: inline-flex;
	height: 48px;
	justify-content: center;
	width: 48px;
}

.mht-turf-page__guide-icon img {
	display: block;
	height: 24px;
	width: 24px;
}

.mht-turf-page__guide-grid h3 {
	color: var(--mht-green);
	font-size: 17px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
	white-space: nowrap;
}

.mht-turf-page__guide-grid p {
	color: #65756f;
	font-size: 13px;
	line-height: 1.45;
	margin: 0;
	max-width: 341px;
}

.mht-turf-page__guide-link {
	align-items: center;
	color: var(--mht-green);
	display: inline-flex;
	font-size: 14px;
	gap: 8px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
}

.mht-turf-page__guide-link-icon {
	display: inline-flex;
	height: 18px;
	width: 18px;
}

.mht-turf-page__guide-link-icon img {
	display: block;
	height: 100%;
	width: 100%;
}

.mht-turf-page__guide-link img {
	transition: transform .15s ease;
}

.mht-turf-page__guide-link:hover,
.mht-turf-page__guide-link:focus-visible {
	color: var(--mht-green-dark);
}

.mht-turf-page__guide-link:hover img,
.mht-turf-page__guide-link:focus-visible img {
	transform: translateX(1px);
}

.mht-turf-page__cta {
	background: var(--mht-green-dark);
	color: #ffffff;
	padding: 64px 24px;
	text-align: center;
}

.mht-turf-page__cta .mht-turf-page__section-label,
.mht-turf-page__cta h2 {
	color: #ffffff;
}

.mht-turf-page__cta p:not(.mht-turf-page__section-label) {
	color: rgba(255,255,255,.8);
	margin-top: 12px;
}

.mht-turf-page__cta-actions {
	display: flex;
	gap: 18px;
	justify-content: center;
	margin-top: 28px;
}

.mht-turf-page__cta-actions .mht-button {
	min-height: 48px;
	padding: 0 26px;
}

.mht-turf-page__cta .mht-button--accent {
	min-width: 220px;
}

.mht-turf-page__cta .mht-button--ghost {
	min-width: 180px;
}

.mht-turf-page__cta .mht-button--ghost {
	border-color: rgba(255,255,255,.7);
}

.mht-turf-page__articles {
	background: #f3f5f4;
	padding: 80px 0 70px;
}

.mht-turf-page__articles-head {
	align-items: end;
	display: flex;
	justify-content: space-between;
	margin-bottom: 36px;
}

.mht-turf-page__articles-head h2 {
	color: var(--mht-green);
	font-size: 34px;
	font-weight: 800;
	line-height: 1.15;
	margin-top: 4px;
}

.mht-turf-page__articles-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mht-turf-page__article {
	background: #ffffff;
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(7,59,45,.08);
	overflow: hidden;
}

.mht-turf-page__article > a {
	color: inherit;
	display: block;
	text-decoration: none;
}

.mht-turf-page__article-media {
	background: #d6e9dc;
	height: 160px;
	overflow: hidden;
}

.mht-turf-page__article-media img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.mht-turf-page__article-body {
	padding: 18px 24px 24px;
}

.mht-turf-page__article-tag {
	background: #eff3f1;
	border-radius: 4px;
	color: var(--mht-green);
	display: inline-flex;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 16px;
	padding: 3px 10px;
}

.mht-turf-page__article-body h3 {
	font-size: 20px;
	margin-bottom: 10px;
}

.mht-turf-page__article-body p {
	color: #65756f;
	line-height: 1.55;
	margin-bottom: 14px;
}

.mht-turf-page__article-link {
	color: var(--mht-lime);
	font-weight: 700;
}

.mht-turf-page__seo {
	background: #ffffff;
	padding: 64px 0;
	text-align: center;
}

.mht-turf-page__seo .mht-container {
	max-width: 800px;
}

.mht-turf-page__seo h2 {
	color: var(--mht-green);
	font-size: 32px;
	font-weight: 800;
	line-height: 1.2;
	margin: 0;
}

.mht-turf-page__seo p {
	color: #65756f;
	line-height: 1.7;
	margin-top: 14px;
}

@media (max-width: 900px) {
	.mht-turf-page {
		--mht-turf-page-gutter: 20px;
	}

	.mht-turf-page__grid,
	.mht-turf-page__guide-grid,
	.mht-turf-page__articles-grid {
		grid-template-columns: 1fr;
	}

	.mht-turf-page__heading,
	.mht-turf-page__articles-head,
	.mht-turf-page__compare .mht-container {
		align-items: start;
		flex-direction: column;
		gap: 16px;
	}

	.mht-turf-page__cta-actions {
		flex-direction: column;
	}
}

@media (max-width: 700px) {
	.mht-turf-page {
		margin-left: calc(var(--wp--style--root--padding-left, 0px) * -1);
		margin-right: calc(var(--wp--style--root--padding-right, 0px) * -1);
	}

	.mht-turf-page .mht-container {
		width: min(calc(100vw - (var(--mht-turf-page-gutter) * 2)), 350px);
	}

	.mht-turf-page__hero {
		background:
			linear-gradient(0deg, rgba(13, 46, 34, 0.8), rgba(13, 46, 34, 0.8)),
			url("../../uploads/2019/01/bg-find-your-turf-768x512.jpg") center / cover no-repeat,
			var(--mht-green);
		min-height: 0;
		padding: 48px 0 40px;
	}

	.mht-turf-page__hero-inner {
		gap: 18px;
		max-width: 350px;
		text-align: left;
		width: min(calc(100vw - (var(--mht-turf-page-gutter) * 2)), 350px);
	}

	.mht-turf-page__eyebrow,
	.mht-turf-page__section-label {
		font-size: 12px;
		letter-spacing: 0.06em;
		line-height: 16px;
		text-transform: uppercase;
	}

	.mht-turf-page h1 {
		font-size: 36px;
		line-height: 42px;
	}

	.mht-turf-page__hero h2 {
		font-size: 20px;
		line-height: 26px;
	}

	.mht-turf-page__intro {
		font-size: 15px;
		line-height: 1.55;
		max-width: none;
	}

	.mht-turf-page__postcode-card {
		border-radius: 12px;
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
		margin-top: 6px;
		padding: 14px;
		width: 100%;
	}

	.mht-turf-page__search {
		align-items: stretch;
		display: flex;
		flex-direction: column;
		gap: 10px;
	}

	.mht-turf-page__search-field,
	.mht-turf-page__search-button {
		box-sizing: border-box;
		width: 100%;
	}

	.mht-turf-page__search-field {
		height: 52px;
		padding-inline: 14px;
	}

	.mht-turf-page__search-field input[type="text"],
	.mht-turf-page__search-field input[type="search"] {
		font-size: 14px;
	}

	.mht-turf-page__search-field input[type="text"]::placeholder,
	.mht-turf-page__search-field input[type="search"]::placeholder {
		font-size: 14px;
		opacity: 1;
	}

	.mht-turf-page__search-button {
		height: 48px;
		white-space: normal;
	}

	.mht-turf-page__hint {
		align-items: flex-start;
		font-size: 12px;
		justify-content: flex-start;
		line-height: 1.45;
		text-align: left;
	}

	.mht-turf-page__popular {
		align-items: flex-start;
		gap: 8px;
		justify-content: flex-start;
	}

	.mht-turf-page__popular span {
		flex-basis: 100%;
	}

	.mht-turf-page__popular button {
		font-size: 12px;
		min-height: 34px;
		padding-inline: 14px;
	}

	.mht-turf-page__popular a {
		font-size: 12px;
		min-height: 34px;
		padding-inline: 14px;
	}

	.mht-turf-page__filters {
		padding: 12px 0;
	}

	.mht-turf-page__filters-inner {
		align-items: stretch;
		display: grid;
		gap: 10px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: min(calc(100vw - (var(--mht-turf-page-gutter) * 2)), 350px);
	}

	.mht-turf-page__filters strong,
	.mht-turf-page__spacer {
		display: none;
	}

	.mht-turf-page__filters button,
	.mht-turf-page__filters label.is-search,
	.mht-turf-page__filters button.is-filter,
	.mht-turf-page__filters button.is-apply,
	.mht-turf-page__filters button.is-compare {
		box-sizing: border-box;
		font-size: 12px;
		gap: 8px;
		min-width: 0;
		padding-inline: 10px;
		width: 100%;
	}

	.mht-turf-page__filters button.is-filter span,
	.mht-turf-page__filters label.is-search span[aria-hidden="true"] {
		flex: 0 0 auto;
	}

	.mht-turf-page__filters button.is-filter em {
		margin-left: auto;
	}

	.mht-turf-page__filters label.is-search,
	.mht-turf-page__filters button.is-compare {
		grid-column: auto;
	}

	.mht-turf-page__filters label.is-search {
		grid-column: 1 / 2;
	}

	.mht-turf-page__filters button.is-compare {
		grid-column: 2 / 3;
	}

	.mht-turf-page__varieties,
	.mht-turf-page__guide,
	.mht-turf-page__articles,
	.mht-turf-page__seo {
		padding: 40px 0;
	}

	.mht-turf-page__heading,
	.mht-turf-page__articles-head {
		align-items: flex-start;
		display: flex;
		flex-direction: column;
		gap: 16px;
		margin-bottom: 24px;
	}

	.mht-turf-page__heading h2,
	.mht-turf-page__guide h2,
	.mht-turf-page__articles-head h2,
	.mht-turf-page__seo h2,
	.mht-turf-page__cta h2 {
		font-size: 28px;
		line-height: 34px;
	}

	.mht-turf-page__heading button {
		justify-content: space-between;
		width: 100%;
	}

	.mht-turf-page__grid {
		gap: 16px;
	}

	.mht-turf-page__card {
		border-radius: 12px;
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
		height: auto;
	}

	.mht-turf-page__card-media {
		height: 180px;
	}

	.mht-turf-page__card-logo {
		max-height: 66px;
		max-width: 180px;
	}

	.mht-turf-page__card-body {
		height: auto;
		min-height: 0;
		padding: 20px;
	}

	.mht-turf-page__card h3,
	.mht-turf-page__guide-grid h3,
	.mht-turf-page__article-body h3 {
		font-size: 18px;
		font-weight: 800;
		line-height: 24px;
	}

	.mht-turf-page__stats {
		gap: 8px;
		margin-bottom: 16px;
	}

	.mht-turf-page__chip {
		font-size: 11px;
		padding: 6px 8px;
	}

	.mht-turf-page__price {
		margin-bottom: 16px;
	}

	.mht-turf-page__actions {
		grid-template-columns: 1fr;
	}

	.mht-turf-page__button {
		min-height: 48px;
	}

	.mht-turf-page__compare {
		padding: 40px 0;
	}

	.mht-turf-page__compare .mht-container {
		height: auto;
		padding: 24px;
		width: min(calc(100vw - (var(--mht-turf-page-gutter) * 2)), 350px);
	}

	.mht-turf-page__compare-row {
		align-items: stretch;
		flex-direction: column;
		width: 100%;
	}

	.mht-turf-page__compare-row > em {
		text-align: center;
	}

	.mht-turf-page__compare-pill,
	.mht-turf-page__compare .mht-button {
		width: 100%;
	}

	.mht-turf-page__guide-grid {
		gap: 16px;
		margin: 28px 0 24px;
		width: 100%;
	}

	.mht-turf-page__guide-grid article {
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
		height: auto;
		min-height: 0;
		padding: 24px;
	}

	.mht-turf-page__guide-grid h3 {
		white-space: normal;
	}

	.mht-turf-page__guide-link {
		align-items: flex-start;
		line-height: 1.4;
		text-align: left;
	}

	.mht-turf-page__cta {
		padding: 40px var(--mht-turf-page-gutter);
	}

	.mht-turf-page__cta-actions .mht-button {
		width: 100%;
	}

	.mht-turf-page__article-media {
		height: 220px;
	}

	.mht-turf-page__article {
		border-radius: 12px;
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
	}

	.mht-turf-page__article-body {
		padding: 20px;
	}

	.mht-turf-page__seo p {
		font-size: 14px;
		line-height: 1.6;
	}
}

/* -------------------------------------------------------------------------
   Supplier / grower profile page
--------------------------------------------------------------------------- */
.mht-grower-page {
	--grower-green: #154734;
	--grower-dark: #0d2e22;
	--grower-mid: #1a5c40;
	--grower-lime: #84bd00;
	color: var(--grower-green);
	display: block;
	width: 100%;
}

.mht-home.mht-grower-profile-template #main-content,
.mht-grower-page > section {
	display: block;
	width: 100%;
}

.mht-grower-page .mht-kicker {
	color: var(--grower-lime);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .04em;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.mht-grower-hero {
	background: var(--grower-dark);
	color: #fff;
	padding: 56px 0;
}

.mht-grower-hero__inner {
	align-items: center;
	display: flex;
	gap: 40px;
	justify-content: space-between;
}

.mht-grower-hero__main {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 20px;
	min-width: 0;
}

.mht-grower-hero__identity {
	align-items: center;
	display: flex;
	gap: 20px;
}

.mht-grower-hero__logo {
	align-items: center;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 4px 16px rgba(0,0,0,.08);
	color: var(--grower-green);
	display: flex;
	font-size: 11px;
	font-weight: 700;
	height: 90px;
	justify-content: center;
	overflow: hidden;
	text-transform: uppercase;
	width: 90px;
}

.mht-grower-hero__logo img {
	display: block;
	height: 100%;
	object-fit: contain;
	padding: 8px;
	width: 100%;
}

.mht-grower-hero h1 {
	color: #fff;
	font-size: 44px;
	font-weight: 800;
	line-height: 1.15;
	margin: 0;
}

.mht-grower-hero__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.mht-grower-chip {
	align-items: center;
	border-radius: 20px;
	display: inline-flex;
	font-size: 13px;
	font-weight: 600;
	gap: 6px;
	padding: 6px 12px;
}

.mht-grower-chip img {
	display: block;
	filter: brightness(0) invert(1);
	height: 14px;
	width: 14px;
}

.mht-grower-chip--dark {
	background: var(--grower-mid);
	color: #fff;
}

.mht-grower-chip--lime {
	background: var(--grower-lime);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
}

.mht-grower-hero__stats {
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
}

.mht-grower-hero__stats strong {
	color: var(--grower-lime);
	display: block;
	font-size: 22px;
	font-weight: 800;
}

.mht-grower-hero__stats span {
	color: #fff;
	font-size: 12px;
}

.mht-grower-hero__card {
	background: var(--grower-mid);
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	gap: 14px;
	padding: 28px;
	width: min(100%, 320px);
}

.mht-grower-hero__card h2 {
	color: #fff;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.25;
	margin: 0;
}

.mht-grower-hero__quote,
.mht-grower-cta__actions .mht-button--accent {
	align-items: center;
	display: inline-flex;
	gap: 8px;
	height: 52px;
	justify-content: center;
	width: 100%;
}

.mht-grower-hero__quote img,
.mht-grower-cta__actions .mht-button--accent img {
	filter: brightness(0) invert(1);
	height: 18px;
	width: 18px;
}

.mht-grower-phone-btn,
.mht-grower-page a.mht-grower-phone-btn {
	align-items: center;
	background: transparent;
	border: 1.5px solid #fff;
	border-radius: 10px;
	color: #fff;
	-webkit-text-fill-color: #fff;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-size: 14px;
	font-weight: 700;
	height: 44px;
	justify-content: center;
	text-decoration: none;
	width: 100%;
}

.mht-grower-phone-btn.is-revealed {
	letter-spacing: .02em;
}

.mht-grower-hero__card hr {
	background: rgba(255,255,255,.15);
	border: 0;
	height: 1px;
	margin: 0;
	width: 100%;
}

.mht-grower-hero__card > p {
	color: rgba(255,255,255,.6);
	font-size: 12px;
	margin: 0;
	text-align: center;
	white-space: pre-wrap;
}

.mht-grower-overview {
	background: #fff;
	padding: 80px 0;
}

.mht-grower-overview__grid {
	display: grid;
	gap: 80px;
	grid-template-columns: minmax(0, 760px) minmax(280px, 440px);
	justify-content: space-between;
}

.mht-grower-overview__copy h2 {
	font-size: 32px;
	line-height: 1.2;
	margin: 0 0 16px;
}

.mht-grower-overview__content {
	color: #666;
	font-size: 15px;
	line-height: 1.7;
}

.mht-grower-overview__content p {
	margin: 0 0 1em;
}

.mht-grower-overview__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 24px;
}

.mht-grower-btn-ghost,
.mht-grower-page .mht-grower-btn-ghost,
.mht-grower-page .mht-grower-btn-ghost:visited {
	background: transparent;
	border: 1.5px solid var(--grower-green);
	color: var(--grower-green);
	-webkit-text-fill-color: var(--grower-green);
}

.mht-grower-btn-ghost:hover,
.mht-grower-btn-ghost:focus-visible,
.mht-grower-page .mht-grower-btn-ghost:hover,
.mht-grower-page .mht-grower-btn-ghost:focus-visible {
	background: var(--grower-green);
	color: #fff;
	-webkit-text-fill-color: #fff;
}

.mht-grower-cta .mht-grower-btn-ghost,
.mht-grower-cta .mht-grower-btn-ghost:visited {
	border-color: #fff;
	color: #fff;
	-webkit-text-fill-color: #fff;
}

.mht-grower-cta .mht-grower-btn-ghost:hover,
.mht-grower-cta .mht-grower-btn-ghost:focus-visible {
	background: #fff;
	color: var(--grower-green);
	-webkit-text-fill-color: var(--grower-green);
}

.mht-grower-details {
	background: #f3f5f7;
	border-radius: 16px;
	overflow: hidden;
}

.mht-grower-details__row {
	align-items: center;
	border-bottom: 1px solid #e6eae8;
	display: flex;
	gap: 12px;
	min-height: 59px;
	padding: 14px 20px;
}

.mht-grower-details__row:last-child {
	border-bottom: 0;
}

.mht-grower-details__row img {
	flex: 0 0 auto;
	filter: brightness(0) saturate(100%) invert(22%) sepia(24%) saturate(1200%) hue-rotate(108deg) brightness(92%) contrast(92%);
	height: 18px;
	width: 18px;
}

.mht-grower-details__row span {
	color: #888;
	display: block;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
}

.mht-grower-details__row strong {
	color: var(--grower-green);
	display: block;
	font-size: 14px;
	font-weight: 700;
	margin-top: 2px;
}

.mht-grower-services {
	background: #f3f5f7;
	padding: 64px 0 80px;
}

.mht-grower-services h2,
.mht-grower-varieties h2,
.mht-grower-gallery h2,
.mht-grower-faq h2,
.mht-grower-articles h2 {
	font-size: 32px;
	line-height: 1.2;
	margin: 0 0 40px;
}

.mht-grower-services__grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mht-grower-services__grid article {
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 4px 16px rgba(0,0,0,.06);
	min-height: 180px;
	padding: 24px;
}

.mht-grower-services__icon {
	align-items: center;
	background: #f3f5f7;
	border-radius: 12px;
	display: inline-flex;
	height: 48px;
	justify-content: center;
	margin-bottom: 12px;
	width: 48px;
}

.mht-grower-services__icon img {
	display: block;
	filter: brightness(0) saturate(100%) invert(22%) sepia(24%) saturate(1200%) hue-rotate(108deg) brightness(92%) contrast(92%);
	height: 24px;
	width: 24px;
}

.mht-grower-services__grid h3 {
	font-size: 17px;
	margin: 0 0 8px;
}

.mht-grower-services__grid p {
	color: #666;
	font-size: 13px;
	line-height: 1.45;
	margin: 0;
}

.mht-grower-varieties {
	background: #fff;
	padding: 80px 0;
}

.mht-grower-varieties__head,
.mht-grower-articles__head {
	align-items: end;
	display: flex;
	justify-content: space-between;
	margin-bottom: 32px;
}

.mht-grower-varieties__head h2,
.mht-grower-articles__head h2 {
	margin-bottom: 0;
}

.mht-grower-varieties__grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mht-grower-variety {
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 4px 16px rgba(0,0,0,.08);
	overflow: hidden;
}

.mht-grower-variety__media {
	align-items: center;
	background: #d4e8da;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: var(--grower-green);
	display: flex;
	font-size: 12px;
	font-weight: 600;
	height: 180px;
	justify-content: center;
	padding: 16px;
	position: relative;
}

.mht-grower-variety__logo {
	display: block;
	height: auto;
	max-height: 88px;
	max-width: min(70%, 200px);
	object-fit: contain;
	position: relative;
	width: auto;
	z-index: 1;
}

.mht-grower-variety__body {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 16px 20px 20px;
}

.mht-grower-variety__body h3 {
	font-size: 17px;
	margin: 0;
}

.mht-grower-variety__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.mht-grower-variety__chips span {
	align-items: center;
	background: #f3f5f7;
	border-radius: 999px;
	color: #61716b;
	display: inline-flex;
	font-size: 11px;
	font-weight: 600;
	gap: 4px;
	padding: 4px 8px;
}

.mht-grower-variety__chips img {
	display: block;
	height: 12px;
	width: 12px;
}

.mht-grower-variety__price {
	align-items: center;
	color: var(--grower-green);
	display: flex;
	font-size: 14px;
	font-weight: 700;
	gap: 6px;
	margin: 0;
}

.mht-grower-variety__price img {
	height: 14px;
	width: 14px;
}

.mht-grower-variety__actions {
	display: grid;
	gap: 8px;
	grid-template-columns: 1fr auto;
}

.mht-grower-variety__actions .mht-button {
	min-height: 38px;
	padding: 0 14px;
}

.mht-grower-variety__actions .mht-button--dark,
.mht-grower-variety__actions .mht-button--dark:visited {
	background: var(--grower-green);
	color: #fff;
	-webkit-text-fill-color: #fff;
}

.mht-grower-empty {
	background: #f3f5f7;
	border-radius: 12px;
	color: #666;
	grid-column: 1 / -1;
	padding: 24px;
}

.mht-grower-cta {
	background: var(--grower-dark);
	color: #fff;
	padding: 60px 24px;
	text-align: center;
}

.mht-grower-cta h2 {
	color: #fff;
	font-size: 36px;
	line-height: 1.2;
	margin: 8px auto 12px;
	max-width: 900px;
}

.mht-grower-cta > p:not(.mht-kicker) {
	color: rgba(255,255,255,.78);
	margin: 0 auto 24px;
}

.mht-grower-cta__actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: center;
}

.mht-grower-cta__actions .mht-button {
	min-width: 160px;
	width: auto;
}

.mht-grower-gallery {
	background: #fff;
	padding: 64px 0 80px;
}

.mht-grower-gallery__grid {
	display: grid;
	gap: 16px;
	grid-template-columns: 1.4fr 1fr 1fr 1.4fr;
}

.mht-grower-gallery__grid figure {
	background: #d4e8da;
	border-radius: 12px;
	height: 280px;
	margin: 0;
	overflow: hidden;
}

.mht-grower-gallery__grid img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.mht-grower-trust {
	background: #f3f5f7;
	padding: 64px 0;
}

.mht-grower-trust__grid {
	align-items: center;
	display: grid;
	gap: 48px;
	grid-template-columns: minmax(0, 1fr) 360px;
}

.mht-grower-trust h2 {
	font-size: 32px;
	line-height: 1.2;
	margin: 0 0 16px;
	max-width: 430px;
}

.mht-grower-trust p {
	color: #666;
	font-size: 15px;
	line-height: 1.6;
	margin: 0 0 20px;
	max-width: 560px;
}

.mht-grower-trust__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.mht-grower-trust__tags span {
	background: #fff;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	padding: 8px 12px;
}

.mht-grower-trust__badge {
	align-items: center;
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 4px 16px rgba(0,0,0,.06);
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 220px;
	text-align: center;
}

.mht-grower-trust__badge strong {
	color: var(--grower-lime);
	font-size: 48px;
	font-weight: 800;
	line-height: 1;
}

.mht-grower-trust__badge span {
	color: #666;
	font-size: 13px;
	margin-top: 8px;
}

.mht-grower-faq {
	background: #fff;
	padding: 64px 0 80px;
	text-align: center;
}

.mht-grower-faq__list {
	margin: 0 auto;
	max-width: 800px;
	text-align: left;
}

.mht-grower-faq__item {
	background: #f3f5f7;
	border-radius: 12px;
	margin-bottom: 12px;
	padding: 0;
}

.mht-grower-faq__item summary {
	align-items: center;
	cursor: pointer;
	display: flex;
	font-size: 15px;
	font-weight: 700;
	justify-content: space-between;
	list-style: none;
	padding: 18px 20px;
}

.mht-grower-faq__item summary::-webkit-details-marker {
	display: none;
}

.mht-grower-faq__item summary em::before {
	content: "▼";
	font-style: normal;
	font-size: 12px;
}

.mht-grower-faq__item[open] summary em::before {
	content: "▲";
}

.mht-grower-faq__item p {
	color: #666;
	font-size: 14px;
	line-height: 1.6;
	margin: 0;
	padding: 0 20px 18px;
}

.mht-grower-articles {
	background: #f3f5f7;
	padding: 80px 0;
}

.mht-grower-articles__grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mht-grower-article {
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 4px 16px rgba(0,0,0,.06);
	overflow: hidden;
}

.mht-grower-article > a {
	color: inherit;
	display: block;
	text-decoration: none;
}

.mht-grower-article__media {
	background: #d4e8da;
	height: 155px;
	overflow: hidden;
}

.mht-grower-article__media img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.mht-grower-article__body {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 18px 24px 22px;
}

.mht-grower-article__body span {
	background: #f3f5f7;
	border-radius: 4px;
	display: inline-flex;
	font-size: 11px;
	font-weight: 600;
	padding: 3px 8px;
	width: fit-content;
}

.mht-grower-article__body h3 {
	font-size: 16px;
	margin: 0;
}

.mht-grower-article__body p {
	color: #666;
	font-size: 13px;
	line-height: 1.5;
	margin: 0;
}

.mht-grower-article__body em {
	color: var(--grower-lime);
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
}

@media (max-width: 1100px) {
	.mht-grower-services__grid,
	.mht-grower-varieties__grid,
	.mht-grower-gallery__grid,
	.mht-grower-articles__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mht-grower-overview__grid,
	.mht-grower-trust__grid,
	.mht-grower-hero__inner {
		grid-template-columns: 1fr;
		display: grid;
	}

	.mht-grower-hero__card {
		width: 100%;
	}
}

@media (max-width: 700px) {
	.mht-grower-page .mht-container {
		box-sizing: border-box;
		width: min(calc(100% - 32px), 1280px);
	}

	.mht-grower-hero {
		padding: 28px 0 24px;
	}

	.mht-grower-hero__inner {
		gap: 20px;
	}

	.mht-grower-hero h1 {
		font-size: clamp(26px, 7vw, 32px);
		line-height: 1.15;
	}

	.mht-grower-hero__identity {
		align-items: flex-start;
		flex-direction: row;
		gap: 14px;
	}

	.mht-grower-hero__logo {
		flex: 0 0 auto;
		height: 64px;
		width: 64px;
	}

	.mht-grower-hero__chips {
		flex-wrap: wrap;
		gap: 8px;
	}

	.mht-grower-hero__stats {
		gap: 16px;
	}

	.mht-grower-hero__card {
		border-radius: 14px;
		padding: 18px;
	}

	.mht-grower-hero__card h2 {
		font-size: 18px;
	}

	.mht-grower-hero__quote,
	.mht-grower-page a.mht-grower-phone-btn,
	.mht-grower-page .mht-grower-btn-ghost,
	.mht-grower-cta__actions .mht-button,
	.mht-grower-overview__actions .mht-button,
	.mht-grower-overview__actions button {
		min-height: 48px;
		width: 100%;
	}

	.mht-grower-services__grid,
	.mht-grower-varieties__grid,
	.mht-grower-gallery__grid,
	.mht-grower-articles__grid {
		gap: 12px;
		grid-template-columns: 1fr;
	}

	.mht-grower-varieties__head,
	.mht-grower-articles__head,
	.mht-grower-overview__actions,
	.mht-grower-cta__actions {
		align-items: stretch;
		flex-direction: column;
		gap: 12px;
	}

	.mht-grower-faq button {
		min-height: 52px;
		padding: 14px 0;
		text-align: left;
	}

	.mht-grower-gallery__grid figure,
	.mht-grower-gallery__grid img {
		border-radius: 12px;
	}
}

/* -------------------------------------------------------------------------
   Turf Calculator page
--------------------------------------------------------------------------- */
.mht-calculator-page {
	--calc-green: #154734;
	--calc-dark: #0d2e22;
	--calc-mid: #1a5c40;
	--calc-lime: #84bd00;
	--calc-muted: #f3f5f7;
	background: var(--calc-muted);
	color: var(--calc-green);
	display: block;
	width: 100%;
}

.mht-home.mht-calculator-page-template #main-content,
.mht-calculator-page > section {
	display: block;
	width: 100%;
}

.mht-calculator-page .mht-kicker {
	color: var(--calc-lime);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .04em;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.mht-calculator-hero {
	background: var(--calc-dark);
	color: #fff;
	padding: 56px 0;
	text-align: center;
}

.mht-calculator-hero__inner {
	max-width: 720px;
}

.mht-calculator-hero h1 {
	color: #fff;
	font-size: 48px;
	line-height: 1.1;
	margin: 0 0 14px;
}

.mht-calculator-hero p {
	color: rgba(255, 255, 255, .8);
	font-size: 15px;
	line-height: 1.6;
	margin: 0 auto 18px;
	max-width: 600px;
}

.mht-calculator-hero__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}

.mht-calculator-hero__chips span {
	background: var(--calc-mid);
	border-radius: 20px;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	padding: 5px 14px;
}

.mht-calculator-main {
	padding: 56px 0;
}

.mht-calculator-layout {
	align-items: start;
	display: grid;
	gap: 32px;
	grid-template-columns: minmax(0, 1fr) 408px;
}

.mht-calculator-panel,
.mht-calculator-estimate {
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, .12);
	overflow: hidden;
}

.mht-calculator-panel__head,
.mht-calculator-estimate__head,
.mht-calculator-footer {
	align-items: center;
	background: var(--calc-green);
	color: #fff;
	display: flex;
	justify-content: space-between;
	padding: 18px 32px;
}

.mht-calculator-panel__title,
.mht-calculator-panel__actions {
	align-items: center;
	display: flex;
	gap: 12px;
}

.mht-calculator-panel__title img,
.mht-calculator-run img,
.mht-calculator-quote img {
	display: block;
	filter: brightness(0) invert(1);
	height: 22px;
	width: 22px;
}

.mht-calculator-panel__title strong {
	font-size: 18px;
}

.mht-calculator-panel__actions span {
	color: rgba(255, 255, 255, .65);
	font-size: 12px;
}

.mht-calculator-reset {
	background: transparent;
	border: 1px solid #fff;
	border-radius: 8px;
	color: #fff;
	cursor: pointer;
	font: inherit;
	font-size: 12px;
	font-weight: 700;
	height: 34px;
	padding: 0 14px;
}

.mht-calculator-howto {
	background: #f4fadf;
	border-bottom: 1px solid var(--calc-lime);
	border-top: 1px solid var(--calc-lime);
	padding: 20px 32px;
}

.mht-calculator-howto__title {
	align-items: center;
	display: flex;
	gap: 10px;
	margin-bottom: 14px;
}

.mht-calculator-howto__title img {
	display: block;
	height: 16px;
	width: 16px;
}

.mht-calculator-howto__title strong {
	font-size: 14px;
}

.mht-calculator-howto__steps {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.mht-calculator-howto__steps li {
	display: flex;
	gap: 10px;
}

.mht-calculator-howto__steps span {
	align-items: center;
	background: var(--calc-lime);
	border-radius: 12px;
	color: #fff;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 11px;
	font-weight: 700;
	height: 24px;
	justify-content: center;
	width: 24px;
}

.mht-calculator-howto__steps p {
	color: var(--calc-green);
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
}

.mht-calculator-shapes {
	display: grid;
	gap: 16px;
	padding: 24px 32px 8px;
}

.mht-calc-shape {
	background: var(--calc-muted);
	border: 1.5px solid #e0e0e0;
	border-radius: 14px;
	display: grid;
	gap: 16px;
	padding: 20px 24px;
}

.mht-calc-shape__head,
.mht-calc-shape__label,
.mht-calc-shape__meta {
	align-items: center;
	display: flex;
	gap: 10px;
}

.mht-calc-shape__head {
	justify-content: space-between;
}

.mht-calc-shape__index {
	align-items: center;
	background: var(--calc-green);
	border-radius: 14px;
	color: #fff;
	display: inline-flex;
	font-size: 12px;
	font-weight: 700;
	height: 28px;
	justify-content: center;
	width: 28px;
}

.mht-calc-shape__label strong {
	font-size: 14px;
}

.mht-calc-shape__area {
	background: #e8f5e9;
	border-radius: 6px;
	font-size: 13px;
	font-weight: 700;
	padding: 5px 10px;
}

.mht-calc-shape__delete {
	background: #feecec;
	border: 0;
	border-radius: 8px;
	color: #d32f2f;
	cursor: pointer;
	font: inherit;
	font-size: 13px;
	font-weight: 700;
	height: 32px;
	width: 32px;
}

.mht-calc-shape__delete.is-disabled,
.mht-calc-shape__delete:disabled {
	background: var(--calc-muted);
	color: #ccc;
	cursor: not-allowed;
}

.mht-calc-shape__delete-note {
	color: #ccc;
	font-size: 10px;
	font-style: normal;
}

.mht-calc-shape__tabs {
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 10px;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	overflow: hidden;
}

.mht-calc-shape__tab {
	align-items: center;
	background: #fff;
	border: 0;
	color: #666;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-size: 13px;
	gap: 6px;
	height: 44px;
	justify-content: center;
}

.mht-calc-shape__tab.is-active {
	background: var(--calc-green);
	color: #fff;
	font-weight: 700;
}

.mht-calc-shape__fields {
	align-items: center;
	display: flex;
	gap: 24px;
}

.mht-calc-shape__preview {
	align-items: center;
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 10px;
	display: flex;
	flex: 0 0 140px;
	flex-direction: column;
	gap: 6px;
	height: 110px;
	justify-content: center;
	text-align: center;
}

.mht-calc-shape__preview span {
	font-size: 36px;
	line-height: 1;
}

.mht-calc-shape__preview em {
	color: #666;
	font-size: 10px;
	font-style: normal;
	font-weight: 600;
	max-width: 120px;
}

.mht-calc-shape__inputs {
	display: grid;
	gap: 12px;
	flex: 1;
	min-width: 0;
}

.mht-calc-shape__input-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.mht-calc-shape__field {
	display: grid;
	gap: 6px;
	min-width: 140px;
}

.mht-calc-shape__field span {
	color: #1a1a1a;
	font-size: 13px;
	font-weight: 600;
}

.mht-calc-shape__field input {
	background: #fff;
	border: 1.5px solid #e0e0e0;
	border-radius: 10px;
	box-sizing: border-box;
	font: inherit;
	font-size: 14px;
	height: 48px;
	padding: 0 14px;
	width: 180px;
}

.mht-calc-shape__formula {
	color: #666;
	font-size: 12px;
	font-style: italic;
	margin: 0;
}

.mht-calculator-add-wrap {
	padding: 16px 32px 24px;
	text-align: center;
}

.mht-calculator-add {
	align-items: center;
	background: #e8f5e9;
	border: 1.5px solid var(--calc-green);
	border-radius: 12px;
	color: var(--calc-green);
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-size: 14px;
	font-weight: 700;
	gap: 8px;
	height: 48px;
	justify-content: center;
	width: 100%;
}

.mht-calculator-add-wrap p {
	color: #666;
	font-size: 12px;
	margin: 8px 0 0;
}

.mht-calculator-footer {
	align-items: center;
	gap: 20px;
	min-height: 110px;
}

.mht-calculator-footer__summary {
	display: grid;
	gap: 10px;
	min-width: 0;
}

.mht-calculator-footer__list {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 20px;
}

.mht-calculator-footer__row {
	align-items: center;
	color: #fff;
	display: inline-flex;
	font-size: 11px;
	gap: 6px;
}

.mht-calculator-footer__row::before {
	background: var(--calc-lime);
	border-radius: 50%;
	content: "";
	height: 5px;
	width: 5px;
}

.mht-calculator-footer__row strong {
	color: var(--calc-lime);
}

.mht-calculator-footer__total {
	align-items: center;
	display: flex;
	gap: 12px;
}

.mht-calculator-footer__total span {
	font-size: 12px;
	font-weight: 600;
}

.mht-calculator-footer__total strong {
	background: var(--calc-mid);
	border-radius: 8px;
	color: var(--calc-lime);
	font-size: 22px;
	padding: 7px 14px;
}

.mht-calculator-run {
	flex: 0 0 auto;
	gap: 8px;
	min-width: 216px;
}

.mht-calculator-estimate__head {
	font-size: 16px;
	font-weight: 700;
	justify-content: center;
	min-height: 56px;
	padding: 0 24px;
}

.mht-calculator-estimate__body {
	display: grid;
	gap: 16px;
	padding: 24px;
}

.mht-calculator-estimate__area {
	align-items: center;
	background: var(--calc-muted);
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	gap: 4px;
	justify-content: center;
	min-height: 80px;
	text-align: center;
}

.mht-calculator-estimate__area strong {
	font-size: 40px;
	line-height: 1;
}

.mht-calculator-estimate__area span,
.mht-calculator-estimate__label,
.mht-calculator-estimate__hint {
	color: #666;
	font-size: 12px;
	margin: 0;
}

.mht-calculator-estimate__label {
	font-weight: 600;
}

.mht-calculator-estimate__price {
	font-size: 28px;
	font-weight: 800;
	margin: 0;
}

.mht-calculator-estimate__field {
	display: grid;
	gap: 8px;
}

.mht-calculator-estimate__field > span {
	color: #1a1a1a;
	font-size: 13px;
	font-weight: 600;
}

.mht-calculator-select {
	align-items: center;
	background: var(--calc-muted);
	border: 1.5px solid #e0e0e0;
	border-radius: 10px;
	display: flex;
	gap: 10px;
	height: 48px;
	padding: 0 12px 0 14px;
}

.mht-calculator-select img {
	flex: 0 0 auto;
	height: 16px;
	width: 16px;
}

.mht-calculator-select select {
	appearance: none;
	background: transparent;
	border: 0;
	flex: 1;
	font: inherit;
	font-size: 14px;
	height: 100%;
	min-width: 0;
	outline: 0;
	width: 100%;
}

.mht-calculator-quote,
.mht-calculator-browse {
	justify-content: center;
	width: 100%;
}

.mht-calculator-page .mht-button--ghost,
.mht-calculator-page .mht-button--ghost:visited {
	background: #fff;
	border: 1.5px solid var(--calc-green);
	color: var(--calc-green);
	-webkit-text-fill-color: var(--calc-green);
}

.mht-calculator-page .mht-button--ghost:hover,
.mht-calculator-page .mht-button--ghost:focus-visible {
	background: var(--calc-green);
	color: #fff;
	-webkit-text-fill-color: #fff;
}

.mht-calculator-tip {
	background: #f4fadf;
	border-radius: 12px;
	display: grid;
	gap: 8px;
	padding: 14px 16px;
}

.mht-calculator-tip strong {
	font-size: 13px;
}

.mht-calculator-tip p {
	color: #51615b;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
}

.mht-calculator-tip__help a {
	color: var(--calc-green);
	font-weight: 700;
	text-decoration: none;
}

.mht-calculator-suppliers {
	padding: 0 0 56px;
}

.mht-calculator-suppliers__card {
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, .08);
	display: grid;
	gap: 18px;
	padding: 28px 32px;
}

.mht-calculator-suppliers__intro {
	align-items: flex-start;
	display: flex;
	gap: 14px;
}

.mht-calculator-suppliers__intro img {
	flex: 0 0 auto;
	height: 22px;
	margin-top: 4px;
	width: 22px;
}

.mht-calculator-suppliers__intro h2 {
	font-size: 22px;
	margin: 0 0 6px;
}

.mht-calculator-suppliers__intro p,
.mht-calculator-suppliers__hint {
	color: #666;
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
}

.mht-calculator-suppliers__search {
	align-items: center;
	display: grid;
	gap: 12px;
	grid-template-columns: minmax(0, 1fr) auto;
	max-width: none;
	position: relative;
	width: 100%;
}

.mht-calculator-suppliers__field {
	align-items: center;
	background: var(--calc-muted);
	border: 1.5px solid #e0e0e0;
	border-radius: 10px;
	display: flex;
	gap: 10px;
	height: 52px;
	padding: 0 14px;
}

.mht-calculator-suppliers__field input[type="search"] {
	appearance: none;
	background: transparent;
	border: 0;
	flex: 1;
	font: inherit;
	font-size: 15px;
	height: 100%;
	min-width: 0;
	outline: 0;
}

.mht-calculator-suppliers__search > .mht-postcode-search__menu {
	left: 0;
	right: 180px;
	top: calc(100% + 6px);
	width: auto;
}

.mht-calculator-articles {
	padding: 0 0 56px;
}

.mht-calculator-articles h2 {
	font-size: 28px;
	margin: 0 0 24px;
}

.mht-calculator-articles__grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mht-calculator-article {
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, .08);
	overflow: hidden;
}

.mht-calculator-article__media,
.mht-calculator-article__media a,
.mht-calculator-article__media img {
	display: block;
	height: 160px;
	object-fit: cover;
	width: 100%;
}

.mht-calculator-article__body {
	display: grid;
	gap: 10px;
	padding: 18px 20px 20px;
}

.mht-calculator-article__body span {
	background: var(--calc-muted);
	border-radius: 4px;
	display: inline-flex;
	font-size: 11px;
	font-weight: 600;
	padding: 3px 8px;
	width: fit-content;
}

.mht-calculator-article__body h3 {
	font-size: 16px;
	margin: 0;
}

.mht-calculator-article__body h3 a,
.mht-calculator-article__body > a {
	color: inherit;
	text-decoration: none;
}

.mht-calculator-article__body > a {
	color: var(--calc-lime);
	font-size: 13px;
	font-weight: 700;
}

.mht-calculator-cta {
	background: var(--calc-dark);
	color: #fff;
	padding: 64px 0;
	text-align: center;
}

.mht-calculator-cta h2 {
	color: #fff;
	font-size: 32px;
	margin: 0 0 12px;
}

.mht-calculator-cta p {
	color: rgba(255, 255, 255, .8);
	margin: 0 auto 24px;
	max-width: 560px;
}

.mht-calculator-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
}

.mht-calculator-cta .mht-button--ghost,
.mht-calculator-cta .mht-button--ghost:visited {
	border-color: #fff;
	color: #fff;
	-webkit-text-fill-color: #fff;
}

/* -------------------------------------------------------------------------
   Problem Solver page
--------------------------------------------------------------------------- */
.mht-solver-page {
	--solver-green: #154734;
	--solver-dark: #0d2e22;
	--solver-lime: #84bd00;
	background: #f3f5f7;
	color: var(--solver-green);
	display: block;
	width: 100%;
}

.mht-home.mht-problem-solver-page-template #main-content,
.mht-solver-page > section {
	display: block;
	width: 100%;
}

.mht-solver-page .mht-kicker {
	color: var(--solver-lime);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .08em;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.mht-solver-hero {
	background: var(--solver-dark);
	color: #fff;
	padding: 64px 0;
	text-align: center;
}

.mht-solver-hero__inner {
	max-width: 720px;
}

.mht-solver-hero h1 {
	color: #fff;
	font-size: clamp(34px, 5vw, 52px);
	line-height: 1.08;
	margin: 0 0 16px;
}

.mht-solver-hero p:not(.mht-kicker) {
	color: rgba(255, 255, 255, .84);
	font-size: 16px;
	line-height: 1.6;
	margin: 0 auto 20px;
	max-width: 620px;
}

.mht-solver-hero__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}

.mht-solver-hero__chips span {
	background: #1a5c40;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	padding: 7px 14px;
}

.mht-solver-main {
	padding: 48px 0 72px;
}

.mht-solver-main .mht-container {
	max-width: 940px;
}

.mht-solver-progress {
	align-items: center;
	display: flex;
	justify-content: center;
	margin: 0 auto 28px;
	max-width: 340px;
}

.mht-solver-progress span {
	align-items: center;
	background: #dce4df;
	border-radius: 50%;
	color: #62736b;
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	height: 30px;
	justify-content: center;
	width: 30px;
}

.mht-solver-progress span.is-active {
	background: var(--solver-green);
	color: #fff;
}

.mht-solver-progress i {
	background: #dce4df;
	height: 2px;
	width: 120px;
}

.mht-solver-panel,
.mht-solver-result {
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 8px 30px rgba(13, 46, 34, .1);
	padding: 38px;
}

.mht-solver-panel__heading {
	margin: 0 auto 28px;
	max-width: 610px;
	text-align: center;
}

.mht-solver-panel__heading h2,
.mht-solver-result h2 {
	color: var(--solver-green);
	font-size: clamp(26px, 4vw, 34px);
	line-height: 1.15;
	margin: 0 0 10px;
}

.mht-solver-panel__heading p:not(.mht-kicker),
.mht-solver-result__summary {
	color: #52635c;
	line-height: 1.6;
	margin: 0;
}

.mht-solver-options {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mht-solver-option,
.mht-solver-answer {
	background: #fff;
	border: 1px solid #d9e3dd;
	border-radius: 14px;
	color: var(--solver-green);
	cursor: pointer;
	font: inherit;
	text-align: left;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.mht-solver-option {
	display: grid;
	gap: 8px;
	min-height: 174px;
	padding: 22px;
}

.mht-solver-option > span {
	align-items: center;
	background: #edf5df;
	border-radius: 10px;
	color: var(--solver-lime);
	display: inline-flex;
	font-size: 25px;
	height: 44px;
	justify-content: center;
	width: 44px;
}

.mht-solver-option strong {
	font-size: 15px;
	line-height: 1.3;
}

.mht-solver-option small {
	color: #63736d;
	font-size: 12px;
	line-height: 1.45;
}

.mht-solver-option:hover,
.mht-solver-option:focus-visible,
.mht-solver-answer:hover,
.mht-solver-answer:focus-visible {
	border-color: var(--solver-lime);
	box-shadow: 0 6px 18px rgba(13, 46, 34, .12);
	outline: 0;
	transform: translateY(-2px);
}

.mht-solver-answers {
	display: grid;
	gap: 12px;
	margin: 0 auto;
	max-width: 640px;
}

.mht-solver-answer {
	font-size: 15px;
	font-weight: 700;
	padding: 18px 20px;
}

.mht-solver-answer::after {
	color: var(--solver-lime);
	content: "→";
	float: right;
	font-size: 19px;
	line-height: .8;
}

.mht-solver-back {
	background: transparent;
	border: 0;
	color: var(--solver-green);
	cursor: pointer;
	font: inherit;
	font-size: 13px;
	font-weight: 700;
	margin-top: 24px;
	padding: 4px 0;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.mht-solver-result {
	text-align: center;
}

.mht-solver-result__summary {
	font-size: 16px;
	margin: 0 auto 30px;
	max-width: 680px;
}

.mht-solver-result__actions {
	display: grid;
	gap: 22px;
	grid-template-columns: minmax(0, 1.35fr) minmax(220px, .65fr);
	text-align: left;
}

.mht-solver-result__actions > div,
.mht-solver-result__actions aside {
	border-radius: 14px;
	padding: 24px;
}

.mht-solver-result__actions > div {
	background: #f3f5f7;
}

.mht-solver-result__actions h3 {
	font-size: 17px;
	margin: 0 0 14px;
}

.mht-solver-result__actions ol {
	display: grid;
	gap: 12px;
	margin: 0;
	padding-left: 22px;
}

.mht-solver-result__actions li {
	color: #475851;
	font-size: 14px;
	line-height: 1.5;
	padding-left: 4px;
}

.mht-solver-result__actions aside {
	background: var(--solver-green);
	color: #fff;
}

.mht-solver-result__actions aside strong {
	font-size: 17px;
}

.mht-solver-result__actions aside p {
	color: rgba(255, 255, 255, .8);
	font-size: 13px;
	line-height: 1.55;
	margin: 10px 0 18px;
}

.mht-solver-result__actions .mht-button {
	font-size: 12px;
	justify-content: center;
	width: 100%;
}

.mht-solver-result__links {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
	margin-top: 28px;
}

.mht-solver-page .mht-button--ghost,
.mht-solver-page .mht-button--ghost:visited {
	background: #fff;
	border: 1.5px solid var(--solver-green);
	color: var(--solver-green);
	-webkit-text-fill-color: var(--solver-green);
}

.mht-solver-page .mht-button--ghost:hover,
.mht-solver-page .mht-button--ghost:focus-visible {
	background: var(--solver-green);
	color: #fff;
	-webkit-text-fill-color: #fff;
}

@media (max-width: 700px) {
	.mht-solver-hero {
		padding: 42px 0;
	}

	.mht-solver-main {
		padding: 28px 0 48px;
	}

	.mht-solver-main .mht-container {
		width: min(calc(100% - 32px), 1280px);
	}

	.mht-solver-panel,
	.mht-solver-result {
		border-radius: 14px;
		padding: 24px 18px;
	}

	.mht-solver-options {
		grid-template-columns: 1fr;
	}

	.mht-solver-option {
		grid-template-columns: 44px 1fr;
		min-height: 0;
	}

	.mht-solver-option small {
		grid-column: 2;
	}

	.mht-solver-result__actions {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	.mht-solver-option,
	.mht-solver-answer {
		transition: none;
	}
}

@media (max-width: 1100px) {
	.mht-calculator-layout {
		grid-template-columns: 1fr;
	}

	.mht-calculator-howto__steps {
		grid-template-columns: 1fr 1fr;
	}

	.mht-calculator-articles__grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 700px) {
	.mht-calculator-hero {
		padding: 36px 0 28px;
	}

	.mht-calculator-hero h1 {
		font-size: 32px;
	}

	.mht-calculator-main {
		padding: 24px 0 40px;
	}

	.mht-calculator-page .mht-container {
		width: min(calc(100% - 24px), 1280px);
	}

	.mht-calculator-panel__head,
	.mht-calculator-howto,
	.mht-calculator-shapes,
	.mht-calculator-add-wrap,
	.mht-calculator-footer,
	.mht-calculator-estimate__body,
	.mht-calculator-suppliers__card {
		padding-left: 16px;
		padding-right: 16px;
	}

	.mht-calculator-panel__head,
	.mht-calculator-footer {
		align-items: stretch;
		flex-direction: column;
		gap: 12px;
	}

	.mht-calculator-panel__actions {
		justify-content: space-between;
		width: 100%;
	}

	.mht-calculator-howto__steps,
	.mht-calculator-articles__grid,
	.mht-calc-shape__tabs {
		grid-template-columns: 1fr;
	}

	.mht-calc-shape__tabs {
		gap: 0;
	}

	.mht-calc-shape__fields {
		align-items: stretch;
		flex-direction: column;
	}

	.mht-calc-shape__preview {
		flex-basis: auto;
		height: 84px;
		width: 100%;
	}

	.mht-calc-shape__field,
	.mht-calc-shape__field input {
		width: 100%;
	}

	.mht-calc-shape__field input {
		font-size: 16px;
	}

	.mht-calculator-run,
	.mht-calculator-quote,
	.mht-calculator-browse,
	.mht-calculator-suppliers__search .mht-button,
	.mht-calculator-cta__actions .mht-button {
		min-height: 48px;
		width: 100%;
	}

	.mht-calculator-footer__total strong {
		font-size: 18px;
	}

	.mht-calculator-estimate__area strong {
		font-size: 32px;
	}

	.mht-calculator-estimate__price {
		font-size: 24px;
	}

	.mht-calculator-suppliers__search {
		grid-template-columns: 1fr;
	}

	.mht-calculator-suppliers__search > .mht-postcode-search__menu {
		right: 0;
	}

	.mht-calculator-suppliers__field input[type="search"] {
		font-size: 16px;
	}

	.mht-calculator-cta {
		padding: 40px 0;
	}

	.mht-calculator-cta h2 {
		font-size: 26px;
	}

	.mht-calculator-cta__actions {
		flex-direction: column;
	}
}

/* -------------------------------------------------------------------------
   Shop archive
--------------------------------------------------------------------------- */
.mht-shop-page {
	--shop-green: #154734;
	--shop-dark: #0d2e22;
	--shop-lime: #84bd00;
	--shop-muted: #f3f5f7;
	background: var(--shop-muted);
	color: var(--shop-green);
	display: block;
	width: 100%;
}

.mht-home.mht-shop-page-template #main-content,
.mht-shop-page > section {
	display: block;
	width: 100%;
}

.mht-shop-page .mht-kicker {
	color: var(--shop-lime);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .04em;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.mht-shop-hero {
	background: var(--shop-dark);
	color: #fff;
	padding: 48px 0 56px;
	text-align: center;
}

.mht-shop-hero__inner {
	max-width: 800px;
}

.mht-shop-hero h1 {
	color: #fff;
	font-size: 48px;
	line-height: 1.1;
	margin: 0 0 14px;
}

.mht-shop-hero p {
	color: rgba(255,255,255,.82);
	font-size: 15px;
	line-height: 1.6;
	margin: 0 auto 18px;
	max-width: 620px;
}

.mht-shop-search {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 6px 24px rgba(0,0,0,.12);
	display: grid;
	gap: 8px;
	grid-template-columns: minmax(0, 1fr) auto;
	margin: 0 auto;
	max-width: 560px;
	padding: 8px;
	width: 100%;
}

.mht-shop-search__field {
	align-items: center;
	background: var(--shop-muted);
	border-radius: 8px;
	display: flex;
	gap: 8px;
	height: 40px;
	padding: 0 14px;
}

.mht-shop-search__field input {
	background: transparent;
	border: 0;
	flex: 1;
	font: inherit;
	font-size: 14px;
	height: 100%;
	min-width: 0;
	outline: 0;
}

.mht-shop-search .mht-button {
	height: 40px;
	min-width: 154px;
	padding: 0 18px;
}

.mht-shop-chips-bar {
	background: #fff;
	border-bottom: 1px solid #e0e0e0;
	box-shadow: 0 2px 8px rgba(0,0,0,.05);
}

.mht-shop-chips-bar__inner {
	align-items: center;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	min-height: 72px;
	padding-block: 12px;
}

.mht-shop-chips {
	-webkit-overflow-scrolling: touch;
	display: flex;
	gap: 8px;
	overflow-x: auto;
	scrollbar-width: none;
}

.mht-shop-chips::-webkit-scrollbar { display: none; }

.mht-shop-chip {
	appearance: none;
	background: var(--shop-muted);
	border: 0;
	border-radius: 8px;
	color: #1a1a1a;
	cursor: pointer;
	flex: 0 0 auto;
	font: inherit;
	font-size: 13px;
	padding: 8px 14px;
	text-decoration: none;
	white-space: nowrap;
}

.mht-shop-chip.is-active {
	background: var(--shop-green);
	color: #fff;
	font-weight: 700;
}

.mht-shop-chip--turf {
	align-items: center;
	background: #f4fadf;
	border: 1px solid var(--shop-lime);
	color: var(--shop-lime);
	display: inline-flex;
	font-weight: 600;
	gap: 6px;
}

.mht-shop-chip--turf img {
	display: block;
	height: 14px;
	width: 14px;
}

.mht-shop-chips-bar__meta {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	gap: 12px;
}

.mht-shop-count {
	background: #e8f5e9;
	border-radius: 6px;
	color: var(--shop-green);
	font-size: 12px;
	font-weight: 700;
	padding: 5px 10px;
	white-space: nowrap;
}

.mht-shop-page .woocommerce-ordering {
	margin: 0;
}

.mht-shop-page .woocommerce-ordering select {
	background: #fff;
	border: 1.5px solid #e0e0e0;
	border-radius: 8px;
	font: inherit;
	font-size: 13px;
	height: 40px;
	min-width: 180px;
	padding: 0 12px;
}

.mht-shop-mobile-order {
	display: none;
}

.mht-shop-main {
	padding: 40px 0 64px;
}

.mht-shop-layout {
	align-items: start;
	display: grid;
	gap: 24px;
	grid-template-columns: 220px minmax(0, 1fr);
}

.mht-shop-sidebar {
	display: grid;
	gap: 10px;
	position: sticky;
	top: 88px;
}

.mht-shop-sidebar__head {
	display: none;
}

.mht-shop-filters {
	display: grid;
	gap: 10px;
}

.mht-shop-filter-panel {
	background: #fff;
	border: 1px solid #e5ebe7;
	border-radius: 12px;
	box-shadow: 0 1px 4px rgba(13, 46, 34, .04);
	overflow: hidden;
}

.mht-shop-filter-section {
	display: grid;
	gap: 4px;
	padding: 12px 12px 10px;
}

.mht-shop-filter-section + .mht-shop-filter-section {
	border-top: 1px solid #eef2ef;
}

.mht-shop-filter-section summary {
	align-items: center;
	color: #154734;
	cursor: pointer;
	display: flex;
	font-size: 12px;
	font-weight: 700;
	justify-content: space-between;
	letter-spacing: .02em;
	margin-bottom: 2px;
	min-height: 24px;
	list-style: none;
	text-transform: uppercase;
}

.mht-shop-filter-section summary::-webkit-details-marker {
	display: none;
}

.mht-shop-filter-section summary::after {
	border-bottom: 2px solid currentColor;
	border-right: 2px solid currentColor;
	content: "";
	height: 6px;
	margin-right: 3px;
	transform: rotate(45deg) translateY(-2px);
	transition: transform .2s ease;
	width: 6px;
}

.mht-shop-filter-section[open] summary::after {
	transform: rotate(225deg) translate(-2px, -2px);
}

.mht-shop-filter-section__content {
	display: grid;
	gap: 4px;
}

.mht-shop-check {
	align-items: center;
	cursor: pointer;
	display: flex;
	gap: 8px;
	min-height: 28px;
	padding: 2px 0;
}

.mht-shop-check input {
	accent-color: var(--shop-green);
	flex: 0 0 auto;
	height: 14px;
	margin: 0;
	width: 14px;
}

.mht-shop-check span {
	flex: 1;
	font-size: 13px;
	line-height: 1.25;
	min-width: 0;
}

.mht-shop-check em {
	background: var(--shop-muted);
	border-radius: 4px;
	color: #66756e;
	font-size: 10px;
	font-style: normal;
	font-weight: 600;
	padding: 1px 5px;
}

.mht-shop-price__inputs {
	align-items: center;
	display: flex;
	gap: 6px;
}

.mht-shop-price__inputs label {
	align-items: center;
	background: var(--shop-muted);
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	display: flex;
	flex: 1;
	gap: 2px;
	height: 34px;
	padding: 0 8px;
}

.mht-shop-price__prefix,
.mht-shop-price__sep {
	color: #66756e;
	font-size: 12px;
	font-weight: 600;
}

.mht-shop-price__inputs input {
	background: transparent;
	border: 0;
	font: inherit;
	font-size: 13px;
	height: 100%;
	min-width: 0;
	outline: 0;
	padding: 0;
	width: 100%;
}

.mht-shop-price__current {
	color: #66756e;
	font-size: 11px;
	margin: 6px 0 0;
}

.mht-shop-brands-more {
	background: transparent;
	border: 0;
	color: var(--shop-green);
	cursor: pointer;
	font: inherit;
	font-size: 12px;
	font-weight: 700;
	margin-top: 2px;
	padding: 4px 0;
	text-align: left;
}

.mht-shop-filters__actions {
	display: grid;
	gap: 6px;
	grid-template-columns: 1fr 1fr;
}

.mht-shop-filters__apply,
.mht-shop-filters__clear {
	height: 38px;
	justify-content: center;
	min-width: 0;
	padding: 0 10px;
	width: 100%;
}

.mht-shop-filters-toggle__count {
	align-items: center;
	background: var(--shop-green, #1b6b45);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 12px;
	font-weight: 700;
	height: 22px;
	justify-content: center;
	margin-left: 8px;
	min-width: 22px;
	padding: 0 6px;
}

.mht-shop-filters-toggle__count[hidden] {
	display: none !important;
}

.mht-shop-page .mht-button--ghost,
.mht-shop-page .mht-button--ghost:visited {
	background: #fff;
	border: 1.5px solid var(--shop-green);
	color: var(--shop-green);
	-webkit-text-fill-color: var(--shop-green);
}

.mht-shop-results__toolbar {
	margin-bottom: 20px;
}

.mht-shop-filters-toggle {
	display: none;
	margin-bottom: 14px;
}

.mht-shop-results__heading h2 {
	font-size: 28px;
	margin: 0 0 8px;
}

.mht-shop-results__heading p {
	color: #666;
	font-size: 14px;
	margin: 0;
}

.mht-shop-results__list.is-loading {
	opacity: 1;
}

.mht-shop-card--skeleton {
	pointer-events: none;
}

.mht-shop-card--skeleton .mht-shop-card__media {
	aspect-ratio: 1;
	min-height: 160px;
}

.mht-shop-card--skeleton .mht-skeleton-line--chip {
	height: 16px;
	max-width: 72px;
}

.mht-shop-page ul.products {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.mht-shop-page ul.products::before,
.mht-shop-page ul.products::after {
	display: none;
}

.mht-shop-card {
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 4px 16px rgba(0,0,0,.08);
	display: flex;
	flex-direction: column;
	margin: 0 !important;
	overflow: hidden;
	padding: 0 !important;
	width: auto !important;
}

.mht-shop-card__media {
	background: #d4e8da;
	display: block;
	position: relative;
}

.mht-shop-card__media img {
	aspect-ratio: 1;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.mht-shop-card__badge {
	border-radius: 6px;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	left: 12px;
	letter-spacing: .04em;
	padding: 4px 8px;
	position: absolute;
	top: 12px;
	z-index: 1;
}

.mht-shop-card__badge.is-best { background: var(--shop-green); }
.mht-shop-card__badge.is-new { background: #1976d2; }
.mht-shop-card__badge.is-sale { background: #d32f2f; }

.mht-shop-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 10px;
	padding: 16px 18px 18px;
}

.mht-shop-card__cat {
	background: var(--shop-muted);
	border-radius: 999px;
	color: #61716b;
	display: inline-flex;
	font-size: 11px;
	font-weight: 600;
	padding: 4px 8px;
	width: fit-content;
}

.mht-shop-card__title {
	font-size: 17px;
	line-height: 1.3;
	margin: 0;
}

.mht-shop-card__title a {
	color: inherit;
	text-decoration: none;
}

.mht-shop-card__rating {
	align-items: center;
	color: var(--shop-lime);
	display: flex;
	font-size: 13px;
	gap: 6px;
	margin: 0;
}

.mht-shop-card__rating em {
	color: #666;
	font-style: normal;
}

.mht-shop-card__footer {
	align-items: center;
	display: flex;
	gap: 10px;
	justify-content: space-between;
	margin-top: auto;
}

.mht-shop-card__price {
	color: var(--shop-green);
	font-size: 18px;
	font-weight: 800;
}

.mht-shop-card__price del {
	color: #999;
	font-size: 13px;
	font-weight: 600;
	margin-right: 6px;
}

.mht-shop-card__cart,
.mht-shop-page a.button.mht-shop-card__cart {
	align-items: center;
	background: var(--shop-green) !important;
	border-radius: 8px !important;
	color: #fff !important;
	display: inline-flex !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	justify-content: center;
	line-height: 1.2 !important;
	min-height: 40px;
	padding: 0 14px !important;
	text-decoration: none !important;
	-webkit-text-fill-color: #fff !important;
	white-space: nowrap;
}

.mht-shop-card__cart:hover,
.mht-shop-card__cart:focus-visible {
	background: #0b3d2d !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
}

.mht-shop-page .woocommerce-pagination {
	margin-top: 28px;
}

.mht-shop-page .woocommerce-pagination ul {
	border: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
}

.mht-shop-page .woocommerce-pagination ul li {
	border: 0;
}

.mht-shop-page .woocommerce-pagination ul li a,
.mht-shop-page .woocommerce-pagination ul li span {
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	color: var(--shop-green);
	display: inline-flex;
	font-weight: 700;
	height: 40px;
	justify-content: center;
	align-items: center;
	min-width: 40px;
	padding: 0 12px;
}

.mht-shop-page .woocommerce-pagination ul li span.current {
	background: var(--shop-green);
	border-color: var(--shop-green);
	color: #fff;
}

.mht-shop-cta {
	background: var(--shop-dark);
	color: #fff;
	padding: 72px 0;
	text-align: center;
}

.mht-shop-cta__inner {
	max-width: 720px;
}

.mht-shop-cta .mht-kicker {
	color: var(--shop-lime);
	margin-bottom: 14px;
}

.mht-shop-cta h2 {
	color: #fff;
	font-size: 36px;
	line-height: 1.15;
	margin: 0 0 14px;
}

.mht-shop-cta p {
	color: rgba(255, 255, 255, .84);
	font-size: 15px;
	line-height: 1.6;
	margin: 0 auto 28px;
	max-width: 560px;
}

.mht-shop-cta__actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
}

.mht-shop-cta__primary {
	align-items: center;
	display: inline-flex;
	gap: 8px;
}

.mht-shop-cta__primary img {
	display: block;
	height: 16px;
	width: 16px;
}

.mht-shop-cta .mht-button--ghost,
.mht-shop-cta .mht-button--ghost:visited {
	background: transparent;
	border-color: #fff;
	color: #fff;
	-webkit-text-fill-color: #fff;
}

.mht-shop-guides {
	background: #f7f8f9;
	padding: 64px 0 72px;
}

.mht-shop-guides__head {
	align-items: end;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin-bottom: 28px;
}

.mht-shop-guides__head h2 {
	font-size: 32px;
	margin: 0;
}

.mht-shop-guides__grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mht-shop-guide-card {
	background: #fff;
	border-radius: 14px;
	box-shadow: 0 2px 12px rgba(13, 46, 34, .06);
	overflow: hidden;
}

.mht-shop-guide-card > a {
	color: inherit;
	display: block;
	height: 100%;
	text-decoration: none;
}

.mht-shop-guide-card__media {
	aspect-ratio: 16 / 10;
	background: #d4e8da center / cover no-repeat;
}

.mht-shop-guide-card__media.is-empty {
	align-items: center;
	color: #6b8578;
	display: flex;
	font-size: 13px;
	font-weight: 600;
	justify-content: center;
}

.mht-shop-guide-card__media.is-empty::after {
	content: "[ Article image ]";
}

.mht-shop-guide-card__body {
	display: grid;
	gap: 8px;
	padding: 18px 18px 20px;
}

.mht-shop-guide-card__body span {
	color: var(--shop-lime);
	font-size: 12px;
	font-weight: 700;
}

.mht-shop-guide-card__body h3 {
	font-size: 18px;
	line-height: 1.3;
	margin: 0;
}

.mht-shop-guide-card__body p {
	color: #666;
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
}

.mht-shop-guide-card__body em {
	color: var(--shop-lime);
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	margin-top: 4px;
}

.mht-shop-filters-backdrop {
	background: rgba(13, 46, 34, .45);
	inset: 0;
	position: fixed;
	z-index: var(--mht-layer-menu);
}

.mht-shop-page .woocommerce-breadcrumb,
.mht-shop-page .woocommerce-products-header,
.mht-shop-page .woocommerce-result-count,
.mht-shop-page .woocommerce-notices-wrapper:empty {
	display: none;
}

@media (max-width: 1100px) {
	.mht-shop-page ul.products,
	.mht-shop-guides__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.mht-shop-layout {
		grid-template-columns: 1fr;
	}

	.mht-shop-filters-toggle {
		display: inline-flex;
		width: 100%;
	}

	.mht-shop-sidebar {
		background: #fff;
		bottom: 0;
		box-shadow: -8px 0 32px rgba(0,0,0,.18);
		display: flex;
		flex-direction: column;
		gap: 0;
		max-width: min(100vw, 380px);
		padding: 16px 16px calc(16px + env(safe-area-inset-bottom, 0px));
		position: fixed;
		right: 0;
		top: 0;
		transform: translateX(105%);
		transition: transform .28s ease;
		visibility: hidden;
		width: 100%;
		z-index: calc(var(--mht-layer-menu) + 1);
	}

	.mht-shop-page.is-filters-open .mht-shop-sidebar {
		transform: translateX(0);
		visibility: visible;
	}

	.mht-shop-sidebar__head {
		align-items: center;
		display: flex;
		flex: 0 0 auto;
		justify-content: space-between;
		margin-bottom: 12px;
	}

	.mht-shop-sidebar .mht-shop-filters {
		display: flex;
		flex: 1 1 auto;
		flex-direction: column;
		gap: 12px;
		min-height: 0;
		overflow: hidden;
	}

	.mht-shop-sidebar .mht-shop-filter-panel {
		flex: 1 1 auto;
		min-height: 0;
		overflow-x: hidden;
		overflow-y: auto;
		overscroll-behavior: contain;
		-webkit-overflow-scrolling: touch;
	}

	.mht-shop-sidebar .mht-shop-filters__actions {
		background: #fff;
		border-top: 1px solid rgba(13, 46, 34, .08);
		flex: 0 0 auto;
		margin: auto -16px -16px;
		padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0px));
		z-index: 2;
	}

	.mht-shop-sidebar__close {
		background: var(--shop-muted);
		border: 0;
		border-radius: 8px;
		cursor: pointer;
		font: inherit;
		height: 44px;
		width: 44px;
	}

	.mht-shop-filters-backdrop {
		opacity: 0;
		pointer-events: none;
		transition: opacity .28s ease;
	}

	.mht-shop-page.is-filters-open .mht-shop-filters-backdrop {
		opacity: 1;
		pointer-events: auto;
	}

	.mht-shop-chips-bar__inner {
		align-items: stretch;
		flex-direction: column;
	}

	.mht-shop-chips-bar__meta {
		justify-content: space-between;
		width: 100%;
	}

	.mht-shop-page .woocommerce-ordering,
	.mht-shop-page .woocommerce-ordering select {
		flex: 1;
		min-width: 0;
		width: 100%;
	}

	.mht-shop-page .woocommerce-ordering select {
		display: none;
	}

	.mht-shop-mobile-order {
		display: block;
		position: relative;
		width: 100%;
	}

	.mht-shop-mobile-order__trigger {
		align-items: center;
		background: #fff;
		border: 1.5px solid #e0e0e0;
		border-radius: 8px;
		color: inherit;
		cursor: pointer;
		display: flex;
		font: inherit;
		font-size: 13px;
		height: 40px;
		justify-content: space-between;
		padding: 0 12px;
		text-align: left;
		width: 100%;
	}

	.mht-shop-mobile-order__trigger::after {
		border-bottom: 2px solid currentColor;
		border-right: 2px solid currentColor;
		content: "";
		height: 6px;
		margin-left: 12px;
		transform: rotate(45deg) translateY(-2px);
		width: 6px;
	}

	.mht-shop-mobile-order__trigger[aria-expanded="true"]::after {
		transform: rotate(225deg) translate(-2px, -2px);
	}

	.mht-shop-mobile-order__menu {
		background: #fff;
		border: 1px solid #d7e1da;
		border-radius: 8px;
		box-shadow: 0 8px 20px rgba(13, 46, 34, .16);
		display: grid;
		gap: 2px;
		left: 0;
		margin-top: 4px;
		padding: 4px;
		position: absolute;
		right: 0;
		top: 100%;
		z-index: 20;
	}

	.mht-shop-mobile-order__menu[hidden] {
		display: none;
	}

	.mht-shop-mobile-order__option {
		background: transparent;
		border: 0;
		border-radius: 5px;
		color: #1a1a1a;
		cursor: pointer;
		font: inherit;
		font-size: 13px;
		min-height: 36px;
		padding: 8px;
		text-align: left;
		width: 100%;
	}

	.mht-shop-mobile-order__option.is-selected,
	.mht-shop-mobile-order__option:hover,
	.mht-shop-mobile-order__option:focus-visible {
		background: #e8f5e9;
		color: var(--shop-green);
		font-weight: 700;
		outline: 0;
	}

	.mht-shop-cta {
		padding: 56px 0;
	}

	.mht-shop-cta h2 {
		font-size: 28px;
	}

	.mht-shop-guides {
		padding: 48px 0 56px;
	}

	.mht-shop-guides__head {
		align-items: start;
		flex-direction: column;
	}
}

@media (max-width: 700px) {
	.mht-shop-hero {
		padding: 36px 0 28px;
	}

	.mht-shop-hero h1 {
		font-size: 32px;
	}

	.mht-shop-page .mht-container {
		width: min(calc(100% - 24px), 1280px);
	}

	.mht-shop-page ul.products,
	.mht-shop-guides__grid {
		grid-template-columns: 1fr;
	}

	.mht-shop-cta__actions {
		flex-direction: column;
	}

	.mht-shop-cta__actions .mht-button {
		width: 100%;
	}

	.mht-shop-search {
		grid-template-columns: 1fr;
		max-width: none;
	}

	.mht-shop-search .mht-button,
	.mht-shop-search__field {
		width: 100%;
	}

	.mht-shop-search__field input {
		font-size: 16px;
	}

	.mht-shop-main {
		padding: 24px 0 48px;
	}

	.mht-shop-page ul.products {
		gap: 12px;
	}

	.mht-shop-results__heading h2 {
		font-size: 22px;
	}

	.mht-shop-card__footer {
		align-items: stretch;
		flex-direction: column;
	}

	.mht-shop-card__cart,
	.mht-shop-page a.button.mht-shop-card__cart {
		justify-content: center;
		width: 100%;
	}

	.mht-shop-price__inputs input {
		font-size: 16px;
	}

	.mht-shop-check {
		min-height: 40px;
	}
}

body.mht-shop-filters-open {
	overflow: hidden;
}

/* —— Single article / Lawn Tips —— */
.mht-article-page {
	--article-green: var(--mht-green, #154734);
	--article-lime: var(--mht-lime, #84bd00);
	--article-muted: var(--mht-muted-bg, #f3f5f7);
	background: #fff;
	color: var(--mht-text, #1a1a1a);
}

.mht-home.mht-article-page-template #main-content,
.mht-article-page > section {
	margin: 0;
}

.mht-article-hero {
	background: #164735;
	box-sizing: border-box;
	color: #fff;
	min-height: 440px;
	padding: 76px 0;
	position: relative;
}

.mht-article-hero__inner {
	max-width: 1080px;
	position: relative;
	z-index: 1;
}

.mht-article-breadcrumbs {
	align-items: center;
	color: rgba(255, 255, 255, .78);
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
	font-weight: 600;
	gap: 8px;
	margin-bottom: 18px;
}

.mht-article-breadcrumbs a {
	color: rgba(255, 255, 255, .9);
}

.mht-article-breadcrumbs a:hover,
.mht-article-breadcrumbs a:focus-visible {
	color: #fff;
	text-decoration: underline;
}

.mht-article-breadcrumbs .mht-article-breadcrumbs__current,
.mht-article-breadcrumbs .mht-article-breadcrumbs__current:hover,
.mht-article-breadcrumbs .mht-article-breadcrumbs__current:focus-visible {
	color: var(--article-lime);
}

.mht-article-hero__badge {
	background: var(--article-lime);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	margin: 0 0 18px;
	padding: 7px 14px;
}

.mht-article-hero h1 {
	font-size: clamp(32px, 4vw, 52px);
	font-weight: 800;
	letter-spacing: -.02em;
	line-height: 1.15;
	margin: 0 0 22px;
	max-width: 20ch;
}

.mht-article-hero__meta {
	align-items: center;
	color: rgba(255, 255, 255, .8);
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	font-weight: 600;
	gap: 8px;
	margin: 0;
}

.mht-article-hero__avatar {
	align-items: center;
	background: var(--article-lime);
	border-radius: 50%;
	color: var(--article-green);
	display: inline-flex;
	font-size: 8px;
	font-weight: 900;
	height: 28px;
	justify-content: center;
	letter-spacing: -.07em;
	width: 28px;
}

.mht-article-hero__author {
	color: #fff;
}

.mht-article-main {
	padding: 48px 0 24px;
}

.mht-article-layout {
	align-items: start;
	display: grid;
	gap: 40px;
	grid-template-columns: minmax(0, 1fr) 300px;
}

.mht-article-content {
	min-width: 0;
}

.mht-article-share {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.mht-article-share--inline {
	margin-bottom: 28px;
}

.mht-article-share--inline > span,
.mht-article-side-card strong {
	color: var(--mht-muted-text, #666);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.mht-article-share__btn {
	align-items: center;
	background: var(--article-muted);
	border: 0;
	border-radius: 999px;
	color: var(--article-green);
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-size: 13px;
	font-weight: 700;
	justify-content: center;
	min-height: 40px;
	padding: 0 14px;
	text-decoration: none;
}

.mht-article-share__btn:hover,
.mht-article-share__btn:focus-visible {
	background: #e4ebe6;
}

.mht-article-body {
	font-size: 17px;
	line-height: 1.7;
}

.mht-article-body > *:first-child {
	margin-top: 0;
}

.mht-article-body h2,
.mht-article-extra__section h2 {
	font-size: 28px;
	font-weight: 800;
	line-height: 1.25;
	margin: 40px 0 14px;
}

.mht-article-body h3 {
	font-size: 22px;
	font-weight: 750;
	line-height: 1.3;
	margin: 32px 0 12px;
}

.mht-article-body p,
.mht-article-extra__section p {
	margin: 0 0 1.1em;
}

.mht-article-body ul,
.mht-article-body ol,
.mht-article-extra__section ul,
.mht-article-extra__section ol {
	margin: 0 0 1.25em;
	padding-left: 1.25em;
}

.mht-article-body li + li {
	margin-top: .4em;
}

.mht-article-body img,
.mht-article-extra__figure img {
	border-radius: 12px;
	display: block;
	height: auto;
	max-width: 100%;
}

.mht-article-body a {
	color: var(--article-green);
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.mht-article-extra__section {
	scroll-margin-top: 112px;
}

.mht-article-extra__section h3 {
	font-size: 22px;
	font-weight: 750;
	line-height: 1.3;
	margin: 32px 0 12px;
}

.mht-article-extra__section a {
	color: var(--article-green);
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.mht-article-toc {
	background: var(--article-muted);
	border-radius: 14px;
	margin: 28px 0;
	padding: 20px 22px;
}

.mht-article-toc strong {
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
}

.mht-article-toc ol {
	margin: 0;
	padding-left: 1.2em;
}

.mht-article-toc a {
	color: var(--article-green);
	font-weight: 650;
	text-decoration: none;
}

.mht-article-toc a:hover,
.mht-article-toc a:focus-visible {
	text-decoration: underline;
}

.mht-article-pdf {
	margin: 28px 0 0;
}

.mht-article-back {
	margin: 36px 0 0;
}

.mht-article-sidebar {
	display: grid;
	gap: 16px;
	position: sticky;
	top: 96px;
}

.mht-article-side-card,
.mht-article-toc-card,
.mht-article-calculator-card {
	background: var(--article-muted);
	border-radius: 12px;
	padding: 20px;
}

.mht-article-side-card strong {
	display: block;
	margin-bottom: 12px;
}

.mht-article-toc-card__head {
	align-items: center;
	border-bottom: 1px solid #dfe5e1;
	color: var(--article-green);
	display: flex;
	font-size: 15px;
	gap: 8px;
	padding-bottom: 12px;
}

.mht-article-toc-card__icon {
	color: var(--article-lime);
	font-size: 17px;
}

.mht-article-toc-card ol {
	counter-reset: article-toc;
	display: grid;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 14px 0 0;
}

.mht-article-toc-card li {
	counter-increment: article-toc;
	display: grid;
	font-size: 13px;
	grid-template-columns: auto 1fr;
	gap: 8px;
}

.mht-article-toc-card li::before {
	color: var(--article-lime);
	content: counter(article-toc) ".";
	font-weight: 800;
}

.mht-article-toc-card a {
	color: #52635c;
	font-weight: 600;
}

.mht-article-side-card--share {
	background: var(--article-muted);
	border: 0;
	border-radius: 12px;
	padding: 20px;
}

.mht-article-side-card--share strong {
	color: var(--article-green);
	font-size: 15px;
	letter-spacing: 0;
	text-transform: none;
}

.mht-article-side-card--share .mht-article-share {
	gap: 6px;
}

.mht-article-side-card--share .mht-article-share__btn {
	background: #fff;
	font-size: 12px;
	min-height: 34px;
	padding: 0 10px;
}

.mht-article-cta-card {
	background: var(--article-green);
	border-radius: 12px;
	color: #fff;
	display: grid;
	gap: 12px;
	padding: 24px 20px 20px;
}

.mht-article-cta-card strong {
	color: #fff;
	font-size: 22px;
	margin: 0;
}

.mht-article-cta-card p {
	color: rgba(255, 255, 255, .8);
	font-size: 13px;
	line-height: 1.5;
	margin: 0;
}

.mht-article-cta-card .mht-button {
	align-items: center;
	gap: 8px;
	justify-content: center;
	width: 100%;
}

.mht-article-cta-card .mht-button img {
	filter: brightness(0) saturate(100%) invert(19%) sepia(31%) saturate(1001%) hue-rotate(108deg) brightness(88%);
}

.mht-article-cta-card__checks {
	font-size: 11px !important;
	white-space: nowrap;
}

.mht-article-calculator-card {
	align-items: center;
	display: grid;
	gap: 12px;
	grid-template-columns: 44px 1fr;
}

.mht-article-calculator-card__icon {
	align-items: center;
	background: var(--article-green);
	border-radius: 50%;
	display: inline-flex;
	height: 44px;
	justify-content: center;
	width: 44px;
}

.mht-article-calculator-card__icon img {
	filter: brightness(0) invert(1);
}

.mht-article-calculator-card strong {
	color: var(--article-green);
	display: block;
	font-size: 15px;
}

.mht-article-calculator-card p {
	color: #65756f;
	font-size: 12px;
	margin: 3px 0 8px;
}

.mht-article-calculator-card a {
	background: var(--article-green);
	border-radius: 5px;
	color: #fff;
	display: inline-flex;
	font-size: 12px;
	font-weight: 700;
	justify-content: center;
	min-width: 80px;
	padding: 7px 12px;
}

.mht-article-page .mht-button--ghost,
.mht-article-page .mht-button--ghost:visited {
	background: #fff;
	border: 1.5px solid var(--article-green);
	color: var(--article-green);
	-webkit-text-fill-color: var(--article-green);
}

.mht-article-related {
	background: var(--article-muted);
	padding: 64px 0;
}

.mht-article-related__head {
	align-items: end;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	margin-bottom: 28px;
}

.mht-article-related__head h2 {
	font-size: clamp(26px, 3vw, 36px);
	margin: 8px 0 0;
}

.mht-article-related__grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mht-article-related-card {
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, .06);
	overflow: hidden;
}

.mht-article-related-card > a {
	color: inherit;
	display: grid;
	height: 100%;
	text-decoration: none;
}

.mht-article-related-card__media {
	aspect-ratio: 16 / 10;
	background: #d4e8da;
	overflow: hidden;
}

.mht-article-related-card__media img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.mht-article-related-card__body {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 18px 20px 22px;
}

.mht-article-related-card__body span {
	background: var(--article-muted);
	border-radius: 4px;
	display: inline-flex;
	font-size: 11px;
	font-weight: 700;
	padding: 3px 8px;
	width: fit-content;
}

.mht-article-related-card__body h3 {
	font-size: 17px;
	line-height: 1.3;
	margin: 0;
}

.mht-article-related-card__body p {
	color: #666;
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
}

.mht-article-related-card__body em {
	color: var(--article-lime);
	font-size: 13px;
	font-style: normal;
	font-weight: 800;
	margin-top: auto;
}

.mht-article-varieties {
	background: var(--article-muted);
	padding: 72px 0;
}

.mht-article-varieties .mht-kicker,
.mht-article-faq .mht-kicker,
.mht-article-author .mht-kicker {
	color: var(--article-lime);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .06em;
	margin: 0 0 8px;
}

.mht-article-varieties h2,
.mht-article-faq h2 {
	color: var(--article-green);
	font-size: clamp(28px, 3vw, 38px);
	margin: 0 0 28px;
}

.mht-article-varieties__grid {
	--grower-green: var(--article-green);
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mht-article-varieties__grid .mht-grower-variety {
	border-radius: 12px;
	box-shadow: 0 4px 12px rgba(21, 71, 52, .08);
}

.mht-article-varieties__grid .mht-grower-variety__media {
	height: 170px;
}

.mht-article-varieties__grid .mht-grower-variety__body {
	gap: 9px;
	padding: 16px;
}

.mht-article-varieties__grid .mht-grower-variety__actions .mht-button {
	font-size: 12px;
	padding: 0 10px;
}

.mht-article-faq {
	background: #fff;
	padding: 72px 0;
}

.mht-article-faq__inner {
	max-width: 840px;
}

.mht-article-faq h2 {
	text-align: center;
}

.mht-article-faq .mht-kicker {
	text-align: center;
}

.mht-article-faq__list {
	display: grid;
	gap: 10px;
}

.mht-article-faq__item {
	border: 1px solid #dfe5e1;
	border-radius: 10px;
	overflow: hidden;
}

.mht-article-faq__item[open] {
	background: #eff8e7;
	border-color: #a9cf69;
}

.mht-article-faq__item summary {
	align-items: center;
	color: var(--article-green);
	cursor: pointer;
	display: flex;
	font-size: 15px;
	font-weight: 750;
	justify-content: space-between;
	list-style: none;
	padding: 18px 20px;
}

.mht-article-faq__item summary::-webkit-details-marker {
	display: none;
}

.mht-article-faq__item summary::after {
	content: "+";
	font-size: 19px;
	font-weight: 500;
}

.mht-article-faq__item[open] summary::after {
	content: "−";
}

.mht-article-faq__item > div {
	color: #52635c;
	font-size: 14px;
	line-height: 1.55;
	padding: 0 20px 18px;
}

.mht-article-faq__item > div > * {
	margin: 0;
}

.mht-article-author {
	background: var(--article-muted);
	padding: 60px 0;
}

.mht-article-author > .mht-container {
	max-width: 840px;
}

.mht-article-author__card {
	align-items: center;
	background: #fff;
	border-radius: 14px;
	box-shadow: 0 4px 14px rgba(21, 71, 52, .07);
	display: grid;
	gap: 22px;
	grid-template-columns: 96px 1fr;
	padding: 28px;
}

.mht-article-author__avatar img {
	border: 1px solid #dfe5e1;
	border-radius: 50%;
	display: block;
	height: 96px;
	width: 96px;
}

.mht-article-author__avatar > span {
	align-items: center;
	background: var(--article-lime);
	border-radius: 50%;
	color: var(--article-green);
	display: inline-flex;
	font-size: 20px;
	font-weight: 900;
	height: 96px;
	justify-content: center;
	width: 96px;
}

.mht-article-author__name {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.mht-article-author__name h2 {
	color: var(--article-green);
	font-size: 19px;
	margin: 0;
}

.mht-article-author__name span {
	background: var(--article-muted);
	border-radius: 999px;
	color: #52635c;
	font-size: 11px;
	font-weight: 700;
	padding: 5px 9px;
}

.mht-article-author__body > p {
	color: #52635c;
	font-size: 14px;
	line-height: 1.55;
	margin: 10px 0 16px;
}

.mht-article-author__actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.mht-article-author__actions strong {
	background: var(--article-green);
	border-radius: 999px;
	color: #fff;
	font-size: 11px;
	padding: 7px 10px;
}

.mht-article-author__actions .mht-outline-link {
	font-size: 12px;
}

.mht-article-band {
	background: var(--article-green);
	color: #fff;
	padding: 64px 0;
	text-align: center;
}

.mht-article-band .mht-kicker {
	color: var(--article-lime);
}

.mht-article-band h2 {
	font-size: clamp(28px, 4vw, 40px);
	margin: 10px 0 12px;
}

.mht-article-band p {
	color: rgba(255, 255, 255, .82);
	margin: 0 auto 24px;
	max-width: 42ch;
}

.mht-article-band__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
}

.mht-article-band .mht-button--ghost,
.mht-article-band .mht-button--ghost:visited {
	background: transparent;
	border-color: #fff;
	color: #fff;
	-webkit-text-fill-color: #fff;
}

@media (max-width: 980px) {
	.mht-article-layout {
		grid-template-columns: 1fr;
	}

	.mht-article-sidebar {
		grid-template-columns: 1fr;
		position: static;
	}

	.mht-article-related__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mht-article-varieties__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 700px) {
	.mht-article-hero {
		min-height: 0;
		padding: 44px 0 48px;
	}

	.mht-article-hero h1 {
		font-size: 30px;
		max-width: none;
	}

	.mht-article-main {
		padding: 28px 0 8px;
	}

	.mht-article-body {
		font-size: 16px;
	}

	.mht-article-body h2,
	.mht-article-extra__section h2 {
		font-size: 24px;
	}

	.mht-article-body h3,
	.mht-article-extra__section h3 {
		font-size: 20px;
	}

	.mht-article-share--inline {
		position: sticky;
		top: 0;
		z-index: 5;
		background: rgba(255, 255, 255, .94);
		backdrop-filter: blur(8px);
		margin: 0 -4px 20px;
		padding: 10px 4px;
	}

	.mht-article-related {
		padding: 40px 0;
	}

	.mht-article-related__head {
		align-items: start;
		flex-direction: column;
	}

	.mht-article-related__grid {
		grid-template-columns: 1fr;
	}

	.mht-article-varieties,
	.mht-article-faq,
	.mht-article-author {
		padding: 44px 0;
	}

	.mht-article-varieties__grid {
		grid-template-columns: 1fr;
	}

	.mht-article-author__card {
		align-items: start;
		grid-template-columns: 1fr;
		padding: 22px;
	}

	.mht-article-band {
		padding: 40px 0;
	}

	.mht-article-band__actions,
	.mht-article-cta-card .mht-button {
		width: 100%;
	}

	.mht-article-band__actions .mht-button {
		justify-content: center;
		width: 100%;
	}

	.mht-article-share__btn {
		min-height: 44px;
	}
}

/* —— Lawn Tips listing —— */
.mht-tips-page {
	--tips-green: var(--mht-green, #154734);
	--tips-lime: var(--mht-lime, #84bd00);
	--tips-muted: var(--mht-muted-bg, #f3f5f7);
	background: #fff;
}

.mht-home.mht-tips-page-template #main-content,
.mht-tips-page > section {
	margin: 0;
}

.mht-tips-hero {
	background:
		radial-gradient(circle at 12% 18%, rgba(132, 189, 0, .18), transparent 42%),
		linear-gradient(160deg, #0d2e22 0%, #154734 55%, #1a5c42 100%);
	color: #fff;
	padding: 56px 0 48px;
}

.mht-tips-hero__inner {
	max-width: 760px;
}

.mht-tips-hero .mht-kicker {
	color: var(--tips-lime);
}

.mht-tips-hero h1 {
	font-size: clamp(30px, 4vw, 48px);
	font-weight: 800;
	letter-spacing: -.02em;
	line-height: 1.15;
	margin: 10px 0 14px;
}

.mht-tips-hero p {
	color: rgba(255, 255, 255, .82);
	font-size: 16px;
	line-height: 1.55;
	margin: 0 0 24px;
	max-width: 52ch;
}

.mht-tips-search {
	display: grid;
	gap: 10px;
	grid-template-columns: minmax(0, 1fr) auto;
	max-width: 560px;
}

.mht-tips-search__field {
	align-items: center;
	background: #fff;
	border-radius: 10px;
	display: flex;
	gap: 10px;
	min-height: 52px;
	padding: 0 14px;
}

.mht-tips-search__field input {
	border: 0;
	color: #1a1a1a;
	flex: 1;
	font: inherit;
	font-size: 15px;
	min-width: 0;
	outline: 0;
}

.mht-tips-filters {
	background: #fff;
	border-bottom: 1px solid #e7ebe3;
	padding: 18px 0;
	position: sticky;
	top: 0;
	z-index: 20;
}

.mht-tips-chips,
.mht-tips-subchips {
	-webkit-overflow-scrolling: touch;
	display: flex;
	gap: 8px;
	overflow-x: auto;
	padding-bottom: 2px;
	scrollbar-width: none;
}

.mht-tips-chips::-webkit-scrollbar,
.mht-tips-subchips::-webkit-scrollbar {
	display: none;
}

.mht-tips-subchips {
	margin-top: 10px;
}

.mht-tips-chip {
	align-items: center;
	background: var(--tips-muted);
	border-radius: 999px;
	color: var(--tips-green);
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 13px;
	font-weight: 700;
	gap: 8px;
	min-height: 40px;
	padding: 0 14px;
	text-decoration: none;
	white-space: nowrap;
}

.mht-tips-chip em {
	background: rgba(21, 71, 52, .1);
	border-radius: 999px;
	font-size: 11px;
	font-style: normal;
	padding: 2px 7px;
}

.mht-tips-chip.is-active {
	background: var(--tips-green);
	color: #fff;
}

.mht-tips-chip.is-active em {
	background: rgba(255, 255, 255, .18);
	color: #fff;
}

.mht-tips-chip--sub {
	background: #fff;
	border: 1px solid #d7ded8;
	min-height: 36px;
}

.mht-tips-results {
	padding: 40px 0 56px;
}

.mht-tips-results__head {
	align-items: end;
	display: flex;
	gap: 20px;
	justify-content: space-between;
	margin-bottom: 24px;
}

.mht-tips-results__head h2 {
	font-size: clamp(24px, 3vw, 34px);
	margin: 8px 0 0;
}

.mht-tips-results__desc {
	color: #666;
	font-size: 14px;
	line-height: 1.5;
	margin-top: 8px;
	max-width: 60ch;
}

.mht-tips-count {
	color: #666;
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	white-space: nowrap;
}

.mht-tips-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mht-tips-card {
	background: #fff;
	border: 1px solid #e7ebe3;
	border-radius: 16px;
	overflow: hidden;
	transition: box-shadow .2s ease, transform .2s ease;
}

.mht-tips-card:hover {
	box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
	transform: translateY(-2px);
}

.mht-tips-card > a {
	color: inherit;
	display: grid;
	height: 100%;
	text-decoration: none;
}

.mht-tips-card__media {
	aspect-ratio: 16 / 10;
	background: #d4e8da center / cover no-repeat;
	overflow: hidden;
}

.mht-tips-card__media img {
	display: block;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	width: 100%;
}

.mht-tips-card__body {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 18px 18px 20px;
}

.mht-tips-card__tag {
	background: var(--tips-muted);
	border-radius: 4px;
	display: inline-flex;
	font-size: 11px;
	font-weight: 700;
	padding: 3px 8px;
	width: fit-content;
}

.mht-tips-card__body h3 {
	font-size: 17px;
	line-height: 1.3;
	margin: 0;
}

.mht-tips-card__body p {
	color: #666;
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
}

.mht-tips-card__body em {
	color: var(--tips-lime);
	font-size: 13px;
	font-style: normal;
	font-weight: 800;
	margin-top: auto;
}

.mht-tips-card--skeleton .mht-tips-card__body {
	gap: 12px;
}

.mht-tips-empty {
	background: var(--tips-muted);
	border-radius: 14px;
	grid-column: 1 / -1;
	padding: 28px;
}

.mht-tips-empty a {
	color: var(--tips-green);
	display: inline-block;
	font-weight: 700;
	margin-top: 8px;
}

.mht-tips-pagination {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	margin-top: 32px;
}

.mht-tips-pagination a,
.mht-tips-pagination span {
	align-items: center;
	background: var(--tips-muted);
	border-radius: 10px;
	color: var(--tips-green);
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	justify-content: center;
	min-height: 42px;
	min-width: 42px;
	padding: 0 12px;
	text-decoration: none;
}

.mht-tips-pagination .current {
	background: var(--tips-green);
	color: #fff;
}

.mht-tips-band {
	background: var(--tips-green);
	color: #fff;
	padding: 64px 0;
	text-align: center;
}

.mht-tips-band .mht-kicker {
	color: var(--tips-lime);
}

.mht-tips-band h2 {
	font-size: clamp(26px, 3.5vw, 38px);
	margin: 10px 0 12px;
}

.mht-tips-band p {
	color: rgba(255, 255, 255, .82);
	margin: 0 auto 24px;
	max-width: 46ch;
}

.mht-tips-band__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
}

.mht-tips-page .mht-button--ghost,
.mht-tips-page .mht-button--ghost:visited {
	background: transparent;
	border: 1.5px solid #fff;
	color: #fff;
	-webkit-text-fill-color: #fff;
}

.mht-tips-band .mht-button--ghost:hover,
.mht-tips-band .mht-button--ghost:focus-visible {
	background: rgba(255, 255, 255, .12);
}

@media (max-width: 1100px) {
	.mht-tips-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 700px) {
	.mht-tips-hero {
		padding: 36px 0 28px;
	}

	.mht-tips-search {
		grid-template-columns: 1fr;
	}

	.mht-tips-search .mht-button,
	.mht-tips-search__field {
		width: 100%;
	}

	.mht-tips-search__field input {
		font-size: 16px;
	}

	.mht-tips-filters {
		padding: 12px 0;
	}

	.mht-tips-chip {
		min-height: 44px;
	}

	.mht-tips-results {
		padding: 28px 0 40px;
	}

	.mht-tips-results__head {
		align-items: start;
		flex-direction: column;
	}

	.mht-tips-grid {
		gap: 14px;
		grid-template-columns: 1fr;
	}

	.mht-tips-band {
		padding: 40px 0;
	}

	.mht-tips-band__actions {
		width: 100%;
	}

	.mht-tips-band__actions .mht-button {
		justify-content: center;
		width: 100%;
	}

	.mht-tips-pagination a,
	.mht-tips-pagination span {
		min-height: 44px;
		min-width: 44px;
	}
}

/* —— Author archive —— */
.mht-author-page {
	--author-green: var(--mht-green, #154734);
	--author-lime: var(--mht-lime, #84bd00);
	--author-muted: var(--mht-muted-bg, #f3f5f7);
	background: #fff;
}

.mht-home.mht-author-page-template #main-content,
.mht-author-page > section {
	margin: 0;
}

.mht-author-hero {
	background:
		radial-gradient(circle at 15% 20%, rgba(132, 189, 0, .2), transparent 38%),
		linear-gradient(160deg, #0d2e22 0%, #154734 55%, #1a5c42 100%);
	color: #fff;
	padding: 32px 0 58px;
}

.mht-author-hero__inner {
	max-width: 940px;
}

.mht-author-breadcrumbs {
	color: rgba(255, 255, 255, .72);
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
	gap: 8px;
	margin-bottom: 36px;
}

.mht-author-breadcrumbs a {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.mht-author-hero__profile {
	align-items: center;
	display: grid;
	gap: 28px;
	grid-template-columns: 128px minmax(0, 1fr);
}

.mht-author-hero__avatar img,
.mht-author-hero__avatar > span {
	background: var(--author-lime);
	border: 3px solid rgba(255, 255, 255, .22);
	border-radius: 50%;
	display: block;
	height: 128px;
	object-fit: cover;
	width: 128px;
}

.mht-author-hero__avatar > span {
	align-items: center;
	color: var(--author-green);
	display: inline-flex;
	font-size: 24px;
	font-weight: 900;
	justify-content: center;
}

.mht-author-hero .mht-kicker,
.mht-author-band .mht-kicker {
	color: var(--author-lime);
}

.mht-author-hero__title {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.mht-author-hero h1 {
	font-size: clamp(32px, 4vw, 48px);
	letter-spacing: -.02em;
	line-height: 1.1;
	margin: 7px 0;
}

.mht-author-hero__title span {
	background: rgba(255, 255, 255, .14);
	border: 1px solid rgba(255, 255, 255, .25);
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	padding: 6px 10px;
}

.mht-author-hero__copy > p:not(.mht-kicker) {
	color: rgba(255, 255, 255, .83);
	line-height: 1.6;
	margin: 8px 0 16px;
	max-width: 64ch;
}

.mht-author-hero__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 22px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.mht-author-hero__meta li {
	color: rgba(255, 255, 255, .78);
	font-size: 13px;
}

.mht-author-hero__meta strong {
	color: #fff;
	margin-right: 4px;
}

.mht-author-articles {
	padding: 56px 0 64px;
}

.mht-author-articles__head {
	align-items: end;
	display: flex;
	gap: 20px;
	justify-content: space-between;
	margin-bottom: 26px;
}

.mht-author-articles__head h2 {
	color: var(--author-green);
	font-size: clamp(26px, 3vw, 36px);
	margin: 8px 0 0;
}

.mht-author-articles .mht-kicker {
	color: var(--author-lime);
}

.mht-author-band {
	background: var(--author-green);
	color: #fff;
	padding: 64px 0;
	text-align: center;
}

.mht-author-band h2 {
	font-size: clamp(26px, 3.5vw, 38px);
	margin: 10px 0 12px;
}

.mht-author-band p:not(.mht-kicker) {
	color: rgba(255, 255, 255, .82);
	margin: 0 auto 24px;
	max-width: 46ch;
}

.mht-author-band__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
}

.mht-author-page .mht-button--ghost,
.mht-author-page .mht-button--ghost:visited {
	background: transparent;
	border: 1.5px solid #fff;
	color: #fff;
	-webkit-text-fill-color: #fff;
}

.mht-author-page .mht-button--ghost:hover,
.mht-author-page .mht-button--ghost:focus-visible {
	background: rgba(255, 255, 255, .12);
}

@media (max-width: 700px) {
	.mht-author-hero {
		padding: 24px 0 42px;
	}

	.mht-author-breadcrumbs {
		margin-bottom: 28px;
	}

	.mht-author-hero__profile {
		align-items: start;
		grid-template-columns: 1fr;
	}

	.mht-author-hero__avatar img,
	.mht-author-hero__avatar > span {
		height: 96px;
		width: 96px;
	}

	.mht-author-articles {
		padding: 40px 0;
	}

	.mht-author-articles__head {
		align-items: start;
		flex-direction: column;
	}

	.mht-author-band {
		padding: 40px 0;
	}

	.mht-author-band__actions,
	.mht-author-band__actions .mht-button {
		width: 100%;
	}

	.mht-author-band__actions .mht-button {
		justify-content: center;
	}
}

/* -------------------------------------------------------------------------
   WooCommerce cart
--------------------------------------------------------------------------- */
.mht-cart-page {
	--cart-green: #154734;
	--cart-dark: #0d2e22;
	--cart-lime: #84bd00;
	--cart-muted: #f3f5f7;
	background: var(--cart-muted);
	color: #1a1a1a;
	font-family: "Montserrat", var(--wp--preset--font-family--system-sans);
	margin-inline: calc(var(--wp--style--root--padding-left, 0px) * -1);
	width: calc(100% + var(--wp--style--root--padding-left, 0px) + var(--wp--style--root--padding-right, 0px));
}

/* The Cart page content is rendered inside WooCommerce's block page wrapper.
   Remove that generic page spacing so the cart owns its full-width layout. */
body.woocommerce-cart main[data-page="cart"] {
	max-width: none !important;
	padding: 0 !important;
	width: 100%;
}

body.woocommerce-cart main[data-page="cart"] > .wp-block-post-title {
	display: none;
}

body.woocommerce-cart main[data-page="cart"] > .wp-block-post-content,
body.woocommerce-cart main[data-page="cart"] > .wp-block-post-content > .woocommerce {
	margin: 0;
	max-width: none !important;
	padding: 0;
	width: 100%;
}

.mht-cart-page *,
.mht-cart-page *::before,
.mht-cart-page *::after {
	box-sizing: border-box;
}

.mht-cart-hero {
	background:
		radial-gradient(circle at 14% 22%, rgba(132, 189, 0, .2), transparent 34%),
		linear-gradient(145deg, var(--cart-dark), var(--cart-green));
	color: #fff;
	padding: 48px 0 54px;
	text-align: center;
}

.mht-cart-hero__inner {
	max-width: 720px;
}

.mht-cart-hero .mht-kicker {
	color: var(--cart-lime);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .08em;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.mht-cart-hero h1 {
	color: #fff;
	font-size: clamp(34px, 4vw, 48px);
	line-height: 1.08;
	margin: 0 0 12px;
}

.mht-cart-hero p:not(.mht-kicker) {
	color: rgba(255, 255, 255, .84);
	font-size: 15px;
	line-height: 1.6;
	margin: 0 auto;
	max-width: 50ch;
}

.mht-cart-promo {
	background: #eef6de;
	border-bottom: 1px solid #d5e8ac;
	color: var(--cart-green);
	padding: 12px 0;
	text-align: center;
}

.mht-cart-promo p {
	font-size: 14px;
	margin: 0;
}

.mht-cart-promo strong {
	margin-right: 4px;
}

.mht-cart-content {
	padding: 44px 0 72px;
}

.mht-cart-page .woocommerce-notices-wrapper {
	margin-bottom: 20px;
}

.mht-cart-page .woocommerce-message,
.mht-cart-page .woocommerce-info,
.mht-cart-page .woocommerce-error {
	background: #fff;
	border: 1px solid #dce8d8;
	border-radius: 10px;
	box-shadow: 0 2px 10px rgba(13, 46, 34, .06);
	color: var(--cart-green);
	margin: 0;
	padding: 14px 18px 14px 42px;
}

.mht-cart-page .woocommerce-message::before,
.mht-cart-page .woocommerce-info::before,
.mht-cart-page .woocommerce-error::before {
	color: var(--cart-lime);
	left: 18px;
	top: 15px;
}

.mht-cart-page .woocommerce-cart-form {
	background: #fff;
	border: 1px solid #e2e9e4;
	border-radius: 16px;
	box-shadow: 0 4px 18px rgba(13, 46, 34, .07);
	overflow: hidden;
}

.mht-cart-page table.shop_table {
	border: 0;
	border-collapse: collapse;
	border-radius: 0;
	margin: 0;
	text-align: left;
	width: 100%;
}

.mht-cart-page .shop_table thead {
	background: #f8faf8;
	border-bottom: 1px solid #e2e9e4;
}

.mht-cart-page .shop_table th {
	color: #64746d;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .06em;
	padding: 14px 16px;
	text-transform: uppercase;
}

.mht-cart-page .shop_table td {
	border: 0;
	border-bottom: 1px solid #edf1ee;
	padding: 18px 16px;
	vertical-align: middle;
}

.mht-cart-page .shop_table .product-remove {
	padding-right: 0;
	width: 30px;
}

.mht-cart-page .product-remove a.remove {
	align-items: center;
	background: #f5f7f5;
	border: 1px solid #e0e7e2;
	border-radius: 50%;
	color: #62736b !important;
	display: inline-flex;
	font-size: 18px;
	height: 28px;
	justify-content: center;
	line-height: 1;
	text-decoration: none;
	width: 28px;
}

.mht-cart-page .product-remove a.remove:hover,
.mht-cart-page .product-remove a.remove:focus-visible {
	background: #d94c4c;
	border-color: #d94c4c;
	color: #fff !important;
}

.mht-cart-page .product-thumbnail {
	width: 104px;
}

.mht-cart-page .product-thumbnail img {
	background: #edf5ef;
	border-radius: 10px;
	display: block;
	height: 72px;
	object-fit: cover;
	width: 72px;
}

.mht-cart-page .product-name {
	color: var(--cart-green);
	font-size: 15px;
	font-weight: 750;
}

.mht-cart-page .product-name a {
	color: inherit;
	text-decoration: none;
}

.mht-cart-page .product-name a:hover,
.mht-cart-page .product-name a:focus-visible {
	color: var(--cart-dark);
	text-decoration: underline;
}

.mht-cart-page .product-name .variation {
	color: #66756e;
	font-size: 12px;
	font-weight: 500;
	margin: 7px 0 0;
}

.mht-cart-page .product-name .variation dt,
.mht-cart-page .product-name .variation dd {
	display: inline;
	margin: 0 4px 0 0;
}

.mht-cart-page .product-price,
.mht-cart-page .product-subtotal {
	color: var(--cart-green);
	font-size: 14px;
	font-weight: 700;
	white-space: nowrap;
}

.mht-cart-page .product-subtotal {
	font-size: 15px;
	font-weight: 800;
}

.mht-cart-page .quantity .qty {
	border: 1px solid #dbe5de;
	border-radius: 7px;
	color: var(--cart-green);
	font: inherit;
	font-weight: 700;
	height: 40px;
	padding: 0 6px;
	width: 58px;
}

/* The quantity-buttons plugin injects a global white glyph colour. Restore
   visible controls only inside the themed cart without changing its behaviour. */
.mht-cart-page .qib-button-wrapper button.qib-button.minus,
.mht-cart-page .qib-button-wrapper button.qib-button.plus {
	align-items: center;
	background: #fff !important;
	border: 1px solid var(--cart-lime) !important;
	border-radius: 50% !important;
	color: var(--cart-green) !important;
	display: inline-flex;
	font-size: 0 !important;
	height: 28px !important;
	justify-content: center;
	line-height: 1;
	min-width: 28px !important;
	padding: 0 !important;
	width: 28px;
}

.mht-cart-page .qib-button-wrapper button.qib-button.minus::before {
	content: "−";
}

.mht-cart-page .qib-button-wrapper button.qib-button.plus::before {
	content: "+";
}

.mht-cart-page .qib-button-wrapper button.qib-button.minus::before,
.mht-cart-page .qib-button-wrapper button.qib-button.plus::before {
	color: var(--cart-green);
	font-size: 18px;
	font-weight: 800;
	line-height: 1;
}

.mht-cart-page .qib-button-wrapper button.qib-button:hover,
.mht-cart-page .qib-button-wrapper button.qib-button:focus-visible {
	background: #eef6de !important;
	outline: 2px solid rgba(132, 189, 0, .32);
	outline-offset: 2px;
}

.mht-cart-page .shop_table .actions {
	background: #f8faf8;
	border-bottom: 0;
	padding: 16px;
}

.mht-cart-page .coupon {
	display: inline-flex;
	gap: 8px;
	margin-right: 8px;
}

.mht-cart-page .coupon .input-text {
	border: 1px solid #dbe5de;
	border-radius: 8px;
	font: inherit;
	font-size: 13px;
	height: 42px;
	margin: 0;
	min-width: 150px;
	padding: 0 12px;
}

.mht-cart-page .coupon .input-text:focus,
.mht-cart-page .quantity .qty:focus {
	border-color: var(--cart-lime);
	outline: 2px solid rgba(132, 189, 0, .3);
	outline-offset: 1px;
}

.mht-cart-page .actions > .button {
	background: #fff;
	border: 1.5px solid var(--cart-green);
	border-radius: 8px;
	color: var(--cart-green);
	font: inherit;
	font-size: 13px;
	font-weight: 750;
	height: 42px;
	padding: 0 14px;
}

.mht-cart-page .actions > .button:hover,
.mht-cart-page .actions > .button:focus-visible {
	background: var(--cart-green);
	color: #fff;
}

.mht-cart-page .cart-collaterals {
	display: flex;
	justify-content: flex-end;
	margin-top: 24px;
	width: 100%;
}

.mht-cart-page .cart-collaterals .cross-sells {
	display: none;
}

.mht-cart-page .cart_totals {
	background: #fff;
	border: 1px solid #e2e9e4;
	border-radius: 16px;
	box-shadow: 0 4px 18px rgba(13, 46, 34, .07);
	float: none;
	margin: 0;
	padding: 24px;
	width: min(100%, 420px);
}

.mht-cart-page .cart_totals h2 {
	color: var(--cart-green);
	font-size: 24px;
	line-height: 1.2;
	margin: 0 0 16px;
}

.mht-cart-page .cart_totals .shop_table th,
.mht-cart-page .cart_totals .shop_table td {
	border-bottom: 1px solid #edf1ee;
	color: #64746d;
	font-size: 14px;
	letter-spacing: 0;
	padding: 12px 0;
	text-align: left;
	text-transform: none;
}

.mht-cart-page .cart_totals .shop_table td {
	color: var(--cart-green);
	font-weight: 750;
	text-align: right;
}

.mht-cart-page .cart_totals .shop_table .order-total th,
.mht-cart-page .cart_totals .shop_table .order-total td {
	border-bottom: 0;
	color: var(--cart-green);
	font-size: 18px;
	font-weight: 850;
	padding-top: 18px;
}

.mht-cart-page .wc-proceed-to-checkout {
	margin: 20px 0 0;
	padding: 0;
}

.mht-cart-page .wc-proceed-to-checkout .checkout-button {
	align-items: center;
	background: var(--cart-lime);
	border: 0;
	border-radius: 8px;
	color: #fff;
	display: flex;
	font: inherit;
	font-size: 14px;
	font-weight: 800;
	justify-content: center;
	margin: 0;
	min-height: 50px;
	text-decoration: none;
	width: 100%;
}

.mht-cart-page .wc-proceed-to-checkout .checkout-button:hover,
.mht-cart-page .wc-proceed-to-checkout .checkout-button:focus-visible {
	background: #6f9f00;
	color: #fff;
}

.mht-cart-empty {
	padding: 52px 0 76px;
}

.mht-cart-empty__card {
	background: #fff;
	border: 1px solid #e2e9e4;
	border-radius: 16px;
	box-shadow: 0 4px 18px rgba(13, 46, 34, .07);
	margin: 0 auto;
	max-width: 600px;
	padding: 42px 28px;
	text-align: center;
}

.mht-cart-empty__icon {
	background: #eef6de;
	border-radius: 50%;
	color: var(--cart-green);
	display: inline-block;
	height: 58px;
	margin-bottom: 16px;
	width: 58px;
}

.mht-cart-empty__notice .woocommerce-info {
	background: transparent;
	border: 0;
	box-shadow: none;
	font-size: 20px;
	font-weight: 800;
	padding: 0;
}

.mht-cart-empty__notice .woocommerce-info::before {
	display: none;
}

.mht-cart-empty__card > p {
	color: #66756e;
	font-size: 14px;
	line-height: 1.6;
	margin: 12px auto 24px;
	max-width: 44ch;
}

.mht-cart-empty__button {
	text-decoration: none;
}

/* WooCommerce checkout retains its native form names and validation hooks. */
body.woocommerce-checkout main[data-page="checkout"],
.mht-checkout-page {
	background: var(--mht-muted-bg);
	max-width: none !important;
	padding: 48px 0 72px !important;
	width: 100%;
}

body.woocommerce-checkout main[data-page="checkout"] > .wp-block-post-content,
body.woocommerce-checkout main[data-page="checkout"] > .wp-block-post-content > .woocommerce,
.mht-checkout-page > .wp-block-post-content,
.mht-checkout-page > .wp-block-post-content > .woocommerce {
	margin-inline: auto;
	max-width: var(--mht-container-max);
	width: min(calc(100% - 48px), var(--mht-container-max));
}

.mht-checkout-page > .mht-container > .woocommerce {
	width: 100%;
}

body.woocommerce-checkout .woocommerce-checkout {
	display: grid;
	column-gap: 24px;
	row-gap: 0;
	grid-template-columns: minmax(0, 1.35fr) minmax(320px, .85fr);
	align-items: start;
}

/* WooCommerce renders customer details, the order heading, and the order review
   as sibling nodes. Keep the latter two together in the review column rather
   than allowing the heading to become an unintended third grid column. */
body.woocommerce-checkout #customer_details {
	background: #fff;
	border: 1px solid #e2e9e4;
	border-radius: 14px;
	box-sizing: border-box;
	box-shadow: 0 4px 18px rgba(13, 46, 34, .07);
	display: grid;
	gap: 28px;
	grid-column: 1;
	min-width: 0;
	padding: 24px;
}

body.woocommerce-checkout .mht-checkout__review {
	grid-column: 2;
	grid-row: 1;
	min-width: 0;
	position: sticky;
	top: 24px;
}

body.woocommerce-checkout #customer_details .col-1,
body.woocommerce-checkout #customer_details .col-2 {
	float: none;
	width: auto;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper,
body.woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row,
body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row,
body.woocommerce-checkout .woocommerce-additional-fields__field-wrapper .form-row {
	float: none;
	margin: 0;
	width: auto;
}

body.woocommerce-checkout .form-row-wide {
	grid-column: 1 / -1;
}

body.woocommerce-checkout .woocommerce-billing-fields h3,
body.woocommerce-checkout .woocommerce-shipping-fields h3,
body.woocommerce-checkout .woocommerce-additional-fields h3,
body.woocommerce-checkout #ship-to-different-address {
	color: var(--mht-green);
	font-size: 22px;
	line-height: 1.2;
	margin: 0 0 18px;
}

body.woocommerce-checkout #ship-to-different-address label {
	align-items: center;
	display: inline-flex;
	gap: 10px;
}

body.woocommerce-checkout #ship-to-different-address input {
	flex: 0 0 auto;
	margin: 0;
}

body.woocommerce-checkout .form-row label {
	color: var(--mht-green);
	font-size: 13px;
	font-weight: 700;
}

body.woocommerce-checkout .form-row input.input-text,
body.woocommerce-checkout .form-row textarea,
body.woocommerce-checkout .form-row select {
	border: 1px solid #dbe5de;
	border-radius: 8px;
	font: inherit;
	padding: 11px 12px;
	width: 100%;
}

body.woocommerce-checkout #order_review_heading {
	background: #fff;
	border: 1px solid #e2e9e4;
	border-bottom: 0;
	border-radius: 14px 14px 0 0;
	color: var(--mht-green);
	font-size: 22px;
	line-height: 1.2;
	margin: 0;
	padding: 24px 24px 12px;
}

body.woocommerce-checkout #order_review {
	background: #fff;
	border: 1px solid #e2e9e4;
	border-top: 0;
	border-radius: 0 0 14px 14px;
	box-shadow: 0 4px 18px rgba(13, 46, 34, .07);
	margin: 0;
	min-width: 0;
	padding: 12px 24px 24px;
}

body.woocommerce-checkout #order_review .shop_table {
	margin: 0 0 20px;
	width: 100%;
}

body.woocommerce-checkout #payment {
	margin: 0;
}

body.woocommerce-checkout #place_order {
	background: var(--mht-lime);
	border: 0;
	border-radius: 8px;
	color: #fff;
	font: inherit;
	font-weight: 800;
	min-height: 50px;
	width: 100%;
}

body.woocommerce-checkout #place_order:hover,
body.woocommerce-checkout #place_order:focus-visible {
	background: #6f9f00;
}

@media (max-width: 991px) {
	body.woocommerce-checkout .woocommerce-checkout {
		grid-template-columns: minmax(0, 1fr);
	}

	body.woocommerce-checkout #customer_details,
	body.woocommerce-checkout .mht-checkout__review {
		grid-column: 1;
		grid-row: auto;
		position: static;
	}
}

@media (max-width: 420px) {
	body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
	body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper,
	body.woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
		grid-template-columns: minmax(0, 1fr);
	}
}

/* Header search expands in place so the cart badge and quote CTA remain stable. */
.mht-header-search form {
	align-items: center;
	display: flex;
	gap: 6px;
}

.mht-header-search input[type="search"] {
	background: #fff;
	border: 1px solid #d7e1da;
	border-radius: 8px;
	color: var(--mht-green);
	font: inherit;
	font-size: 13px;
	height: 40px;
	opacity: 0;
	padding: 0;
	pointer-events: none;
	transition: border-color 180ms ease, opacity 180ms ease, padding 180ms ease, width 180ms ease;
	width: 0;
}

.mht-header-search.is-open input[type="search"] {
	opacity: 1;
	padding: 0 12px;
	pointer-events: auto;
	width: clamp(150px, 18vw, 230px);
}

.mht-header-search input[type="search"]:focus {
	border-color: var(--mht-lime);
	outline: 2px solid rgba(132, 189, 0, .28);
	outline-offset: 1px;
}

.mht-header-search__toggle {
	appearance: none;
	background: transparent;
	border: 0;
	color: var(--mht-green);
	cursor: pointer;
	flex: 0 0 auto;
	padding: 0;
}

/* Keep WooCommerce's native View cart link available after AJAX adds. */
.mht-shop-card .added_to_cart.wc-forward {
	align-items: center;
	color: var(--shop-green);
	display: inline-flex;
	font-size: 12px;
	font-weight: 750;
	margin-top: 8px;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.mht-add-to-cart-feedback {
	background: #fff;
	border: 1px solid #cfe0bd;
	border-radius: 12px;
	bottom: 20px;
	box-shadow: 0 12px 30px rgba(13, 46, 34, .2);
	color: var(--mht-green, #154734);
	display: flex;
	gap: 12px;
	left: 50%;
	max-width: min(calc(100% - 32px), 440px);
	padding: 14px 16px;
	position: fixed;
	transform: translate(-50%, 16px);
	transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
	visibility: hidden;
	width: max-content;
	z-index: 1000;
}

.mht-add-to-cart-feedback.is-visible {
	transform: translate(-50%, 0);
	visibility: visible;
}

.mht-add-to-cart-feedback__message {
	align-items: center;
	display: flex;
	flex: 1;
	font-size: 14px;
	font-weight: 700;
	gap: 8px;
	line-height: 1.35;
}

.mht-add-to-cart-feedback__message::before {
	align-items: center;
	background: var(--mht-lime, #84bd00);
	border-radius: 50%;
	color: #fff;
	content: "✓";
	display: inline-flex;
	flex: 0 0 auto;
	height: 22px;
	justify-content: center;
	width: 22px;
}

.mht-add-to-cart-feedback__link {
	align-items: center;
	background: var(--mht-green, #154734);
	border-radius: 6px;
	color: #fff;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 13px;
	font-weight: 750;
	min-height: 34px;
	padding: 0 12px;
	text-decoration: none;
	-webkit-text-fill-color: #fff;
}

.mht-add-to-cart-feedback__link:hover,
.mht-add-to-cart-feedback__link:focus-visible {
	background: #0d2e22;
	color: #fff;
}

@media (max-width: 700px) {
	.mht-cart-hero {
		padding: 36px 0 40px;
	}

	.mht-cart-content {
		padding: 28px 0 48px;
	}

	.mht-cart-page .woocommerce-cart-form {
		border-radius: 12px;
		overflow: visible;
	}

	.mht-cart-page .shop_table thead {
		display: none;
	}

	.mht-cart-page .shop_table,
	.mht-cart-page .shop_table tbody,
	.mht-cart-page .shop_table tr,
	.mht-cart-page .shop_table td {
		display: block;
		width: 100%;
	}

	.mht-cart-page .shop_table .woocommerce-cart-form__cart-item {
		display: grid;
		gap: 0 12px;
		grid-template-columns: 30px 76px minmax(0, 1fr);
		padding: 16px;
		position: relative;
	}

	.mht-cart-page .shop_table .woocommerce-cart-form__cart-item td {
		border: 0;
		padding: 0;
	}

	/* WooCommerce's generic table-to-card labels compete with this grid and
	   leave product content with almost no available width. */
	.mht-cart-page .shop_table .woocommerce-cart-form__cart-item td::before {
		content: none !important;
	}

	.mht-cart-page .shop_table .product-remove {
		grid-column: 1;
		grid-row: 1;
	}

	.mht-cart-page .shop_table .product-thumbnail {
		grid-column: 2;
		grid-row: 1 / span 2;
		width: auto;
	}

	.mht-cart-page .product-thumbnail img {
		height: 64px;
		width: 64px;
	}

	.mht-cart-page .shop_table .product-name {
		grid-column: 3;
		grid-row: 1;
		padding-right: 4px;
	}

	.mht-cart-page .shop_table .product-price {
		display: none;
	}

	.mht-cart-page .shop_table .product-quantity,
	.mht-cart-page .shop_table .product-subtotal {
		align-items: center;
		display: flex;
		grid-row: 2;
		margin-top: 12px;
	}

	.mht-cart-page .shop_table .product-quantity {
		grid-column: 2;
	}

	.mht-cart-page .shop_table .product-subtotal {
		grid-column: 3;
		justify-content: flex-end;
	}

	.mht-cart-page .shop_table .product-subtotal::before {
		color: #66756e;
		content: "Total";
		font-size: 12px;
		font-weight: 600;
		margin-right: 8px;
	}

	.mht-cart-page .shop_table .actions {
		border-top: 1px solid #edf1ee;
		padding: 14px;
	}

	.mht-cart-page .coupon {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		margin: 0 0 10px;
		width: 100%;
	}

	.mht-cart-page .coupon .input-text {
		min-width: 0;
	}

	.mht-cart-page .actions > .button {
		width: 100%;
	}

	.mht-cart-page .cart-collaterals {
		margin-top: 16px;
	}

	.mht-cart-page .cart_totals {
		border-radius: 12px;
		padding: 20px;
		width: 100%;
	}

	.mht-cart-empty {
		padding: 36px 0 48px;
	}

	.mht-cart-empty__card {
		border-radius: 12px;
		padding: 32px 20px;
	}

	.mht-header-search.is-open input[type="search"] {
		width: min(34vw, 190px);
	}

	.mht-header-search {
		display: none;
	}

	.mht-add-to-cart-feedback {
		align-items: stretch;
		bottom: 12px;
		max-width: calc(100% - 24px);
		width: calc(100% - 24px);
	}

	.mht-add-to-cart-feedback__link {
		justify-content: center;
	}

	body.woocommerce-checkout main[data-page="checkout"] {
		padding: 32px 0 48px !important;
	}

	body.woocommerce-checkout main[data-page="checkout"] > .wp-block-post-content,
	body.woocommerce-checkout main[data-page="checkout"] > .wp-block-post-content > .woocommerce {
		width: min(calc(100% - 40px), var(--mht-container-max));
	}

	body.woocommerce-checkout .woocommerce-checkout {
		grid-template-columns: 1fr;
	}
}
