/**
 * Fada Madrinha 2.0 — Home
 * Carregado somente em is_front_page().
 * Etapa 1: hero + barra de valores.
 *
 * Camadas do hero (stacking context de .fm-home-hero):
 *   0  fundo concreto + ruído
 *   1  símbolo da Fada
 *   2  Devil’s Cake recortada (PNG transparente)
 *   3  bloco editorial / CTAs
 */

:root {
	--fm-bordo-deep: #500712;
	--fm-bordo: #b0041a;
	--fm-gold: #ffc95f;
	--fm-white: #f6f4f1;
	--fm-ink: #1e1e1e;
	--fm-z-bg: 0;
	--fm-z-symbol: 1;
	--fm-z-product: 2;
	--fm-z-content: 3;
}

body.home {
	overflow-x: hidden;
}

body.home .site-content,
body.home #content {
	margin: 0;
	padding: 0;
}

body.home.ast-theme-transparent-header .site-content,
body.home.ast-theme-transparent-header #content,
body.home.ast-theme-transparent-header #primary {
	margin-top: 0;
	padding-top: 0;
}

body.home .site-content > .ast-container {
	max-width: none;
	width: 100%;
	padding: 0;
	margin: 0;
}

body.home .entry-header,
body.home .page-header,
body.home .ast-archive-description {
	display: none;
}

.fm-home {
	display: block;
	width: 100%;
	overflow-x: hidden;
}

/* ------------------------------------------------------------------ */
/* Hero                                                                 */
/* ------------------------------------------------------------------ */

.fm-home-hero {
	position: relative;
	overflow: hidden;
	isolation: isolate;
	width: 100%;
	/* Desktop: ~15–20% mais compacto que 100vh; mobile (≤900) redefine height:auto */
	height: clamp(560px, 82vh, 820px);
	min-height: 560px;
	max-height: 820px;
	color: var(--fm-white);
	background-color: #5a5651;
	background-image: linear-gradient(90deg, #3f3c38 0%, #534f4a 28%, #67635d 58%, #5e5a55 100%);
}

.fm-home-hero::before,
.fm-home-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: var(--fm-z-bg);
}

.fm-home-hero::before {
	opacity: 0.4;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.72' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='220' height='220' filter='url(%23n)'/%3E%3C/svg%3E");
	mix-blend-mode: multiply;
}

.fm-home-hero::after {
	opacity: 0.16;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n2'%3E%3CfeTurbulence type='turbulence' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n2)'/%3E%3C/svg%3E");
	mix-blend-mode: overlay;
}

.fm-home-hero__stage {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.fm-home-hero__symbol {
	position: absolute;
	z-index: var(--fm-z-symbol);
	top: 6%;
	right: -14%;
	width: 34vw;
	max-width: 32rem;
	height: auto;
	pointer-events: none;
	user-select: none;
}

.fm-home-hero__product {
	position: absolute;
	z-index: var(--fm-z-product);
	top: 3%;
	right: -7%;
	bottom: -8%;
	width: 78%;
	pointer-events: none;
}

.fm-home-hero__product img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: contain;
	object-position: 80% 100%;
	filter: drop-shadow(0 16px 20px rgba(0, 0, 0, 0.18));
}

.fm-home-hero__content {
	position: absolute;
	z-index: var(--fm-z-content);
	left: 7.2%;
	top: 29%;
	width: min(40rem, 42%);
	pointer-events: auto;
}

.fm-home-hero__eyebrow {
	display: flex;
	align-items: flex-start;
	gap: 0.55rem;
	margin: 0 0 0.9rem;
	font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #fff;
}

.fm-home-hero__sparks {
	display: inline-flex;
	align-items: flex-start;
	gap: 0.12rem;
	margin-top: 0.05rem;
	color: var(--fm-gold);
}

.fm-home-hero__sparks span {
	display: block;
	width: 0.55rem;
	height: 0.55rem;
	background: currentColor;
	clip-path: polygon(50% 0, 61% 39%, 100% 50%, 61% 61%, 50% 100%, 39% 61%, 0 50%, 39% 39%);
}

.fm-home-hero__sparks span:last-child {
	width: 0.36rem;
	height: 0.36rem;
	margin-top: 0.42rem;
}

.fm-home-hero__title {
	margin: 0 0 1.05rem;
	font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 800;
	font-size: clamp(2.5rem, 3.4vw, 3.2rem);
	line-height: 0.96;
	letter-spacing: -0.025em;
	text-transform: uppercase;
	color: #fff;
}

.fm-home-hero__title-line,
.fm-home-hero__title-accent {
	display: block;
}

.fm-home-hero__title-accent {
	color: var(--fm-bordo);
}

.fm-home-hero__lead {
	margin: 0 0 1.7rem;
	max-width: 29rem;
	font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.98rem;
	font-weight: 400;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.9);
}

.fm-home-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
}

.fm-home-hero__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	min-height: 44px;
	padding: 0.68rem 1.15rem;
	border: 1px solid transparent;
	border-radius: 2px;
	font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.fm-home-hero__btn--primary {
	background: var(--fm-bordo);
	color: #fff;
	border-color: var(--fm-bordo);
}

.fm-home-hero__btn--primary:hover,
.fm-home-hero__btn--primary:focus-visible {
	background: var(--fm-bordo-deep);
	border-color: var(--fm-bordo-deep);
	color: #fff;
}

.fm-home-hero__btn--ghost {
	background: transparent;
	color: #fff;
	border-color: rgba(255, 255, 255, 0.78);
}

.fm-home-hero__btn--ghost:hover,
.fm-home-hero__btn--ghost:focus-visible {
	background: rgba(255, 255, 255, 0.08);
	border-color: #fff;
	color: #fff;
}

.fm-home-hero__btn:focus-visible {
	outline: 2px solid var(--fm-gold);
	outline-offset: 3px;
}

