.amigo-home {
	overflow: clip;
	background: var(--amigo-white);
}

.amigo-home > * {
	margin-block-start: 0;
}

.amigo-home :where(a, button):focus-visible,
.ct-footer :where(a, button):focus-visible {
	outline: 3px solid var(--amigo-gold);
	outline-offset: 4px;
}

.amigo-announcement {
	padding: 0.65rem max(1rem, calc((100vw - var(--amigo-content-width)) / 2));
	background: var(--amigo-black);
	color: var(--amigo-white);
	font-size: clamp(0.78rem, 1.8vw, 0.92rem);
	font-weight: 700;
	letter-spacing: 0.03em;
}

.amigo-announcement p {
	margin: 0;
}

.amigo-home-hero {
	position: relative;
	display: grid;
	align-items: center;
	isolation: isolate;
	min-height: 600px;
	padding: var(--amigo-space-xl) max(1.25rem, calc((100vw - var(--amigo-content-width)) / 2));
	background-color: var(--amigo-black);
	background-image: var(--amigo-hero-image, linear-gradient(135deg, #25211b 0%, #111111 70%));
	background-position: center right;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: inset 0 -1px rgba(255, 255, 255, 0.08);
	color: var(--amigo-white);
}

.amigo-home-hero::before {
	position: absolute;
	z-index: 0;
	inset: 0;
	background: rgba(0, 0, 0, 0.42);
	content: "";
	pointer-events: none;
}

.amigo-home-hero__content {
	position: relative;
	z-index: 1;
	width: min(100%, 760px);
	margin-inline: 0;
}

.amigo-home-hero .amigo-home-hero__title {
	max-width: 720px;
	margin-bottom: 1.25rem;
	color: var(--amigo-white);
	font-size: var(--amigo-type-hero);
	letter-spacing: -0.035em;
	line-height: 1.08;
}

.amigo-home-hero__text {
	max-width: 670px;
	margin-bottom: 2rem;
	color: rgba(255, 255, 255, 0.88);
	font-size: clamp(1.05rem, 2.2vw, 1.35rem);
}

.amigo-home-section {
	padding: var(--amigo-space-xl) max(1.25rem, calc((100vw - var(--amigo-content-width)) / 2));
}

.amigo-section-heading {
	margin-bottom: clamp(1.4rem, 2.5vw, 2rem);
	text-align: center;
}

.amigo-section-heading h2,
.amigo-showroom h2,
.amigo-enquiry-cta h2 {
	margin-top: 0.4rem;
	font-size: var(--amigo-type-section-heading);
	line-height: 1.12;
}

.amigo-eyebrow {
	margin-bottom: 0;
	color: #8b6728;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.amigo-category-section,
.amigo-why-section {
	background: var(--amigo-cream);
}

.amigo-category-grid,
.amigo-featured-products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	width: min(100%, var(--amigo-content-width));
	margin: 0 auto;
	padding: 0;
}

.amigo-category-grid {
	min-width: 0;
	gap: var(--amigo-category-gap);
}

.amigo-featured-products {
	gap: var(--amigo-product-gap);
}

.amigo-category-card {
	width: 100%;
	max-width: 100%;
	min-width: 0;
	height: 100%;
}

.amigo-category-card__link,
.amigo-product-card__image-link {
	display: block;
	color: inherit;
	text-decoration: none;
}

.amigo-category-card__link {
	display: grid;
	grid-template-columns: minmax(0, var(--amigo-category-text-width, 43%)) minmax(0, 1fr);
	width: 100%;
	min-width: 0;
	height: 100%;
	min-height: var(--amigo-category-height);
	overflow: hidden;
	box-sizing: border-box;
}

.amigo-category-card__media {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	max-width: 100%;
	min-width: 0;
	min-height: 100%;
	overflow: hidden;
	box-sizing: border-box;
	border-radius: 0 calc(var(--amigo-radius) - 1px) calc(var(--amigo-radius) - 1px) 0;
	background: #e9dfd0;
}

.amigo-category-card__media::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 62%, rgba(17, 17, 17, 0.12));
	content: "";
	pointer-events: none;
}

.amigo-category-card__image,
.amigo-product-card__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 250ms ease;
}

.amigo-category-card__image {
	max-width: 100%;
	object-position: var(--amigo-category-image-position, center center);
}

body.amigo-image-zoom-enabled .amigo-category-card:hover .amigo-category-card__image,
body.amigo-image-zoom-enabled .amigo-category-card:focus-within .amigo-category-card__image,
body.amigo-image-zoom-enabled .amigo-product-card:hover .amigo-product-card__image,
body.amigo-image-zoom-enabled .amigo-product-card:focus-within .amigo-product-card__image {
	transform: scale(1.03);
}

