.amf-inner-hero {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 760px;
	background-color: #fbf7ef;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-top: 2px solid #d8a640;
	isolation: isolate;
	font-family: 'Inter', Arial, Helvetica, sans-serif;
	padding: 70px 0;
}


.amf-inner-hero,
.amf-inner-hero * {
	box-sizing: border-box;
}

.amf-inner-hero__overlay {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background: linear-gradient(90deg, rgba(255, 252, 246, 0.96) 0%, rgba(255, 252, 246, 0.88) 38%, rgba(255, 252, 246, 0.15) 100%);
}

.amf-inner-hero__container {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 40%) minmax(0, 60%);
	align-items: center;
	gap: 30px;
	width: 100%;
	max-width: 1400px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 24px;
	padding-right: 24px;
	box-sizing: border-box;
}

.amf-inner-hero__content {
	position: relative;
	z-index: 4;
}

.amf-inner-hero__breadcrumb {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 28px;
	padding: 10px 20px 10px 14px;
	background-color: #ffffff;
	border: 1px solid rgba(202, 151, 48, 0.55);
	border-radius: 999px;
	box-shadow: 0 8px 28px rgba(7, 63, 43, 0.06);
	line-height: 1;
}

.amf-inner-hero__breadcrumb-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	font-size: 14px;
	line-height: 1;
	color: #c9932f;
	background-color: #f7efd9;
}