.fm-home-hero__btn-arrow {
	width: 0.5rem;
	height: 0.5rem;
	border-top: 1.5px solid currentColor;
	border-right: 1.5px solid currentColor;
	transform: rotate(45deg);
	translate: 0 -0.04rem;
}

.fm-home-hero__btn-wa {
	width: 0.95rem;
	height: 0.95rem;
	background: currentColor;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12.04 2c-5.46 0-9.91 4.45-9.91 9.91 0 1.75.46 3.45 1.32 4.95L2.05 22l5.25-1.38c1.45.79 3.08 1.21 4.74 1.21 5.46 0 9.91-4.45 9.91-9.91 0-2.65-1.03-5.14-2.9-7.01A9.82 9.82 0 0 0 12.04 2m.01 1.67c2.2 0 4.26.86 5.82 2.42a8.19 8.19 0 0 1 2.41 5.83c0 4.54-3.7 8.23-8.24 8.23-1.48 0-2.93-.39-4.19-1.15l-.3-.18-3.12.82.83-3.04-.2-.32a8.2 8.2 0 0 1-1.26-4.36c0-4.54 3.7-8.24 8.25-8.24M8.53 7.33c-.16 0-.43.06-.66.31-.22.25-.87.85-.87 2.07 0 1.22.89 2.39 1 2.56.12.17 1.76 2.67 4.25 3.73 2.05.88 2.48.72 2.92.67.45-.05 1.45-.59 1.65-1.16.2-.57.2-1.05.14-1.16-.06-.1-.22-.16-.43-.28-.22-.12-1.32-.65-1.52-.72-.2-.08-.35-.12-.5.12s-.57.72-.7.86c-.13.14-.26.16-.48.05-.22-.12-.94-.35-1.8-1.11-.66-.6-1.11-1.33-1.24-1.56-.13-.22-.01-.34.1-.46.1-.1.22-.26.33-.39.11-.12.14-.21.22-.35.08-.14.04-.26-.02-.39-.06-.12-.5-1.2-.68-1.65-.18-.44-.36-.37-.5-.38-.13 0-.28-.01-.43-.01'/%3E%3C/svg%3E") center / contain no-repeat;
}

/* ------------------------------------------------------------------ */
/* Barra de valores                                                     */
/* ------------------------------------------------------------------ */

.fm-home-values {
	background: #fcf8f4;
	border-top: 1px solid rgba(80, 7, 18, 0.06);
}

.fm-home-values__list {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1.1rem 1.75rem;
	max-width: 1180px;
	margin: 0 auto;
	padding: 1.7rem 2rem 1.8rem;
	list-style: none;
}

.fm-home-values__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 0.28rem;
}

.fm-home-values__icon {
	display: grid;
	place-items: center;
	width: 1.85rem;
	height: 1.85rem;
	margin-bottom: 0.15rem;
	color: var(--fm-bordo);
}

.fm-home-values__icon svg {
	width: 1.55rem;
	height: 1.55rem;
}

.fm-home-values__title {
	margin: 0;
	font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: var(--fm-bordo-deep);
	line-height: 1.25;
}

.fm-home-values__text {
	margin: 0;
	max-width: 15rem;
	font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.8rem;
	font-weight: 400;
	line-height: 1.4;
	color: #6a5558;
}

/* ------------------------------------------------------------------ */
/* Tablet                                                               */
/* ------------------------------------------------------------------ */

@media (max-width: 1100px) {
	.fm-home-hero__content {
		width: min(36rem, 46%);
		left: 5.5%;
		top: 28%;
	}

	.fm-home-hero__product {
		width: 86%;
		right: -10%;
	}

	.fm-home-hero__symbol {
		width: 40vw;
		right: -18%;
	}
}

@media (max-width: 900px) {
	.fm-home-hero {
		height: auto;
		min-height: 0;
		max-height: none;
	}

	.fm-home-hero__stage {
		display: flex;
		flex-direction: column;
		min-height: 0;
	}

	.fm-home-hero__symbol {
		top: 5rem;
		right: -18%;
		width: 40vw;
		max-width: none;
		max-height: 36vw;
		object-fit: contain;
		object-position: right center;
	}

	.fm-home-hero__product {
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		width: min(108%, 34rem);
		height: auto;
		margin: 5rem -14% 0 auto;
	}

	.fm-home-hero__product img {
		width: 100%;
		height: auto;
		object-fit: contain;
		object-position: center bottom;
	}

	.fm-home-hero__content {
		position: relative;
		left: auto;
		top: auto;
		width: auto;
		max-width: 36rem;
		padding: 0.55rem 1.4rem 2.15rem;
	}

	.fm-home-hero__title {
		font-size: clamp(2.15rem, 6.4vw, 2.7rem);
		line-height: 0.94;
	}

	.fm-home-values__list {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		padding: 1.45rem 1.25rem;
		gap: 1.25rem 1rem;
	}

	.fm-home-values__item {
		min-width: 0;
		padding: 0 0.25rem;
	}

	.fm-home-values__title,
	.fm-home-values__text {
		overflow-wrap: break-word;
	}
}

/* ------------------------------------------------------------------ */
/* Mobile                                                               */
/* ------------------------------------------------------------------ */