.amigo-category-card__content {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	gap: 0.45rem;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	overflow: visible;
	padding: clamp(0.8rem, 1.15vw, 1rem);
	padding-inline-end: clamp(14px, var(--amigo-space-md), 18px);
	box-sizing: border-box;
}

.amigo-category-card__title {
	max-width: 100%;
	color: var(--amigo-black);
	font-family: var(--amigo-heading-font, inherit);
	font-size: min(var(--amigo-type-card-heading), 20px);
	font-weight: 600;
	line-height: 1.18;
	word-break: normal;
	overflow-wrap: normal;
	hyphens: none;
}

.amigo-category-card__action {
	display: inline-flex;
	gap: 0.3rem;
	align-items: center;
	flex: 0 0 auto;
	margin-top: auto;
	padding-top: 0.2rem;
	color: var(--amigo-gold);
	font-size: clamp(0.75rem, 0.72rem + 0.08vw, 0.82rem);
	font-weight: 800;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.amigo-category-card__action span {
	transition: transform 250ms ease;
}

body.amigo-motion-enabled .amigo-category-card:hover .amigo-category-card__action span,
body.amigo-motion-enabled .amigo-category-card:focus-within .amigo-category-card__action span {
	transform: translateX(4px);
}

.amigo-category-card__description {
	display: block;
	max-width: 100%;
	overflow: visible;
	color: var(--amigo-muted);
	font-size: clamp(12px, var(--amigo-body-size), 14px);
	line-height: 1.35;
	word-break: normal;
	overflow-wrap: normal;
	hyphens: none;
}

.amigo-featured-section {
	background: var(--amigo-white);
}

.amigo-featured-products {
	list-style: none;
}

.amigo-product-card {
	display: flex;
	min-width: 0;
	overflow: hidden;
	flex-direction: column;
	border: 1px solid var(--amigo-border);
	border-radius: var(--amigo-radius);
	background: var(--amigo-white);
	box-shadow: var(--amigo-shadow);
}

.amigo-product-card__image-link {
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-radius: calc(var(--amigo-radius) - 1px) calc(var(--amigo-radius) - 1px) 0 0;
	background: var(--amigo-cream);
	box-shadow: inset 0 -1px var(--amigo-border);
}

.amigo-product-card__content {
	display: flex;
	flex: 1;
	align-items: flex-start;
	flex-direction: column;
	padding: 0.9rem;
}

.amigo-product-card__title {
	margin: 0 0 0.45rem;
	font-size: min(var(--amigo-type-product-title), 18px);
	line-height: 1.3;
}

.amigo-product-card__title a {
	color: var(--amigo-black);
	text-decoration: none;
}

.amigo-product-card__price {
	margin-bottom: 0.75rem;
	color: var(--amigo-gold);
	font-size: 0.95rem;
	font-weight: 800;
}

.amigo-product-card .amigo-button {
	margin-top: auto;
}

.amigo-products-placeholder {
	width: min(100%, 760px);
	margin: 0 auto;
	padding: clamp(1.5rem, 4vw, 2.5rem);
	border: 1px dashed var(--amigo-gold);
	border-radius: var(--amigo-radius);
	background: var(--amigo-cream);
	text-align: center;
}

.amigo-products-placeholder p {
	margin-bottom: 0.6rem;
}

.amigo-text-link {
	color: var(--amigo-black);
	font-weight: 800;
	text-underline-offset: 0.2em;
}

.amigo-benefit-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(1rem, 2.4vw, 1.75rem);
}

.amigo-benefit-card {
	position: relative;
	padding: clamp(1.4rem, 3vw, 2rem);
	border: 1px solid var(--amigo-border);
	border-radius: var(--amigo-radius);
	background: rgba(255, 255, 255, 0.78);
}

.amigo-benefit-card::before {
	display: block;
	width: 42px;
	height: 3px;
	margin-bottom: 1.2rem;
	border-radius: 999px;
	background: var(--amigo-gold);
	content: "";
}

.amigo-benefit-card h3 {
	margin-top: 0;
	font-size: clamp(1.25rem, 1.3vw, 1.375rem);
	line-height: 1.25;
}

.amigo-benefit-card p {
	margin-bottom: 0;
}

.amigo-showroom {
	width: auto;
	margin: clamp(1.25rem, 4vw, 3rem);
	padding: clamp(2rem, 7vw, 5rem);
	border: 1px solid #d8c9b1;
	background:
		radial-gradient(circle at 85% 10%, rgba(181, 138, 59, 0.2), transparent 35%),
		var(--amigo-cream);
}

.amigo-showroom__columns {
	width: min(100%, 1050px);
	margin: 0 auto;
	gap: clamp(2rem, 8vw, 6rem);
}

.amigo-showroom__address {
	max-width: 520px;
	font-size: 1.1rem;
}

.amigo-showroom h2 {
	max-width: 12ch;
}

