/*!
Theme Name: Deutschland Verzeichnis
Theme URI: https://huren-deutschland.de/
Author: BH Theme
Author URI: https://bh-theme.local/
Description: Deutschland-weites Verzeichnis für Escorts, Bordelle, Clubs, Massage. Escort-Modelle mit Bild, Filter nach Stadt/Bezirk.
Version: 2.0.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bhtheme
Tags: adult-directory, city-guide, custom-post-types, responsive, translation-ready, customizer

BH Theme – Elegantes Directory-Theme.
*/

/*--------------------------------------------------------------
# Design System – Elegant Lavender / Erotic Luxury
--------------------------------------------------------------*/
:root,
[data-theme="light"] {
	/* Primary – Deep Plum / Aubergine */
	--bh-primary: #5b2a6e;
	--bh-primary-dark: #3e1a4d;
	--bh-primary-light: #7c4d8e;
	--bh-primary-alpha: rgba(91, 42, 110, 0.08);

	/* Accent – Warm Rose */
	--bh-accent: #c4647a;
	--bh-accent-light: #d98e9c;

	/* Backgrounds – Soft Lavender Tones */
	--bh-bg: #f0e6f0;
	--bh-bg-soft: #f7f0f7;
	--bh-bg-card: #ffffff;
	--bh-bg-elevated: #faf5fa;
	--bh-bg-input: #f5edf5;
	--bh-bg-hero: #e8d8ec;

	/* Text */
	--bh-text: #3d2c42;
	--bh-text-heading: #2a1530;
	--bh-text-muted: #7a6882;
	--bh-text-on-primary: #ffffff;

	/* Borders & Shadows */
	--bh-border: #ddd0e0;
	--bh-border-light: rgba(91, 42, 110, 0.06);
	--bh-radius: 6px;
	--bh-radius-lg: 12px;
	--bh-shadow: 0 2px 12px rgba(91, 42, 110, 0.06);
	--bh-shadow-hover: 0 8px 30px rgba(91, 42, 110, 0.1);
	--bh-transition: all 0.3s ease;

	/* Status */
	--bh-success: #4a9e6d;
	--bh-warning: #c48f3d;
	--bh-error: #b94a4a;

	/* Typography */
	--bh-font-heading: 'Playfair Display', Georgia, 'Times New Roman', serif;
	--bh-font-body: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

	/* Layout */
	--bh-container: 1200px;
	--bh-spacing: 2rem;
}

[data-theme="dark"] {
	--bh-primary: #b88cc8;
	--bh-primary-dark: #9a6eb0;
	--bh-primary-light: #d4b0e0;
	--bh-primary-alpha: rgba(184, 140, 200, 0.1);

	--bh-accent: #d98e9c;
	--bh-accent-light: #e8b0bb;

	--bh-bg: #1a1220;
	--bh-bg-soft: #221828;
	--bh-bg-card: #261a2e;
	--bh-bg-elevated: #2e2036;
	--bh-bg-input: #201628;
	--bh-bg-hero: #1e1426;

	--bh-text: #e0d4e4;
	--bh-text-heading: #f5f0f8;
	--bh-text-muted: #9a8aa2;
	--bh-text-on-primary: #ffffff;

	--bh-border: #3a2c44;
	--bh-border-light: rgba(184, 140, 200, 0.08);
	--bh-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
	--bh-shadow-hover: 0 8px 30px rgba(0, 0, 0, 0.3);
}

/*--------------------------------------------------------------
# Reset & Base
--------------------------------------------------------------*/
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
	margin: 0;
	font-family: var(--bh-font-body);
	font-size: 16px;
	line-height: 1.7;
	color: var(--bh-text);
	background-color: var(--bh-bg);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 768px) {
	body { padding-bottom: calc(65px + env(safe-area-inset-bottom)); }
}

a { color: var(--bh-primary); text-decoration: none; transition: var(--bh-transition); }
a:hover { color: var(--bh-primary-dark); }

img { max-width: 100%; height: auto; display: block; }

::selection { background: var(--bh-primary-alpha); color: var(--bh-primary-dark); }

/*--------------------------------------------------------------
# Typography – Elegant Serif Headlines
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-family: var(--bh-font-heading);
	color: var(--bh-text-heading);
	margin-top: 0;
	line-height: 1.2;
	font-weight: 600;
}

h1 { font-size: 3rem; }
h2 { font-size: 2.25rem; }
h3 { font-size: 1.5rem; }
h4 { font-size: 1.25rem; }

@media (max-width: 768px) {
	h1 { font-size: 2.25rem; }
	h2 { font-size: 1.75rem; }
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.container {
	width: 100%;
	max-width: var(--bh-container);
	margin: 0 auto;
	padding: 0 var(--bh-spacing);
}

.site-main { padding: 4rem 0; }

.section { padding: 5rem 0; }
.section:nth-child(even) { background: var(--bh-bg-soft); }

.section-title {
	font-family: var(--bh-font-heading);
	font-size: 2.25rem;
	margin-bottom: 3rem;
	color: var(--bh-text-heading);
	font-weight: 600;
}

.text-center { text-align: center; }
.mt-4 { margin-top: 2.5rem; }

/*--------------------------------------------------------------
# Section Headers (Title + Link)
--------------------------------------------------------------*/
.section-header {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 1rem;
	margin-bottom: 2.5rem;
}

.section-header .section-title { margin-bottom: 0; }

