/* ============================================================
   EntertainerShow — landingspagina's, kaarten & banners
   ============================================================ */
:root {
	--es-bg: #0b0a12;
	--es-bg-2: #14121f;
	--es-violet: #8b5cf6;
	--es-violet-deep: #6d28d9;
	--es-gold: #f5c542;
	--es-muted: #a9a4c0;
}

/* Landingspagina */
.es-landing { max-width: 1180px; margin: 0 auto; padding: 48px 20px 80px; color: #fff; }
.es-landing-hero { text-align: center; margin-bottom: 48px; }
.es-eyebrow {
	display: inline-block;
	font-size: .8rem;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--es-gold);
	margin-bottom: 12px;
}
.es-landing-hero h1 {
	font-size: clamp(1.9rem, 4.5vw, 3rem);
	font-weight: 800;
	letter-spacing: -.02em;
	margin: 0 0 16px;
	background: linear-gradient(90deg, #fff 40%, var(--es-violet));
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}
.es-landing-intro { max-width: 720px; margin: 0 auto 24px; color: var(--es-muted); line-height: 1.7; }

.es-cta {
	display: inline-block;
	background: linear-gradient(135deg, var(--es-violet), var(--es-violet-deep));
	color: #fff !important;
	padding: 14px 30px;
	border-radius: 999px;
	font-weight: 700;
	text-decoration: none;
	box-shadow: 0 8px 30px rgba(109,40,217,.45);
	transition: transform .15s, box-shadow .15s;
}
.es-cta:hover { transform: translateY(-2px); box-shadow: 0 12px 40px rgba(109,40,217,.6); }

/* Kaarten */
.es-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 22px; }
.es-grid-small { grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); }
.es-card {
	display: block;
	background: var(--es-bg-2);
	border: 1px solid rgba(255,255,255,.08);
	border-radius: 18px;
	overflow: hidden;
	text-decoration: none;
	color: #fff;
	transition: transform .2s, border-color .2s, box-shadow .2s;
}
.es-card:hover {
	transform: translateY(-4px);
	border-color: rgba(139,92,246,.55);
	box-shadow: 0 16px 40px rgba(109,40,217,.35);
}
.es-card-img { aspect-ratio: 4 / 3; background: #1d1a2e center / cover no-repeat; }
.es-card-body { padding: 16px 18px 18px; }
.es-card-body h2, .es-card-body h3 { font-size: 1.05rem; font-weight: 700; margin: 0 0 6px; color: #fff; }
.es-card-body p { font-size: .85rem; color: var(--es-muted); margin: 0 0 8px; }
.es-card-loc { font-size: .8rem; color: var(--es-gold); }

.es-empty { text-align: center; color: var(--es-muted); padding: 40px 0; }
.es-empty a { color: var(--es-violet); }

/* Gerelateerd */
.es-related { margin-top: 56px; }
.es-related h2 { font-size: 1.3rem; font-weight: 800; color: #fff; margin: 32px 0 14px; }
.es-related ul { display: flex; flex-wrap: wrap; gap: 10px; list-style: none; padding: 0; margin: 0; }
.es-related ul a {
	display: inline-block;
	background: var(--es-bg-2);
	border: 1px solid rgba(255,255,255,.1);
	color: #ddd;
	padding: 8px 16px;
	border-radius: 999px;
	font-size: .85rem;
	text-decoration: none;
	transition: border-color .2s, color .2s;
}
.es-related ul a:hover { border-color: var(--es-violet); color: #fff; }
.es-related-single { max-width: 1180px; margin: 56px auto 0; }

/* ---------- Categorie + tags onderaan het profiel ---------- */
.es-tags-block { max-width: 980px; margin: 32px auto 0; padding: 0 20px; }
.es-tags-cat { color: #a9a4c0; font-size: .92rem; margin: 0 0 10px; }
.es-tags-cat strong, .es-tags-cat a { color: var(--es-gold); text-decoration: none; }
.es-tags-cat a:hover { text-decoration: underline; }
.es-tags-list { display: flex; flex-wrap: wrap; gap: 8px; }
.es-tag {
	display: inline-block; background: rgba(245,197,66,.1); border: 1px solid rgba(245,197,66,.4);
	color: var(--es-gold); font-size: .8rem; padding: 5px 14px; border-radius: 999px; text-decoration: none;
}
.es-tag:hover { background: rgba(245,197,66,.2); color: var(--es-gold); }

/* ---------- "Waarom EntertainerShow.com" ---------- */
.es-whyus { max-width: 700px; margin: 40px auto; padding: 28px 30px; background: var(--es-bg-2); border: 1px solid rgba(255,255,255,.1); border-radius: 16px; }
.es-whyus h2 { color: #fff; font-size: 1.25rem; margin: 0 0 16px; text-align: center; }
.es-whyus ul { list-style: none; padding: 0; margin: 0; }
.es-whyus li { color: #e8e6f2; font-size: .95rem; padding: 8px 0; display: flex; align-items: center; gap: 10px; }

/* ---------- Hub-pagina's per categorie (/{cat}-boeken/) ---------- */
.es-hub-country { margin: 40px 0; }
.es-hub-country h2 { font-size: 1.3rem; font-weight: 800; color: #fff; margin: 0 0 16px; }
.es-hub-citylist { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px; list-style: none; padding: 0; margin: 0; }
.es-hub-citylist a {
	display: block; background: var(--es-bg-2); border: 1px solid rgba(255,255,255,.1);
	border-radius: 12px; padding: 14px 18px; color: #e8e6f2 !important; text-decoration: none;
	font-weight: 600; transition: border-color .2s, color .2s;
}
.es-hub-citylist a:hover { border-color: var(--es-gold); color: var(--es-gold) !important; }
.es-hub-back { margin: 0 0 24px; }
.es-hub-back a { color: var(--es-violet); font-weight: 700; text-decoration: none; }
.es-hub-back a:hover { color: var(--es-gold); }

/* ---------- Broodkruimel (Yoast, onder de fullscreen hero) ---------- */
.es-breadcrumbs {
	display: block; max-width: 980px; margin: 0 auto 22px; padding: 0 20px;
	font-size: .85rem; color: #7d7896;
}
.es-breadcrumbs a { color: var(--es-violet) !important; text-decoration: none; }
.es-breadcrumbs a:hover { color: var(--es-gold) !important; }
.es-breadcrumbs span:last-child { color: var(--es-gold); font-weight: 600; }

/* ---------- Aanmeld-pagina's per categorie (/{cat}-aanmelden/) ---------- */
.es-recruit-social { color: var(--es-gold); font-weight: 600; margin: -8px 0 20px; }
.es-recruit-alt { margin: 16px 0 0; color: #a9a4c0; font-size: .9rem; }
.es-recruit-alt a { color: var(--es-violet); font-weight: 700; }
.es-recruit-alt a:hover { color: var(--es-gold); }
.es-recruit-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; margin: 48px 0; }
.es-recruit-step { background: var(--es-bg-2); border: 1px solid rgba(255,255,255,.1); border-radius: 16px; padding: 26px 22px; text-align: center; }
.es-recruit-step span {
	display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px;
	border-radius: 50%; background: linear-gradient(135deg, var(--es-violet), var(--es-violet-deep));
	color: #fff; font-weight: 800; margin-bottom: 14px;
}
.es-recruit-step h3 { color: #fff; font-size: 1.05rem; margin: 0 0 8px; }
.es-recruit-step p { color: #a9a4c0; font-size: .9rem; margin: 0; line-height: 1.6; }
.es-recruit-faq { max-width: 760px; margin: 48px auto; }
.es-recruit-faq h2 { color: #fff; font-size: 1.4rem; margin: 0 0 20px; text-align: center; }
.es-recruit-faq details { background: var(--es-bg-2); border: 1px solid rgba(255,255,255,.1); border-radius: 12px; padding: 16px 20px; margin-bottom: 12px; }
.es-recruit-faq summary { color: #fff; font-weight: 700; cursor: pointer; }
.es-recruit-faq summary:hover { color: var(--es-gold); }
.es-recruit-faq p { color: #a9a4c0; margin: 12px 0 0; line-height: 1.6; }
.es-recruit-final { text-align: center; margin: 48px 0 0; }
.es-recruit-premium-note {
	margin: 18px auto 0; max-width: 460px; color: #8f89ad; font-size: .82rem;
	letter-spacing: .02em; font-style: italic;
}

/* Claim / premium banner */
.es-claim-banner {
	background: linear-gradient(135deg, rgba(139,92,246,.16), rgba(245,197,66,.1));
	border: 1px solid rgba(139,92,246,.4);
	border-radius: 14px;
	padding: 16px 20px;
	margin: 0 0 24px;
	color: inherit;
}
.es-claim-banner a { color: var(--es-violet); font-weight: 700; }
.es-claim-banner .es-claim-link {
	background: none; border: none; padding: 0; margin: 0;
	color: var(--es-violet); font-weight: 700; font-size: inherit; font-family: inherit;
	cursor: pointer; text-decoration: none;
}
.es-claim-banner .es-claim-link:hover { color: var(--es-gold); }

/* ---------- Bewerk-paneel (frontend, geen wp-admin) ---------- */
.es-editbar { margin: 0 0 20px; display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.es-ep-status { color: var(--es-gold); font-weight: 600; }
.es-editpanel {
	background: var(--es-bg-2);
	border: 1px solid rgba(139,92,246,.45);
	border-radius: 18px;
	padding: 26px 28px;
	margin: 0 0 32px;
}
.es-editpanel h3 { color: var(--es-gold) !important; font-size: 1rem; margin: 22px 0 12px; }
.es-editpanel h3:first-child { margin-top: 0; }
.es-editpanel label { display: block; color: #e8e6f2; font-size: .9rem; font-weight: 600; margin-bottom: 12px; }
.es-editpanel input, .es-editpanel textarea {
	display: block; width: 100%; margin-top: 6px;
	background: #0f0d1a !important; border: 1.5px solid rgba(255,255,255,.14) !important;
	color: #fff !important; border-radius: 10px !important; padding: 11px 14px !important;
}
.es-editpanel input:focus, .es-editpanel textarea:focus {
	border-color: var(--es-violet) !important; box-shadow: 0 0 0 4px rgba(139,92,246,.16) !important; outline: none;
}
.es-editpanel input[type=file] { padding: 9px !important; }
.es-ep-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 0 20px; }
.es-ep-actions { display: flex; align-items: center; gap: 16px; margin: 24px 0 0; }
.es-ep-actions .es-cta { border: none; cursor: pointer; }
#es-ep-msg { color: var(--es-gold); font-weight: 600; }

/* ---------- Video's ---------- */
.es-videos { margin: 32px 0; }
.es-videos h2 { color: #fff !important; font-size: 1.25rem; margin-bottom: 16px; }
.es-videos-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 18px; }
.es-video { position: relative; aspect-ratio: 16/9; border-radius: 14px; overflow: hidden; border: 1px solid rgba(255,255,255,.1); }
.es-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* ---------- Profiel-vangnet & galerij ---------- */
.es-profile { max-width: 1180px; margin: 24px auto; padding: 0 20px; color: #e8e6f2; }
.es-profile-noscript { background: #0b0a12; } /* nette achtergrond in de korte periode vóórdat JS 'm verplaatst, en voor bezoekers/crawlers zonder JS */
.es-profile-tagline { color: var(--es-gold); font-size: 1.1rem; font-weight: 600; }
.es-profile-desc { line-height: 1.75; }
.es-profile-desc h2 { color: #fff; margin: 26px 0 10px; }
.es-gallery { margin: 32px 0; }
.es-gallery h2 { color: #fff !important; font-size: 1.25rem; margin-bottom: 16px; }
.es-gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 12px; }
.es-gallery-grid a { display: block; aspect-ratio: 4/3; border-radius: 12px; overflow: hidden; border: 1px solid rgba(255,255,255,.1); }
.es-gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s; }
.es-gallery-grid a:hover img { transform: scale(1.05); }

/* ============================================================
   LUXE PROFIEL-HERO (v2.0) — écht fullscreen, gecentreerd:
   alleen ronde foto + naam; scrollen voor de rest
   ============================================================ */
.es-hero-profile {
	position: relative;
	min-height: 100vh;
	min-height: 100svh;
	margin: 0 0 40px;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.es-hp-center { padding: 0 20px; }
.es-hp-avatar {
	position: absolute;
	left: 50%;
	bottom: 74px;
	transform: translateX(-50%);
	width: 164px;
	height: 164px;
	border-radius: 50%;
	overflow: hidden;
	background: linear-gradient(135deg, #1d1a2e, #14121f);
	border: 4px solid var(--es-gold);
	box-shadow: 0 0 0 7px rgba(11,10,18,.75), 0 22px 60px rgba(0,0,0,.6), 0 0 70px rgba(245,197,66,.28);
	display: flex;
	align-items: center;
	justify-content: center;
}
.es-hp-avatar img { width: 100%; height: 100%; object-fit: cover; }
.es-hp-avatar span { font-family: Montserrat, sans-serif; font-size: 3.8rem; font-weight: 800; color: var(--es-gold); }
.es-hp-title {
	font-family: Montserrat, sans-serif;
	font-size: clamp(2.4rem, 6.5vw, 4.4rem) !important;
	font-weight: 800 !important;
	letter-spacing: -.02em;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	margin: 0 !important;
	line-height: 1.06;
	text-shadow: 0 6px 44px rgba(0,0,0,.7);
}
.es-hp-meta {
	color: var(--es-gold) !important;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: .12em;
	text-transform: uppercase;
	margin: 14px 0 0;
	text-shadow: 0 2px 14px rgba(0,0,0,.7);
}
.es-hp-scroll {
	position: absolute;
	bottom: 14px;
	left: 50%;
	transform: translateX(-50%);
	color: var(--es-gold);
	font-size: 2rem;
	line-height: 1;
	opacity: .85;
	animation: es-bounce 2s ease-in-out infinite;
}
@keyframes es-bounce { 0%,100% { transform: translate(-50%, 0); } 50% { transform: translate(-50%, 10px); } }
@media (prefers-reduced-motion: reduce) { .es-hp-scroll { animation: none; } }
@media (max-width: 640px) {
	.es-hp-avatar { width: 128px; height: 128px; bottom: 64px; border-width: 3px; }
	.es-hp-avatar span { font-size: 3rem; }
}

.es-profile > .es-editbar, .es-profile > .es-claim-banner,
.es-profile > .es-profile-tagline, .es-profile > .es-profile-desc,
.es-profile > .es-contact-block, .es-profile > .es-videos,
.es-profile > .es-gallery, .es-profile > .es-related, .es-profile > .es-actions {
	max-width: 980px; margin-left: auto; margin-right: auto;
	padding-left: 20px; padding-right: 20px;
}
.es-profile-tagline { text-align: center; font-size: 1.15rem; margin-bottom: 34px; }
.es-profile .es-profile-desc h2 { font-size: 1.45rem; }

/* Actie-links van het thema (Claim/Bookmark/Share/Report) — subtiel, helemaal onderaan */
.es-actions {
	list-style: none !important;
	display: flex !important;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	margin: 44px auto 20px !important;
	padding-top: 26px !important;
	border-top: 1px solid rgba(255,255,255,.08);
}
.es-actions li { list-style: none; margin: 0; }
.es-actions a {
	display: inline-block;
	background: rgba(255,255,255,.05);
	border: 1px solid rgba(255,255,255,.14);
	color: #a9a4c0 !important;
	padding: 8px 18px;
	border-radius: 999px;
	font-size: .82rem;
	text-decoration: none !important;
	transition: border-color .2s, color .2s;
}
.es-actions a:hover { border-color: var(--es-violet); color: #fff !important; }

/* Contactlinks in goud voor luxe uitstraling */
.es-contact-block a { color: var(--es-gold) !important; text-decoration: none; }
.es-contact-block a:hover { color: #ffe9a3 !important; }

/* ---------- Eigen zoekresultaten (vervangt MyListing's Explore-widget) ---------- */
.es-search-page { max-width: 1180px; margin: 0 auto; padding: 40px 20px 80px; }
.es-search-page-form {
	max-width: 620px; margin: 0 auto 30px;
	display: flex; background: rgba(20,18,31,.92);
	border: 1.5px solid rgba(139,92,246,.5); border-radius: 999px; padding: 6px;
	box-shadow: 0 18px 60px rgba(0,0,0,.4);
}
.es-search-page-form input {
	flex: 1; background: transparent !important; border: none !important;
	color: #fff !important; padding: 12px 20px !important; font-size: 1rem; box-shadow: none !important;
}
.es-search-page-form input::placeholder { color: #8f89ad; }
.es-search-page-form button {
	background: linear-gradient(135deg, var(--es-violet), var(--es-violet-deep)) !important;
	border: none !important; color: #fff !important; font-weight: 700;
	border-radius: 999px !important; padding: 12px 28px; cursor: pointer;
}
.es-search-count { text-align: center; color: #a9a4c0; margin: -12px 0 26px; }
.es-search-empty { text-align: center; padding: 60px 20px; color: #a9a4c0; }
.es-search-empty .es-cta { display: inline-block; margin-top: 16px; }
.es-search-pagination { display: flex; justify-content: center; gap: 8px; margin-top: 36px; }
.es-search-pagination .page-numbers {
	display: inline-flex; align-items: center; justify-content: center;
	min-width: 40px; height: 40px; border-radius: 10px;
	background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12);
	color: #e8e6f2 !important; text-decoration: none !important; font-weight: 600;
}
.es-search-pagination .page-numbers.current { background: var(--es-violet); border-color: var(--es-violet); color: #fff !important; }
.es-search-pagination .page-numbers:hover { border-color: var(--es-gold); }