.amigo-showroom a:not(.wp-block-button__link) {
	color: var(--amigo-black);
	font-weight: 800;
}

.amigo-showroom__buttons {
	gap: 0.85rem;
}

.amigo-enquiry-cta {
	background-color: #242321;
	background-image:
		linear-gradient(110deg, rgba(24, 23, 21, 0.92), rgba(35, 32, 28, 0.78)),
		var(--amigo-cta-image, linear-gradient(135deg, #302d29 0%, #1d1c1a 100%));
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow:
		inset 0 1px rgba(255, 255, 255, 0.08),
		inset 0 -1px rgba(0, 0, 0, 0.28);
	color: var(--amigo-white);
	text-align: center;
}

.amigo-enquiry-cta h2 {
	max-width: 22ch;
	margin-inline: auto;
	color: var(--amigo-white);
	line-height: 1.15;
}

.amigo-enquiry-cta__text {
	color: rgba(255, 255, 255, 0.8);
	font-size: 1.12rem;
}

.amigo-button-row {
	gap: 0.85rem;
	margin-top: 1.75rem;
}

.amigo-button .wp-block-button__link,
.amigo-button.amigo-button--outline {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0.75rem 1.35rem;
	border: 2px solid transparent;
	border-radius: var(--amigo-button-radius);
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
}

.amigo-button--gold .wp-block-button__link {
	border-color: var(--amigo-gold);
	background: var(--amigo-gold);
	color: var(--amigo-black);
}

.amigo-button--dark .wp-block-button__link {
	border-color: var(--amigo-black);
	background: var(--amigo-black);
	color: var(--amigo-white);
}

.amigo-button--light .wp-block-button__link {
	border-color: var(--amigo-white);
	background: transparent;
	color: var(--amigo-white);
}

.amigo-button--outline,
.amigo-button--outline .wp-block-button__link {
	border-color: var(--amigo-black);
	background: transparent;
	color: var(--amigo-black);
}

.amigo-button .wp-block-button__link:hover,
.amigo-button .wp-block-button__link:focus-visible,
.amigo-button.amigo-button--outline:hover,
.amigo-button.amigo-button--outline:focus-visible {
	border-color: var(--amigo-gold);
	background: #c79a48;
	color: var(--amigo-black);
}

/* Dynamic front-page template. */
.amigo-front-page {
	overflow: clip;
	background: var(--amigo-page-bg);
	color: var(--amigo-charcoal);
}

body.amigo-use-custom-typography .amigo-front-page {
	font-size: var(--amigo-body-size);
}

.amigo-front-page :where(a, button):focus-visible {
	outline: 3px solid var(--amigo-gold);
	outline-offset: 4px;
}

body.amigo-logo-overlap-enabled .ct-header :where([data-row], [data-row] > div, [data-id="logo"]) {
	overflow: visible;
}

body.amigo-logo-overlap-enabled .ct-header [data-id="logo"] {
	position: relative;
	z-index: var(--amigo-home-logo-z);
}

body.amigo-logo-overlap-enabled .ct-header [data-id="logo"] .site-logo-container,
body.amigo-logo-overlap-enabled .ct-header [data-id="logo"] img {
	max-width: min(100%, var(--amigo-home-logo-max-width));
}

body.amigo-logo-overlap-enabled .ct-header [data-device="desktop"] [data-id="logo"] {
	transform: translateY(var(--amigo-logo-overlap-desktop));
}

body.amigo-logo-overlap-enabled .amigo-front-hero {
	margin-top: var(--amigo-header-hero-gap);
}

.amigo-front-page .amigo-announcement {
	text-align: center;
}

.amigo-front-hero {
	height: auto;
	min-height: var(--amigo-hero-height);
	padding: 0 max(24px, calc((100vw - var(--amigo-content-width)) / 2));
	background: var(--amigo-page-bg);
}

.amigo-front-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, var(--amigo-hero-text-fr)) minmax(0, var(--amigo-hero-image-fr));
	align-items: stretch;
	gap: 0;
	height: auto;
	min-height: var(--amigo-hero-height);
	overflow: visible;
	border: 1px solid var(--amigo-border);
	border-radius: var(--amigo-hero-radius);
	background: var(--amigo-cream);
}

.amigo-front-hero__content {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	flex-direction: column;
	min-width: 0;
	padding: clamp(1.25rem, 2.4vw, 2.25rem);
}

.amigo-front-hero__title {
	max-width: 520px;
	margin: 0 0 0.9rem;
	font-size: min(var(--amigo-type-hero), 54px);
	letter-spacing: -0.035em;
	line-height: 1.04;
}

.amigo-front-hero__title span {
	display: block;
}

.amigo-front-hero__title span:last-child {
	color: var(--amigo-gold);
}

