/**
 * Shared hub panel layout — Baralhos, Loja, Livros archives.
 */

.yala-baralho-hub {
	--yala-hub-display: "Fraunces", Georgia, "Times New Roman", serif;
	--yala-hub-sans: var(--yala-font-sans, "Google Sans", system-ui, sans-serif);
	width: 100%;
}

.yala-baralho-hub__hero {
	margin-bottom: clamp(2rem, 5vw, 3rem);
	max-width: 40rem;
}

.yala-baralho-hub__title {
	margin: 0 0 0.75rem;
	font-family: var(--yala-hub-display);
	font-size: clamp(2rem, 1.4rem + 2.5vw, 3rem);
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: -0.02em;
	color: var(--yala-heading, #e53935);
}

.yala-baralho-hub__deck {
	margin-bottom: clamp(1.35rem, 3vw, 1.75rem);
}

.yala-baralho-hub__deck:last-child {
	margin-bottom: 0;
}

.yala-baralho-hub__deck-layout {
	display: grid;
	grid-template-columns: 1fr;
	gap: clamp(1rem, 2.5vw, 1.5rem);
	align-items: start;
	padding: clamp(0.85rem, 2vw, 1.1rem) clamp(1rem, 2.5vw, 1.35rem);
	border-radius: 14px;
	background: #fff;
	border: 1px solid rgba(45, 64, 89, 0.1);
	box-shadow: 0 10px 32px rgba(34, 40, 49, 0.07);
}

.yala-hub-panel--single {
	grid-template-columns: 1fr !important;
	width: 100%;
}

.yala-hub-panel--single .yala-email-capture__form {
	max-width: none;
	width: 100%;
}

.yala-baralho-hub__deck-copy {
	min-width: 0;
}

@media (min-width: 860px) {
	.yala-baralho-hub__deck-layout {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
		gap: clamp(1rem, 2.5vw, 1.5rem);
		align-items: center;
	}
}

.yala-baralho-hub__deck--soon .yala-baralho-hub__deck-layout {
	opacity: 0.92;
}

.yala-baralho-hub__deck-header {
	margin-bottom: 0.65rem;
}

.yala-baralho-hub__deck-title {
	margin: 0 0 0.35rem;
	font-family: var(--yala-hub-display);
	font-size: clamp(1.45rem, 1.2rem + 0.6vw, 1.9rem);
	font-weight: 500;
	line-height: 1.2;
}

.yala-baralho-hub__deck-title a {
	color: inherit;
	text-decoration: none;
}

.yala-baralho-hub__deck-title a:hover,
.yala-baralho-hub__deck-title a:focus {
	color: var(--yala-orange, #4a148c);
}

.yala-baralho-hub__deck-meta {
	margin: 0 0 0.5rem;
	font-family: var(--yala-hub-sans);
	font-size: 0.88rem;
	line-height: 1.45;
	opacity: 0.78;
}

.yala-baralho-hub__deck-excerpt {
	margin: 0 0 1rem;
	font-family: var(--yala-hub-sans);
	font-size: 0.98rem;
	line-height: 1.65;
	max-width: 36rem;
}

.yala-baralho-hub__deck-cta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin: 0;
}

.yala-baralho-hub__deck-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	max-width: 100%;
	padding: 0.65rem 1.25rem;
	border-radius: 999px;
	background: var(--yala-dark-blue, #38096b);
	color: #fff !important;
	font-family: var(--yala-hub-sans);
	font-size: 0.92rem;
	font-weight: 600;
	text-decoration: none !important;
	box-shadow: 0 8px 22px rgba(45, 64, 89, 0.2);
	transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.yala-baralho-hub__deck-button:hover,
.yala-baralho-hub__deck-button:focus {
	background: var(--yala-rich-black, #2a1b1a);
	color: #fff !important;
	transform: translateY(-2px);
	box-shadow: 0 12px 28px rgba(34, 40, 49, 0.24);
	text-decoration: none !important;
}

main .yala-baralho-hub .yala-baralho-hub__deck-button:not(.yala-loja-hub__deck-button--secondary):not(.yala-livros-hub__deck-button--secondary):hover,
main .yala-baralho-hub .yala-baralho-hub__deck-button:not(.yala-loja-hub__deck-button--secondary):not(.yala-livros-hub__deck-button--secondary):focus,
main .yala-baralho-hub .yala-baralho-hub__deck-button:not(.yala-loja-hub__deck-button--secondary):not(.yala-livros-hub__deck-button--secondary):focus-visible {
	color: #fff !important;
}

.yala-loja-hub__deck-button--secondary,
.yala-livros-hub__deck-button--secondary {
	background: transparent;
	color: var(--yala-dark-blue, #38096b) !important;
	border: 1px solid var(--yala-dark-blue, #38096b);
	box-shadow: none;
}

.yala-loja-hub__deck-button--secondary:hover,
.yala-loja-hub__deck-button--secondary:focus,
.yala-livros-hub__deck-button--secondary:hover,
.yala-livros-hub__deck-button--secondary:focus {
	background: rgba(45, 64, 89, 0.06);
	color: var(--yala-rich-black, #2a1b1a) !important;
	transform: translateY(-2px);
	box-shadow: none;
}

main .yala-baralho-hub .yala-loja-hub__deck-button--secondary:hover,
main .yala-baralho-hub .yala-loja-hub__deck-button--secondary:focus,
main .yala-baralho-hub .yala-loja-hub__deck-button--secondary:focus-visible,
main .yala-baralho-hub .yala-livros-hub__deck-button--secondary:hover,
main .yala-baralho-hub .yala-livros-hub__deck-button--secondary:focus,
main .yala-baralho-hub .yala-livros-hub__deck-button--secondary:focus-visible {
	color: var(--yala-rich-black, #2a1b1a) !important;
}

.yala-baralho-hub__deck-media {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 0;
}

@media (max-width: 640px) {
	.yala-baralho-hub .yala-baralho-hub__deck-cta {
		flex-direction: column;
		align-items: stretch;
		min-width: 0;
	}

	.yala-baralho-hub .yala-baralho-hub__deck-button {
		width: 100%;
	}
}
