/* =========================================================================
   Tange – Komponenten-Styles (mobile-first)
   ========================================================================= */

:root {
	--tange-radius: 16px;
	--tange-radius-sm: 12px;
	--tange-radius-lg: 22px;
	--tange-gap: 1rem;
	--tange-bottomnav-h: 64px;
	--tange-mono: var(--wp--preset--font-family--mono, "Fira Code", ui-monospace, monospace);
	/* Einheitliche Elevation-Skala */
	--tange-shadow-1: 0 8px 24px -16px rgba(0,0,0,.8);
	--tange-shadow-2: 0 16px 40px -20px rgba(0,0,0,.85);
	--tange-glow: 0 8px 24px -10px rgba(0,0,0,.7);
}

* { box-sizing: border-box; }

/* Monospace-Labels (Inspiration: editoriale Klein-Labels in Versalien) */
.tange-hero__kicker,
.tange-header__sub,
.tange-event-card__date,
.tange-badge,
.tange-album-card__body small,
.tange-meta-list span {
	font-family: var(--tange-mono);
	font-weight: 500;
	letter-spacing: .08em;
	text-transform: uppercase;
}

/* Display-Schrift (Anton) für Headlines + Marke */
.tange-hero__title, .tange-section-title, .tange-sec-head__title,
.tange-event-card__title, .tange-header__mark, .tange-header .wp-block-site-title a,
.tange-infotile h4, .tange-special__cap b {
	font-family: var(--wp--preset--font-family--display, Anton, Impact, sans-serif);
	font-weight: 400; letter-spacing: .01em; line-height: 1;
}
.tange-hero__title, .tange-section-title, .tange-sec-head__title { text-transform: uppercase; line-height: .98; }

body {
	margin: 0;
	-webkit-font-smoothing: antialiased;
	/* Platz für die fixierte Bottom-Navigation auf dem Smartphone */
	padding-bottom: calc(var(--tange-bottomnav-h) + env(safe-area-inset-bottom));
}

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

.tange-main { padding: 1rem 1rem 2.5rem; overflow-x: clip; }