.amigo-front-hero__description {
	max-width: 430px;
	margin-bottom: 0;
	color: var(--amigo-muted);
	font-size: clamp(1rem, 1.3vw, 1.2rem);
	line-height: 1.48;
}

.amigo-front-hero__media {
	position: relative;
	align-self: stretch;
	height: auto;
	min-height: var(--amigo-hero-height);
	overflow: hidden;
	border-radius: 0 var(--amigo-hero-radius) var(--amigo-hero-radius) 0;
	background: linear-gradient(135deg, var(--amigo-cream), var(--amigo-secondary-accent));
}

.amigo-front-hero__media::before {
	position: absolute;
	z-index: 1;
	inset: 0;
	background: linear-gradient(90deg, var(--amigo-cream) 0, transparent 18%);
	content: "";
	pointer-events: none;
}

.amigo-front-hero__image {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: var(--amigo-image-position, center center);
}

.amigo-front-hero__placeholder {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background:
		radial-gradient(circle at 70% 25%, rgba(255, 255, 255, 0.72), transparent 22%),
		linear-gradient(145deg, var(--amigo-cream), var(--amigo-secondary-accent));
}

.amigo-front-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
	margin-top: 0.9rem;
}

.amigo-front-hero .amigo-front-actions {
	gap: 0.75rem;
	margin-top: 1rem;
}

.amigo-front-hero .amigo-front-actions .amigo-button {
	min-height: 44px;
	padding: 0.65rem 1.1rem;
	white-space: nowrap;
}

.amigo-front-page a.amigo-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0.75rem 1.35rem;
	border: 2px solid transparent;
	border-radius: var(--amigo-button-radius);
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
	transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.amigo-front-page a.amigo-button--gold {
	border-color: var(--amigo-primary-button-bg);
	background: var(--amigo-primary-button-bg);
	color: var(--amigo-button-text);
}

.amigo-front-page a.amigo-button--outline {
	border-color: var(--amigo-secondary-button-border);
	background: transparent;
	color: var(--amigo-secondary-button-text);
}

.amigo-front-page a.amigo-button:hover,
.amigo-front-page a.amigo-button:focus-visible {
	transform: translateY(-2px);
	border-color: var(--amigo-secondary-accent);
	background: var(--amigo-secondary-accent);
	color: var(--amigo-button-text);
}

.amigo-front-section {
	padding: max(24px, calc(var(--amigo-section-space) * 0.55)) max(24px, calc((100vw - var(--amigo-content-width)) / 2));
}

.amigo-front-section .amigo-section-heading {
	max-width: 760px;
	margin-inline: auto;
}

.amigo-front-section .amigo-section-heading h2,
.amigo-front-showroom h2 {
	margin: 0.45rem 0 0.8rem;
	font-size: var(--amigo-type-section-heading);
	line-height: 1.12;
}

.amigo-front-section .amigo-section-heading > p:last-child {
	color: var(--amigo-muted);
}

.amigo-front-page .amigo-eyebrow {
	color: var(--amigo-gold);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.18em;
}

.amigo-front-hero .amigo-eyebrow {
	margin-bottom: 0.65rem;
}

.amigo-front-categories {
	background: var(--amigo-page-bg);
	padding-top: max(12px, calc(var(--amigo-section-space) * 0.3));
	padding-bottom: max(8px, calc(var(--amigo-section-space) * 0.15));
}

.amigo-front-categories .amigo-section-heading {
	margin-bottom: clamp(1.25rem, 2vw, 1.5rem);
}

.amigo-front-categories .amigo-section-heading h2 {
	margin-bottom: 0.55rem;
}

.amigo-front-categories .amigo-section-heading > p:last-child {
	margin-bottom: 0;
}

.amigo-front-page .amigo-category-card,
.amigo-front-page .amigo-product-card {
	border-color: var(--amigo-border);
	border-radius: var(--amigo-radius);
	background: var(--amigo-card-bg);
	box-shadow: var(--amigo-shadow);
	transition: transform 250ms ease, box-shadow 250ms ease;
}

.amigo-front-page .amigo-category-card {
	overflow: hidden;
}

.amigo-front-page .amigo-category-card__link {
	overflow: hidden;
}

body.amigo-card-lift-enabled .amigo-front-page .amigo-category-card:hover,
body.amigo-card-lift-enabled .amigo-front-page .amigo-category-card:focus-within {
	border-color: var(--amigo-gold);
	transform: translateY(-2px);
	box-shadow: var(--amigo-shadow);
}

body:not(.amigo-card-lift-enabled) .amigo-front-page .amigo-category-card:hover,
body:not(.amigo-card-lift-enabled) .amigo-front-page .amigo-category-card:focus-within,
body:not(.amigo-card-lift-enabled) .amigo-front-page .amigo-product-card:hover,
body:not(.amigo-card-lift-enabled) .amigo-front-page .amigo-product-card:focus-within {
	transform: none;
}

