header ul {
	display: flex;
	gap: 35px;
	align-items: center;
}

header ul li a {
	color: #fff !important;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	transition: .3s;
}

.mobile-menu, .ast-mobile-popup-drawer {
	background: #362120 !important;
}

.mobile-menu a, .ast-mobile-popup-drawer a {
	color: #e9ded0 !important;
	font-weight: 500;
}

.mobile-menu a:hover, .ast-mobile-popup-drawer a:hover {
	color: #c0a576 !important;
	background: #4a2b29 !important;
}

.mobile-menu .current-menu-item > a {
	color: #c0a576 !important;
}

.mobile-menu .sub-menu a {
	color: #cbb8a6 !important;
}

.mobile-menu li {
	border-bottom: 1px solid #4b2c2a;
}

header ul li a:hover {
	color: #caa46a !important;
}

.lux-loc-hero {
	position: relative;
	min-height: 68svh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 120px 20px;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

.lux-loc-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(58, 24, 21, .88), rgba(31, 31, 31, .72));
}

.lux-loc-hero-inner {
	position: relative;
	z-index: 2;
	max-width: 900px;
	text-align: center;
	color: #fff;
}

.lux-loc-badge {
	display: inline-block;
	margin-bottom: 20px;
	color: var(--et-gold);
	letter-spacing: 4px;
	font-size: .8rem;
	font-weight: 700;
	text-transform: uppercase;
}

.lux-loc-hero-inner h1 {
	font-size: clamp(2.8rem, 6vw, 5rem);
	line-height: 1.05;
	margin-bottom: 24px;
	font-family: "Playfair Display", serif;
	font-weight: 700;
}

.lux-loc-hero-inner p {
	max-width: 700px;
	margin: 0 auto 35px;
	font-size: 1.1rem;
	line-height: 1.9;
	color: #f5f5f5;
}

.lux-loc-btn {
	display: inline-block;
	padding: 15px 42px;
	border: 1px solid var(--et-gold);
	color: var(--et-gold);
	text-decoration: none;
	font-size: .85rem;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	transition: .35s ease;
}

.lux-loc-btn:hover {
	background: var(--et-gold);
	color: var(--et-burgundy-dark);
}

.lux-loc-body {
	padding: 90px 20px;
	background: var(--et-warm);
}

.lux-loc-wrap {
	max-width: 980px;
	margin: auto;
}

.lux-loc-intro span {
	display: block;
	margin-bottom: 12px;
	letter-spacing: 3px;
	color: var(--et-gold);
	font-size: .8rem;
	font-weight: 700;
	text-transform: uppercase;
}

.lux-loc-intro h2 {
	font-size: clamp(2rem, 4.5vw, 3.4rem);
	line-height: 1.2;
	color: var(--et-burgundy);
	font-family: "Playfair Display", serif;
	margin: 0 0 20px;
}

.lux-loc-intro p, .lux-loc-wrap p {
	font-size: 1.05rem;
	line-height: 2;
	color: var(--et-muted);
	margin-bottom: 20px;
}

.lux-sec-h2 {
	font-size: clamp(1.6rem, 3.5vw, 2.4rem);
	color: var(--et-burgundy);
	font-family: "Playfair Display", serif;
	margin: 60px 0 18px;
	border-bottom: 1px solid var(--et-border);
	padding-bottom: 14px;
}

.lux-loc-wrap h3 {
	font-size: 1.25rem;
	color: var(--et-burgundy-dark);
	font-family: "Playfair Display", serif;
	margin: 32px 0 12px;
}

.lux-tours-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 20px;
	margin: 35px 0;
}

.lux-tour-card {
	background: #fff;
	border: 1px solid var(--et-border);
	border-radius: 16px;
	padding: 24px;
	transition: .3s ease;
}

.lux-tour-card:hover {
	border-color: var(--et-gold);
	box-shadow: 0 4px 20px rgba(74, 31, 27, .08);
}

.lux-tour-card h4 {
	font-size: 1rem;
	color: var(--et-burgundy);
	font-family: "Playfair Display", serif;
	margin: 0 0 10px;
}

