body.luana-catalog-page {
	background: radial-gradient(circle at 10% 8%, rgba(227, 186, 110, 0.1), transparent 30%),
		radial-gradient(circle at 88% 6%, rgba(227, 186, 110, 0.07), transparent 24%),
		#070707;
	color: var(--luana-cream);
}

body.luana-catalog-page .site-content > .ast-container {
	display: block;
	max-width: 100%;
	padding: 0;
}

body.luana-catalog-page .ast-primary-header-bar,
body.luana-catalog-page .ast-above-header-bar,
body.luana-catalog-page .ast-below-header-bar {
	background: rgba(7, 7, 7, 0.88);
	border-bottom: 1px solid var(--luana-border);
}

body.luana-catalog-page .site-title a,
body.luana-catalog-page .main-header-menu > .menu-item > .menu-link {
	color: var(--luana-cream);
}

.luana-catalog-wrap h1 {
	font-size: clamp(1.85rem, 4.8vw, 3rem);
	line-height: 1.02;
}

.luana-catalog-wrap h2 {
	font-size: clamp(1.45rem, 3.6vw, 2.1rem);
	line-height: 1.08;
}

.luana-catalog-wrap .luana-lead {
	color: rgba(245, 236, 220, 0.79);
	font-size: 0.95rem;
	line-height: 1.72;
	max-width: 62ch;
}

.luana-catalog-filter-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
}

.luana-catalog-filter {
	background: rgba(8, 8, 8, 0.92);
	border: 1px solid rgba(227, 186, 110, 0.32);
	color: rgba(245, 236, 220, 0.84);
	display: inline-flex;
	font-size: 0.77rem;
	font-weight: 600;
	gap: 0.36rem;
	letter-spacing: 0.01em;
	padding: 0.52rem 0.66rem;
	text-decoration: none;
	text-transform: none;
}

.luana-catalog-filter:hover {
	background: rgba(227, 186, 110, 0.16);
	color: #fff3de;
}

.luana-catalog-filter.is-active {
	background: rgba(227, 186, 110, 0.15);
	border-color: rgba(227, 186, 110, 0.56);
	color: var(--luana-gold-soft);
}

.luana-catalog-grid {
	display: grid;
	gap: 0.9rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.luana-catalog-card-link {
	color: inherit;
	display: block;
	text-decoration: none;
}

.luana-catalog-card {
	background: rgba(9, 9, 9, 0.94);
	border: 1px solid rgba(227, 186, 110, 0.24);
	display: flex;
	flex-direction: column;
	min-height: 100%;
	overflow: hidden;
	transition: border-color 160ms ease, transform 160ms ease;
}

.luana-catalog-card-link:hover .luana-catalog-card {
	border-color: rgba(243, 221, 179, 0.72);
	transform: translateY(-2px);
}

.luana-catalog-card-media {
	aspect-ratio: 16 / 10;
	background: linear-gradient(150deg, rgba(16, 16, 16, 0.96), rgba(8, 8, 8, 0.97));
	display: flex;
	min-height: 190px;
	overflow: hidden;
}

.luana-catalog-card-media img {
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.luana-catalog-media-fallback {
	align-items: center;
	color: var(--luana-gold-soft);
	display: flex;
	font-family: "Cormorant Garamond", serif;
	font-size: 1.75rem;
	justify-content: center;
	letter-spacing: 0.05em;
	padding: 1rem;
	width: 100%;
}

.luana-catalog-card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 0.9rem;
}

.luana-catalog-badge {
	color: rgba(243, 221, 179, 0.95);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	margin: 0;
	text-transform: none;
}

.luana-catalog-card h2,
.luana-catalog-card h3 {
	color: var(--luana-cream);
	font-family: "Cormorant Garamond", serif;
	font-size: 1.42rem;
	line-height: 1.08;
	margin: 0.65rem 0 0;
}

.luana-catalog-card h2 a,
.luana-catalog-card h3 a {
	color: inherit;
	text-decoration: none;
}

.luana-catalog-card p {
	color: rgba(245, 236, 220, 0.74);
	font-size: 0.89rem;
	line-height: 1.68;
	margin: 0.68rem 0 0;
}

.luana-catalog-meta {
	display: grid;
	gap: 0.34rem;
	list-style: none;
	margin: 0.74rem 0 0;
	padding: 0;
}

.luana-catalog-meta li {
	color: rgba(245, 236, 220, 0.81);
	font-size: 0.82rem;
	line-height: 1.5;
}

.luana-catalog-pagination {
	margin-top: 1.25rem;
}

.luana-catalog-pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.luana-catalog-pagination a,
.luana-catalog-pagination span {
	background: rgba(8, 8, 8, 0.94);
	border: 1px solid rgba(227, 186, 110, 0.3);
	color: rgba(245, 236, 220, 0.86);
	font-size: 0.78rem;
	padding: 0.48rem 0.64rem;
	text-decoration: none;
}

.luana-catalog-pagination .current {
	background: rgba(227, 186, 110, 0.16);
	border-color: rgba(227, 186, 110, 0.6);
	color: var(--luana-gold-soft);
}

.luana-product-single-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: 1fr 1fr;
}