.amigo-front-page .amigo-category-card__title {
	max-width: 100%;
	font-size: min(var(--amigo-type-card-heading), 20px);
	line-height: 1.12;
	word-break: normal;
	overflow-wrap: normal;
	hyphens: none;
}

.amigo-front-page .amigo-category-card__action {
	margin-top: auto;
	color: var(--amigo-gold);
}

.amigo-front-page .amigo-category-card:focus-within {
	outline: 2px solid var(--amigo-gold);
	outline-offset: 2px;
}

body.amigo-image-zoom-enabled .amigo-front-page .amigo-category-card:hover .amigo-category-card__image,
body.amigo-image-zoom-enabled .amigo-front-page .amigo-category-card:focus-within .amigo-category-card__image {
	transform: scale(1.02);
}

.amigo-front-products {
	padding-top: max(14px, calc(var(--amigo-section-space) * 0.22));
	padding-bottom: max(10px, calc(var(--amigo-section-space) * 0.18));
	background: var(--amigo-cream);
}

.amigo-front-products__header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1rem;
	width: min(100%, var(--amigo-content-width));
	margin: 0 auto clamp(1rem, 2vw, 1.4rem);
}

.amigo-front-products__header .amigo-section-heading {
	margin: 0;
	text-align: left;
}

.amigo-front-products__header .amigo-section-heading h2 {
	margin-bottom: 0;
}

.amigo-front-products__header > .amigo-text-button {
	flex: 0 0 auto;
	margin-bottom: 0.25rem;
}

.amigo-front-products .amigo-featured-products {
	grid-template-columns: repeat(var(--amigo-featured-columns-desktop), minmax(0, 1fr));
	align-items: stretch;
}

.amigo-front-page .amigo-product-card__image-link {
	height: var(--amigo-product-image-height);
	aspect-ratio: auto;
	background: var(--amigo-white);
}

.amigo-front-page .amigo-product-card__image {
	object-fit: contain;
	padding: 0.45rem;
}

.amigo-front-page .amigo-product-card__content {
	padding: 0.75rem;
}

.amigo-front-page .amigo-product-card__title {
	display: -webkit-box;
	min-height: 2.5em;
	max-height: 2.5em;
	overflow: hidden;
	font-size: clamp(13px, var(--amigo-type-product-title), 15px);
	line-height: 1.25;
	word-break: normal;
	overflow-wrap: normal;
	hyphens: none;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
}

.amigo-front-page .amigo-product-card__metadata {
	max-height: 2.7em;
	margin: 0 0 0.45rem;
	overflow: clip;
	color: var(--amigo-muted);
	font-size: clamp(11px, 0.76rem, 13px);
	line-height: 1.35;
	word-break: normal;
	overflow-wrap: normal;
	hyphens: none;
}

.amigo-front-page .amigo-product-card__price {
	margin-bottom: 0.55rem;
	font-size: clamp(13px, 0.9rem, 15px);
}

.amigo-products-admin-notice {
	width: min(100%, var(--amigo-content-width));
	margin: 0.75rem auto 0;
	color: var(--amigo-muted);
	font-size: 0.82rem;
	font-weight: 600;
}

.amigo-front-page .amigo-product-card a.amigo-button {
	min-height: auto;
	margin-top: auto;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: var(--amigo-gold);
	font-size: 0.78rem;
	letter-spacing: 0.04em;
	text-decoration: underline;
	text-decoration-color: transparent;
	text-underline-offset: 0.2em;
}

.amigo-front-page .amigo-product-card a.amigo-button:hover,
.amigo-front-page .amigo-product-card a.amigo-button:focus-visible {
	transform: none;
	background: transparent;
	color: var(--amigo-gold);
	text-decoration-color: currentColor;
}

body.amigo-image-zoom-enabled .amigo-front-page .amigo-product-card:hover .amigo-product-card__image,
body.amigo-image-zoom-enabled .amigo-front-page .amigo-product-card:focus-within .amigo-product-card__image {
	transform: scale(1.02);
}

body.amigo-card-lift-enabled .amigo-front-page .amigo-product-card:hover,
body.amigo-card-lift-enabled .amigo-front-page .amigo-product-card:focus-within {
	border-color: var(--amigo-gold);
	transform: translateY(-2px);
	box-shadow: var(--amigo-shadow);
}

.amigo-front-page .amigo-product-card:focus-within {
	outline: 2px solid var(--amigo-gold);
	outline-offset: 2px;
}

.amigo-text-button {
	display: inline-flex;
	gap: 0.45rem;
	align-items: center;
	color: var(--amigo-black);
	font-weight: 800;
	text-underline-offset: 0.25em;
}

