.ta-exclusives-archive {
	max-width: 1120px;
	margin: 0 auto;
	padding: clamp(1.5rem, 4vw, 2.75rem) clamp(1rem, 4vw, 2rem) clamp(2.5rem, 5vw, 3.5rem);
}

.ta-exclusives-archive-head {
	text-align: center;
	margin: 0 0 clamp(1.5rem, 3vw, 2.25rem);
}

.ta-exclusives-archive-eyebrow {
	margin: 0 0 0.35rem;
	font-family: Oswald, Inter, sans-serif;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #8a7200;
}

.ta-exclusives-archive-title {
	margin: 0 0 0.65rem;
	font-family: "Pirata One", UnifrakturCook, Cinzel, Georgia, serif;
	font-size: clamp(2.6rem, 6vw, 4rem);
	font-weight: 400;
	line-height: 1;
	color: #111;
}

.ta-exclusives-archive-intro-acc {
	margin: 0.5rem auto 0;
	max-width: 40rem;
	display: grid;
	gap: 0.65rem;
	text-align: left;
}

.ta-exclusives-acc-panel {
	margin: 0;
	border: 1px solid #e0e2e0;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
	overflow: hidden;
}

.ta-exclusives-acc-trigger {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	padding: 0.9rem 1rem;
	cursor: pointer;
	list-style: none;
	user-select: none;
	transition: background-color 0.15s ease, color 0.15s ease;
}

.ta-exclusives-acc-trigger::-webkit-details-marker {
	display: none;
}

.ta-exclusives-acc-trigger:hover,
.ta-exclusives-acc-trigger:focus-visible {
	background: #faf5ee;
	outline: none;
}

.ta-exclusives-intro-label {
	flex: 1;
	font-family: Oswald, Inter, sans-serif;
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #111;
}

.ta-exclusives-intro-trigger:hover .ta-exclusives-intro-label,
.ta-exclusives-intro-trigger:focus-visible .ta-exclusives-intro-label,
.ta-exclusives-intro-panel[open] .ta-exclusives-intro-label {
	color: #8a7200;
}

.ta-exclusives-acc-icon {
	flex: 0 0 1.35rem;
	width: 1.35rem;
	height: 1.35rem;
	border: 1px solid #d8d4c8;
	border-radius: 999px;
	position: relative;
	background: #fafae1;
	transition: transform 0.2s ease, border-color 0.15s ease;
}

.ta-exclusives-acc-icon::before,
.ta-exclusives-acc-icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0.55rem;
	height: 2px;
	background: #111;
	transform: translate(-50%, -50%);
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.ta-exclusives-acc-icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.ta-exclusives-acc-panel[open] .ta-exclusives-acc-icon::after {
	opacity: 0;
	transform: translate(-50%, -50%) rotate(0deg);
}

.ta-exclusives-acc-panel[open] .ta-exclusives-acc-trigger {
	background: #faf5ee;
	border-bottom: 1px solid #ece8dc;
}

.ta-exclusives-acc-body {
	padding: 0 1rem 1rem;
}

.ta-exclusives-acc-body p {
	margin: 0;
	font-size: 1.02rem;
	line-height: 1.65;
	color: #333;
}

.ta-exclusives-archive-body ul.products {
	display: grid !important;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: clamp(1rem, 2.5vw, 1.5rem);
	list-style: none;
	margin: 0;
	padding: 0;
	clear: none;
}

.ta-exclusives-archive-body ul.products::before,
.ta-exclusives-archive-body ul.products::after {
	display: none !important;
}

.ta-exclusives-archive-body ul.products li.product {
	width: 100% !important;
	max-width: none !important;
	float: none !important;
	clear: none !important;
	margin: 0 !important;
	padding: 0;
	list-style: none;
}

.ta-exclusives-card {
	height: 100%;
}

