/*
Theme Name:   Nachtwächter Leipzig
Theme URI:    https://nachtwaechter-leipzig.de
Description:  Child-Theme für den Nachtwächter-Rundgang Leipzig, basierend auf Twenty Twenty-Five.
Author:       Leipzig Erleben GmbH
Author URI:   https://leipzig-erleben.com
Template:     twentytwentyfive
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  nachtwaechter-leipzig
*/

/* ── Hero: Gradient-Overlay ── */
.hero-cover > .wp-block-cover__background {
	background: linear-gradient(
		to bottom,
		rgba(14,14,18,0.25) 0%,
		rgba(14,14,18,0.10) 30%,
		rgba(14,14,18,0.60) 65%,
		rgba(14,14,18,0.93) 100%
	) !important;
	opacity: 1 !important;
}

.hero-cover .wp-block-cover__inner-container {
	max-width: 720px;
	padding: 64px 48px 72px;
	align-self: flex-end;
}

.hero-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #F9B407;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	margin-bottom: 22px;
}

.hero-eyebrow .eyebrow-line {
	display: block;
	width: 24px;
	height: 1px;
	background: #F9B407;
	opacity: 0.6;
}

/* ── Navigation ── */
.site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	border-bottom: 1px solid #e0ddd8;
	height: 76px;
}

.site-header .wp-block-site-logo img {
	height: 52px;
	width: auto;
}

.nav-divider {
	width: 1px;
	height: 36px;
	background: #d8d4cc;
	flex-shrink: 0;
}

.brand-sub {
	font-size: 10px;
	color: #888888;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin-top: 2px;
}

.nav-links a {
	font-size: 13px;
	font-weight: 500;
	color: #444444;
	letter-spacing: 0.02em;
	transition: color 0.2s;
	text-decoration: none;
}
.nav-links a:hover { color: #c48f00; }

.nav-cta .wp-block-button__link {
	background-color: #F9B407;
	color: #0e0e12;
	font-size: 13px;
	font-weight: 600;
	padding: 10px 22px;
	border-radius: 6px;
	transition: background 0.2s;
}
.nav-cta .wp-block-button__link:hover {
	background-color: #ffc533;
}

/* ── Facts Bar ── */
.facts-bar {
	background: #15151a;
	border-bottom: 1px solid rgba(255,255,255,0.10);
}

.facts-bar .wp-block-columns {
	gap: 0 !important;
}

.fact-col {
	border-right: 1px solid rgba(255,255,255,0.10);
	padding: 24px 32px;
}
.fact-col:last-child { border-right: none; }

.fact-inner {
	display: flex;
	align-items: center;
	gap: 14px;
}

.fact-icon {
	width: 38px;
	height: 38px;
	background: rgba(249,180,7,0.1);
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.fact-icon--time {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' viewBox='0 0 20 20'%3E%3Ccircle cx='10' cy='10' r='8' stroke='%23f9b407' stroke-width='1.5'/%3E%3Cpath stroke='%23f9b407' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M10 6v4l2.5 2.5'/%3E%3C/svg%3E");
}

.fact-label {
	font-size: 10px;
	color: #a0a0b4;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	margin-bottom: 2px;
}

.fact-value {
	font-size: 14px;
	font-weight: 600;
	color: #f0ece4;
}

/* ── Section Tags ── */
.section-tag {
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #F9B407;
	margin-bottom: 14px;
}

/* ── About / Tour ── */
.about-quote {
	border-left: 3px solid #F9B407;
	padding: 16px 20px;
	margin: 28px 0;
	background: rgba(249,180,7,0.05);
	border-radius: 0 8px 8px 0;
}

.about-body p {
	font-size: 15px;
	color: #b8b4cc;
	line-height: 1.8;
	margin-bottom: 16px;
}

.about-img-wrap {
	position: relative;
}

.about-img-badge {
	background: rgba(14,14,18,0.85);
	border: 1px solid rgba(255,255,255,0.10);
	border-radius: 8px;
	padding: 10px 14px;
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}

.about-img-badge-val {
	font-family: 'Inter', serif;
	font-size: 18px;
	font-weight: 700;
	color: #F9B407;
}

.about-img-badge-label {
	font-size: 11px;
	color: #a0a0b4;
}

/* ── Carousel ── */
.carousel-outer {
	position: relative;
	max-width: 960px;
	margin: 0 auto;
	padding: 0 48px;
}

.carousel-viewport {
	overflow: hidden;
	border-radius: 14px;
	background: #15151a;
}

.carousel-track {
	display: flex;
	transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
	will-change: transform;
}

.carousel-slide {
	flex: 0 0 100%;
	aspect-ratio: 16/9;
	overflow: hidden;
}

.carousel-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.carousel-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 48px;
	height: 48px;
	background: rgba(14,14,18,0.8);
	border: 1px solid rgba(255,255,255,0.10);
	border-radius: 50%;
	color: #f0ece4;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.2s, border-color 0.2s, color 0.2s;
	z-index: 2;
	padding: 0;
}

.carousel-btn:hover {
	background: rgba(249,180,7,0.15);
	border-color: rgba(249,180,7,0.5);
	color: #F9B407;
}

.carousel-prev { left: 4px; }
.carousel-next { right: 4px; }

.carousel-dots {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 20px;
}

.carousel-dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: rgba(255,255,255,0.2);
	cursor: pointer;
	transition: background 0.25s, transform 0.25s;
	padding: 0;
	border: none;
}