@media (max-width: 640px) {
	.fm-home-hero__product {
		width: 118%;
		margin: 4.6rem -20% 0 auto;
	}

	.fm-home-hero__content {
		padding: 0.1rem 1.15rem 1.85rem;
		margin-top: -0.35rem;
	}

	.fm-home-hero__title {
		font-size: clamp(1.9rem, 8.1vw, 2.35rem);
		letter-spacing: -0.03em;
		line-height: 0.92;
		margin-bottom: 0.85rem;
	}

	.fm-home-hero__lead {
		font-size: 0.94rem;
		margin-bottom: 1.35rem;
	}

	.fm-home-hero__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.fm-home-hero__btn {
		width: 100%;
		min-height: 48px;
	}

	.fm-home-hero__symbol {
		width: 48vw;
		max-height: 42vw;
		right: -16%;
		top: 4.6rem;
		object-fit: contain;
		object-position: right center;
	}

	.fm-home-values__list {
		padding: 1.25rem 1rem 1.4rem;
		gap: 1.1rem 0.75rem;
	}

	.fm-home-values__title {
		font-size: 0.64rem;
		letter-spacing: 0.06em;
	}

	.fm-home-values__text {
		font-size: 0.74rem;
	}
}

/* ------------------------------------------------------------------ */
/* Nossos Destaques                                                     */
/* ------------------------------------------------------------------ */

.fm-home-destaques {
	background: #f7f3ee;
}

.fm-home-destaques__inner {
	display: grid;
	grid-template-columns: minmax(14rem, 16.5rem) minmax(0, 1fr);
	gap: 2.2rem 1.65rem;
	align-items: start;
	box-sizing: border-box;
	width: min(1280px, 100%);
	margin: 0 auto;
	padding: 4.25rem 1.75rem 4.5rem;
	min-width: 0;
}

.fm-home-destaques__intro {
	padding-top: 0.35rem;
}

.fm-home-destaques__eyebrow {
	margin: 0 0 0.85rem;
	font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #8a6a4a;
}

.fm-home-destaques__title {
	margin: 0;
	font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 800;
	font-size: clamp(1.7rem, 2.15vw, 2.15rem);
	line-height: 1.02;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: #1f1b19;
}

.fm-home-destaques__title span {
	display: block;
}

.fm-home-destaques__title::after {
	content: "";
	display: block;
	width: 2.35rem;
	height: 2px;
	margin: 1.05rem 0 1.15rem;
	background: var(--fm-bordo);
}

.fm-home-destaques__lead {
	margin: 0 0 1.6rem;
	max-width: 17.5rem;
	font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.92rem;
	font-weight: 400;
	line-height: 1.55;
	color: #5c524c;
}

.fm-home-destaques__cta {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	min-height: 44px;
	padding: 0.7rem 1.15rem;
	border-radius: 3px;
	background: var(--fm-bordo);
	color: #fff;
	font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1;
}

.fm-home-destaques__cta:hover,
.fm-home-destaques__cta:focus-visible {
	background: var(--fm-bordo-deep);
	color: #fff;
}

.fm-home-destaques__cta:focus-visible,
.fm-home-destaques__card:focus-visible {
	outline: 2px solid var(--fm-bordo);
	outline-offset: 3px;
}

.fm-home-destaques__cta-arrow {
	width: 0.48rem;
	height: 0.48rem;
	border-top: 1.5px solid currentColor;
	border-right: 1.5px solid currentColor;
	transform: rotate(45deg);
}

.fm-home-destaques__track {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 0.9rem;
	min-width: 0;
}

.fm-home-destaques__card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 8px 22px rgba(40, 18, 12, 0.06);
	color: inherit;
	text-decoration: none;
}

.fm-home-destaques__media {
	display: block;
	aspect-ratio: 3 / 4;
	overflow: hidden;
	background: #e8e2db;
}

.fm-home-destaques__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.45s ease;
}

.fm-home-destaques__card:nth-child(1) img {
	object-position: 52% 42%;
}

.fm-home-destaques__card:nth-child(2) img {
	object-position: 42% 48%;
}

.fm-home-destaques__card:nth-child(3) img {
	object-position: 50% 35%;
}

.fm-home-destaques__card:nth-child(4) img {
	object-position: 50% 48%;
}

.fm-home-destaques__card:nth-child(5) img {
	object-position: 42% 52%;
}

.fm-home-destaques__card:hover img,
.fm-home-destaques__card:focus-visible img {
	transform: scale(1.035);
}

.fm-home-destaques__body {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 0.28rem;
	min-height: 5.4rem;
	padding: 0.9rem 1rem 1.05rem;
}

.fm-home-destaques__name {
	font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #1f1b19;
}

.fm-home-destaques__note {
	max-width: 11.5rem;
	padding-right: 1.8rem;
	font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.78rem;
	font-weight: 400;
	line-height: 1.35;
	color: #6a5f59;
}

.fm-home-destaques__go {
	position: absolute;
	right: 0.85rem;
	bottom: 0.9rem;
	width: 1.45rem;
	height: 1.45rem;
	border: 1px solid var(--fm-bordo);
	border-radius: 50%;
	transition: background-color 0.2s ease, border-color 0.2s ease;
}

.fm-home-destaques__go::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0.32rem;
	height: 0.32rem;
	border-top: 1.4px solid var(--fm-bordo);
	border-right: 1.4px solid var(--fm-bordo);
	transform: translate(-60%, -50%) rotate(45deg);
}

.fm-home-destaques__card:hover .fm-home-destaques__go,
.fm-home-destaques__card:focus-visible .fm-home-destaques__go {
	background: var(--fm-bordo);
}

.fm-home-destaques__card:hover .fm-home-destaques__go::after,
.fm-home-destaques__card:focus-visible .fm-home-destaques__go::after {
	border-color: #fff;
}