.section-link {
	font-family: var(--bh-font-body);
	font-size: 0.9rem;
	font-weight: 600;
	color: var(--bh-primary);
	letter-spacing: 0.02em;
}

.section-link:hover { color: var(--bh-primary-dark); }

/*--------------------------------------------------------------
# Hero Stats
--------------------------------------------------------------*/
.hero-stats {
	margin-top: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.75rem;
	font-size: 0.9rem;
}

.hero-stat { color: var(--bh-text-muted); }
.hero-has-image .hero-stat { color: rgba(255,255,255,0.7); }
.hero-stat strong { color: var(--bh-text-heading); font-family: var(--bh-font-heading); font-size: 1.1rem; }
.hero-has-image .hero-stat strong { color: #fff; }
.hero-stat-sep { color: var(--bh-text-muted); opacity: 0.5; }

/*--------------------------------------------------------------
# Cities Grid (Deutschlandweite Städte)
--------------------------------------------------------------*/
.cities-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}

@media (min-width: 768px) { .cities-grid { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 992px) { .cities-grid { grid-template-columns: repeat(6, 1fr); } }

.city-card {
	background: var(--bh-bg-card);
	padding: 1.5rem 1rem;
	text-align: center;
	transition: var(--bh-transition);
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	box-shadow: var(--bh-shadow);
	border: none;
}

.city-card:hover {
	background: var(--bh-primary);
	transform: translateY(-3px);
	box-shadow: var(--bh-shadow-hover);
}

.city-card:hover .city-name { color: #fff; }
.city-card:hover .city-count { color: rgba(255,255,255,0.7); }

.city-name { font-family: var(--bh-font-heading); font-weight: 600; font-size: 1.05rem; color: var(--bh-text-heading); transition: var(--bh-transition); }
.city-count { font-size: 0.8rem; color: var(--bh-text-muted); transition: var(--bh-transition); }

/*--------------------------------------------------------------
# Category Card Highlight (Escort)
--------------------------------------------------------------*/
.category-card-highlight {
	background: var(--bh-primary);
	color: var(--bh-text-on-primary);
	box-shadow: var(--bh-shadow-hover);
}

.category-card-highlight .category-title { color: #fff; }
.category-card-highlight .category-count { color: rgba(255,255,255,0.7); background: rgba(255,255,255,0.15); }

.category-card-highlight:hover { background: var(--bh-primary-dark); transform: translateY(-4px); }
.category-card-highlight:hover .category-title { color: #fff; }

/*--------------------------------------------------------------
# Escorts Section (prominent)
--------------------------------------------------------------*/
.escorts-section { background: var(--bh-bg-soft); }

/*--------------------------------------------------------------
# Buttons – Clean & Elegant
--------------------------------------------------------------*/
.button,
button[type="submit"],
input[type="submit"] {
	display: inline-block;
	padding: 0.875rem 2.25rem;
	font-family: var(--bh-font-body);
	font-size: 0.9rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--bh-text-heading);
	background: transparent;
	border: 2px solid var(--bh-text-heading);
	cursor: pointer;
	transition: var(--bh-transition);
	text-align: center;
}

.button:hover,
button[type="submit"]:hover,
input[type="submit"]:hover {
	background: var(--bh-primary);
	border-color: var(--bh-primary);
	color: var(--bh-text-on-primary);
	text-decoration: none;
}

.button-primary {
	background: var(--bh-primary);
	border-color: var(--bh-primary);
	color: var(--bh-text-on-primary);
}

.button-primary:hover {
	background: var(--bh-primary-dark);
	border-color: var(--bh-primary-dark);
}

/*--------------------------------------------------------------
# Header – Clean, Minimal Navigation
--------------------------------------------------------------*/
.site-header {
	background: var(--bh-bg);
	padding: 1.5rem 0;
	position: relative;
	z-index: 100;
	border-bottom: 1px solid var(--bh-border-light);
}

.site-header .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
}

.site-branding { display: flex; align-items: center; gap: 0.75rem; }

.site-title {
	margin: 0;
	font-family: var(--bh-font-heading);
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: -0.02em;
}

.site-title a { color: var(--bh-text-heading); }
.site-title a:hover { color: var(--bh-primary); }

.site-description {
	display: none;
}

.header-actions {
	display: flex;
	align-items: center;
	gap: 2rem;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 2.5rem;
}

.main-navigation a {
	font-family: var(--bh-font-body);
	font-size: 0.95rem;
	font-weight: 500;
	color: var(--bh-text);
	letter-spacing: 0.02em;
	padding: 0.25rem 0;
	position: relative;
}

.main-navigation a::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	height: 1px;
	background: var(--bh-primary);
	transition: width 0.3s ease;
}

.main-navigation a:hover { color: var(--bh-primary); }
.main-navigation a:hover::after,
.main-navigation .current-menu-item > a::after { width: 100%; }

.theme-mode-toggle {
	background: none;
	border: 1px solid var(--bh-border);
	color: var(--bh-text-muted);
	padding: 0.4rem 0.75rem;
	font-size: 0.85rem;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 0.4rem;
	box-shadow: none;
}
.theme-mode-toggle:hover { border-color: var(--bh-primary); color: var(--bh-primary); background: transparent; }

/* Mobile Menu */
.menu-toggle {
	display: none;
	background: none;
	border: 1px solid var(--bh-border);
	color: var(--bh-text);
	padding: 0.5rem 1rem;
	font-family: var(--bh-font-body);
	font-size: 0.9rem;
	cursor: pointer;
}

@media (max-width: 768px) {
	.menu-toggle { display: block; }
	.main-navigation ul { display: none; }
	.main-navigation.toggled ul {
		display: flex;
		flex-direction: column;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background: var(--bh-bg-card);
		border-bottom: 1px solid var(--bh-border);
		padding: 1.5rem var(--bh-spacing);
		gap: 1rem;
		box-shadow: var(--bh-shadow);
		z-index: 99;
	}
}

/*--------------------------------------------------------------
# Hero – Elegant, Centered, Sensual
--------------------------------------------------------------*/
.hero {
	background: var(--bh-bg-hero);
	min-height: 500px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: relative;
	padding: 6rem 2rem;
	overflow: hidden;
}

.hero-has-image { background-size: cover; background-position: center; }
.hero-overlay { position: absolute; inset: 0; background: rgba(42, 21, 48, 0.5); pointer-events: none; }
.hero-content { position: relative; z-index: 1; max-width: 700px; margin: 0 auto; }

.hero-title {
	font-family: var(--bh-font-heading);
	font-size: 4rem;
	font-weight: 700;
	font-style: italic;
	color: var(--bh-text-heading);
	margin-bottom: 1.25rem;
	line-height: 1.1;
}

.hero-has-image .hero-title { color: #fff; }

.hero-subtitle {
	font-size: 1.15rem;
	color: var(--bh-text-muted);
	margin-bottom: 2.5rem;
	line-height: 1.7;
}

.hero-has-image .hero-subtitle { color: rgba(255,255,255,0.85); }

.hero-search {
	display: flex;
	max-width: 520px;
	margin: 0 auto;
	border: 2px solid var(--bh-border);
	overflow: hidden;
}

.hero-search .search-field {
	flex: 1;
	padding: 1rem 1.5rem;
	border: none;
	background: var(--bh-bg-card);
	color: var(--bh-text);
	font-family: var(--bh-font-body);
	font-size: 0.95rem;
	outline: none;
}

.hero-search .search-field::placeholder { color: var(--bh-text-muted); }

.hero-search .search-submit {
	padding: 1rem 2rem;
	background: var(--bh-primary);
	color: var(--bh-text-on-primary);
	border: none;
	font-family: var(--bh-font-body);
	font-weight: 600;
	font-size: 0.9rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	cursor: pointer;
	transition: var(--bh-transition);
}

.hero-search .search-submit:hover { background: var(--bh-primary-dark); }

@media (max-width: 640px) {
	.hero { min-height: 400px; padding: 4rem 1.5rem; }
	.hero-title { font-size: 2.75rem; }
	.hero-search { flex-direction: column; border: none; gap: 0; }
	.hero-search .search-field { border: 2px solid var(--bh-border); }
	.hero-search .search-submit { width: 100%; }
}

/*--------------------------------------------------------------
# Category Cards – Clean Grid
--------------------------------------------------------------*/
.categories-grid {
	display: grid;
	gap: 2rem;
	grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 768px) { .categories-grid { grid-template-columns: repeat(4, 1fr); } }

.category-card {
	background: var(--bh-bg-card);
	padding: 2.5rem 1.5rem;
	text-align: center;
	transition: var(--bh-transition);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.75rem;
	border: none;
	box-shadow: var(--bh-shadow);
}

.category-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--bh-shadow-hover);
}