.carousel-dot.active {
	background: #F9B407;
	transform: scale(1.4);
}

/* ── Highlight Cards ── */
.highlight-card {
	background: #15151a;
	border: 1px solid rgba(255,255,255,0.10);
	border-radius: 12px;
	padding: 28px 24px;
	transition: border-color 0.2s;
}

.highlight-card:hover { border-color: rgba(249,180,7,0.3); }

.highlight-icon {
	width: 44px;
	height: 44px;
	background: rgba(249,180,7,0.1);
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 16px;
}

.highlight-title {
	font-size: 14px;
	font-weight: 600;
	color: #f0ece4;
	margin-bottom: 8px;
}

.highlight-desc {
	font-size: 13px;
	color: #b0adc4;
	line-height: 1.65;
}

/* ── Booking CTA ── */
.booking-note {
	margin-top: 16px;
	font-size: 12px;
	color: rgba(14,14,18,0.45);
}

.btn-dark.wp-block-button__link {
	/* background: #0e0e12 !important;
	color: #F9B407 !important; */
	font-size: 15px;
	font-weight: 700;
	padding: 16px 36px;
	border-radius: 8px;
	letter-spacing: 0.02em;
	transition: background 0.2s;
}

.btn-dark.wp-block-button__link:hover {
	/* background: #1c1c28 !important; */
}

/* ── Footer ── */
.footer-le-wrap {
	background: #ffffff;
	border-radius: 12px;
	padding: 20px 28px;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	text-align: center;
}

.footer-le-label {
	font-size: 10px;
	color: #888888;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.footer-le-wrap img { height: 48px; width: auto; display: block; }

.footer-links-title {
	font-size: 10px;
	color: #a0a0b4;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	margin-bottom: 10px;
}

/* ── Responsive ── */
@media (max-width: 768px) {
	.site-header { height: 64px; }

	.site-header .wp-block-site-logo img { height: 40px; }

	.nav-links { display: none !important; }

	.hero-cover .wp-block-cover__inner-container {
		padding: 48px 20px 56px;
	}

	.hero-cover .wp-block-heading { font-size: 34px !important; }

	.carousel-outer { padding: 0 20px; }
	.carousel-prev { left: -4px; }
	.carousel-next { right: -4px; }

	.fact-col { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.10); }
	.fact-col:last-child { border-bottom: none; }

	.footer-le-wrap { align-items: flex-start; }

	/* Highlights: 1 Spalte auf Mobile */
	.highlights-grid,
	[style*="grid-template-columns:repeat(3,1fr)"] {
		grid-template-columns: 1fr !important;
	}
}

/* Disable button link focus outline */
:root :where(.wp-element-button:focus, .wp-block-button__link:focus) {
	outline: none !important;
}