@media (max-width: 1099px) {
	.fm-home-destaques__inner {
		display: block;
		padding: 3.25rem 0 3.4rem;
	}

	.fm-home-destaques__intro {
		padding: 0 1.4rem 1.5rem;
	}

	.fm-home-destaques__lead {
		max-width: 28rem;
	}

	.fm-home-destaques__track {
		display: flex;
		gap: 0.85rem;
		width: auto;
		margin: 0;
		padding: 0 1.4rem 0.35rem;
		overflow-x: auto;
		overscroll-behavior-x: contain;
		scroll-snap-type: x mandatory;
		scroll-padding-inline: 1.4rem;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	.fm-home-destaques__track::-webkit-scrollbar {
		display: none;
	}

	.fm-home-destaques__card {
		flex: 0 0 82vw;
		max-width: 22.5rem;
		scroll-snap-align: start;
	}

	.fm-home-destaques__card:last-child {
		scroll-snap-align: end;
		margin-right: 1.4rem;
	}
}

@media (max-width: 640px) {
	.fm-home-destaques__inner {
		padding: 2.6rem 0 2.85rem;
	}

	.fm-home-destaques__intro {
		padding: 0 1.15rem 1.25rem;
	}

	.fm-home-destaques__title {
		font-size: clamp(1.55rem, 7vw, 1.9rem);
	}

	.fm-home-destaques__track {
		padding-left: 1.15rem;
		scroll-padding-inline: 1.15rem;
	}

	.fm-home-destaques__card {
		flex-basis: 82vw;
	}

	.fm-home-destaques__card:last-child {
		margin-right: 1.15rem;
	}
}

/* ------------------------------------------------------------------ */
/* Retire seu pedido                                                    */
/* ------------------------------------------------------------------ */

.fm-home-retirada {
	position: relative;
	display: grid;
	grid-template-columns: minmax(18rem, 45%) minmax(0, 55%);
	align-items: stretch;
	overflow: hidden;
	isolation: isolate;
	min-height: 36rem;
	background: #500712;
	color: var(--fm-white);
}

.fm-home-retirada__copy {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
	padding: 4.4rem 3.2rem 4.4rem clamp(1.6rem, 4.2vw, 4.4rem);
	max-width: 34rem;
}

.fm-home-retirada__eyebrow {
	margin: 0 0 0.95rem;
	font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #ffc95f;
}

.fm-home-retirada__title {
	margin: 0 0 1.25rem;
	font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 800;
	font-size: clamp(1.75rem, 2.6vw, 2.55rem);
	line-height: 1.04;
	letter-spacing: -0.025em;
	text-transform: uppercase;
	color: #f6f4f1;
}

.fm-home-retirada__title span {
	display: block;
}

.fm-home-retirada__lead {
	margin: 0 0 1.85rem;
	max-width: 22rem;
	font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.55;
	color: rgba(246, 244, 241, 0.88);
}

.fm-home-retirada__cta {
	display: inline-flex;
	align-items: center;
	gap: 0.65rem;
	align-self: flex-start;
	min-height: 46px;
	padding: 0.72rem 1.25rem;
	border: 1.5px solid rgba(246, 244, 241, 0.82);
	border-radius: 3px;
	background: transparent;
	color: #f6f4f1;
	font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1;
	transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.fm-home-retirada__cta:hover,
.fm-home-retirada__cta:focus-visible {
	background: rgba(246, 244, 241, 0.1);
	border-color: #fff;
	color: #fff;
}

.fm-home-retirada__cta:focus-visible {
	outline: 2px solid var(--fm-gold);
	outline-offset: 3px;
}

.fm-home-retirada__wa {
	width: 0.95rem;
	height: 0.95rem;
	background: currentColor;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12.04 2c-5.46 0-9.91 4.45-9.91 9.91 0 1.75.46 3.45 1.32 4.95L2.05 22l5.25-1.38c1.45.79 3.08 1.21 4.74 1.21 5.46 0 9.91-4.45 9.91-9.91 0-2.65-1.03-5.14-2.9-7.01A9.82 9.82 0 0 0 12.04 2m.01 1.67c2.2 0 4.26.86 5.82 2.42a8.19 8.19 0 0 1 2.41 5.83c0 4.54-3.7 8.23-8.24 8.23-1.48 0-2.93-.39-4.19-1.15l-.3-.18-3.12.82.83-3.04-.2-.32a8.2 8.2 0 0 1-1.26-4.36c0-4.54 3.7-8.24 8.25-8.24M8.53 7.33c-.16 0-.43.06-.66.31-.22.25-.87.85-.87 2.07 0 1.22.89 2.39 1 2.56.12.17 1.76 2.67 4.25 3.73 2.05.88 2.48.72 2.92.67.45-.05 1.45-.59 1.65-1.16.2-.57.2-1.05.14-1.16-.06-.1-.22-.16-.43-.28-.22-.12-1.32-.65-1.52-.72-.2-.08-.35-.12-.5.12s-.57.72-.7.86c-.13.14-.26.16-.48.05-.22-.12-.94-.35-1.8-1.11-.66-.6-1.11-1.33-1.24-1.56-.13-.22-.01-.34.1-.46.1-.1.22-.26.33-.39.11-.12.14-.21.22-.35.08-.14.04-.26-.02-.39-.06-.12-.5-1.2-.68-1.65-.18-.44-.36-.37-.5-.38-.13 0-.28-.01-.43-.01'/%3E%3C/svg%3E") center / contain no-repeat;
}

.fm-home-retirada__media {
	position: relative;
	z-index: 1;
	min-width: 0;
	min-height: 36rem;
	background: #500712;
}

.fm-home-retirada__media::before {
	content: "";
	position: absolute;
	z-index: 1;
	inset: 0 auto 0 0;
	width: 7.5rem;
	pointer-events: none;
	background: linear-gradient(
		to right,
		#500712 0%,
		rgba(80, 7, 18, 0.55) 42%,
		rgba(80, 7, 18, 0) 100%
	);
}

.fm-home-retirada__media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 36rem;
	object-fit: cover;
	object-position: 68% 46%;
}

@media (max-width: 1279px) {
	.fm-home-retirada {
		grid-template-columns: minmax(16.5rem, 44%) minmax(0, 56%);
		min-height: 33rem;
	}

	.fm-home-retirada__copy {
		padding: 3.6rem 2.4rem 3.6rem 1.6rem;
	}

	.fm-home-retirada__media,
	.fm-home-retirada__media img {
		min-height: 33rem;
	}

	.fm-home-retirada__media::before {
		width: 6.75rem;
	}
}

@media (max-width: 1099px) {
	.fm-home-retirada {
		display: flex;
		flex-direction: column;
		min-height: 0;
	}

	.fm-home-retirada__copy {
		z-index: 2;
		width: 100%;
		max-width: none;
		padding: 2.8rem 1.4rem 2.2rem;
	}

	.fm-home-retirada__lead {
		max-width: 28rem;
	}

	.fm-home-retirada__cta {
		align-self: stretch;
		justify-content: center;
	}

	.fm-home-retirada__media {
		width: 100%;
		min-height: 23.5rem;
	}

	.fm-home-retirada__media::before {
		inset: 0 0 auto 0;
		width: auto;
		height: 5rem;
		background: linear-gradient(
			to bottom,
			#500712 0%,
			rgba(80, 7, 18, 0.5) 45%,
			rgba(80, 7, 18, 0) 100%
		);
	}

	.fm-home-retirada__media img {
		min-height: 23.5rem;
		height: 23.5rem;
		object-position: 58% 48%;
	}
}

@media (max-width: 640px) {
	.fm-home-retirada__copy {
		padding: 2.4rem 1.15rem 1.9rem;
	}

	.fm-home-retirada__title {
		font-size: clamp(1.55rem, 7vw, 1.95rem);
	}

	.fm-home-retirada__lead br {
		display: none;
	}

	.fm-home-retirada__media,
	.fm-home-retirada__media img {
		min-height: 21.5rem;
		height: 21.5rem;
	}

	.fm-home-retirada__media::before {
		height: 4.25rem;
	}
}

/* ------------------------------------------------------------------ */
/* História (institucional)                                             */
/* ------------------------------------------------------------------ */

.fm-home-historia {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(16rem, 0.85fr);
	align-items: stretch;
	overflow: hidden;
	isolation: isolate;
	margin-top: clamp(2.75rem, 4.5vw, 4.25rem);
	background: #f7f3ee;
	color: #1f1b19;
}

.fm-home-historia__copy {
	position: relative;
	z-index: 2;
	grid-column: 2;
	grid-row: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
	padding: 3.4rem clamp(1.6rem, 3.6vw, 3.2rem) 3.4rem clamp(1.75rem, 5vw, 4.4rem);
	max-width: 28rem;
}

.fm-home-historia__media {
	position: relative;
	z-index: 1;
	grid-column: 1;
	grid-row: 1;
	min-width: 0;
	min-height: 22rem;
	background: #e8e2da;
}

.fm-home-historia__media img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 52% 40%;
}