.category-card:hover .category-title { color: var(--bh-primary); }

.category-icon { font-size: 2.5rem; margin-bottom: 0.5rem; }
.category-title { font-family: var(--bh-font-heading); font-size: 1.2rem; margin: 0; color: var(--bh-text-heading); font-weight: 600; }
.category-count { font-size: 0.85rem; color: var(--bh-text-muted); }

/*--------------------------------------------------------------
# District Cards
--------------------------------------------------------------*/
.districts-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
}

.district-card {
	background: var(--bh-bg-card);
	padding: 1.25rem;
	text-align: center;
	transition: var(--bh-transition);
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	box-shadow: var(--bh-shadow);
	border: none;
}

.district-card:hover { background: var(--bh-primary); color: var(--bh-text-on-primary); transform: translateY(-2px); }
.district-card:hover .district-name { color: var(--bh-text-on-primary); }
.district-card:hover .district-count { color: rgba(255,255,255,0.7); }

.district-name { font-weight: 600; color: var(--bh-text-heading); transition: var(--bh-transition); }
.district-count { font-size: 0.8rem; color: var(--bh-text-muted); transition: var(--bh-transition); }

/*--------------------------------------------------------------
# Location Cards – Listings
--------------------------------------------------------------*/
.locations-grid {
	display: grid;
	gap: 2rem;
}

@media (min-width: 640px) { .locations-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 992px) { .locations-grid { grid-template-columns: repeat(3, 1fr); } }

.location-card {
	background: var(--bh-bg-card);
	overflow: hidden;
	transition: var(--bh-transition);
	display: flex;
	flex-direction: column;
	height: 100%;
	box-shadow: var(--bh-shadow);
	border: none;
}

.location-card:hover {
	transform: translateY(-5px);
	box-shadow: var(--bh-shadow-hover);
}