.amigo-benefits-strip {
	padding: 0.75rem max(24px, calc((100vw - var(--amigo-content-width)) / 2));
	border-block: 1px solid var(--amigo-border);
	background: var(--amigo-white);
}

.amigo-benefits-strip__inner {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.amigo-benefit-item {
	display: flex;
	align-items: center;
	gap: 0.7rem;
	min-width: 0;
	padding: 0.4rem 0.75rem;
	border-inline-end: 1px solid var(--amigo-border);
	border-inline-end-color: color-mix(in srgb, var(--amigo-border) 70%, transparent);
}

.amigo-benefit-item:last-child {
	border-inline-end: 0;
}

.amigo-benefit-item__icon {
	display: grid;
	flex: 0 0 34px;
	width: 34px;
	height: 34px;
	place-items: center;
	border-radius: 50%;
	background-color: var(--amigo-cream);
	background: color-mix(in srgb, var(--amigo-gold) 14%, var(--amigo-white));
	color: var(--amigo-gold);
}

.amigo-benefit-item__icon svg {
	width: 19px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.amigo-benefit-item h3 {
	margin: 0 0 0.2rem;
	font-size: clamp(13px, 1vw, 14px);
	line-height: 1.25;
}

.amigo-benefit-item p {
	margin: 0;
	color: var(--amigo-muted);
	font-size: clamp(11px, 0.8vw, 12px);
	line-height: 1.35;
}

.amigo-front-why {
	background: var(--amigo-page-bg);
}

.amigo-front-why .amigo-section-heading h2 {
	font-size: clamp(1.875rem, 2.7vw, 2.5rem);
}

.amigo-why-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
}

.amigo-why-item {
	padding: 1.35rem;
	border-top: 2px solid var(--amigo-gold);
	background-color: var(--amigo-cream);
	background: color-mix(in srgb, var(--amigo-cream) 58%, var(--amigo-white));
}

.amigo-why-item > span {
	color: var(--amigo-gold);
	font-size: 0.78rem;
	font-weight: 800;
}

.amigo-why-item h3 {
	margin: 0.55rem 0;
	font-size: clamp(1.1rem, 1.3vw, 1.3rem);
}

.amigo-why-item p {
	margin: 0;
	color: var(--amigo-muted);
	font-size: 0.9rem;
}

.amigo-front-showroom {
	display: grid;
	grid-template-columns: minmax(0, 28fr) minmax(280px, 44fr) minmax(0, 28fr);
	align-items: stretch;
	gap: 0;
	width: min(calc(100% - 2.5rem), var(--amigo-content-width));
	height: auto;
	min-height: var(--amigo-showroom-height);
	margin: max(8px, calc(var(--amigo-section-space) * 0.18)) auto;
	padding: 0;
	overflow: hidden;
	border: 1px solid var(--amigo-border);
	border-radius: var(--amigo-radius);
	background: var(--amigo-cream);
	box-shadow: var(--amigo-shadow);
}

.amigo-front-showroom__media {
	position: relative;
	height: auto;
	min-height: var(--amigo-showroom-height);
	overflow: hidden;
	background: var(--amigo-white);
}

.amigo-front-showroom__image {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: var(--amigo-showroom-position, center center);
}

.amigo-front-showroom__content {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	min-width: 0;
	padding: clamp(0.65rem, 1.2vw, 1rem);
}

.amigo-front-showroom h2 {
	margin: 0.2rem 0 0.35rem;
	font-size: min(var(--amigo-type-section-heading), 26px);
	line-height: 1.08;
}

.amigo-front-showroom .amigo-front-actions {
	flex-wrap: wrap;
	gap: 0.45rem;
	margin-top: 0.55rem;
}

.amigo-front-showroom .amigo-front-actions .amigo-button {
	min-height: 34px;
	padding: 0.35rem 0.65rem;
	font-size: 0.74rem;
}

.amigo-front-showroom__content p {
	margin: 0;
	color: var(--amigo-muted);
	font-size: 0.82rem;
	line-height: 1.35;
}

.amigo-front-showroom__content address {
	margin-top: 0.35rem;
	color: var(--amigo-charcoal);
	font-size: 0.8rem;
	font-style: normal;
	font-weight: 650;
	line-height: 1.3;
}

.amigo-front-showroom__phone {
	margin-top: 0.25rem;
	color: var(--amigo-black);
	font-size: 0.9rem;
	font-weight: 800;
}

.amigo-front-cta {
	display: grid;
	grid-template-columns: 1fr;
	align-items: center;
	gap: clamp(2rem, 5vw, 4rem);
	margin: clamp(1rem, 3vw, 2.5rem);
	padding: clamp(2.5rem, 6vw, 5rem);
	border: 1px solid var(--amigo-border);
	border-radius: var(--amigo-radius);
	background-color: var(--amigo-cream);
	background:
		radial-gradient(circle at 90% 10%, color-mix(in srgb, var(--amigo-secondary-accent) 28%, transparent), transparent 34%),
		var(--amigo-cream);
}

.amigo-front-cta.has-image {
	grid-template-columns: minmax(0, 1fr) minmax(0, 0.85fr);
}

.amigo-front-cta__content {
	max-width: 700px;
}

.amigo-front-cta h2 {
	max-width: 22ch;
	margin: 0.45rem 0 1rem;
	font-size: clamp(1.875rem, 2.8vw, 2.5rem);
	line-height: 1.15;
}

.amigo-front-cta__content > p {
	color: var(--amigo-muted);
	font-size: 1.05rem;
}

.amigo-front-cta__media {
	aspect-ratio: 16 / 10;
	overflow: hidden;
	border-radius: var(--amigo-radius);
	box-shadow: var(--amigo-shadow);
}

.amigo-front-cta__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (prefers-reduced-motion: no-preference) {
	.amigo-motion-ready body.amigo-scroll-fade-enabled .amigo-reveal {
		opacity: 0;
		transform: translateY(18px);
		transition: opacity 560ms ease, transform 560ms ease;
	}

	.amigo-motion-ready body.amigo-scroll-fade-enabled .amigo-reveal.is-visible {
		opacity: 1;
		transform: none;
	}

	body.amigo-hero-scale-enabled .amigo-front-hero__image {
		animation: amigo-hero-settle 900ms ease-out both;
	}

	@keyframes amigo-hero-settle {
		from {
			transform: scale(1.02);
		}
		to {
			transform: scale(1);
		}
	}
}

@media (prefers-reduced-motion: reduce) {
	.amigo-front-page .amigo-category-card,
	.amigo-front-page .amigo-category-card__image,
	.amigo-front-page .amigo-product-card,
	.amigo-front-page .amigo-product-card__image {
		transition: none;
	}

	body.amigo-card-lift-enabled .amigo-front-page .amigo-category-card:hover,
	body.amigo-card-lift-enabled .amigo-front-page .amigo-category-card:focus-within,
	body.amigo-card-lift-enabled .amigo-front-page .amigo-product-card:hover,
	body.amigo-card-lift-enabled .amigo-front-page .amigo-product-card:focus-within {
		transform: none;
	}

	body.amigo-image-zoom-enabled .amigo-front-page .amigo-category-card:hover .amigo-category-card__image,
	body.amigo-image-zoom-enabled .amigo-front-page .amigo-category-card:focus-within .amigo-category-card__image,
	body.amigo-image-zoom-enabled .amigo-front-page .amigo-product-card:hover .amigo-product-card__image,
	body.amigo-image-zoom-enabled .amigo-front-page .amigo-product-card:focus-within .amigo-product-card__image {
		transform: none;
	}
}

@media (min-width: 768px) and (max-width: 1333px) {
	.amigo-home {
		--amigo-type-section-heading: clamp(2.4rem, 3vw, 2.5rem);
	}
}

@media (max-width: 1023px) {
	.amigo-front-hero__inner {
		grid-template-columns: minmax(0, var(--amigo-hero-text-fr)) minmax(0, var(--amigo-hero-image-fr));
		gap: 0;
		height: auto;
		min-height: clamp(380px, var(--amigo-hero-height), 440px);
	}

	.amigo-front-hero__media {
		min-height: clamp(380px, var(--amigo-hero-height), 440px);
	}

	.amigo-front-hero__title {
		font-size: min(var(--amigo-type-hero), 44px);
	}

	.amigo-benefits-strip__inner,
	.amigo-why-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.amigo-benefit-item:nth-child(2) {
		border-inline-end: 0;
	}

	.amigo-front-showroom {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		height: auto;
	}

	.amigo-front-showroom__content {
		grid-column: 1 / -1;
		grid-row: 1;
		align-items: center;
		text-align: center;
	}

	.amigo-front-showroom__media {
		height: 220px;
		min-height: 0;
	}

	.amigo-home-hero {
		min-height: 500px;
	}

	.amigo-category-grid,
	.amigo-featured-products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.amigo-front-products .amigo-featured-products {
		grid-template-columns: repeat(var(--amigo-featured-columns-tablet), minmax(0, 1fr));
	}

	body.amigo-logo-overlap-enabled.amigo-logo-overlap-tablet .ct-header [data-device="mobile"] [data-id="logo"] {
		transform: translateY(var(--amigo-logo-overlap-tablet));
	}

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

@media (max-width: 689px) {
	.amigo-front-hero {
		min-height: 0;
		padding-inline: 16px;
		padding-top: 0;
		padding-bottom: max(12px, calc(var(--amigo-section-space) * 0.25));
	}

	.amigo-front-hero__inner,
	.amigo-front-cta.has-image {
		grid-template-columns: 1fr;
		height: auto;
		min-height: 0;
	}

	.amigo-front-hero__content {
		padding: clamp(1.35rem, 6vw, 2rem);
	}

	.amigo-front-hero__title {
		font-size: min(var(--amigo-type-hero), 36px);
	}

	.amigo-front-hero__media {
		height: auto;
		min-height: 0;
		aspect-ratio: 16 / 11;
	}

	.amigo-front-hero__media::before {
		background: linear-gradient(180deg, var(--amigo-cream) 0, transparent 18%);
	}

	.amigo-front-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.amigo-front-page a.amigo-button {
		width: 100%;
	}

	.amigo-front-section {
		padding-inline: 16px;
		padding-block: max(24px, calc(var(--amigo-section-space) * 0.45));
	}

	.amigo-benefits-strip {
		padding-inline: 16px;
	}

	.amigo-front-products .amigo-featured-products {
		grid-template-columns: repeat(var(--amigo-featured-columns-mobile), minmax(0, 1fr));
	}

	body.amigo-logo-overlap-enabled .ct-header [data-device="mobile"] [data-id="logo"] {
		transform: none;
	}

	body.amigo-logo-overlap-enabled.amigo-logo-overlap-mobile .ct-header [data-device="mobile"] [data-id="logo"] {
		transform: translateY(var(--amigo-logo-overlap-mobile));
	}

	.amigo-front-products__header {
		align-items: flex-start;
	}

	.amigo-front-products__header > .amigo-text-button {
		font-size: 0.82rem;
	}

	.amigo-benefits-strip__inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.amigo-why-grid,
	.amigo-front-showroom {
		grid-template-columns: 1fr;
	}

	.amigo-benefit-item {
		border-bottom: 1px solid var(--amigo-border);
	}

	.amigo-benefit-item:nth-child(even) {
		border-inline-end: 0;
	}

	.amigo-benefit-item:nth-last-child(-n + 2) {
		border-bottom: 0;
	}

	.amigo-front-showroom__content {
		grid-column: auto;
		grid-row: auto;
		align-items: flex-start;
		text-align: start;
	}

	.amigo-front-showroom {
		width: calc(100% - 32px);
	}

	.amigo-front-showroom__media {
		height: 210px;
		min-height: 0;
	}

	.amigo-front-cta {
		margin: 1rem;
		padding: 2rem 1.25rem;
	}

	.amigo-home-hero {
		min-height: auto;
		padding-block: 80px;
	}

	.amigo-enquiry-cta {
		background-image:
			linear-gradient(110deg, rgba(24, 23, 21, 0.92), rgba(35, 32, 28, 0.82)),
			var(--amigo-cta-image, linear-gradient(135deg, #302d29 0%, #1d1c1a 100%));
	}

	.amigo-category-grid,
	.amigo-featured-products,
	.amigo-benefit-grid {
		grid-template-columns: 1fr;
	}

	.amigo-category-card__action {
		font-size: 0.68rem;
	}

	.amigo-showroom {
		margin: 1rem;
	}

	.amigo-button-row {
		align-items: stretch;
		flex-direction: column;
	}

	.amigo-button-row .wp-block-button,
	.amigo-button-row .wp-block-button__link {
		width: 100%;
	}
}

@media (max-width: 439px) {
	.amigo-front-products .amigo-featured-products {
		grid-template-columns: 1fr;
	}

	.amigo-front-products__header {
		flex-direction: column;
		gap: 0.55rem;
	}

	.amigo-front-products__header > .amigo-text-button {
		margin-bottom: 0;
	}

	.amigo-benefits-strip__inner {
		grid-template-columns: 1fr;
	}

	.amigo-benefit-item,
	.amigo-benefit-item:nth-child(even),
	.amigo-benefit-item:nth-last-child(-n + 2) {
		border-inline-end: 0;
		border-bottom: 1px solid var(--amigo-border);
	}

	.amigo-benefit-item:last-child {
		border-bottom: 0;
	}
}

@media (max-width: 419px) {
	.amigo-category-card__link {
		grid-template-columns: minmax(0, 1fr);
		height: auto;
		min-height: 140px;
	}

	.amigo-category-card__content {
		min-height: 140px;
	}

	.amigo-category-card__media {
		min-height: 150px;
		border-radius: 0 0 calc(var(--amigo-radius) - 1px) calc(var(--amigo-radius) - 1px);
	}
}

@media (prefers-reduced-motion: reduce) {
	.amigo-category-card__image,
	.amigo-product-card__image {
		transition: none;
	}

	.amigo-front-page a.amigo-button,
	.amigo-front-page .amigo-category-card,
	.amigo-front-page .amigo-product-card {
		transition: none;
	}
}