.fm-home-historia__eyebrow {
	margin: 0 0 0.95rem;
	font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #c49a3c;
}

.fm-home-historia__title {
	margin: 0 0 1.2rem;
	font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 800;
	font-size: clamp(1.55rem, 2.1vw, 2rem);
	line-height: 1.04;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: #1f1b19;
}

.fm-home-historia__title span {
	display: block;
}

.fm-home-historia__title::after {
	content: "";
	display: block;
	width: 2.35rem;
	height: 2px;
	margin: 1.05rem 0 0;
	background: var(--fm-bordo);
}

.fm-home-historia__lead {
	margin: 1.15rem 0 1.85rem;
	max-width: 24rem;
	font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.98rem;
	font-weight: 400;
	line-height: 1.6;
	color: #5c524c;
}

.fm-home-historia__cta {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	align-self: flex-start;
	min-height: 44px;
	padding: 0.7rem 1.15rem;
	border-radius: 3px;
	background: var(--fm-bordo);
	color: #fff;
	font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1;
	transition: background 0.25s ease, color 0.25s ease;
}

.fm-home-historia__cta:hover,
.fm-home-historia__cta:focus-visible {
	background: var(--fm-bordo-deep);
	color: #fff;
}

.fm-home-historia__cta:focus-visible {
	outline: 2px solid var(--fm-bordo);
	outline-offset: 3px;
}

.fm-home-historia__cta-arrow {
	width: 0.48rem;
	height: 0.48rem;
	border-top: 1.4px solid currentColor;
	border-right: 1.4px solid currentColor;
	transform: rotate(45deg);
	translate: 0 0.02rem;
}

@media (max-width: 1279px) {
	.fm-home-historia {
		grid-template-columns: minmax(0, 1.1fr) minmax(15rem, 0.9fr);
	}

	.fm-home-historia__media {
		min-height: 20rem;
	}

	.fm-home-historia__copy {
		padding: 3rem 1.8rem 3rem 1.6rem;
	}
}

@media (max-width: 1099px) {
	.fm-home-historia {
		display: flex;
		flex-direction: column;
		margin-top: clamp(2rem, 4vw, 3rem);
	}

	.fm-home-historia__copy {
		width: 100%;
		max-width: none;
		padding: 2.6rem 1.4rem 2.1rem;
	}

	.fm-home-historia__lead {
		max-width: 34rem;
	}

	.fm-home-historia__cta {
		align-self: stretch;
		justify-content: center;
	}

	.fm-home-historia__media {
		width: 100%;
		min-height: 0;
		aspect-ratio: 16 / 11;
		max-height: 22rem;
	}

	.fm-home-historia__media img {
		object-position: 50% 38%;
	}
}

@media (max-width: 640px) {
	.fm-home-historia {
		margin-top: clamp(1.75rem, 5vw, 2.4rem);
	}

	.fm-home-historia__copy {
		padding: 2.2rem 1.15rem 1.85rem;
	}

	.fm-home-historia__title {
		font-size: clamp(1.5rem, 6.8vw, 1.9rem);
	}

	.fm-home-historia__lead {
		font-size: 0.94rem;
	}

	.fm-home-historia__media {
		aspect-ratio: 5 / 4;
		max-height: 18.5rem;
	}

	.fm-home-historia__media img {
		object-position: 48% 36%;
	}
}