.lux-tour-card p {
	font-size: .92rem;
	margin-bottom: 14px;
}

.lux-tour-card a {
	color: var(--et-burgundy);
	text-decoration: none;
	font-weight: 700;
	font-size: .9rem;
	border-bottom: 1px solid var(--et-gold);
}

.lux-tour-card a:hover {
	color: var(--et-gold);
}

.lux-highlight {
	margin: 40px 0;
	padding: 30px 35px;
	background: linear-gradient(135deg, var(--et-burgundy), var(--et-burgundy-dark));
	border-radius: 20px;
	color: #fff;
}

.lux-highlight h3 {
	color: var(--et-gold);
	font-family: "Playfair Display", serif;
	font-size: 1.4rem;
	margin: 0 0 12px;
}

.lux-highlight p {
	color: #f2f2f2;
	margin: 0;
	line-height: 1.9;
}

.lux-note {
	margin: 28px 0;
	padding: 22px 26px;
	border-left: 4px solid var(--et-gold);
	background: #fffdf8;
	border-radius: 14px;
	line-height: 1.9;
	color: var(--et-muted);
	font-size: 1rem;
}

.lux-note a {
	color: var(--et-burgundy);
	font-weight: 700;
	border-bottom: 1px solid var(--et-gold);
}

.lux-faq {
	margin: 60px 0 0;
}

.lux-faq h2 {
	font-size: clamp(1.6rem, 3.5vw, 2.4rem);
	color: var(--et-burgundy);
	font-family: "Playfair Display", serif;
	margin: 0 0 30px;
	border-bottom: 1px solid var(--et-border);
	padding-bottom: 14px;
}

.lux-faq-item {
	margin-bottom: 28px;
	padding-bottom: 28px;
	border-bottom: 1px solid var(--et-border);
}

.lux-faq-item:last-child {
	border-bottom: none;
}

.lux-faq-item h3 {
	font-size: 1.1rem;
	color: var(--et-burgundy-dark);
	margin: 0 0 10px;
	font-weight: 700;
}

.lux-faq-item p {
	margin: 0;
	color: var(--et-muted);
	line-height: 1.9;
	font-size: 1rem;
}

.lux-cta {
	margin-top: 70px;
	padding: 45px;
	background: linear-gradient(135deg, var(--et-burgundy), var(--et-burgundy-dark));
	border-radius: 24px;
	text-align: center;
	color: #fff;
}

.lux-cta h3 {
	font-size: 1.8rem;
	font-family: "Playfair Display", serif;
	color: var(--et-gold);
	margin: 0 0 14px;
}

.lux-cta p {
	color: #f2f2f2;
	margin: 0 0 28px;
	font-size: 1.05rem;
}

.lux-cta a {
	display: inline-block;
	padding: 15px 42px;
	border: 1px solid var(--et-gold);
	color: var(--et-gold);
	text-decoration: none;
	font-size: .85rem;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	transition: .35s ease;
	border-radius: 4px;
}

.lux-cta a:hover {
	background: var(--et-gold);
	color: var(--et-burgundy-dark);
}

@media (max-width:991px) {
	.lux-loc-body {
		padding: 80px 24px;
	}
	
	.lux-cta, .lux-highlight {
		padding: 35px;
	}
}

@media (max-width:767px) {
	.lux-loc-hero {
		padding: 100px 20px;
		min-height: 75svh;
	}
	
	.lux-loc-hero-inner h1 {
		font-size: 2.5rem;
	}
	
	.lux-loc-hero-inner p {
		font-size: 1rem;
		line-height: 1.8;
	}
	
	.lux-loc-body {
		padding: 70px 20px;
	}
	
	.lux-loc-intro h2 {
		font-size: 2rem;
	}
	
	.lux-sec-h2 {
		font-size: 1.5rem;
		margin: 45px 0 15px;
	}
	
	.lux-tours-grid {
		grid-template-columns: 1fr;
	}
	
	.lux-highlight, .lux-cta {
		padding: 26px 20px;
		border-radius: 18px;
	}
	
	.lux-faq h2 {
		font-size: 1.5rem;
	}
}