.luana-product-single-media {
	background: rgba(10, 10, 10, 0.94);
	border: 1px solid rgba(227, 186, 110, 0.24);
	overflow: hidden;
}

.luana-product-single-media img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.luana-product-single-copy {
	background: rgba(9, 9, 9, 0.94);
	border: 1px solid rgba(227, 186, 110, 0.24);
	padding: 1rem;
}

.luana-product-single-copy h1 {
	color: var(--luana-cream);
	font-family: "Cormorant Garamond", serif;
	font-size: clamp(1.9rem, 4.6vw, 3.1rem);
	line-height: 1.02;
	margin: 0.55rem 0 0;
}

.luana-product-single-content {
	color: rgba(245, 236, 220, 0.8);
	font-size: 0.95rem;
	line-height: 1.72;
	margin-top: 0.9rem;
}

.luana-product-single-content p {
	margin-bottom: 0.75rem;
}

.luana-product-note {
	border-top: 1px solid rgba(227, 186, 110, 0.2);
	color: rgba(245, 236, 220, 0.7);
	font-size: 0.84rem;
	margin-top: 1rem;
	padding-top: 0.85rem;
}

.luana-product-specs {
	background: rgba(10, 10, 10, 0.94);
	border: 1px solid rgba(227, 186, 110, 0.24);
	display: grid;
}

.luana-product-spec-row {
	border-bottom: 1px solid rgba(227, 186, 110, 0.16);
	display: grid;
	gap: 0.3rem;
	grid-template-columns: 0.8fr 1.2fr;
	padding: 0.7rem 0.82rem;
}

.luana-product-spec-row:last-child {
	border-bottom: 0;
}

.luana-product-spec-row span {
	color: rgba(243, 221, 179, 0.92);
	font-size: 0.8rem;
	font-weight: 600;
}

.luana-product-spec-row strong {
	color: rgba(245, 236, 220, 0.9);
	font-size: 0.88rem;
	font-weight: 600;
}

.luana-page-reparatii .luana-lead {
	max-width: 60ch;
}

.luana-page-reparatii .luana-cta-box {
	background: linear-gradient(160deg, rgba(227, 186, 110, 0.1), rgba(18, 18, 18, 0.96));
	border: 1px solid rgba(227, 186, 110, 0.31);
	padding: clamp(1rem, 3vw, 1.8rem);
}

.luana-page-reparatii .luana-cta-box h2 {
	color: var(--luana-cream);
	font-family: "Cormorant Garamond", serif;
	font-size: clamp(1.45rem, 3.8vw, 2.2rem);
	line-height: 1.04;
	margin: 0;
}

.luana-page-reparatii .luana-cta-box p {
	color: rgba(245, 236, 220, 0.78);
	font-size: 0.9rem;
	line-height: 1.7;
	margin: 0.72rem 0 0;
}

.luana-repair-video-panel video {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.luana-repair-terms-grid {
	display: grid;
	gap: 0.8rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.luana-repair-term-card {
	background: rgba(10, 10, 10, 0.94);
	border: 1px solid rgba(227, 186, 110, 0.24);
	padding: 0.9rem;
}

.luana-repair-term-card h3 {
	color: var(--luana-cream);
	font-family: "Cormorant Garamond", serif;
	font-size: 1.4rem;
	line-height: 1.1;
	margin: 0;
}

.luana-repair-term-card p {
	color: rgba(245, 236, 220, 0.75);
	font-size: 0.89rem;
	line-height: 1.67;
	margin: 0.66rem 0 0;
}

@media (max-width: 1180px) {
	.luana-catalog-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 980px) {
	.luana-product-single-grid {
		grid-template-columns: 1fr;
	}

	.luana-repair-terms-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 760px) {
	.luana-catalog-grid {
		grid-template-columns: 1fr;
	}

	.luana-product-spec-row {
		grid-template-columns: 1fr;
	}
}