/* ------------------------------------------------------------------ */
/* Localização                                                          */
/* ------------------------------------------------------------------ */

.fm-home-local {
	display: grid;
	grid-template-columns: minmax(16rem, 0.84fr) minmax(0, 1.16fr);
	align-items: stretch;
	overflow: hidden;
	isolation: isolate;
	margin-top: clamp(2.75rem, 4.5vw, 4.25rem);
	background: #f7f3ee;
	color: #1f1b19;
}

.fm-home-local__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
	padding: 3.2rem clamp(1.5rem, 3.4vw, 3rem) 3.2rem clamp(1.75rem, 5vw, 4.4rem);
	max-width: 28rem;
}

.fm-home-local__eyebrow {
	margin: 0 0 0.95rem;
	font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #c49a3c;
}

.fm-home-local__title {
	margin: 0 0 1.2rem;
	font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 800;
	font-size: clamp(1.55rem, 2.1vw, 2rem);
	line-height: 1.04;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: #1f1b19;
}

.fm-home-local__title span {
	display: block;
}

.fm-home-local__title::after {
	content: "";
	display: block;
	width: 2.35rem;
	height: 2px;
	margin: 1.05rem 0 0;
	background: var(--fm-bordo);
}

.fm-home-local__lead {
	margin: 1.15rem 0 1.55rem;
	max-width: 24rem;
	font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.98rem;
	font-weight: 400;
	line-height: 1.6;
	color: #5c524c;
}

.fm-home-local__meta {
	display: flex;
	flex-direction: column;
	gap: 1.15rem;
	margin: 0 0 1.7rem;
}

.fm-home-local__block {
	min-width: 0;
}

.fm-home-local__label {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	margin: 0 0 0.4rem;
	font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--fm-bordo-deep);
}

.fm-home-local__icon {
	display: grid;
	place-items: center;
	width: 1.05rem;
	height: 1.05rem;
	color: var(--fm-bordo);
}

.fm-home-local__icon svg {
	width: 100%;
	height: 100%;
}

.fm-home-local__value {
	margin: 0;
	max-width: 22rem;
	font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.94rem;
	font-weight: 400;
	line-height: 1.5;
	color: #3a3330;
}

.fm-home-local__hours {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.94rem;
	font-weight: 400;
	line-height: 1.55;
	color: #3a3330;
}

.fm-home-local__hours li + li {
	margin-top: 0.15rem;
}

.fm-home-local__cta {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	align-self: flex-start;
	min-height: 44px;
	padding: 0.7rem 1.15rem;
	border-radius: 3px;
	background: var(--fm-bordo);
	color: #fff;
	font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1;
	transition: background 0.25s ease, color 0.25s ease;
}

.fm-home-local__cta:hover,
.fm-home-local__cta:focus-visible {
	background: var(--fm-bordo-deep);
	color: #fff;
}

.fm-home-local__cta:focus-visible {
	outline: 2px solid var(--fm-bordo);
	outline-offset: 3px;
}

.fm-home-local__cta-arrow {
	width: 0.48rem;
	height: 0.48rem;
	border-top: 1.4px solid currentColor;
	border-right: 1.4px solid currentColor;
	transform: rotate(45deg);
	translate: 0 0.02rem;
}

.fm-home-local__map {
	position: relative;
	min-width: 0;
	min-height: 22rem;
	background: #e4dfd7;
	border-radius: 0;
	overflow: hidden;
}