.location-card-image-wrap { position: relative; overflow: hidden; }
.location-image { position: relative; overflow: hidden; }
.location-image a { display: block; position: relative; }
.location-image img,
.location-image .placeholder-image {
	width: 100%;
	aspect-ratio: 4/3;
	object-fit: cover;
	transition: transform 0.6s ease;
	border-radius: 0;
}
.location-card:hover .location-image img { transform: scale(1.03); }
.location-image-gradient {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 50%;
	background: linear-gradient(to top, rgba(0,0,0,0.4), transparent);
	pointer-events: none;
}

.location-badge {
	position: absolute;
	top: 1rem;
	padding: 0.3rem 0.75rem;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #fff;
	z-index: 2;
}
.location-badge.premium { left: 1rem; background: var(--bh-primary); }
.location-badge.verified { left: 1rem; background: var(--bh-success); }
.location-badge.open { right: 1rem; left: auto; background: var(--bh-success); }
.location-badge.price-badge {
	right: 1rem;
	left: auto;
	top: auto;
	bottom: 1rem;
	background: rgba(0,0,0,0.65);
	font-size: 0.8rem;
}
.location-pin-icon { vertical-align: middle; margin-right: 0.25rem; opacity: 0.9; }

.location-content { padding: 1.5rem; display: flex; flex-direction: column; flex: 1; }

.location-title {
	font-family: var(--bh-font-heading);
	font-size: 1.25rem;
	margin-bottom: 0.5rem;
	font-weight: 600;
	transition: color 0.2s ease;
}
.location-title a { color: var(--bh-text-heading); }
.location-title a:hover { color: var(--bh-primary); }

.location-meta { display: flex; flex-wrap: wrap; gap: 0.5rem; font-size: 0.85rem; color: var(--bh-text-muted); margin-bottom: 0.75rem; }
.location-district { color: var(--bh-primary); font-weight: 600; display: inline-flex; align-items: center; }

.location-rating { display: flex; align-items: center; gap: 0.4rem; font-size: 0.85rem; margin-bottom: 0.75rem; }
.stars { color: var(--bh-warning); letter-spacing: 1px; }
.star.empty { opacity: 0.3; }
.rating-value { font-weight: 600; color: var(--bh-text-heading); }
.rating-count { color: var(--bh-text-muted); }

.location-excerpt {
	font-size: 0.9rem;
	color: var(--bh-text-muted);
	margin-bottom: 1rem;
	line-height: 1.5;
	flex: 1;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.location-price { font-family: var(--bh-font-heading); font-weight: 600; color: var(--bh-text-heading); font-size: 1.1rem; margin-bottom: 1rem; }

.location-services { display: flex; flex-wrap: wrap; gap: 0.5rem; padding-top: 1rem; border-top: 1px solid var(--bh-border-light); }
.service-tag { font-size: 0.75rem; background: var(--bh-bg-elevated); padding: 0.35rem 0.65rem; color: var(--bh-text-muted); border-radius: 999px; transition: var(--bh-transition); }
.service-tag:hover { background: var(--bh-primary-alpha); color: var(--bh-primary); }
.service-tag-more { opacity: 0.8; }

.cta-card-button {
	display: inline-block;
	margin-top: 1rem;
	padding: 0.6rem 1.25rem;
	font-family: var(--bh-font-body);
	font-size: 0.9rem;
	font-weight: 600;
	text-align: center;
	color: var(--bh-text-on-primary);
	background: var(--bh-primary);
	border: none;
	border-radius: var(--bh-radius);
	transition: var(--bh-transition);
	text-decoration: none;
}
.cta-card-button:hover { background: var(--bh-primary-dark); color: var(--bh-text-on-primary); transform: translateY(-1px); }

/*--------------------------------------------------------------
# Single Location – Detail View
--------------------------------------------------------------*/
.single-location-article { display: grid; gap: 3rem; }

@media (min-width: 992px) {
	.single-location-article { grid-template-columns: 1fr 340px; }
	.single-location-article .entry-content { grid-column: 1; }
	.single-location-article .location-sidebar { grid-column: 2; }
}

.entry-header { margin-bottom: 2rem; }
.entry-title { font-family: var(--bh-font-heading); font-size: 2.75rem; margin-bottom: 1rem; }

.verified-badge {
	display: inline-block;
	background: rgba(74, 158, 109, 0.1);
	color: var(--bh-success);
	padding: 0.25rem 0.75rem;
	font-size: 0.85rem;
	font-weight: 600;
	margin-bottom: 1rem;
	letter-spacing: 0.02em;
}

.entry-meta { display: flex; flex-wrap: wrap; gap: 1.25rem; align-items: center; font-size: 0.95rem; color: var(--bh-text-muted); }
.entry-meta-modern { gap: 1rem; }
.entry-meta-modern .meta-icon { vertical-align: middle; margin-right: 0.25rem; flex-shrink: 0; }
.entry-meta-modern .meta-item { display: inline-flex; align-items: center; }
.meta-item.open { color: var(--bh-success); font-weight: 600; }
.meta-item.closed { color: var(--bh-error); }
.meta-pill {
	display: inline-flex;
	align-items: center;
	padding: 0.25rem 0.75rem;
	border-radius: 999px;
	font-size: 0.85rem;
	font-weight: 600;
}
.meta-pill.open { background: rgba(74, 158, 109, 0.15); color: var(--bh-success); }
.meta-pill.closed { background: rgba(185, 74, 74, 0.1); color: var(--bh-error); }
.entry-meta-modern .stars-inline { color: var(--bh-warning); letter-spacing: 0.5px; }
.entry-meta-modern .rating-num { font-weight: 700; color: var(--bh-text-heading); margin-right: 0.25rem; }

.single-location-image { overflow: hidden; margin-bottom: 2rem; }
.single-location-image img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }

.location-gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 0.75rem; margin: 2rem 0; }
.gallery-grid-modern { grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 1rem; }
.gallery-item { overflow: hidden; aspect-ratio: 1; display: block; transition: var(--bh-transition); position: relative; }
.gallery-item-modern { display: block; position: relative; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; border-radius: 0; }
.gallery-item:hover { opacity: 0.85; }
.gallery-item-hint {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0,0,0,0.4);
	color: #fff;
	font-size: 0.8rem;
	font-weight: 600;
	opacity: 0;
	transition: opacity 0.25s ease;
}
.gallery-item-modern:hover .gallery-item-hint { opacity: 1; }

.location-sidebar { display: flex; flex-direction: column; gap: 1.5rem; position: sticky; top: 2rem; height: max-content; }

.location-info-block {
	background: var(--bh-bg-card);
	padding: 1.75rem;
	box-shadow: var(--bh-shadow);
	border: none;
}

.location-info-block h3 {
	font-family: var(--bh-font-heading);
	font-size: 1.1rem;
	margin-bottom: 1rem;
	padding-bottom: 0.75rem;
	border-bottom: 1px solid var(--bh-border-light);
	font-weight: 600;
}

.location-info-block p { margin: 0.5rem 0; font-size: 0.95rem; line-height: 1.6; }
.location-info-block a { color: var(--bh-primary); }
.location-info-block a:hover { color: var(--bh-primary-dark); }

.opening-hours { list-style: none; margin: 0; padding: 0; }
.opening-hours li { display: flex; justify-content: space-between; padding: 0.5rem 0; border-bottom: 1px solid var(--bh-border-light); font-size: 0.9rem; }
.opening-hours li:last-child { border-bottom: none; }
.opening-hours .day { font-weight: 600; color: var(--bh-text-heading); }
.opening-hours li.today-highlight { background: var(--bh-primary-alpha); margin: 0 -1.75rem; padding: 0.5rem 1.75rem; border-radius: var(--bh-radius); border-bottom: none; }

.location-info-block .sidebar-price { margin: 0; font-size: 1.1rem; }
.price-highlight { font-family: var(--bh-font-heading); font-size: 1.5rem !important; font-weight: 700; color: var(--bh-text-heading); }

