/* Ã¢â‚¬â€Ã¢â‚¬â€ Main: 1400px; o hero alarga atÃƒÂ© 1600px (centrado) Ã¢â‚¬â€Ã¢â‚¬â€ */
.cdp-main {
	max-width: var(--cdp-site-max);
	margin: 0 auto;
	padding: 0 clamp(1rem, 4vw, 2.5rem) 4rem;
	width: 100%;
	min-width: 0;
	/* O hero (.cdp-hero) ÃƒÂ© mais largo que esta coluna; clip cortava as bordas da cÃƒÂ¡psula */
	overflow-x: visible;
}

@media (max-width: 992px) {
	:root {
		--cdp-section-gap: clamp(3rem, 10vw, 5.5rem);
	}
}

@media (max-width: 600px) {
	:root {
		--cdp-section-gap: clamp(2.25rem, 9vw, 3.5rem);
	}

	.cdp-main {
		padding-left: clamp(0.65rem, 4vw, 1rem);
		padding-right: clamp(0.65rem, 4vw, 1rem);
		padding-bottom: clamp(2rem, 8vw, 3rem);
	}
}

.cdp-main > *:not(.cdp-hero):not(.cdp-products):not(.cdp-como):not(.cdp-intro) {
	max-width: 100%;
	margin-left: auto;
	display: flex;
	margin-right: auto;
	padding-bottom: 100px;
	width: 100%;
	justify-content: space-around;
	align-items: center;
}

@media (max-width: 768px) {
	.cdp-main > *:not(.cdp-hero):not(.cdp-products):not(.cdp-como):not(.cdp-intro) {
		padding-bottom: clamp(2.5rem, 10vw, 4rem);
	}
}

.cdp-main > section + section {
	margin-top: var(--cdp-section-gap);
}

.cdp-hero {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	width: min(100vw, var(--cdp-banner-max));
	max-width: min(100vw, var(--cdp-banner-max));
	margin-left: 0;
	margin-right: 0;
	box-sizing: border-box;
	padding: clamp(1.25rem, 4vw, 2.75rem) clamp(1rem, 4vw, 2.5rem) clamp(3.25rem, 11vw, 7rem);
	overflow: visible;
}

@media (max-width: 900px) {
	.cdp-hero {
		left: auto;
		transform: none;
		width: 100%;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding: clamp(1rem, 3vw, 1.75rem) clamp(0.65rem, 4vw, 1.25rem) clamp(2rem, 8vw, 4rem);
	}

	.cdp-hero__shell {
		height: min(68vh, 520px);
	}

	.cdp-hero__tradition-desktop {
		font-size: clamp(2.75rem, min(16vw, 14vh), 5.5rem);
	}

	.cdp-hero__overlay {
		padding-left: clamp(0.75rem, 3vw, 1rem);
		padding-right: clamp(0.75rem, 3vw, 1rem);
	}
}

/* Palco do hero: cÃ¡psula + overlay alinhados (overlay em cima da shell) */
.cdp-hero__stage {
	position: relative;
	width: 100%;
	max-width: var(--cdp-banner-max);
	margin-inline: auto;
	overflow: visible;
}

/* CÃƒÂ¡psula do banner: atÃƒÂ© 1600px de largura, altura 60vh */
.cdp-hero__shell {
	position: relative;
	width: 100%;
	max-width: none;
	margin-inline: auto;
	height: 70vh;
	min-height: 220px;
	border-radius: 999px;
	overflow: hidden;
	animation: cdp-hero-shell-in 1.05s cubic-bezier(0.22, 1, 0.36, 1) 0.08s both;
}

.cdp-hero__frame {
	position: absolute;
	inset: 0;
	background: #232629;
}

.cdp-hero__frame img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	filter: grayscale(100%) contrast(1.12) brightness(0.96);
	display: block;
}

/* Texto sobre a cÃ¡psula: desktop centrado; mobile faixa inferior + strap */
.cdp-hero__overlay {
	position: absolute;
	inset: 0;
	z-index: 4;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	padding: 0 clamp(0.5rem, 2vw, 1.25rem);
	pointer-events: none;
	font-family: var(--cdp-serif);
	background: none;
}