.ta-exclusives-card__surface {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	background: linear-gradient(180deg, #fff 0%, #faf8f2 100%);
	border: 1px solid #e4e0d6;
	border-radius: 16px;
	overflow: hidden;
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.9) inset,
		0 10px 24px rgba(17, 17, 17, 0.06),
		0 2px 6px rgba(17, 17, 17, 0.04);
	transition:
		transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
		box-shadow 0.28s cubic-bezier(0.22, 1, 0.36, 1),
		border-color 0.2s ease;
}

.ta-exclusives-card__surface::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	pointer-events: none;
	opacity: 0;
	background: radial-gradient(circle at 50% 0%, rgba(236, 201, 24, 0.14), transparent 58%);
	transition: opacity 0.28s ease;
}

.ta-exclusives-card:hover .ta-exclusives-card__surface,
.ta-exclusives-card:focus-within .ta-exclusives-card__surface {
	transform: translateY(-6px);
	border-color: #d8cdb8;
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.95) inset,
		0 22px 40px rgba(17, 17, 17, 0.12),
		0 8px 16px rgba(199, 33, 39, 0.08);
}

.ta-exclusives-card:hover .ta-exclusives-card__surface::after,
.ta-exclusives-card:focus-within .ta-exclusives-card__surface::after {
	opacity: 1;
}

.ta-exclusives-card__media {
	position: relative;
	display: block;
	text-decoration: none !important;
	color: inherit;
	background:
		radial-gradient(circle at 50% 18%, rgba(236, 201, 24, 0.12), transparent 58%),
		linear-gradient(180deg, #faf5ee 0%, #f3ecdf 100%);
	border-bottom: 1px solid #ece8dc;
	overflow: hidden;
}

.ta-exclusives-card__media-frame {
	display: block;
	aspect-ratio: 1 / 1;
	padding: 0.85rem;
}

.ta-exclusives-card__media img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
	object-position: center;
	transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
	filter: drop-shadow(0 10px 18px rgba(17, 17, 17, 0.12));
}

.ta-exclusives-card:hover .ta-exclusives-card__media img,
.ta-exclusives-card:focus-within .ta-exclusives-card__media img {
	transform: scale(1.04);
}

.ta-exclusives-card__badge {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	max-width: 100%;
	padding: 0.34rem 0.58rem;
	border-radius: 999px;
	border: 1px solid rgba(236, 201, 24, 0.9);
	background: rgba(255, 247, 214, 0.96);
	color: #111;
	font-family: Oswald, Inter, sans-serif;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	line-height: 1.2;
	box-shadow: 0 2px 8px rgba(17, 17, 17, 0.06);
}

.ta-exclusives-card__body {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	gap: 0.45rem;
	padding: 1rem 1rem 0.75rem;
}

.ta-exclusives-card__title {
	margin: 0;
	font-family: Oswald, Inter, sans-serif;
	font-size: 1.02rem;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.01em;
	text-transform: none;
}

.ta-exclusives-card__title a {
	color: #111 !important;
	text-decoration: none !important;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	transition: color 0.15s ease;
}

.ta-exclusives-card__title a:hover,
.ta-exclusives-card__title a:focus-visible {
	color: #8a7200 !important;
	outline: none;
}

.ta-exclusives-card__price,
.ta-exclusives-card__price .amount,
.ta-exclusives-card__price .woocommerce-Price-amount {
	margin: 0;
	font-family: Oswald, Inter, sans-serif;
	font-size: clamp(1.35rem, 2.2vw, 1.65rem) !important;
	font-weight: 800 !important;
	color: #c72127 !important;
	letter-spacing: -0.02em;
	line-height: 1.1;
}

.ta-exclusives-card__price .ta-product-price-pair,
.ta-exclusives-card__price .ta-product-price-total {
	display: none !important;
}

.ta-exclusives-card__footer {
	margin-top: auto;
	padding: 0 1rem 1rem;
}