.fm-home-local__map iframe {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

@media (max-width: 1279px) {
	.fm-home-local {
		grid-template-columns: minmax(15rem, 0.9fr) minmax(0, 1.1fr);
	}

	.fm-home-local__copy {
		padding: 2.9rem 1.7rem 2.9rem 1.5rem;
	}

	.fm-home-local__map {
		min-height: 20rem;
	}
}

@media (max-width: 1099px) {
	.fm-home-local {
		display: flex;
		flex-direction: column;
		margin-top: clamp(2rem, 4vw, 3rem);
	}

	.fm-home-local__copy {
		width: 100%;
		max-width: none;
		padding: 2.6rem 1.4rem 2.1rem;
	}

	.fm-home-local__lead,
	.fm-home-local__value {
		max-width: 34rem;
	}

	.fm-home-local__cta {
		align-self: stretch;
		justify-content: center;
	}

	.fm-home-local__map {
		width: 100%;
		min-height: 0;
		aspect-ratio: 4 / 3;
		max-height: 22rem;
	}
}

@media (max-width: 640px) {
	.fm-home-local {
		margin-top: clamp(1.75rem, 5vw, 2.4rem);
	}

	.fm-home-local__copy {
		padding: 2.2rem 1.15rem 1.85rem;
	}

	.fm-home-local__title {
		font-size: clamp(1.5rem, 6.8vw, 1.9rem);
	}

	.fm-home-local__lead,
	.fm-home-local__value,
	.fm-home-local__hours {
		font-size: 0.94rem;
	}

	.fm-home-local__map {
		aspect-ratio: 4 / 3;
		max-height: 18.5rem;
	}
}

/* ------------------------------------------------------------------ */
/* Avaliações (prova social)                                            */
/* ------------------------------------------------------------------ */

.fm-home-avaliacoes {
	margin-top: clamp(2.75rem, 4.5vw, 4.25rem);
	background: #f7f3ee;
	color: #1f1b19;
}

.fm-home-avaliacoes__inner {
	box-sizing: border-box;
	width: min(1120px, 100%);
	margin: 0 auto;
	padding: 3.4rem 1.75rem 3.6rem;
}

.fm-home-avaliacoes__intro {
	max-width: 36rem;
	margin: 0 0 2rem;
}

.fm-home-avaliacoes__eyebrow {
	margin: 0 0 0.85rem;
	font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #c49a3c;
}

.fm-home-avaliacoes__title {
	margin: 0 0 1.05rem;
	font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 800;
	font-size: clamp(1.55rem, 2.1vw, 2rem);
	line-height: 1.04;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: #1f1b19;
}

.fm-home-avaliacoes__title span {
	display: block;
}

.fm-home-avaliacoes__title::after {
	content: "";
	display: block;
	width: 2.35rem;
	height: 2px;
	margin: 1.05rem 0 0;
	background: var(--fm-bordo);
}

.fm-home-avaliacoes__lead {
	margin: 1.1rem 0 0;
	font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.98rem;
	font-weight: 400;
	line-height: 1.6;
	color: #5c524c;
}

.fm-home-avaliacoes__score {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.55rem 0.85rem;
	margin: 1.15rem 0 0;
	font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.82rem;
	font-weight: 500;
	line-height: 1.35;
	color: #5c524c;
}

.fm-home-avaliacoes__stars,
.fm-home-avaliacoes__card-stars {
	margin: 0;
	color: #c49a3c;
	letter-spacing: 0.08em;
	line-height: 1;
}

.fm-home-avaliacoes__card-stars {
	margin: 0 0 0.85rem;
	font-size: 0.85rem;
}

.fm-home-avaliacoes__track {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	min-width: 0;
}

.fm-home-avaliacoes__card {
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	min-width: 0;
	min-height: 100%;
	padding: 1.35rem 1.25rem 1.25rem;
	background: #fff;
	border: 1px solid rgba(80, 7, 18, 0.08);
	border-radius: 8px;
}

.fm-home-avaliacoes__quote {
	margin: 0;
	flex: 1 1 auto;
}

.fm-home-avaliacoes__quote p {
	display: -webkit-box;
	margin: 0;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.94rem;
	font-weight: 400;
	line-height: 1.55;
	color: #3a3330;
}

.fm-home-avaliacoes__meta {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	margin-top: 1.15rem;
	padding-top: 0.95rem;
	border-top: 1px solid rgba(80, 7, 18, 0.07);
}

.fm-home-avaliacoes__name {
	margin: 0;
	font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #1f1b19;
}

.fm-home-avaliacoes__source {
	margin: 0;
	font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.7rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #8a7a74;
}

.fm-home-avaliacoes__actions {
	margin: 1.75rem 0 0;
}

.fm-home-avaliacoes__cta {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	min-height: 44px;
	padding: 0.7rem 1.15rem;
	border-radius: 3px;
	background: var(--fm-bordo);
	color: #fff;
	font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1;
	transition: background 0.25s ease, color 0.25s ease;
}

.fm-home-avaliacoes__cta:hover,
.fm-home-avaliacoes__cta:focus-visible {
	background: var(--fm-bordo-deep);
	color: #fff;
}

.fm-home-avaliacoes__cta:focus-visible {
	outline: 2px solid var(--fm-bordo);
	outline-offset: 3px;
}

.fm-home-avaliacoes__cta-arrow {
	width: 0.48rem;
	height: 0.48rem;
	border-top: 1.4px solid currentColor;
	border-right: 1.4px solid currentColor;
	transform: rotate(45deg);
	translate: 0 0.02rem;
}

@media (max-width: 1099px) {
	.fm-home-avaliacoes {
		margin-top: clamp(2rem, 4vw, 3rem);
	}

	.fm-home-avaliacoes__inner {
		padding: 2.8rem 0 3rem;
	}

	.fm-home-avaliacoes__intro {
		padding: 0 1.4rem;
		margin-bottom: 1.6rem;
	}

	.fm-home-avaliacoes__track {
		display: flex;
		gap: 0.85rem;
		overflow-x: auto;
		overscroll-behavior-x: contain;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		padding: 0 1.4rem 0.35rem;
	}

	.fm-home-avaliacoes__track::-webkit-scrollbar {
		display: none;
	}

	.fm-home-avaliacoes__card {
		flex: 0 0 min(78vw, 19.5rem);
		scroll-snap-align: start;
		min-height: 0;
	}

	.fm-home-avaliacoes__actions {
		padding: 0 1.4rem;
		margin-top: 1.4rem;
	}

	.fm-home-avaliacoes__cta {
		width: 100%;
		justify-content: center;
		box-sizing: border-box;
	}
}

@media (max-width: 640px) {
	.fm-home-avaliacoes {
		margin-top: clamp(1.75rem, 5vw, 2.4rem);
	}

	.fm-home-avaliacoes__inner {
		padding: 2.3rem 0 2.5rem;
	}

	.fm-home-avaliacoes__intro {
		padding: 0 1.15rem;
	}

	.fm-home-avaliacoes__title {
		font-size: clamp(1.5rem, 6.8vw, 1.9rem);
	}

	.fm-home-avaliacoes__lead {
		font-size: 0.94rem;
	}

	.fm-home-avaliacoes__track {
		padding: 0 1.15rem 0.35rem;
	}

	.fm-home-avaliacoes__card {
		flex-basis: min(84vw, 18.5rem);
	}

	.fm-home-avaliacoes__actions {
		padding: 0 1.15rem;
	}
}

/* ------------------------------------------------------------------ */
/* Instagram — curadoria editorial (imagens locais)                     */
/* ------------------------------------------------------------------ */

.fm-home-instagram {
	margin-top: clamp(2.75rem, 4.5vw, 4.25rem);
	background: #f7f3ee;
	color: #1f1b19;
}

.fm-home-instagram__inner {
	box-sizing: border-box;
	width: min(1120px, 100%);
	margin: 0 auto;
	padding: 3.4rem 1.75rem 3.6rem;
}

.fm-home-instagram__intro {
	max-width: 36rem;
	margin: 0 0 1.85rem;
}

.fm-home-instagram__eyebrow {
	margin: 0 0 0.85rem;
	font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #c49a3c;
}

.fm-home-instagram__title {
	margin: 0 0 0.85rem;
	font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 800;
	font-size: clamp(1.55rem, 2.1vw, 2rem);
	line-height: 1.04;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: #1f1b19;
}

.fm-home-instagram__title span {
	display: block;
}

.fm-home-instagram__title::after {
	content: "";
	display: block;
	width: 2.35rem;
	height: 2px;
	margin: 1.05rem 0 0;
	background: var(--fm-bordo);
}

.fm-home-instagram__handle {
	margin: 1rem 0 0;
	font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.9375rem;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 0.02em;
	line-height: 1.25;
	text-transform: none;
	color: #500712;
}

.fm-home-instagram__gallery {
	display: grid;
	grid-template-columns: 1.25fr 1fr 0.9fr 0.9fr;
	grid-template-rows: minmax(175px, 12.5vw) minmax(175px, 12.5vw);
	gap: 0.7rem;
	max-height: 28rem;
}

.fm-home-instagram__item {
	position: relative;
	margin: 0;
	overflow: hidden;
	background: #e8e0d8;
	min-width: 0;
	min-height: 0;
}

.fm-home-instagram__item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.fm-home-instagram__item--tall {
	grid-column: 1;
	grid-row: 1 / 3;
}

.fm-home-instagram__item--sq-a {
	grid-column: 2;
	grid-row: 1;
}

.fm-home-instagram__item--wide {
	grid-column: 3 / 5;
	grid-row: 1;
}

.fm-home-instagram__item--sq-b {
	grid-column: 2;
	grid-row: 2;
}

.fm-home-instagram__item--port-a {
	grid-column: 3;
	grid-row: 2;
}

.fm-home-instagram__item--port-b {
	grid-column: 4;
	grid-row: 2;
}

.fm-home-instagram__item--port-a img,
.fm-home-instagram__item--port-b img,
.fm-home-instagram__item--sq-b img {
	object-position: center 35%;
}

.fm-home-instagram__actions {
	margin: 1.75rem 0 0;
}

.fm-home-instagram__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.55rem;
	min-height: 44px;
	padding: 0.7rem 1.25rem;
	background: var(--fm-bordo);
	color: #fff;
	font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1;
	transition: background-color 0.2s ease;
}