.amf-inner-hero__breadcrumb-icon svg {
	display: block;
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.amf-inner-hero__breadcrumb-text {
	font-family: 'Inter', Arial, Helvetica, sans-serif;
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: -0.01em;
	color: #0f4b36;
}

.amf-inner-hero__title {
	max-width: 560px;
	margin: 0 0 26px;
	font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
	font-size: clamp(42px, 4.8vw, 70px);
	font-weight: 700;
	line-height: 0.98;
	letter-spacing: -0.045em;
	color: #064631;
}

.amf-inner-hero__description {
	font-family: 'Inter', Arial, Helvetica, sans-serif;
	max-width: 520px;
	margin: 0 0 34px;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.75;
	color: #263c37;
}

.amf-inner-hero__description p {
	margin: 0;
	color: inherit;
}

.amf-inner-hero__description p + p {
	margin-top: 1em;
}

.amf-inner-hero__buttons {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 22px;
}

.amf-inner-hero__button {
	font-family: 'Inter', Arial, Helvetica, sans-serif;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	min-height: 55px;
	padding: 17px 26px;
	border: 1px solid rgba(201, 147, 47, 0.75);
	border-radius: 7px;
	font-size: 15px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	box-shadow: 0 12px 28px rgba(7, 63, 43, 0.12);
	transition: color 0.22s ease, background-color 0.22s ease, border-color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.amf-inner-hero__button:hover,
.amf-inner-hero__button:focus {
	text-decoration: none;
	transform: translateY(-2px);
	box-shadow: 0 16px 34px rgba(7, 63, 43, 0.16);
}

.amf-inner-hero__button--primary {
	color: #ffffff;
	background-color: #004a34;
	border-color: #004a34;
}

.amf-inner-hero__button--secondary {
	color: #0c3d2f;
	background-color: #ffffff;
	border-color: rgba(201, 147, 47, 0.75);
}

.amf-inner-hero__button--primary:hover,
.amf-inner-hero__button--primary:focus {
	color: #ffffff;
	background-color: #0f654b;
	border-color: #0f654b;
}

.amf-inner-hero__button--secondary:hover,
.amf-inner-hero__button--secondary:focus {
	color: #ffffff;
	background-color: #004a34;
	border-color: #004a34;
}

.amf-inner-hero__button-icon,
.amf-inner-hero__button-icon svg {
	display: inline-flex;
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.amf-inner-hero__media {
	position: relative;
	z-index: 3;
	width: 112%;
	margin: 0 -105px -40px 0;
	line-height: 0;
	pointer-events: none;
}

.amf-inner-hero__image {
	position: relative;
	z-index: 2;
	display: block;
	width: 100%;
	height: auto;
	max-width: none;
	object-fit: contain;
}

.amf-inner-hero__curve {
	position: absolute;
	z-index: 1;
	top: -12%;
	left: -16%;
	width: 56%;
	height: 128%;
	border-left: 24px solid #00603f;
	border-radius: 50%;
	pointer-events: none;
	display: block;
}

.amf-inner-hero__leaf {
	position: absolute;
	z-index: 1;
	width: 120px;
	height: 190px;
	color: #d9a541;
	opacity: 0.22;
	pointer-events: none;
}

.amf-inner-hero__leaf::before,
.amf-inner-hero__leaf::after {
	content: '';
	position: absolute;
	display: block;
	border: 1.5px solid currentColor;
	border-left: 0;
	border-bottom: 0;
	border-radius: 0 90px 0 90px;
	transform: rotate(-28deg);
}

.amf-inner-hero__leaf::before {
	inset: 8px 20px 24px 18px;
}

.amf-inner-hero__leaf::after {
	inset: 52px 4px 0 38px;
	transform: rotate(-14deg);
}

.amf-inner-hero__leaf--top {
	top: 24px;
	left: 26px;
}

.amf-inner-hero__leaf--bottom {
	bottom: 28px;
	left: 20px;
	transform: rotate(180deg);
}

.amf-content-align-left .amf-inner-hero__buttons {
	justify-content: flex-start;
}

.amf-content-align-center .amf-inner-hero__buttons,
.amf-content-align-tablet-center .amf-inner-hero__buttons,
.amf-content-align-mobile-center .amf-inner-hero__buttons {
	justify-content: center;
}

.amf-content-align-right .amf-inner-hero__buttons,
.amf-content-align-tablet-right .amf-inner-hero__buttons,
.amf-content-align-mobile-right .amf-inner-hero__buttons {
	justify-content: flex-end;
}

@media (max-width: 1024px) {
	.amf-inner-hero {
		min-height: 680px;
	}

	.amf-inner-hero__container {
		grid-template-columns: minmax(0, 44%) minmax(0, 56%);
	}

	.amf-inner-hero__title {
		font-size: clamp(38px, 5.6vw, 58px);
	}

	.amf-inner-hero__description {
		font-size: 16px;
		line-height: 1.65;
	}

	.amf-inner-hero__media {
		width: 120%;
		margin-right: -95px;
	}
}

@media (max-width: 767px) {
	.amf-inner-hero {
		min-height: auto;
		padding-top: 48px;
		padding-bottom: 48px;
	}

	.amf-inner-hero__overlay {
		background: linear-gradient(180deg, rgba(255, 252, 246, 0.97) 0%, rgba(255, 252, 246, 0.84) 48%, rgba(255, 252, 246, 0.2) 100%);
	}

	.amf-inner-hero__container {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 32px;
	}

	.amf-mobile-image-below-yes .amf-inner-hero__content {
		order: 1;
	}

	.amf-mobile-image-below-yes .amf-inner-hero__media {
		order: 2;
	}

	.amf-inner-hero__content {
		width: 100%;
	}

	.amf-inner-hero__breadcrumb {
		margin-bottom: 22px;
	}

	.amf-inner-hero__title {
		max-width: 100%;
		font-size: clamp(38px, 12vw, 54px);
		line-height: 1.02;
	}

	.amf-inner-hero__description {
		max-width: 100%;
		font-size: 15.5px;
	}

	.amf-inner-hero__buttons {
		gap: 14px;
	}

	.amf-inner-hero__button {
		width: 100%;
		min-height: 52px;
	}

	.amf-inner-hero__media {
		width: calc(100% + 40px);
		margin: 0 -20px;
	}

	.amf-inner-hero__leaf {
		width: 90px;
		height: 140px;
	}
}


/* AM Food consistent container spacing */

@media (max-width: 1024px) {
	.amf-inner-hero__container {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 767px) {
	.amf-inner-hero__container {
		padding-left: 16px;
		padding-right: 16px;
	}
}