.contact-block-modern .contact-action-card { margin-bottom: 1rem; }
.contact-block-modern .contact-action-card:last-child { margin-bottom: 0; }
.contact-action-btn {
	display: block;
	width: 100%;
	padding: 0.75rem 1.25rem;
	font-family: var(--bh-font-body);
	font-size: 0.95rem;
	font-weight: 600;
	text-align: center;
	border-radius: var(--bh-radius);
	transition: var(--bh-transition);
	text-decoration: none;
	border: none;
	cursor: pointer;
}
.contact-action-phone { background: var(--bh-primary); color: var(--bh-text-on-primary); }
.contact-action-phone:hover { background: var(--bh-primary-dark); color: var(--bh-text-on-primary); }
.contact-action-whatsapp { background: #25d366; color: #fff; }
.contact-action-whatsapp:hover { background: #20bd5a; color: #fff; }
.contact-action-email { background: var(--bh-bg-elevated); color: var(--bh-text-heading); border: 2px solid var(--bh-border); }
.contact-action-email:hover { border-color: var(--bh-primary); color: var(--bh-primary); }
.contact-action-website { background: var(--bh-bg-soft); color: var(--bh-primary); border: 2px solid var(--bh-primary); }
.contact-action-website:hover { background: var(--bh-primary-alpha); }
.contact-action-label { display: block; font-size: 0.8rem; color: var(--bh-text-muted); margin-top: 0.35rem; }

.map-block .map-address { margin-bottom: 0.5rem; }
.map-route-link { margin-bottom: 0.75rem; font-size: 0.9rem; }
.map-route-link a { font-weight: 600; }
.location-map-modern { border-radius: var(--bh-radius-lg); overflow: hidden; border: 1px solid var(--bh-border-light); min-height: 280px; }

.single-services-modern .services-list { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.services-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 0.5rem; }
.service-tag-pill { display: inline-flex; align-items: center; gap: 0.35rem; }
.service-tag-icon { flex-shrink: 0; opacity: 0.8; }

/*--------------------------------------------------------------
# Blog / Ratgeber Cards
--------------------------------------------------------------*/
.blog-grid { display: grid; gap: 2rem; }
@media (min-width: 640px) { .blog-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 992px) { .blog-grid { grid-template-columns: repeat(3, 1fr); } }

.blog-card {
	background: var(--bh-bg-card);
	overflow: hidden;
	transition: var(--bh-transition);
	display: flex;
	flex-direction: column;
	box-shadow: var(--bh-shadow);
	border: none;
}

.blog-card:hover { transform: translateY(-4px); box-shadow: var(--bh-shadow-hover); }

.blog-card-link { display: block; color: inherit; }
.blog-card-link:hover { text-decoration: none; }

.blog-card-image { overflow: hidden; }
.blog-card-image img { width: 100%; aspect-ratio: 16/10; object-fit: cover; transition: transform 0.6s ease; border-radius: 0; }
.blog-card:hover .blog-card-image img { transform: scale(1.03); }

.blog-card-content { padding: 1.5rem; display: flex; flex-direction: column; flex: 1; }
.blog-card-title { font-family: var(--bh-font-heading); font-size: 1.2rem; margin-bottom: 0.5rem; font-weight: 600; }
.blog-card-title a { color: var(--bh-text-heading); }
.blog-card-title a:hover { color: var(--bh-primary); }
.blog-card-date { font-size: 0.8rem; color: var(--bh-text-muted); }

/*--------------------------------------------------------------
# Search Filters
--------------------------------------------------------------*/
.search-filters {
	margin-bottom: 2rem;
	padding: 2rem;
	background: var(--bh-bg-card);
	box-shadow: var(--bh-shadow);
}

.search-filters .filters-form { display: flex; flex-wrap: wrap; gap: 1rem; align-items: flex-end; }
.search-filters .filter-group { display: flex; flex-direction: column; flex: 1; min-width: 150px; }
.search-filters label { font-size: 0.8rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 0.5rem; color: var(--bh-text-muted); }

.search-filters select,
.search-filters input[type="text"],
.search-filters input[type="search"] {
	padding: 0.75rem 1rem;
	border: 1px solid var(--bh-border);
	background: var(--bh-bg-input);
	color: var(--bh-text);
	font-family: var(--bh-font-body);
	font-size: 0.9rem;
	outline: none;
	transition: var(--bh-transition);
}

.search-filters select:focus,
.search-filters input:focus { border-color: var(--bh-primary); }

/*--------------------------------------------------------------
# Footer – Elegant & Informative
--------------------------------------------------------------*/
.site-footer {
	background: var(--bh-primary);
	color: rgba(255, 255, 255, 0.8);
	padding: 4rem 0 2rem;
	margin-top: 5rem;
}

.site-footer a { color: rgba(255, 255, 255, 0.7); }
.site-footer a:hover { color: #fff; }

.footer-widgets {
	display: grid;
	gap: 3rem;
	margin-bottom: 3rem;
}

@media (min-width: 768px) { .footer-widgets { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 992px) { .footer-widgets { grid-template-columns: 2fr 1fr 1fr 1fr; } }

.footer-widget-title {
	font-family: var(--bh-font-heading);
	font-size: 1.15rem;
	margin-bottom: 1.25rem;
	font-weight: 600;
	color: #fff;
}

.footer-widgets ul { list-style: none; margin: 0; padding: 0; }
.footer-widgets li { margin-bottom: 0.6rem; }

.social-links ul { display: flex; gap: 0.75rem; margin-top: 1.25rem; }
.social-links a { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border: 1px solid rgba(255,255,255,0.2); color: #fff; transition: var(--bh-transition); }
.social-links a:hover { background: rgba(255,255,255,0.15); border-color: rgba(255,255,255,0.4); }

.footer-bottom {
	padding-top: 2rem;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
	font-size: 0.85rem;
}

@media (max-width: 768px) {
	.footer-bottom { flex-direction: column; text-align: center; }
}

.footer-legal { display: flex; gap: 1.5rem; flex-wrap: wrap; }
.copyright { margin: 0; }
.disclaimer { font-size: 0.75rem; opacity: 0.6; margin: 0.5rem 0 0; }

/*--------------------------------------------------------------
# Page Header – Archive, Search, Blog
--------------------------------------------------------------*/
.page-header { margin-bottom: 3rem; }
.page-title {
	font-family: var(--bh-font-heading);
	font-size: 2.5rem;
	font-weight: 600;
	margin-bottom: 0.5rem;
}

.archive-description { color: var(--bh-text-muted); font-size: 1.05rem; max-width: 600px; }

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
.nav-links { display: flex; gap: 0.5rem; justify-content: center; margin-top: 3rem; flex-wrap: wrap; }
.nav-links a, .nav-links span { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; height: 44px; padding: 0 0.75rem; font-size: 0.9rem; color: var(--bh-text); border: 1px solid var(--bh-border); transition: var(--bh-transition); }
.nav-links a:hover { background: var(--bh-primary); border-color: var(--bh-primary); color: #fff; text-decoration: none; }
.nav-links .current { background: var(--bh-primary); border-color: var(--bh-primary); color: #fff; }

/*--------------------------------------------------------------
# 404 & Content None
--------------------------------------------------------------*/
.error-404,
.no-results { text-align: center; padding: 4rem 0; max-width: 500px; margin: 0 auto; }
.error-404 .page-title { font-size: 3rem; }
.error-404 .search-form { margin: 2rem auto; max-width: 400px; display: flex; }
.error-404 .search-form .search-field { flex: 1; padding: 0.75rem 1rem; border: 1px solid var(--bh-border); background: var(--bh-bg-input); color: var(--bh-text); font-size: 0.95rem; }

/*--------------------------------------------------------------
# Mobile Bottom Nav
--------------------------------------------------------------*/
.mobile-bottom-nav {
	display: flex;
	justify-content: space-around;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: var(--bh-bg-card);
	border-top: 1px solid var(--bh-border);
	padding: 0.5rem 0 calc(0.5rem + env(safe-area-inset-bottom));
	z-index: 1000;
}

@media (min-width: 769px) { .mobile-bottom-nav { display: none; } }

.bottom-nav-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: var(--bh-text-muted);
	font-size: 0.65rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	padding: 0.25rem 0;
	flex: 1;
	min-width: 0;
	transition: var(--bh-transition);
}

.bottom-nav-item:hover, .bottom-nav-item.active { color: var(--bh-primary); }

.bottom-nav-icon { font-size: 1.2rem; margin-bottom: 0.2rem; }
.bottom-nav-label { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%; }

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs { padding: 1rem 0; font-size: 0.85rem; color: var(--bh-text-muted); }
.breadcrumbs .separator { margin: 0 0.5rem; opacity: 0.5; }
.breadcrumbs a { color: var(--bh-text); }
.breadcrumbs a:hover { color: var(--bh-primary); }

/*--------------------------------------------------------------
# Utility & Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.skip-link:focus {
	clip: auto;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	padding: 0.75rem 1.5rem;
	background: var(--bh-primary);
	color: var(--bh-text-on-primary);
	z-index: 100000;
	font-weight: 600;
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comments-area { margin-top: 3rem; padding-top: 3rem; border-top: 1px solid var(--bh-border-light); }
.comments-title { font-family: var(--bh-font-heading); font-size: 1.75rem; margin-bottom: 2rem; }
.comment-list { list-style: none; margin: 0; padding: 0; }
.comment-body { padding: 1.5rem 0; border-bottom: 1px solid var(--bh-border-light); }
.comment-author { font-weight: 600; color: var(--bh-text-heading); }
.comment-metadata { font-size: 0.8rem; color: var(--bh-text-muted); margin-bottom: 0.75rem; }
.comment-content p { margin: 0.5rem 0; }
.comment-respond { margin-top: 2rem; }
.comment-form label { display: block; font-weight: 600; margin-bottom: 0.25rem; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.03em; color: var(--bh-text-muted); }
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
	width: 100%;
	padding: 0.75rem 1rem;
	border: 1px solid var(--bh-border);
	background: var(--bh-bg-input);
	color: var(--bh-text);
	font-family: var(--bh-font-body);
	font-size: 0.95rem;
	margin-bottom: 1rem;
}
.comment-form textarea { min-height: 120px; resize: vertical; }

/*--------------------------------------------------------------
# Entry Content (Pages, Posts)
--------------------------------------------------------------*/
.entry-content { max-width: 760px; }
.entry-content p { margin-bottom: 1.5rem; }
.entry-content ul, .entry-content ol { margin-bottom: 1.5rem; padding-left: 1.5rem; }
.entry-content blockquote {
	border-left: 3px solid var(--bh-primary);
	margin: 2rem 0;
	padding: 1rem 1.5rem;
	font-family: var(--bh-font-heading);
	font-style: italic;
	font-size: 1.15rem;
	color: var(--bh-text-heading);
	background: var(--bh-bg-soft);
}

/*--------------------------------------------------------------
# Search Filter Actions
--------------------------------------------------------------*/
.filter-actions {
	display: flex;
	gap: 0.75rem;
	align-items: flex-end;
}

.filter-actions .button {
	padding: 0.75rem 1.5rem;
	font-size: 0.85rem;
	white-space: nowrap;
}

/*--------------------------------------------------------------
# Blog Card Extras
--------------------------------------------------------------*/
.blog-card-excerpt { font-size: 0.9rem; color: var(--bh-text-muted); line-height: 1.6; margin-bottom: 0.75rem; flex: 1; }
.blog-card-link { display: flex; flex-direction: column; height: 100%; }

/*--------------------------------------------------------------
# Placeholder Image (no thumbnail)
--------------------------------------------------------------*/
.placeholder-image {
	background: var(--bh-bg-elevated) !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	color: var(--bh-text-muted) !important;
	font-family: var(--bh-font-heading);
	font-style: italic;
	font-size: 1.1rem;
}

/*--------------------------------------------------------------
# Single Post (Ratgeber / Blog)
--------------------------------------------------------------*/
.post-thumbnail { margin-bottom: 2rem; overflow: hidden; }
.post-thumbnail img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }

.posted-on, .byline { font-size: 0.85rem; color: var(--bh-text-muted); }
.posted-on a { color: var(--bh-text-muted); }
.posted-on a:hover { color: var(--bh-primary); }

.single .entry-header { margin-bottom: 2rem; }
.single .entry-header .entry-title { margin-top: 0.75rem; }

/*--------------------------------------------------------------
# Related Locations Slider
--------------------------------------------------------------*/
.related-locations { margin-top: 3rem; padding-top: 3rem; border-top: 1px solid var(--bh-border-light); }
.related-locations-title { font-family: var(--bh-font-heading); font-size: 1.75rem; margin-bottom: 1.5rem; }

.related-locations-wrapper { position: relative; }
.related-locations-track { display: flex; gap: 1.5rem; overflow-x: auto; scroll-behavior: smooth; scrollbar-width: none; -ms-overflow-style: none; padding: 0.5rem 0; }
.related-locations-track::-webkit-scrollbar { display: none; }

.related-locations-slide { min-width: 300px; flex-shrink: 0; }

.related-locations-prev,
.related-locations-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background: var(--bh-bg-card);
	border: 1px solid var(--bh-border);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 1.25rem;
	color: var(--bh-text);
	z-index: 2;
	box-shadow: var(--bh-shadow);
	padding: 0;
}

.related-locations-prev { left: -20px; }
.related-locations-next { right: -20px; }
.related-locations-prev:hover,
.related-locations-next:hover { background: var(--bh-primary); color: #fff; border-color: var(--bh-primary); }

/*--------------------------------------------------------------
# Leaflet Map Overrides
--------------------------------------------------------------*/
#location-map { border-radius: var(--bh-radius-lg); overflow: hidden; border: 1px solid var(--bh-border-light); min-height: 220px; }
.location-map-modern#location-map { min-height: 280px; height: 280px; }

/*--------------------------------------------------------------
# Loading State (AJAX Search)
--------------------------------------------------------------*/
.locations-grid.loading { opacity: 0.5; pointer-events: none; transition: opacity 0.3s ease; }
.locations-grid .error { text-align: center; padding: 2rem; color: var(--bh-error); font-weight: 600; }

/*--------------------------------------------------------------
# Widgets (Sidebar & Footer)
--------------------------------------------------------------*/
.widget { margin-bottom: 2rem; }
.widget-title { font-family: var(--bh-font-heading); font-size: 1.25rem; margin-bottom: 1rem; font-weight: 600; }
.widget ul { list-style: none; margin: 0; padding: 0; }
.widget li { margin-bottom: 0.5rem; }
.widget a { color: var(--bh-text); }
.widget a:hover { color: var(--bh-primary); }

/*--------------------------------------------------------------
# Custom Logo
--------------------------------------------------------------*/
.custom-logo-link { display: flex; align-items: center; }
.custom-logo { max-height: 48px; width: auto; border-radius: 0; }

/*--------------------------------------------------------------
# Gallery Lightbox (Simple fullscreen)
--------------------------------------------------------------*/
.gallery-item { cursor: pointer; }
.gallery-item img { transition: opacity 0.3s ease; }
.gallery-item:hover img { opacity: 0.8; }

/*--------------------------------------------------------------
# Sticky Header on Scroll (optional class via JS)
--------------------------------------------------------------*/
.site-header.scrolled {
	box-shadow: var(--bh-shadow);
}

/*--------------------------------------------------------------
# Mobile Fullscreen Menu Overlay
--------------------------------------------------------------*/
@media (max-width: 768px) {
	.main-navigation.toggled {
		position: fixed;
		inset: 0;
		background: var(--bh-bg);
		z-index: 999;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.main-navigation.toggled ul {
		position: static;
		border: none;
		box-shadow: none;
		background: transparent;
		text-align: center;
		gap: 2rem;
		padding: 0;
	}

	.main-navigation.toggled a {
		font-family: var(--bh-font-heading);
		font-size: 1.75rem;
		font-weight: 600;
	}

	.main-navigation.toggled .menu-toggle {
		position: absolute;
		top: 1.5rem;
		right: 1.5rem;
	}
}

/*--------------------------------------------------------------
# Single Location – Extra Elements
--------------------------------------------------------------*/
.premium-badge {
	display: inline-block;
	background: var(--bh-primary);
	color: var(--bh-text-on-primary);
	padding: 0.3rem 1rem;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	margin-bottom: 1rem;
}

.meta-district a { color: var(--bh-primary); font-weight: 600; }
.meta-rating { color: var(--bh-warning); }
.meta-price { font-family: var(--bh-font-heading); font-weight: 600; color: var(--bh-text-heading); }

.single-services { margin-top: 3rem; }
.single-services h3 { font-family: var(--bh-font-heading); font-size: 1.5rem; margin-bottom: 1rem; }
.services-list { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.services-list .service-tag {
	display: inline-block;
	padding: 0.4rem 1rem;
	background: var(--bh-bg-soft);
	color: var(--bh-text);
	font-size: 0.85rem;
	font-weight: 500;
	border: 1px solid var(--bh-border);
	transition: var(--bh-transition);
}
.services-list .service-tag:hover {
	background: var(--bh-primary);
	color: var(--bh-text-on-primary);
	border-color: var(--bh-primary);
}

.single-features { margin-top: 2rem; }
.single-features h3 { font-family: var(--bh-font-heading); font-size: 1.5rem; margin-bottom: 1rem; }
.features-list { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; }
.features-list li {
	padding: 0.5rem 1.25rem;
	background: var(--bh-bg-card);
	border: 1px solid var(--bh-border);
	font-size: 0.9rem;
	font-weight: 500;
	box-shadow: var(--bh-shadow);
}

.contact-block .contact-item {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	margin: 0;
	padding: 0.75rem 0;
	border-bottom: 1px solid var(--bh-border-light);
}
.contact-block .contact-item:last-child { border-bottom: none; }
.contact-block .contact-item strong { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--bh-text-muted); }

.sidebar-price { font-family: var(--bh-font-heading); font-size: 1.5rem; font-weight: 700; color: var(--bh-text-heading); }

.opening-hours .times.closed { color: var(--bh-error); }

/*--------------------------------------------------------------
# Escort-specific Styles
--------------------------------------------------------------*/
.post-type-escort .location-card .location-image img { object-position: top; }
.post-type-escort .single-location-image img { object-position: top; aspect-ratio: 3/4; max-height: 600px; }

/*--------------------------------------------------------------
# Print Styles
--------------------------------------------------------------*/
@media print {
	.site-header, .site-footer, .mobile-bottom-nav, .breadcrumbs, .search-filters, .theme-mode-toggle, .skip-link { display: none !important; }
	body { background: #fff; color: #000; font-size: 12pt; }
	a { color: #000; text-decoration: underline; }
	.container { max-width: 100%; padding: 0; }
}
