/*
 * Animalart home — paridade espacial com o <main> de animalart.com.br.
 * O shell global permanece no tema; esta camada controla somente o conteúdo
 * renderizado por [pagina_inicial].
 */
.animalart-home-original {
	--animalart-home-original-content: min(1287px, calc(100% - 48px));
	--animalart-home-original-section-space: clamp(2.25rem, 5vw, 4.5rem);
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	color: var(--animalart-ink, #171717);
	background: var(--animalart-paper, #fff);
	overflow: clip;
}

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

.animalart-home-original img {
	display: block;
	max-width: 100%;
	height: auto;
}

.animalart-home-original h2,
.animalart-home-original h3,
.animalart-home-original p {
	margin-block-start: 0;
}

.animalart-home-original h2,
.animalart-home-original h3,
.animalart-home-original a,
.animalart-home-original strong {
	font-family: var(--animalart-font-display, 'Brandon Grotesque', Arial, sans-serif);
}

.animalart-home-original h2,
.animalart-home-original h3,
.animalart-home-original p,
.animalart-home-original a,
.animalart-home-original strong {
	color: var(--animalart-ink, #171717);
}

.animalart-home-original__hero {
	width: 100%;
	background: #f4f4f4;
}

.animalart-home-original__hero-art {
	position: relative;
	width: min(100%, 1440px);
	aspect-ratio: 2 / 1;
	margin-inline: auto;
	overflow: hidden;
}

.animalart-home-original__hero-composition {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.animalart-home-original__hero-product {
	position: absolute;
	right: 4%;
	bottom: 0;
	z-index: 1;
	width: min(42%, 560px);
	height: auto;
	pointer-events: none;
}

.animalart-home-original__section-heading {
	width: min(1040px, calc(100% - 48px));
	margin: 0 auto clamp(1.5rem, 3vw, 2.25rem);
	text-align: center;
}

.animalart-home-original__section-heading h2 {
	margin: 0;
	font-size: clamp(1.05rem, 1.6vw, 1.5rem);
	font-weight: 400;
	letter-spacing: 0.015em;
	line-height: 1.2;
	text-transform: uppercase;
}

.animalart-home-original__products {
	width: min(100%, 1287px);
	margin-inline: auto;
	padding: 17px 24px;
	background: var(--animalart-paper, #fff);
}

.animalart-home-original__product-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(1rem, 3vw, 2rem);
}

.animalart-home-original__product-card {
	min-width: 0;
	text-align: center;
}

.animalart-home-original__product-link {
	display: flex;
	flex-direction: column;
	height: 100%;
	color: inherit;
	text-decoration: none;
}

.animalart-home-original__product-media {
	display: grid;
	place-items: center;
	aspect-ratio: 1;
	overflow: hidden;
	border-radius: 50%;
	background: #f7f7f7;
}

.animalart-home-original__product-media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.animalart-home-original__product-copy {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.8rem;
	padding: 0.95rem 0.5rem 0;
}

.animalart-home-original__product-title {
	display: flex;
	flex-direction: column;
	font-size: clamp(0.7rem, 1vw, 0.95rem);
	font-weight: 400;
	letter-spacing: 0.015em;
	line-height: 1.25;
	text-transform: uppercase;
}

.animalart-home-original__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0.65rem 1.35rem;
	border: 0;
	border-radius: 999px;
	background: var(--animalart-ink, #171717);
	color: var(--animalart-paper, #fff) !important;
	font-size: 0.67rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	line-height: 1.1;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.animalart-home-original__product-link:hover .animalart-home-original__button,
.animalart-home-original__button:hover,
.animalart-home-original__button:focus-visible {
	background: var(--animalart-yellow, #ffcd00);
	color: var(--animalart-ink, #171717) !important;
	transform: translateY(-1px);
}

.animalart-home-original__button:focus-visible,
.animalart-home-original a:focus-visible {
	outline: 3px solid var(--animalart-yellow, #ffcd00);
	outline-offset: 3px;
}

.animalart-home-original__height {
	width: 100%;
	padding: 0 0 var(--animalart-home-original-section-space);
	background: var(--animalart-paper, #fff);
}

.animalart-home-original__height-intro {
	width: min(58%, 1020px);
	margin: -30px auto -70px;
}

.animalart-home-original__height-intro img {
	width: 100%;
}

.animalart-home-original__section-heading--height {
	margin-bottom: 1.25rem;
}

.animalart-home-original__height-art {
	position: relative;
	width: min(100%, 1287px);
	aspect-ratio: 1287 / 651;
	margin-inline: auto;
	overflow: hidden;
}

.animalart-home-original__height-art > img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center bottom;
}

.animalart-home-original__height-copy {
	position: absolute;
	top: 7%;
	left: 1.5%;
	z-index: 1;
	width: 34%;
	margin: 0;
	font-family: var(--animalart-font-body, 'Brandon Grotesque', Arial, sans-serif);
	font-size: clamp(0.65rem, 1.1vw, 1rem);
	font-weight: 400;
	letter-spacing: 0.01em;
	line-height: 1.45;
	text-align: left;
	text-transform: uppercase;
}

.animalart-home-original__height-label {
	position: absolute;
	z-index: 1;
	font-size: clamp(0.58rem, 0.9vw, 0.8rem);
	font-weight: 400;
	line-height: 1.15;
	text-transform: uppercase;
}

.animalart-home-original__height-label--correct {
	bottom: 8%;
	left: 18%;
}

.animalart-home-original__height-label--wrong {
	right: 18%;
	bottom: 36%;
}

.animalart-home-original__height-cta {
	position: absolute;
	right: 17%;
	bottom: 7%;
	z-index: 1;
}

.animalart-home-original__benefits {
	width: 100%;
	padding: var(--animalart-home-original-section-space) 24px;
	background: #f4f4f4;
}

.animalart-home-original__benefit-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(1rem, 3vw, 2.25rem);
	width: min(100%, 1287px);
	margin-inline: auto;
}

.animalart-home-original__benefit {
	min-width: 0;
	text-align: center;
}

.animalart-home-original__benefit img {
	width: min(100%, 348px);
	aspect-ratio: 1;
	margin: 0 auto 1rem;
	object-fit: contain;
}

.animalart-home-original__benefit h3 {
	margin: 0;
	font-size: clamp(0.95rem, 1.8vw, 1.3rem);
	font-weight: 900;
	letter-spacing: 0.02em;
	line-height: 1.15;
	text-transform: uppercase;
}

.animalart-home-original__benefit p {
	max-width: 25rem;
	margin: 0.6rem auto 0;
	font-family: var(--animalart-font-body, 'Brandon Grotesque', Arial, sans-serif);
	font-size: clamp(0.75rem, 1.1vw, 0.95rem);
	line-height: 1.45;
}

.animalart-home-original__cats {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
	align-items: start;
	gap: clamp(1.25rem, 4vw, 3rem);
	width: min(100%, 1287px);
	margin-inline: auto;
	padding: var(--animalart-home-original-section-space) 24px;
	background: var(--animalart-paper, #fff);
}

.animalart-home-original__cats-image img {
	width: 100%;
}

.animalart-home-original__cats-content {
	min-width: 0;
}

.animalart-home-original__section-heading--left {
	width: 100%;
	margin-inline: 0;
	text-align: left;
}

.animalart-home-original__cats-content > p {
	margin: 0;
	font-family: var(--animalart-font-body, 'Brandon Grotesque', Arial, sans-serif);
	font-size: clamp(0.78rem, 1.2vw, 1rem);
	line-height: 1.5;
	text-transform: uppercase;
}

.animalart-home-original__cats-bottom {
	display: grid;
	grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
	align-items: center;
	gap: 1rem;
	margin-top: 1rem;
}

.animalart-home-original__cats-bottom img {
	width: 100%;
}

.animalart-home-original__cats-bottom .animalart-home-original__button {
	justify-self: center;
}

.animalart-home-original__gallery {
	width: 100%;
	padding: var(--animalart-home-original-section-space) 0 0;
	background: #f4f4f4;
}

.animalart-home-original__gallery-primary,
.animalart-home-original__gallery-secondary {
	display: grid;
	gap: 0.45rem;
	width: 100%;
}

.animalart-home-original__gallery-primary {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.animalart-home-original__gallery-secondary {
	grid-template-columns: repeat(6, minmax(0, 1fr));
	margin-top: 0.45rem;
}

.animalart-home-original__gallery img {
	width: 100%;
	aspect-ratio: 0.665;
	object-fit: cover;
}

@media (max-width: 782px) {
	.animalart-home-original {
		--animalart-home-original-content: calc(100% - 24px);
	}

	.animalart-home-original__hero-art {
		aspect-ratio: 1.35 / 1;
	}

	.animalart-home-original__hero-composition {
		object-position: center center;
	}

	.animalart-home-original__hero-product {
		right: 2%;
		width: 58%;
	}

	.animalart-home-original__products,
	.animalart-home-original__benefits,
	.animalart-home-original__cats {
		padding-inline: 12px;
	}

	.animalart-home-original__product-grid,
	.animalart-home-original__benefit-grid {
		grid-template-columns: 1fr;
		gap: 2rem;
	}

	.animalart-home-original__product-media {
		width: min(100%, 376px);
		margin-inline: auto;
	}

	.animalart-home-original__height-intro {
		width: 90%;
		margin: -12px auto -26px;
	}

	.animalart-home-original__section-heading {
		width: calc(100% - 24px);
	}

	.animalart-home-original__height-art {
		aspect-ratio: 1287 / 651;
	}

	.animalart-home-original__height-copy {
		top: 5%;
		left: 3%;
		width: 40%;
		font-size: clamp(0.49rem, 1.65vw, 0.75rem);
		line-height: 1.25;
	}

	.animalart-home-original__height-label {
		font-size: clamp(0.46rem, 1.5vw, 0.7rem);
	}

	.animalart-home-original__height-label--correct {
		left: 17%;
		bottom: 7%;
	}

	.animalart-home-original__height-label--wrong {
		right: 17%;
		bottom: 32%;
	}

	.animalart-home-original__height-cta {
		right: 14%;
		bottom: 6%;
		min-height: 36px;
		padding-inline: 1rem;
		font-size: 0.55rem;
	}

	.animalart-home-original__cats {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}

	.animalart-home-original__cats-image {
		width: min(100%, 449px);
		margin-inline: auto;
	}

	.animalart-home-original__section-heading--left {
		text-align: center;
	}

	.animalart-home-original__cats-content > p {
		text-align: center;
	}

	.animalart-home-original__cats-bottom {
		grid-template-columns: 1fr;
	}

	.animalart-home-original__cats-bottom img {
		width: min(100%, 434px);
		margin-inline: auto;
	}

	.animalart-home-original__gallery-primary {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.animalart-home-original__gallery-secondary {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 420px) {
	.animalart-home-original__hero-art {
		aspect-ratio: 1.15 / 1;
	}

	.animalart-home-original__height-copy {
		font-size: 0.44rem;
	}

	.animalart-home-original__height-label {
		font-size: 0.43rem;
	}

	.animalart-home-original__height-cta {
		min-height: 32px;
		padding: 0.45rem 0.75rem;
		font-size: 0.48rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.animalart-home-original__button {
		transition: none;
	}
}


/* Hero fotográfica sem texto overlay: mantém o acabamento arredondado Animalart. */
.animalart-home-original__hero-art {
	border-radius: 60px;
}