/* ---------- Header ------------------------------------------------------- */
.tange-header {
	position: sticky; top: 0; z-index: 50;
	display: flex; align-items: center; justify-content: space-between;
	padding: .75rem 1rem;
	background: rgba(13,13,18,.85);
	backdrop-filter: blur(10px);
	border-bottom: 1px solid rgba(255,255,255,.06);
}
.tange-header__logo { display: flex; flex-direction: column; line-height: 1; text-decoration: none; }
.tange-header__mark {
	font-weight: 800; font-size: 1.4rem; letter-spacing: .14em;
	background: var(--wp--preset--gradient--club, linear-gradient(135deg,#7048e8,#d6336c));
	-webkit-background-clip: text; background-clip: text; color: transparent;
}
.tange-header__sub { font-size: .65rem; letter-spacing: .3em; color: var(--wp--preset--color--muted,#9a9aa6); text-transform: uppercase; }
/* Hochgeladenes Logo (Customizer → Site-Identität) */
.tange-header__logo .custom-logo-link { display: block; line-height: 0; }
.tange-header__logo .custom-logo { max-height: 46px; width: auto; }

/* Header (Logo, Hamburger, Drawer): kritisches CSS ist INLINE im Shortcode
   [tange_header] (functions.php) – damit es cache-unabhängig sofort greift. */

/* ---------- Hero (v2: bildbasiert, unten ausgerichtet) ------------------ */
.tange-hero {
	position: relative; overflow: hidden;
	display: flex; align-items: flex-end; min-height: 88vh;
	max-width: none !important; width: auto;
	margin-top: -1rem; margin-bottom: 2.5rem;
	margin-left: calc(50% - 50vw) !important; margin-right: calc(50% - 50vw) !important;
	padding: 6rem 1.25rem 3.5rem; text-align: left;
	background: var(--wp--preset--color--base,#0c0a08);
}
.tange-hero__bg { position: absolute; inset: 0; z-index: 0; background-size: cover; background-position: center; filter: brightness(.4) saturate(.95); }
/* Header-Banner-Diashow: mehrere Bilder mit weicher Überblendung */
.tange-hero__slides { background: #000; }
.tange-hero__slide { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0; transition: opacity 1.4s ease-in-out; will-change: opacity; }
.tange-hero__slide.is-active { opacity: 1; }
@media (prefers-reduced-motion: reduce) { .tange-hero__slide { transition: none; } }
/* Impressionen-Diashow (Startseite): eigenständiger Bilder-Slider, kein Vollbild-Hero. */
.tange-impressionen { position: relative; height: 360px; border-radius: 18px; overflow: hidden; }
@media (max-width: 640px) { .tange-impressionen { height: 220px; } }
.tange-hero__veil { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(12,10,8,.35) 0%, rgba(12,10,8,.2) 42%, rgba(12,10,8,.94) 100%); }
.tange-hero__inner { position: relative; z-index: 2; width: 100%; max-width: 1180px; margin: 0 auto; }
.tange-hero__kicker { font-family: var(--tange-mono); color: var(--wp--preset--color--accent,#d4af6a); letter-spacing: .28em; text-transform: uppercase; font-size: .72rem; margin: 0; }
.tange-hero__title { font-size: clamp(3.2rem, 14vw, 8rem); color: #fff; margin: .5rem 0 0; overflow-wrap: break-word; }
.tange-hero__title em { color: var(--wp--preset--color--accent,#d4af6a); font-style: normal; }
.tange-hero__text { color: #e9e4da; max-width: 42ch; margin: 1.1rem 0 2rem; font-size: 1.12rem; }
.tange-hero__cta { display: flex; gap: .8rem; flex-wrap: wrap; }
.tange-hero__btn {
	display: inline-flex; align-items: center; min-height: 54px; padding: .95rem 2rem; border-radius: 999px;
	font-weight: 700; text-decoration: none;
	background: var(--wp--preset--color--accent-2,#a4232f); color: #fff;
	transition: background .2s, transform .18s ease-out;
}
.tange-hero__btn:hover { background: #c23b46; transform: translateY(-2px); }
.tange-hero__btn--ghost { background: none; border: 1px solid rgba(255,255,255,.4); color: #fff; }
.tange-hero__btn--ghost:hover { background: none; border-color: var(--wp--preset--color--accent,#d4af6a); color: var(--wp--preset--color--accent,#d4af6a); }
.tange-event-ticket { margin: 1.2rem 0 1.6rem; text-align: center; }
.tange-hero__btn--ticket {
	font-size: 1.15rem; padding: 1.2rem 3rem; min-height: 64px; letter-spacing: .06em;
	background: var(--wp--preset--color--accent,#d4af6a); color: #14110a;
	box-shadow: 0 14px 30px -12px rgba(212,175,106,.55);
}
.tange-hero__btn--ticket:hover { background: #e7c777; }

/* ---------- Sektions-Header (Eyebrow → Titel → Pfeil-Link) -------------- */
.tange-sec-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem; margin: 3.5rem 0 1.6rem; border-top: 2px solid rgba(255,255,255,.08); padding-top: 1.3rem; }
.tange-eyebrow { font-family: var(--tange-mono); text-transform: uppercase; letter-spacing: .26em; font-size: .7rem; color: var(--wp--preset--color--accent,#d4af6a); margin: 0; }
.tange-sec-head__title { font-size: clamp(2rem, 5.5vw, 3.2rem); color: #fff; margin: .3rem 0 0; }
.tange-link-arrow { font-family: var(--tange-mono); font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; color: var(--wp--preset--color--accent,#d4af6a); white-space: nowrap; }
.tange-link-arrow:hover { color: var(--wp--preset--color--highlight,#e7c777); }
.tange-section-title { margin: 2.75rem 0 1.25rem; position: relative; padding-left: .9rem; font-size: clamp(2rem, 6vw, 3rem); color: #fff; }
.tange-section-title::before { content: ""; position: absolute; left: 0; top: .12em; bottom: .12em; width: 5px; border-radius: 4px; background: var(--wp--preset--color--accent,#d4af6a); }

/* ---------- Event-Karten (v2) ------------------------------------------- */
.tange-events { display: grid; grid-template-columns: 1fr; gap: 1.2rem; }
.tange-event-card {
	display: flex; flex-direction: column;
	background: var(--wp--preset--color--surface,#17130d);
	border: 1px solid rgba(255,255,255,.08); border-radius: var(--tange-radius); overflow: hidden;
	transition: transform .18s ease-out, border-color .18s ease-out;
}
.tange-event-card:hover { transform: translateY(-5px); border-color: rgba(212,175,106,.4); }
.tange-event-card__link { display: flex; flex-direction: column; flex: 1; text-decoration: none; color: inherit; }
.tange-event-card__ticket { padding: 0 1.1rem 1.1rem; margin: 0; text-align: center; }
.tange-event-card__ticket .tange-hero__btn--ticket {
	display: flex; width: 100%; justify-content: center;
	font-size: .82rem; padding: .7rem 1rem; min-height: 44px; box-shadow: none;
}
.tange-event-card__img { position: relative; aspect-ratio: 4/5; background: #000; }
.tange-event-card__img img { width: 100%; height: 100%; object-fit: contain; }
.tange-event-card__chip {
	position: absolute; top: .8rem; left: .8rem; z-index: 1;
	display: flex; flex-direction: column; align-items: center; line-height: 1;
	background: rgba(8,7,11,.82); backdrop-filter: blur(6px); border: 1px solid rgba(255,255,255,.1);
	border-radius: 10px; padding: .45rem .6rem;
}
.tange-event-card__chip b { font-family: var(--wp--preset--font-family--display, Anton, sans-serif); font-size: 1.5rem; color: var(--wp--preset--color--accent,#d4af6a); }
.tange-event-card__chip i { font-family: var(--tange-mono); font-style: normal; font-size: .6rem; letter-spacing: .1em; text-transform: uppercase; color: #fff; margin-top: .15rem; }
.tange-badge {
	position: absolute; top: .8rem; right: .8rem; z-index: 1;
	font-family: var(--tange-mono); font-size: .62rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
	background: var(--wp--preset--color--highlight,#e7c777); color: #14110a;
	padding: .3rem .55rem; border-radius: 999px;
}
.tange-event-card__body { padding: 1rem 1.1rem 1.2rem; display: flex; flex-direction: column; gap: .35rem; flex: 1; }
.tange-event-card__img video { width: 100%; height: 100%; object-fit: contain; background: #000; }
.tange-event-card__play {
	position: absolute; inset: 0; z-index: 1; display: flex; align-items: center; justify-content: center;
	font-size: 1.3rem; color: #fff; background: rgba(0,0,0,.25); pointer-events: none; text-indent: .12em;
}
.tange-event-card__play::before {
	content: ""; position: absolute; width: 46px; height: 46px; border-radius: 50%;
	background: rgba(8,7,11,.6); backdrop-filter: blur(2px);
}
.tange-event-card__mute {
	position: absolute; right: .6rem; bottom: .6rem; z-index: 2;
	width: 34px; height: 34px; border-radius: 50%; border: 0; cursor: pointer;
	background: rgba(8,7,11,.65); color: #fff; font-size: .95rem; line-height: 1;
	display: flex; align-items: center; justify-content: center; backdrop-filter: blur(2px);
}
.tange-event-card__mute:hover { background: rgba(8,7,11,.85); }
.tange-event-card__genre { font-family: var(--tange-mono); font-size: .66rem; text-transform: uppercase; letter-spacing: .14em; color: var(--wp--preset--color--accent,#d4af6a); }
.tange-event-card__title { font-size: 1.7rem; color: #fff; margin: 0; }
.tange-event-card__tagline { color: var(--wp--preset--color--muted,#a79f90); font-size: .92rem; margin: 0; flex: 1; }
.tange-event-card__meta { display: flex; flex-wrap: wrap; gap: .3rem 1.1rem; color: var(--wp--preset--color--muted,#a79f90); font-size: .82rem; margin: .4rem 0 0; border-top: 1px solid rgba(255,255,255,.08); padding-top: .7rem; }
.tange-event-card__meta span { display: inline-flex; align-items: center; gap: .35rem; }
.tange-event-card__hinweis { margin: .5rem 0 0; padding-top: .55rem; border-top: 1px solid rgba(255,255,255,.08); color: var(--wp--preset--color--highlight,#e7c777); font-size: .82rem; line-height: 1.4; }
.tange-meta-list__hinweis strong { color: var(--wp--preset--color--highlight,#e7c777); }
.tange-event-card__meta .tange-meta-ico { stroke: var(--wp--preset--color--accent,#d4af6a); }

/* ---------- Bereiche / Floors ------------------------------------------- */
.tange-floors { display: grid; gap: 1rem; grid-template-columns: 1fr; }
.tange-floor {
	position: relative; display: block; text-decoration: none; color: inherit;
	border-radius: var(--tange-radius); overflow: hidden; aspect-ratio: 3/4; min-height: 220px;
	background: var(--wp--preset--color--surface,#15131c); box-shadow: var(--tange-shadow-1);
}
.tange-floor.is-blank { background: var(--wp--preset--gradient--club, linear-gradient(135deg,#7c4dff,#ff2d75)); }
.tange-floor img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease-out; }
.tange-floor:hover img { transform: scale(1.06); }
.tange-floor__cap { position: absolute; inset: auto 0 0 0; padding: 1.3rem 1rem .95rem; background: linear-gradient(transparent, rgba(8,7,11,.92)); }
.tange-floor__cap b { display: block; font-family: var(--wp--preset--font-family--display, Righteous, sans-serif); font-weight: 400; font-size: 1.4rem; letter-spacing: .02em; }
.tange-floor__cap small { color: #cfcdd6; font-size: .85rem; }
@media (min-width: 600px) { .tange-floors { grid-template-columns: repeat(3, 1fr); } }

/* ---------- Album-Grid --------------------------------------------------- */
.tange-albums { display: grid; grid-template-columns: repeat(2,1fr); gap: 2px; }
.tange-album-card { text-decoration: none; color: inherit; }
.tange-album-card__img { position: relative; aspect-ratio: 1; border-radius: 12px; overflow: hidden; background: #000; }
.tange-album-card__img img { width: 100%; height: 100%; object-fit: cover; }
.tange-album-card__img .tange-hero__slides { position: absolute; inset: 0; }
.tange-album-card__body h3 { font-size: 1rem; margin: .5rem 0 .1rem; }
.tange-album-card__body small { color: var(--wp--preset--color--muted,#9a9aa6); }

/* ---------- Info-Matrix (v2) -------------------------------------------- */
.tange-infogrid { display: grid; gap: 1px; grid-template-columns: 1fr; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.08); border-radius: var(--tange-radius); overflow: hidden; }
.tange-infotile {
	display: flex; gap: 1rem; align-items: flex-start; text-decoration: none; color: inherit;
	background: var(--wp--preset--color--surface,#17130d); padding: 1.5rem 1.3rem; transition: background .2s;
}
.tange-infotile:hover { background: #211a12; }
.tange-infotile .tange-ico { width: 30px; height: 30px; color: var(--wp--preset--color--accent,#d4af6a); flex: 0 0 auto; }
.tange-infotile h4 { font-size: 1.35rem; color: #fff; margin: 0 0 .25rem; }
.tange-infotile p { margin: 0; color: var(--wp--preset--color--muted,#a79f90); font-size: .9rem; }
@media (min-width: 600px) { .tange-infogrid { grid-template-columns: repeat(2,1fr); } }
@media (min-width: 880px) { .tange-infogrid { grid-template-columns: repeat(3,1fr); } }

/* ---------- Sonderveranstaltungen (v2) ---------------------------------- */
.tange-specials { display: grid; gap: 1.1rem; grid-template-columns: repeat(auto-fill, minmax(220px,1fr)); }
.tange-special { position: relative; display: block; border-radius: var(--tange-radius); overflow: hidden; aspect-ratio: 4/3; min-height: 170px; border: 1px solid rgba(255,255,255,.08); background: var(--wp--preset--color--surface,#17130d); text-decoration: none; color: inherit; }
.tange-special img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.6); transition: transform .4s ease-out, filter .3s; }
.tange-special:hover img { transform: scale(1.05); filter: brightness(.72); }
.tange-special__cap { position: absolute; inset: auto 0 0 0; padding: 1.4rem 1.1rem 1rem; background: linear-gradient(transparent, rgba(12,10,8,.92)); border-top: 3px solid var(--wp--preset--color--accent,#d4af6a); }
.tange-special__cap b { display: block; font-size: 1.5rem; color: #fff; }
.tange-special__cap span { color: var(--wp--preset--color--accent,#d4af6a); font-family: var(--tange-mono); font-size: .66rem; text-transform: uppercase; letter-spacing: .12em; }

/* ---------- Einzelansicht / Galerie ------------------------------------- */
.tange-single { max-width: 720px; margin-left: auto; margin-right: auto; }
.tange-single__img img { border-radius: var(--tange-radius); margin-bottom: 1rem; }
.tange-event-photo { margin: 0 0 1.25rem; }
.tange-event-photo a { display: block; cursor: zoom-in; }
.tange-event-photo img { width: 100%; height: auto; display: block; }
/* Überschreibt die quadratische Beschnitt-/Rundungs-Optik von .tange-gallery__item (wird
   hier nur für den Lightbox-Klick per JS wiederverwendet) – Originalformat, keine Rundung. */
.tange-event-photo .tange-gallery__item { aspect-ratio: auto; overflow: visible; border-radius: 0; background: none; }
.tange-event-photo .tange-gallery__item img { width: 100%; height: auto; object-fit: initial; }
.tange-event-video { width: 100%; height: auto; display: block; background: #000; }
.tange-event-video-extra { margin: 1.5rem 0; }
.tange-meta-list { list-style: none; padding: 0; margin: 0 0 1.5rem; display: grid; gap: .5rem; }
.tange-meta-list li { display: flex; justify-content: space-between; gap: 1rem; background: var(--wp--preset--color--surface,#17171f); padding: .75rem 1rem; border-radius: 10px; }
.tange-meta-list span { color: var(--wp--preset--color--muted,#9a9aa6); }

.tange-gallery { display: grid; grid-template-columns: repeat(2,1fr); gap: .5rem; }
.tange-gallery__item { display: block; aspect-ratio: 1; overflow: hidden; border-radius: 10px; background: #000; }
.tange-gallery__item img { width: 100%; height: 100%; object-fit: cover; }
.tange-back { margin-top: 2rem; }

/* ---------- FAQ-Accordion ------------------------------------------------ */
.tange-faq { display: grid; gap: .6rem; }
.tange-faq__item { background: var(--wp--preset--color--surface,#17171f); border-radius: 12px; border: 1px solid rgba(255,255,255,.05); }
.tange-faq__item summary { cursor: pointer; padding: 1rem 1.1rem; font-weight: 700; list-style: none; min-height: 48px; display: flex; align-items: center; justify-content: space-between; }
.tange-faq__item summary::after { content: "+"; font-size: 1.4rem; color: var(--wp--preset--color--accent,#d6336c); }
.tange-faq__item[open] summary::after { content: "–"; }
.tange-faq__answer { padding: 0 1.1rem 1.1rem; color: #d8d8df; }
.tange-empty {
	color: var(--wp--preset--color--muted,#9b97a6); text-align: center;
	padding: 2rem 1.25rem; border: 1px dashed rgba(255,255,255,.12);
	border-radius: var(--tange-radius); background: rgba(255,255,255,.02);
}

/* ---------- Bottom-Navigation (nur mobil) -------------------------------- */
.tange-bottomnav {
	position: fixed; left: 0; right: 0; bottom: 0; z-index: 50;
	height: calc(var(--tange-bottomnav-h) + env(safe-area-inset-bottom));
	padding-bottom: env(safe-area-inset-bottom);
	display: flex; justify-content: space-around; align-items: stretch;
	background: rgba(20,20,28,.96); backdrop-filter: blur(12px);
	border-top: 1px solid rgba(255,255,255,.08);
}
.tange-bottomnav__item {
	flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px;
	background: transparent; border: 0; color: #c9c9d2; text-decoration: none;
	font-size: .68rem; font-weight: 600; cursor: pointer; min-height: 44px;
}
.tange-bottomnav__icon { font-size: 1.25rem; line-height: 1; }
.tange-bottomnav__item:active { color: var(--wp--preset--color--accent,#d6336c); }

/* ---------- Footer ------------------------------------------------------- */
.tange-footer { background: #08080c; padding: 2.5rem 1.25rem; margin-top: 2rem; }
.tange-footer__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; max-width: 1100px; margin: 0 auto; }
.tange-footer h3 { font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; color: var(--wp--preset--color--accent,#d6336c); margin: 0 0 .5rem; }
.tange-footer p { color: #b9b9c4; font-size: .9rem; margin: 0; }
.tange-footer a { color: #d8d8df; }
.tange-footer__legal { text-align: center; margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.07); color: var(--wp--preset--color--muted,#9a9aa6); font-size: .85rem; }
.tange-build { text-align: center; margin: 0; padding: .6rem 1rem 1.2rem; font-family: var(--tange-mono); font-size: .7rem; letter-spacing: .08em; color: rgba(255,255,255,.28); }

/* Social-Icons */
.tange-social { display: flex; gap: .6rem; margin-top: .25rem; }
.tange-social__link {
	display: flex; align-items: center; justify-content: center;
	width: 42px; height: 42px; border-radius: 50%;
	background: rgba(255,255,255,.08); color: #fff;
	transition: background .2s, color .2s, transform .15s;
}
.tange-social__link:hover {
	background: var(--wp--preset--gradient--club, linear-gradient(135deg,#7c4dff,#ff2d75));
	color: #fff; transform: translateY(-2px);
}
.tange-social__link svg { display: block; }

/* ---------- Lightbox (mit Blättern & Wischen) ---------------------------- */
.tange-lightbox { position: fixed; inset: 0; z-index: 100; background: rgba(5,5,7,.95); display: none; align-items: center; justify-content: center; }
.tange-lightbox.is-open { display: flex; }
.tange-lightbox__stage { margin: 0; flex: 1; display: flex; align-items: center; justify-content: center; padding: 1rem; height: 100dvh; }
.tange-lightbox__stage img { max-width: min(96vw, 1400px); max-height: 90dvh; width: auto; height: auto; border-radius: 8px; box-shadow: 0 20px 60px rgba(0,0,0,.6); }
.tange-lightbox__close, .tange-lightbox__nav {
	width: 48px; height: 48px; border: 0; border-radius: 50%; background: rgba(255,255,255,.14);
	color: #fff; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center;
}
.tange-lightbox__close { position: absolute; top: 1rem; right: 1rem; z-index: 2; font-size: 1.7rem; }
.tange-lightbox__nav { position: absolute; top: 50%; transform: translateY(-50%); z-index: 2; font-size: 2.2rem; }
.tange-lightbox__prev { left: .75rem; }
.tange-lightbox__next { right: .75rem; }
.tange-lightbox__close:hover, .tange-lightbox__nav:hover { background: rgba(255,255,255,.28); }
.tange-lightbox__counter {
	position: absolute; bottom: 1rem; left: 50%; transform: translateX(-50%); color: #fff;
	font-family: var(--tange-mono); font-size: .8rem; letter-spacing: .12em;
	background: rgba(0,0,0,.45); padding: .3rem .8rem; border-radius: 999px;
}
.tange-lightbox.is-single .tange-lightbox__nav,
.tange-lightbox.is-single .tange-lightbox__counter { display: none; }
body.tange-noscroll { overflow: hidden; }

/* Kleiner, dezenter „Foto melden"-Button unten links in der Lightbox. */
.tange-lightbox__report {
	position: absolute; bottom: 1rem; left: 1rem; z-index: 2;
	width: 34px; height: 34px; border: 0; border-radius: 50%; cursor: pointer;
	background: rgba(255,255,255,.08); color: rgba(255,255,255,.55); font-size: .85rem;
	display: flex; align-items: center; justify-content: center; opacity: .55;
	transition: opacity .2s, background .2s;
}
.tange-lightbox__report:hover { opacity: 1; background: rgba(255,255,255,.2); }
.tange-lightbox__reportpanel {
	position: absolute; bottom: 4rem; left: 1rem; z-index: 3; width: min(320px, calc(100vw - 2rem));
	background: rgba(12,10,8,.96); border: 1px solid rgba(255,255,255,.12); border-radius: 12px;
	padding: 1rem; color: #fff; box-shadow: 0 20px 50px -20px rgba(0,0,0,.8);
}
.tange-lightbox__reportpanel p { margin: 0 0 .5rem; font-size: .85rem; color: #d8d8df; }
.tange-lightbox__reportpanel textarea {
	width: 100%; min-height: 70px; resize: vertical; border-radius: 8px; border: 1px solid rgba(255,255,255,.15);
	background: rgba(255,255,255,.05); color: #fff; padding: .5rem .6rem; font: inherit; font-size: .85rem;
}
.tange-lightbox__reportbtns { display: flex; justify-content: flex-end; gap: .5rem; margin-top: .6rem; }
.tange-lightbox__reportbtns button {
	border: 0; border-radius: 999px; padding: .45rem 1rem; font-size: .8rem; cursor: pointer; font-weight: 600;
}
.tange-lightbox__reportcancel { background: rgba(255,255,255,.1); color: #d8d8df; }
.tange-lightbox__reportsend { background: var(--wp--preset--color--accent-2,#a4232f); color: #fff; }
.tange-lightbox__reportstatus { margin: .5rem 0 0; font-size: .78rem; color: var(--wp--preset--color--accent,#d4af6a); min-height: 1em; }
@media (max-width: 600px) { .tange-lightbox__nav { width: 44px; height: 44px; font-size: 2rem; } }

/* ---------- Tablet / Desktop -------------------------------------------- */
@media (min-width: 600px) {
	.tange-events { grid-template-columns: repeat(2,1fr); }
	.tange-albums, .tange-gallery { grid-template-columns: repeat(3,1fr); }
	.tange-infogrid { grid-template-columns: repeat(4,1fr); }
}
@media (min-width: 900px) {
	.tange-events { grid-template-columns: repeat(3,1fr); }
	.tange-albums, .tange-gallery { grid-template-columns: repeat(4,1fr); }
	.tange-footer__grid { grid-template-columns: repeat(4,1fr); }
	/* Bottom-Nav nur auf Smartphones – am Desktop ausblenden */
	.tange-bottomnav { display: none; }
	body { padding-bottom: 0; }
}

/* ---------- Feinschliff (Inspiration: warme Tiefe, Gold-Akzent) ---------- */
.tange-event-card, .tange-album-card__img, .tange-infotile {
	box-shadow: 0 8px 24px -16px rgba(0,0,0,.8);
}
.tange-event-card.is-special { box-shadow: 0 0 0 1px var(--wp--preset--color--highlight,#e7c777), 0 12px 30px -20px rgba(0,0,0,.6); }
.tange-event-card.is-special .tange-event-card__title { color: var(--wp--preset--color--highlight,#ffd84d); }
.tange-hero { border-bottom: 1px solid rgba(255,255,255,.06); }
.tange-hero__title {
	background: var(--wp--preset--gradient--club, linear-gradient(120deg,#7c4dff,#ff2d75,#ffb020));
	-webkit-background-clip: text; background-clip: text; color: transparent;
}
@media (hover: hover) {
	.tange-event-card { transition: transform .18s ease-out, border-color .18s ease-out, box-shadow .18s ease-out; }
	.tange-event-card:hover { transform: translateY(-4px); border-color: rgba(212,175,106,.35); box-shadow: 0 16px 36px -20px rgba(0,0,0,.65); }
	.tange-infotile { transition: border-color .18s ease-out, transform .18s ease-out; }
	.tange-infotile:hover { border-color: var(--wp--preset--color--accent,#ff2d75); transform: translateY(-2px); }
	.tange-album-card:hover .tange-album-card__img img { transform: scale(1.05); }
	.tange-album-card__img img { transition: transform .35s ease-out; }
}

/* =========================================================================
   Design-System-Politur (UI/UX Pro Max: Dark-OLED, Neon-Glow, A11y)
   ========================================================================= */

/* SVG-Icons statt Emoji (einheitlich, theming-fähig) */
.tange-ico { width: 24px; height: 24px; flex: 0 0 auto; display: block;
	stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.tange-bottomnav__icon .tange-ico { width: 24px; height: 24px; }
.tange-infotile .tange-ico { width: 28px; height: 28px; }
.tange-meta-ico { width: 18px; height: 18px; margin-right: .4rem;
	stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.tange-event-card__meta .tange-meta-ico { width: 16px; height: 16px; }
.tange-event-card__meta span, .tange-meta-list span { display: inline-flex; align-items: center; }
.tange-infotile { flex-direction: column; align-items: flex-start; gap: .5rem; }

/* Dezenter Neon-Glow auf Schlüssel-Elementen (Club-Ästhetik) */
.tange-hero__title { filter: drop-shadow(0 2px 16px rgba(0,0,0,.6)); }
.tange-event-card.is-special .tange-event-card__title { color: var(--wp--preset--color--highlight,#e7c777); }

/* Aktiver Navigationszustand (per JS gesetzt) */
.tange-bottomnav__item[aria-current="page"] { color: var(--wp--preset--color--accent,#ff2d75); }
.tange-drawer a[aria-current="page"] { color: var(--wp--preset--color--highlight,#ffd84d); }

/* Sichtbare Fokus-Ringe für Tastaturnutzer (A11y, CRITICAL) */
a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible,
.tange-gallery__item:focus-visible {
	outline: 3px solid var(--wp--preset--color--accent,#ff2d75);
	outline-offset: 2px;
	border-radius: 8px;
}

/* ===== Line-up / Künstler ([tange_lineup]) ===== */
.tange-lineup { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fill, minmax(200px,1fr)); }
.tange-act { display: flex; flex-direction: column; background: var(--wp--preset--color--surface,#17130d); border: 1px solid rgba(255,255,255,.08); border-radius: var(--tange-radius,14px); overflow: hidden; }
.tange-act.is-active { border-color: rgba(212,175,106,.45); }
.tange-act__img { position: relative; aspect-ratio: 3/4; background: #000; }
.tange-act__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease-out; }
.tange-act:hover .tange-act__img img { transform: scale(1.05); }
.tange-act__ph { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-size: 2.4rem; color: rgba(212,175,106,.4); }
.tange-act__badge { position: absolute; top: .7rem; right: .7rem; font-family: var(--tange-mono); font-size: .6rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: #14110a; background: var(--wp--preset--color--highlight,#e7c777); padding: .3rem .55rem; border-radius: 999px; }
.tange-act__body { padding: .9rem 1rem 1.1rem; display: flex; flex-direction: column; gap: .3rem; flex: 1; }
.tange-act__genre { font-family: var(--tange-mono); font-size: .64rem; text-transform: uppercase; letter-spacing: .14em; color: var(--wp--preset--color--accent,#d4af6a); margin: 0; }
.tange-act__name { font-family: var(--wp--preset--font-family--display, Anton, sans-serif); font-weight: 400; text-transform: uppercase; font-size: 1.5rem; color: #fff; margin: 0; line-height: 1; }
.tange-act__star { color: var(--wp--preset--color--accent,#d4af6a); }
.tange-act__bio { margin-top: .4rem; }
.tange-act__bio summary { cursor: pointer; font-family: var(--tange-mono); font-size: .72rem; color: var(--wp--preset--color--accent,#d4af6a); text-transform: uppercase; letter-spacing: .08em; }
.tange-act__bio p { color: var(--wp--preset--color--muted,#a79f90); font-size: .88rem; margin: .6rem 0 0; }
.tange-act__bio a { color: var(--wp--preset--color--accent,#d4af6a); }
.tange-act__years { font-family: var(--tange-mono); font-size: .66rem; color: var(--wp--preset--color--muted,#a79f90); margin: .5rem 0 0; }
.tange-act__links { display: flex; flex-wrap: wrap; gap: .4rem .9rem; margin: .6rem 0 0; }
.tange-act__links a { color: var(--wp--preset--color--accent,#d4af6a); }
/* Ehemalige Gäste (nicht im aktuellen Line-up) dezent ausgrauen – wie früher „grau hinterlegt". */
.tange-act:not(.is-active) .tange-act__img img { filter: grayscale(.5) brightness(.92); transition: filter .3s; }
.tange-act:not(.is-active):hover .tange-act__img img { filter: none; }

/* ===== Frühtanz-Bereich: eigener Festival-Akzent (Feuer-Orange) ===== */
body.tange-ft {
	--wp--preset--color--accent: #ff7a1a;
	--wp--preset--color--highlight: #ffa251;
	--wp--preset--color--accent-2: #e2410d;
}
body.tange-ft .tange-hero__title em { color: #ff7a1a; }

/* Künstler-Detailseite ([tange_artist_meta]) */
.tange-artist-detail { display: grid; gap: 1.4rem; margin: 1rem 0 1.5rem; }
.tange-artist-detail__img { position: relative; border-radius: var(--tange-radius,14px); overflow: hidden; max-width: 460px; border: 1px solid rgba(255,255,255,.08); }
.tange-artist-detail__img img { width: 100%; height: auto; display: block; }
.tange-artist-detail__meta { display: flex; flex-direction: column; gap: .4rem; }
@media (min-width: 700px) { .tange-artist-detail { grid-template-columns: 460px 1fr; align-items: start; } }

/* Streaming-Links (Hymne) */
.tange-music { display: flex; gap: .7rem; flex-wrap: wrap; margin: 1rem 0; }
.tange-music a { border: 1px solid rgba(255,255,255,.08); border-radius: 999px; padding: .6rem 1.2rem; font-family: var(--tange-mono); font-size: .78rem; color: var(--wp--preset--color--contrast,#f4efe6); text-decoration: none; transition: border-color .2s, color .2s; }
.tange-music a:hover { border-color: var(--wp--preset--color--accent,#d4af6a); color: var(--wp--preset--color--accent,#d4af6a); }

/* ===== Cookie-/Consent-Banner (gate für die anonyme Statistik) ===== */
.tange-consent { position: fixed; left: 0; right: 0; bottom: 0; z-index: 80; padding: 0 1rem 1rem; pointer-events: none; }
.tange-consent[hidden] { display: none; }
.tange-consent__box { pointer-events: auto; max-width: 760px; margin: 0 auto; background: var(--wp--preset--color--surface,#17130d); border: 1px solid rgba(255,255,255,.12); border-radius: 14px; box-shadow: 0 24px 60px -24px rgba(0,0,0,.85); padding: 1.1rem 1.2rem; display: flex; flex-wrap: wrap; align-items: center; gap: .8rem 1.2rem; }
.tange-consent__text { margin: 0; flex: 1 1 320px; color: #d8d2c6; font-size: .9rem; line-height: 1.5; }
.tange-consent__text a { color: var(--wp--preset--color--accent,#d4af6a); }
.tange-consent__btns { display: flex; gap: .6rem; flex: 0 0 auto; }
.tange-consent__btn { min-height: 44px; padding: .6rem 1.2rem; border-radius: 999px; font-weight: 700; font-size: .9rem; cursor: pointer; border: 0; background: var(--wp--preset--color--accent,#d4af6a); color: #14110a; transition: filter .2s, background .2s, color .2s; }
.tange-consent__btn:hover { filter: brightness(1.08); }
.tange-consent__btn--ghost { background: transparent; border: 1px solid rgba(255,255,255,.35); color: #f3efe7; }
.tange-consent__btn--ghost:hover { border-color: var(--wp--preset--color--accent,#d4af6a); color: var(--wp--preset--color--accent,#d4af6a); filter: none; }

/* Bewegung reduzieren, wenn vom System gewünscht (A11y, High) */
@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after {
		animation-duration: .001ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .001ms !important;
		scroll-behavior: auto !important;
	}
}