.cdp-hero__strap-band {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.cdp-hero__strap {
	display: none;
}

.cdp-hero__tradition {
	margin: 0;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	color: inherit;
	line-height: 1;
}

.cdp-hero__tradition-desktop {
	display: inline;
	font-family: var(--cdp-serif);
	font-size: 32vh;
	font-weight: 400;
	font-style: normal;
	color: var(--cdp-hero-teal);
	animation: cdp-hero-text-in 0.95s cubic-bezier(0.22, 1, 0.36, 1) 0.22s both;
}

.cdp-hero__tradition-mobile {
	animation: cdp-hero-text-in 0.88s cubic-bezier(0.22, 1, 0.36, 1) 0.28s both;
}

.cdp-hero__tagline {
	font-family: inherit;
	font-size: clamp(1.5rem, min(9vw, 8vh), 5.5rem);
	font-weight: 300;
	color: #fff;
	text-transform: none;
	line-height: 1.1;
	margin: 0;
	margin-top: clamp(0.15rem, 1.2vh, 0.75rem);
	white-space: nowrap;
	animation: cdp-hero-text-in 0.95s cubic-bezier(0.22, 1, 0.36, 1) 0.42s both;
}

@media (max-width: 640px) {
	.cdp-hero {
		left: auto;
		transform: none;
		width: 100%;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding: clamp(0.75rem, 3vw, 1.25rem) clamp(1rem, 5vw, 1.75rem) clamp(2.75rem, 14vw, 5.5rem);
		overflow-x: clip;
		box-sizing: border-box;
		margin-top: -90px;
	}

	.cdp-hero__stage {
		width: 100%;
		max-width: none;
		overflow: visible;
	}

	/* SÃ³ a fotografia fica recortada; o texto â€œTraditionâ€ pode sair para baixo */
	.cdp-hero__shell {
		height: 75vh;
		min-height: 0;
		border-radius: clamp(10px, 3vw, 18px);
		overflow: visible;
	}

	.cdp-hero__frame {
		border-radius: inherit;
		overflow: hidden;
		z-index: 1;
	}

	.cdp-hero__overlay {
		justify-content: flex-end;
		align-items: center;
		padding: 0 clamp(0.35rem, 2vw, 0.75rem) clamp(0.25rem, 2vw, 0.75rem);
		overflow: visible;
	}

	.cdp-hero__tradition-desktop {
		display: none;
	}

	.cdp-hero__tradition {
		width: 100%;
		min-height: 0;
		margin: 0;
		padding: 0;
	}

	.cdp-hero__strap-band {
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-end;
		width: 100vw;
		max-width: none;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		gap: clamp(0.2rem, 1.5vw, 0.55rem);
		padding-bottom: 0;
		box-sizing: border-box;
	}

	/* AZORES por cima, centrado sobre a zona escura */
	.cdp-hero__tagline {
		position: relative;
		order: -1;
		left: auto;
		bottom: auto;
		transform: none;
		width: auto;
		max-width: none;
		margin: 0;
		padding: 0 0.28em;
		font-size: 28px;
		font-weight: 400;
		letter-spacing: 0.28em;
		text-transform: uppercase;
		text-align: center;
		color: #fff;
		pointer-events: none;
	}

	/* â€œTraditionâ€ grande: metade na imagem, metade no fundo branco por baixo */
	.cdp-hero__strap {
		display: block;
		position: relative;
		z-index: 4;
		order: 1;
		width: 100%;
		max-width: none;
		box-sizing: border-box;
		margin: 0;
		padding: 0 clamp(0.5rem, 3vw, 1rem);
		font-family: var(--cdp-serif);
		font-size: clamp(3rem, min(19vw, 15vh), 5.25rem);
		font-weight: 400;
		font-style: normal;
		line-height: 0.92;
		color: var(--cdp-hero-teal);
		text-align: center;
		text-shadow: 0 2px 24px rgba(0, 0, 0, 0.42);
		transform: translateY(clamp(0.38rem, 5vw, 1.1rem));
		margin-bottom: calc(-1 * clamp(0.85rem, 5.5vw, 1.65rem));
		animation: cdp-hero-text-in 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.16s both;
	}
}

@media (min-width: 641px) {
	.cdp-hero__tradition-mobile {
		display: none !important;
	}
}

@media (max-width: 380px) {
	.cdp-hero__tagline {
		white-space: normal;
		max-width: min(95vw, 18rem);
	}
}

/* Intro: duas colunas â€” fora do flex de .cdp-main > * (tÃ­tulo em cima no mobile) */
.cdp-intro {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	gap: clamp(2.75rem, 9vw, 6rem);
	align-items: start;
	text-align: left;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-bottom: clamp(2.5rem, 10vw, 100px);
}

@media (max-width: 900px) {
	.cdp-intro {
		grid-template-columns: 1fr;
		gap: clamp(1.5rem, 5vw, 2.25rem);
	}

	.cdp-intro__title {
		max-width: none;
		font-size: clamp(1.85rem, 7vw, 2.75rem);
	}

	.cdp-intro__text {
		max-width: none;
	}
}

@media (max-width: 767px) {
	.cdp-intro__title {
		text-align: left;
		justify-content: flex-start;
	}
}

.cdp-intro__title {
	font-family: var(--cdp-serif);
	font-size: clamp(2.25rem, 4.8vw, 3.85rem);
	font-weight: 500;
	line-height: 1.08;
	display: flex;
	color: #232629;
	margin: 0;
}

.cdp-intro__text {
	font-family: var(--cdp-font-small);
	font-size: clamp(0.88rem, 1.35vw, 0.95rem);
	font-weight: 300;
	color: #000000;
	line-height: 1.62;
	max-width: 42em;
	text-align: left;
}

.cdp-intro__text p {
	margin: 0;
}

.cdp-intro__text p + p {
	margin-top: 1.35rem;
}

@media (max-width: 600px) {
	.cdp-intro__text {
		font-size: clamp(0.9rem, 3.6vw, 1rem);
		overflow-wrap: break-word;
	}

	.cdp-featured__select {
		font-size: 1rem;
	}
}

/* Produtos: largura atÃƒÂ© 1600px (como o banner), centrado no layout */
.cdp-products {
	position: relative;
	left: 50%;
	padding-bottom: 100px;
	transform: translateX(-50%);
	width: min(100vw, var(--cdp-banner-max));
	max-width: min(100vw, var(--cdp-banner-max));
	box-sizing: border-box;
	padding-left: clamp(1rem, 4vw, 2.5rem);
	padding-right: clamp(1rem, 4vw, 2.5rem);
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(1.75rem, 4vw, 3.25rem);
	align-items: start;
	text-align: center;
}

@media (min-width: 901px) {
	.cdp-products .cdp-product--cut-filete {
		margin-top: clamp(2.25rem, 5vw, 4.25rem);
	}
}

@media (max-width: 900px) {
	.cdp-products {
		left: auto;
		transform: none;
		width: 100%;
		max-width: min(100%, 28rem);
		margin-left: auto;
		margin-right: auto;
		padding-left: clamp(0.5rem, 3vw, 1rem);
		padding-right: clamp(0.5rem, 3vw, 1rem);
		padding-bottom: clamp(2.5rem, 10vw, 4rem);
		grid-template-columns: 1fr;
	}
}

/* Mobile: carrossel horizontal de cabazes */
@media (max-width: 767px) {
	.cdp-products {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: stretch;
		justify-content: flex-start;
		gap: clamp(1rem, 4vw, 1.5rem);
		max-width: 100%;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		padding-left: clamp(0.75rem, 4vw, 1.25rem);
		padding-right: clamp(0.75rem, 4vw, 1.25rem);
		padding-bottom: clamp(2.25rem, 9vw, 3.5rem);
		overflow-x: auto;
		overflow-y: visible;
		-webkit-overflow-scrolling: touch;
		scroll-snap-type: x mandatory;
		scroll-padding-inline: clamp(0.75rem, 4vw, 1.25rem);
		scrollbar-width: none;
		-ms-overflow-style: none;
	}

	.cdp-products::-webkit-scrollbar {
		display: none;
		width: 0;
		height: 0;
	}

	.cdp-products .cdp-product {
		flex: 0 0 auto;
		width: min(82vw, 19.5rem);
		scroll-snap-align: start;
	}

	.cdp-products .cdp-product--cut-filete {
		margin-top: 0;
	}
}

.cdp-product {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.cdp-product__title {
	font-family: var(--cdp-serif);
	font-size: clamp(1.35rem, 2.4vw, 1.85rem);
	font-weight: 500;
	font-variation-settings: "wght" 520;
	line-height: 1.2;
	color: #232629;
	margin: 0 0 clamp(1.25rem, 2.5vw, 1.75rem);
	max-width: min(100%, 17rem);
}

.cdp-product__visual {
	position: relative;
	width: 100%;
	max-width: min(300px, 88vw);
	aspect-ratio: 1;
	margin: 0 auto;
}

.cdp-product__visual img {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	filter: drop-shadow(0 10px 28px rgba(0, 0, 0, 0.1));
}

.cdp-product__circle {
	position: absolute;
	z-index: 2;
	width: clamp(72px, 28%, 100px);
	height: clamp(72px, 28%, 100px);
	border-radius: 50%;
	background: rgba(54, 161, 137, 0.42);
	pointer-events: none;
	box-shadow: 0 0 0 1px rgba(54, 161, 137, 0.15);
}

.cdp-product--cut-ventresca .cdp-product__circle {
	bottom: 6%;
	left: 8%;
	top: auto;
	right: auto;
}

.cdp-product--cut-filete .cdp-product__circle {
	top: 10%;
	right: 6%;
	bottom: auto;
	left: auto;
}

.cdp-product--cut-posta .cdp-product__circle {
	top: 36%;
	left: 50%;
	transform: translateX(-50%);
	bottom: auto;
	right: auto;
}

.cdp-product__wave {
	color: #232629;
	margin: clamp(0.85rem, 2vw, 1.25rem) 0 clamp(0.75rem, 1.5vw, 1rem);
	display: flex;
	justify-content: center;
}

.cdp-product__wave svg {
	display: block;
}

.cdp-product__desc {
	margin: 0;
	font-family: var(--cdp-font-small);
	font-size: clamp(0.78rem, 1.2vw, 0.84rem);
	font-weight: 300;
	line-height: 1.65;
	color: #000000;
	text-align: center;
	hyphens: auto;
	width: 100%;
	max-width: 28rem;
}

.cdp-product__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.45rem;
	margin-top: clamp(1.1rem, 2.2vw, 1.5rem);
}

.cdp-product__pill {
	appearance: none;
	border: none;
	cursor: pointer;
	padding: 0.5rem 1.2rem;
	border-radius: 999px;
	background: #232629;
	color: #fff;
	font-family: var(--cdp-sans);
	font-size: 0.58rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	transition: background 0.2s ease, transform 0.2s ease;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.cdp-product__pill:hover {
	background: #2e3135;
}

.cdp-product__pill:focus-visible {
	outline: 2px solid var(--cdp-accent);
	outline-offset: 2px;
}

/* SecÃƒÂ§ÃƒÂµes adicionais (referÃƒÂªncia layout) */
.cdp-block {
	padding: clamp(2rem, 4vw, 3rem) 0;
}

.cdp-block__title {
	font-family: var(--cdp-serif);
	font-weight: 400;
	color: var(--cdp-text);
	line-height: 1.15;
}

.cdp-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.8rem 1.85rem;
	border-radius: 999px;
	font-family: var(--cdp-sans);
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-decoration: none;
	border: none;
	cursor: pointer;
	transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.cdp-btn--dark {
	background: #232629;
	color: #fff;
}

.cdp-btn--dark:hover { background: #2e3135; }

.cdp-btn--outline {
	background: #fff;
	color: #232629;
	border: 1px solid #232629;
}

.cdp-btn--outline:hover { background: #f5f5f5; }

.cdp-btn--wide {
	width: 100%;
	padding-top: 1rem;
	padding-bottom: 1rem;
	font-size: 0.78rem;
}

/* Como montamos os cabazes: grelha normal (copy alinhado ÃƒÂ  esquerda com o site) */
.cdp-como {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: clamp(2rem, 5vw, 4rem);
	align-items: center;
	width: 100%;
	min-width: 0;
}

@media (max-width: 900px) {
	.cdp-como {
		grid-template-columns: 1fr;
	}

	.cdp-como__media {
		border-radius: 4px;
		width: 100% !important;
		margin-right: 0 !important;
	}

	.cdp-como__copy {
		min-width: 0;
	}
}

@media (max-width: 600px) {
	.cdp-block {
		padding-top: clamp(1.25rem, 5vw, 2rem);
		padding-bottom: clamp(1.25rem, 5vw, 2rem);
	}

	.cdp-product__pill,
	.cdp-pa-chip {
		min-height: 44px;
		padding-top: 0.6rem;
		padding-bottom: 0.6rem;
	}
}

.cdp-como__title {
	font-size: clamp(2rem, 4.5vw, 3.25rem);
	margin-bottom: 1.25rem;
}

@media (max-width: 600px) {
	.cdp-como__title {
		font-size: clamp(1.65rem, 6.5vw, 2.25rem);
	}
}

.cdp-como__text {
	font-family: var(--cdp-font-small);
	font-size: 0.95rem;
	color: var(--cdp-muted);
	line-height: 1.8;
	margin-bottom: 1.75rem;
	max-width: 36rem;
}

/*
 * Imagem atÃƒÂ© ao bordo direito do ecrÃƒÂ£: evita calc(50% - 50vw) na grelha (causa overflow
 * horizontal). Compensa padding do main + metade do espaÃƒÂ§o quando main < viewport.
 */
.cdp-como__media {
	--cdp-como-bleed: calc(
		clamp(1rem, 4vw, 2.5rem) + max(0px, (100vw - min(100vw, var(--cdp-site-max))) / 2)
	);
	border-radius: 4px 0 0 4px;
	overflow: hidden;
	background: #232629;
	min-height: 280px;
	width: calc(100% + var(--cdp-como-bleed));
	margin-right: calc(-1 * var(--cdp-como-bleed));
	max-width: none;
	min-width: 0;
}

.cdp-como__media img {
	width: 100%;
	height: 100%;
	max-height: 800px;
	object-fit: cover;
	filter: grayscale(100%);
	display: block;
}

/* Products Azores */
.cdp-pa__heading {
	font-family: var(--cdp-serif);
	font-size: clamp(2rem, 4.5vw, 3.5rem);
	font-weight: 400;
	font-variation-settings: "wght" 420;
	line-height: 1.1;
	color: var(--cdp-text);
	text-align: center;
	margin-top: var(--cdp-section-gap);
	margin-bottom: clamp(2rem, 4vw, 3rem);
	letter-spacing: -0.01em;
	padding-left: clamp(0.5rem, 3vw, 1rem);
	padding-right: clamp(0.5rem, 3vw, 1rem);
}

.cdp-pa__grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	row-gap: clamp(4rem, 7vw, 6.5rem);
	column-gap: clamp(1rem, 2vw, 1.5rem);
}

.cdp-pa-card {
	grid-column: span 2;
	text-align: center;
	padding: 0 clamp(0.5rem, 1.5vw, 1.25rem);
	display: flex;
	flex-direction: column;
	align-items: center;
}

/* ÃƒÅ¡ltimos 2 cartÃƒÂµes: 3 colunas cada = 2 por fila, centrados */
.cdp-pa-card:nth-last-child(-n+2) {
	grid-column: span 3;
}

@media (max-width: 900px) {
	.cdp-pa__grid {
		grid-template-columns: repeat(2, 1fr);
		column-gap: clamp(0.65rem, 3vw, 1rem);
		row-gap: clamp(2.5rem, 8vw, 4rem);
	}

	.cdp-pa-card {
		grid-column: span 1;
		padding-left: clamp(0.35rem, 2vw, 0.75rem);
		padding-right: clamp(0.35rem, 2vw, 0.75rem);
	}

	.cdp-pa-card:nth-last-child(-n+2) {
		grid-column: span 1;
	}
}

@media (max-width: 560px) {
	.cdp-pa__grid {
		grid-template-columns: 1fr;
	}

	.cdp-pa-card,
	.cdp-pa-card:nth-last-child(-n+2) {
		grid-column: span 1;
	}
}

/* Mobile: carrossel horizontal na grelha de cabazes */
@media (max-width: 767px) {
	.cdp-pa__grid {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: stretch;
		justify-content: flex-start;
		gap: clamp(1rem, 4vw, 1.5rem);
		max-width: 100%;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		padding-left: clamp(0.75rem, 4vw, 1.25rem);
		padding-right: clamp(0.75rem, 4vw, 1.25rem);
		padding-bottom: clamp(2rem, 8vw, 3rem);
		overflow-x: auto;
		overflow-y: visible;
		-webkit-overflow-scrolling: touch;
		scroll-snap-type: x mandatory;
		scroll-padding-inline: clamp(0.75rem, 4vw, 1.25rem);
		scrollbar-width: none;
		-ms-overflow-style: none;
		overscroll-behavior-x: contain;
	}

	.cdp-pa__grid::-webkit-scrollbar {
		display: none;
		width: 0;
		height: 0;
	}

	.cdp-pa__grid .cdp-pa-card,
	.cdp-pa__grid .cdp-pa-card:nth-last-child(-n+2) {
		grid-column: auto;
		flex: 0 0 auto;
		width: min(82vw, 19.5rem);
		scroll-snap-align: start;
	}
}

.cdp-pa-card__title {
	font-family: var(--cdp-serif);
	font-size: clamp(1.6rem, 3.2vw, 2.5rem);
	font-weight: 400;
	font-variation-settings: "wght" 420;
	line-height: 1.12;
	margin-bottom: clamp(1rem, 2vw, 1.5rem);
	color: var(--cdp-text);
}

.cdp-pa-card__img {
	margin: 0 auto clamp(1rem, 2vw, 1.5rem);
	max-width: clamp(160px, 28vw, 300px);
	aspect-ratio: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cdp-pa-card__img img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
	filter: drop-shadow(0 18px 36px rgba(0, 0, 0, 0.13));
}

.cdp-pa-card__desc {
	font-family: var(--cdp-font-small);
	font-size: clamp(0.78rem, 1.1vw, 0.88rem);
	color: var(--cdp-muted);
	line-height: 1.7;
	margin-bottom: 1.25rem;
	max-width: 26rem;
	margin-left: auto;
	margin-right: auto;
	flex: 1;
}

.cdp-pa-card__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.5rem;
	margin-top: auto;
}

.cdp-pa-chip {
	padding: 0.55rem 1.35rem;
	border-radius: 999px;
	font-family: var(--cdp-sans);
	font-size: 0.62rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	background: #232629;
	color: #fff;
	border: none;
	cursor: pointer;
	transition: background 0.2s;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.cdp-pa-chip:hover { background: #2e3135; }

/* Destaque produto */
.cdp-featured {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(2rem, 5vw, 3.5rem);
	align-items: start;
}

@media (max-width: 900px) {
	.cdp-featured { grid-template-columns: 1fr; }
}

.cdp-featured__gallery {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.cdp-featured__main {
	border-radius: 6px;
	background: #fafafa;
	padding: clamp(1rem, 3vw, 1.75rem);
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 320px;
}

.cdp-featured__main img {
	max-width: 100%;
	max-height: 420px;
	width: auto;
	height: auto;
	object-fit: contain;
	filter: drop-shadow(0 16px 32px rgba(0, 0, 0, 0.1));
}

.cdp-featured__thumbs {
	display: flex;
	gap: 0.65rem;
	justify-content: center;
	flex-wrap: wrap;
}

.cdp-featured__thumb {
	width: 72px;
	height: 72px;
	border-radius: 6px;
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, 0.08);
	padding: 4px;
	background: #fff;
	cursor: pointer;
}

.cdp-featured__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 4px;
}

.cdp-featured__head {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: baseline;
	gap: 1rem;
	margin-bottom: 1.25rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.cdp-featured__name {
	font-family: var(--cdp-serif);
	font-size: clamp(1.65rem, 3.2vw, 2.35rem);
	font-weight: 400;
	color: var(--cdp-text);
	line-height: 1.2;
	max-width: 20rem;
}

.cdp-featured__price {
	font-family: var(--cdp-serif);
	font-size: clamp(1.35rem, 2.5vw, 1.85rem);
	font-weight: 700;
	color: var(--cdp-text);
}

.cdp-featured__text {
	font-family: var(--cdp-font-small);
	font-size: 0.95rem;
	color: var(--cdp-muted);
	line-height: 1.8;
	margin-bottom: 1.5rem;
}

.cdp-featured__variants {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin-bottom: 1.25rem;
}

.cdp-featured__qty {
	margin-bottom: 1.25rem;
}

.cdp-featured__qty label {
	display: block;
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #555;
	margin-bottom: 0.45rem;
}

.cdp-featured__select {
	width: 100%;
	max-width: 100%;
	padding: 0.95rem 1.1rem;
	border-radius: 999px;
	border: 1px solid #ccc;
	background: #fff;
	font-family: var(--cdp-sans);
	font-size: 0.95rem;
	color: var(--cdp-text);
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 1rem center;
	padding-right: 2.5rem;
}

/* â€”â€” AnimaÃ§Ãµes: entrada do hero â€”â€” */
@keyframes cdp-hero-shell-in {
	from {
		opacity: 0;
		transform: scale(0.96) translateY(18px);
	}
	to {
		opacity: 1;
		transform: scale(1) translateY(0);
	}
}

@keyframes cdp-hero-text-in {
	from {
		opacity: 0;
		filter: blur(12px);
	}
	to {
		opacity: 1;
		filter: blur(0);
	}
}

/* â€”â€” Revelar ao scroll (classe .cdp-reveal + .cdp-reveal--visible via JS) â€”â€” */
.cdp-reveal {
	opacity: 0;
	transform: translate3d(0, 36px, 0);
	transition:
		opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1),
		transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
	will-change: opacity, transform;
}

.cdp-reveal.cdp-reveal--visible {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	will-change: auto;
}

/* SecÃ§Ã£o "Como montamos": revelaÃ§Ã£o da direita para a esquerda */
.cdp-como.cdp-reveal {
	opacity: 0;
	transform: translate3d(72px, 0, 0);
}

.cdp-como.cdp-reveal.cdp-reveal--visible {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.cdp-pa__grid .cdp-pa-card.cdp-reveal:nth-child(1) {
	transition-delay: 0.02s;
}
.cdp-pa__grid .cdp-pa-card.cdp-reveal:nth-child(2) {
	transition-delay: 0.08s;
}
.cdp-pa__grid .cdp-pa-card.cdp-reveal:nth-child(3) {
	transition-delay: 0.14s;
}
.cdp-pa__grid .cdp-pa-card.cdp-reveal:nth-child(4) {
	transition-delay: 0.2s;
}
.cdp-pa__grid .cdp-pa-card.cdp-reveal:nth-child(5) {
	transition-delay: 0.26s;
}
.cdp-pa__grid .cdp-pa-card.cdp-reveal:nth-child(6) {
	transition-delay: 0.32s;
}

.cdp-products .cdp-product.cdp-reveal:nth-child(1) {
	transition-delay: 0.04s;
}
.cdp-products .cdp-product.cdp-reveal:nth-child(2) {
	transition-delay: 0.12s;
}
.cdp-products .cdp-product.cdp-reveal:nth-child(3) {
	transition-delay: 0.2s;
}

@media (prefers-reduced-motion: reduce) {
	.cdp-hero__shell,
	.cdp-hero__tradition-desktop,
	.cdp-hero__tradition-mobile,
	.cdp-hero__strap,
	.cdp-hero__tagline {
		animation: none !important;
		opacity: 1 !important;
		filter: none !important;
		transform: none !important;
	}

	.cdp-reveal {
		opacity: 1 !important;
		transform: none !important;
		transition: none !important;
	}

	.cdp-product__pill.cdp-added-pulse,
	.cdp-pa-chip.cdp-added-pulse {
		animation: none !important;
	}
}

@keyframes cdp-btn-added {
	0% {
		transform: scale(1);
	}
	45% {
		transform: scale(1.07);
		background: var(--cdp-accent);
		color: #fff;
	}
	100% {
		transform: scale(1);
	}
}

.cdp-product__pill.cdp-added-pulse,
.cdp-pa-chip.cdp-added-pulse {
	animation: cdp-btn-added 0.72s cubic-bezier(0.34, 1.35, 0.64, 1);
}
