/* Lux-style homepage (child theme) — complements TeeSpace */

.lux-home__wrap {
	padding-top: 0.75rem;
	padding-bottom: 3rem;
}

.lux-home__promo {
	background: #1a1a1a;
	color: #f5f0e8;
	text-align: center;
	font-size: 0.9rem;
	letter-spacing: 0.02em;
	padding: 0.65rem 1rem;
	margin: 0 0 1.5rem;
}

.lux-home__promo-inner {
	max-width: 72rem;
	margin: 0 auto;
}

.lux-home__intro {
	margin-bottom: 2rem;
	padding: 1.25rem 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.lux-home__section {
	margin-bottom: 2.75rem;
	overflow: visible;
}

.lux-home__section-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	flex-wrap: wrap;
	margin-bottom: 1.25rem;
	padding-top: 0.35rem;
	padding-bottom: 0.85rem;
	overflow: visible;
	min-height: 2.75rem;
	border-bottom: 2px solid #c5a572;
}

.lux-home__section-title {
	font-size: 1.35rem;
	font-weight: 600;
	margin: 0;
	padding: 0.35em 0;
	line-height: 1.45;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #111111;
	overflow: visible;
	position: relative;
	z-index: 1;
	-webkit-font-smoothing: antialiased;
}

.lux-home__section-link {
	font-size: 0.85rem;
	text-decoration: none;
	color: #8b6914;
	white-space: nowrap;
}

.lux-home__section-link:hover {
	text-decoration: underline;
}

.lux-home__product-grid .archive-product-wrapper .products {
	margin-bottom: 0;
}

.lux-home__trust {
	background: #faf8f5;
	border: 1px solid #e8e4dc;
	padding: 2rem 1.25rem;
	margin-bottom: 2rem;
}

.lux-home__trust-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 1.5rem;
	max-width: 72rem;
	margin: 0 auto;
}

.lux-home__trust-title {
	font-size: 1rem;
	margin: 0 0 0.35rem;
	color: #2c2c2c;
}

.lux-home__trust-text {
	margin: 0;
	font-size: 0.9rem;
	color: #555;
	line-height: 1.5;
}

.lux-home__contact {
	text-align: center;
	padding: 2rem 1rem;
	margin-bottom: 2rem;
	background: linear-gradient(180deg, #fff 0%, #faf8f5 100%);
	border: 1px solid #e8e4dc;
}

.lux-home__contact-title {
	margin: 0 0 0.5rem;
	font-size: 1.15rem;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.lux-home__contact-mail {
	font-size: 1.1rem;
	color: #8b6914;
	text-decoration: none;
}

.lux-home__contact-mail:hover {
	text-decoration: underline;
}

.lux-home__blog-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	gap: 1.5rem;
}

.lux-home__blog-card {
	border: 1px solid #e8e4dc;
	background: #fff;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.lux-home__blog-thumb {
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: #f0ebe3;
}

.lux-home__blog-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lux-home__blog-title {
	font-size: 1rem;
	margin: 0;
	padding: 1rem 1rem 0;
	line-height: 1.35;
}

.lux-home__blog-title a {
	color: #2c2c2c;
	text-decoration: none;
}

.lux-home__blog-title a:hover {
	color: #8b6914;
}

.lux-home__blog-excerpt {
	padding: 0.5rem 1rem 1rem;
	font-size: 0.875rem;
	color: #555;
	line-height: 1.5;
	flex: 1;
}

@media (max-width: 767px) {
	.lux-home__section-title {
		font-size: 1.15rem;
	}
}