.fm-home-instagram__cta:hover,
.fm-home-instagram__cta:focus-visible {
	background: var(--fm-bordo-deep);
	color: #fff;
}

.fm-home-instagram__cta:focus-visible {
	outline: 2px solid var(--fm-bordo);
	outline-offset: 3px;
}

.fm-home-instagram__cta-arrow {
	display: inline-block;
	width: 0.48rem;
	height: 0.48rem;
	border-top: 1.4px solid currentColor;
	border-right: 1.4px solid currentColor;
	transform: rotate(45deg);
	translate: 0 0.02rem;
}

@media (max-width: 1099px) {
	.fm-home-instagram {
		margin-top: clamp(2rem, 4vw, 3rem);
	}

	.fm-home-instagram__inner {
		padding: 2.8rem 0 3rem;
	}

	.fm-home-instagram__intro {
		padding: 0 1.4rem;
		margin-bottom: 1.5rem;
	}

	.fm-home-instagram__gallery {
		display: flex;
		grid: none;
		max-height: none;
		gap: 0.75rem;
		overflow-x: auto;
		overscroll-behavior-x: contain;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		padding: 0 1.4rem 0.35rem;
	}

	.fm-home-instagram__gallery::-webkit-scrollbar {
		display: none;
	}

	.fm-home-instagram__item {
		flex: 0 0 min(68vw, 13.5rem);
		height: clamp(200px, 52vw, 240px);
		scroll-snap-align: start;
	}

	.fm-home-instagram__item--tall,
	.fm-home-instagram__item--sq-a,
	.fm-home-instagram__item--wide,
	.fm-home-instagram__item--sq-b,
	.fm-home-instagram__item--port-a,
	.fm-home-instagram__item--port-b {
		grid-column: auto;
		grid-row: auto;
	}

	.fm-home-instagram__actions {
		padding: 0 1.4rem;
		margin-top: 1.4rem;
	}

	.fm-home-instagram__cta {
		width: 100%;
		box-sizing: border-box;
	}
}

@media (max-width: 640px) {
	.fm-home-instagram {
		margin-top: clamp(1.75rem, 5vw, 2.4rem);
	}

	.fm-home-instagram__inner {
		padding: 2.3rem 0 2.5rem;
	}

	.fm-home-instagram__intro {
		padding: 0 1.15rem;
	}

	.fm-home-instagram__title {
		font-size: clamp(1.5rem, 6.8vw, 1.9rem);
	}

	.fm-home-instagram__handle {
		font-size: 0.875rem;
	}

	.fm-home-instagram__gallery {
		padding: 0 1.15rem 0.35rem;
		gap: 0.65rem;
	}

	.fm-home-instagram__item {
		flex-basis: min(72vw, 12.75rem);
		height: clamp(200px, 54vw, 230px);
	}

	.fm-home-instagram__actions {
		padding: 0 1.15rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.fm-home-hero__btn,
	.fm-home-destaques__media img,
	.fm-home-destaques__go,
	.fm-home-retirada__cta,
	.fm-home-historia__cta,
	.fm-home-local__cta,
	.fm-home-avaliacoes__cta,
	.fm-home-instagram__cta {
		transition: none;
	}

	.fm-home-destaques__card:hover img,
	.fm-home-destaques__card:focus-visible img {
		transform: none;
	}
}