.ta-exclusives-card__footer .button {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 2.65rem;
	margin: 0 !important;
	padding: 0.72rem 1rem !important;
	border: 0 !important;
	border-radius: 10px !important;
	background: linear-gradient(180deg, #d4282f 0%, #b81c22 100%) !important;
	color: #fff !important;
	font-family: Oswald, Inter, sans-serif !important;
	font-size: 0.82rem !important;
	font-weight: 700 !important;
	letter-spacing: 0.08em !important;
	text-transform: uppercase !important;
	text-decoration: none !important;
	box-shadow: 0 8px 18px rgba(199, 33, 39, 0.28);
	transition:
		transform 0.18s ease,
		box-shadow 0.18s ease,
		filter 0.18s ease;
}

.ta-exclusives-card__footer .button:hover,
.ta-exclusives-card__footer .button:focus-visible {
	transform: translateY(-1px);
	filter: brightness(1.04);
	box-shadow: 0 12px 22px rgba(199, 33, 39, 0.34);
	color: #fff !important;
	outline: none;
}

.ta-exclusives-card__footer .button:active {
	transform: translateY(0);
	box-shadow: 0 6px 14px rgba(199, 33, 39, 0.24);
}

.ta-exclusives-archive-empty {
	text-align: center;
	padding: 2rem 1rem;
	color: #555;
	font-size: 1.05rem;
}

.ta-exclusives-archive-body .woocommerce-pagination {
	margin-top: 1.75rem;
	text-align: center;
}

.ta-exclusives-archive-sections {
	margin-top: clamp(2rem, 4vw, 3rem);
	display: grid;
	gap: 1.5rem;
	max-width: 42rem;
	margin-left: auto;
	margin-right: auto;
}

.ta-exclusives-archive-section-title {
	margin: 0 0 0.5rem;
	font-family: Oswald, Inter, sans-serif;
	font-size: 1.15rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #111;
}

.ta-exclusives-archive-section p {
	margin: 0;
	font-size: 1rem;
	line-height: 1.65;
	color: #444;
}

.ta-exclusives-archive-faq {
	margin-top: clamp(2.5rem, 5vw, 3.5rem);
	max-width: 42rem;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2rem;
	border-top: 1px solid #e0e2e0;
}

.ta-exclusives-archive-faq-title {
	margin: 0 0 1.25rem;
	font-family: Oswald, Inter, sans-serif;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #111;
	text-align: center;
}

.ta-exclusives-archive-faq-list {
	display: grid;
	gap: 0.65rem;
	text-align: left;
}

.ta-exclusives-faq-label {
	flex: 1;
	font-family: Inter, sans-serif;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.45;
	color: #111;
}

.ta-exclusives-faq-trigger:hover .ta-exclusives-faq-label,
.ta-exclusives-faq-trigger:focus-visible .ta-exclusives-faq-label,
.ta-exclusives-faq-panel[open] .ta-exclusives-faq-label {
	color: #8a7200;
}

.ta-exclusives-faq-body p {
	font-size: 0.98rem;
	line-height: 1.6;
	color: #444;
}

@media (max-width: 640px) {
	.ta-exclusives-archive-body ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.85rem;
	}

	.ta-exclusives-card__media-frame {
		padding: 0.55rem;
	}

	.ta-exclusives-card__badge {
		font-size: 0.6rem;
		padding: 0.28rem 0.48rem;
	}

	.ta-exclusives-card__body {
		padding: 0.75rem 0.75rem 0.55rem;
	}

	.ta-exclusives-card__title {
		font-size: 0.88rem;
	}

	.ta-exclusives-card__footer {
		padding: 0 0.75rem 0.75rem;
	}

	.ta-exclusives-card__footer .button {
		min-height: 2.35rem;
		font-size: 0.72rem !important;
		padding: 0.62rem 0.55rem !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ta-exclusives-card__surface,
	.ta-exclusives-card__media img,
	.ta-exclusives-card__footer .button {
		transition: none;
	}

	.ta-exclusives-card:hover .ta-exclusives-card__surface,
	.ta-exclusives-card:focus-within .ta-exclusives-card__surface {
		transform: none;
	}

	.ta-exclusives-card:hover .ta-exclusives-card__media img,
	.ta-exclusives-card:focus-within .ta-exclusives-card__media img {
		transform: none;
	}
}
