/* ============================================================
   empau-reisen.de — eigene Handschrift über dem gemeinsamen Fundament.
   Die Fotos tragen die Seite, die Bewertung ist das Alleinstellungsmerkmal.
   ============================================================ */

:root {
	--marke:        #1f4d3a;   /* Tanne */
	--marke-dunkel: #163a2b;
	--marke-hell:   #e3ede6;
	--akzent:       #c4643c;   /* Terrakotta */
	--akzent-hell:  #f8ebe4;
	--tinte:        #132019;
	--tinte-weich:  #57665d;
	--papier:       #ffffff;
	--flaeche:      #faf6ef;   /* Sandpapier */
	--rand:         #e6dfd2;
	--gold:         #d9a441;   /* Sterne */
}

/* ============================================================
   Bühne — vollflächiges Bild statt zweispaltigem Kasten
   ============================================================ */
.buehne.bild {
	padding: 0;
	background: var(--tinte);
	position: relative;
	min-height: min(74vh, 620px);
	display: flex;
	align-items: flex-end;
}
.buehne.bild .hintergrund { position: absolute; inset: 0; overflow: hidden; }
.buehne.bild .hintergrund img { width: 100%; height: 100%; object-fit: cover; display: block; }
.buehne.bild .hintergrund::after {
	content: '';
	position: absolute; inset: 0;
	background:
		linear-gradient(180deg, rgba(19,32,25,.15) 0%, rgba(19,32,25,.30) 45%, rgba(19,32,25,.86) 100%),
		linear-gradient(90deg, rgba(19,32,25,.55) 0%, transparent 62%);
}
.buehne.bild .container { position: relative; z-index: 2; padding-top: 90px; padding-bottom: 54px; }
.buehne.bild .inhalt { max-width: 41rem; color: #fff; }
.buehne.bild h1 {
	color: #fff;
	font-size: clamp(2.1rem, 5.4vw, 3.6rem);
	text-wrap: balance;
	text-shadow: 0 2px 24px rgba(0,0,0,.35);
}
.buehne.bild .lead {
	color: rgba(255,255,255,.93);
	font-size: clamp(1.05rem, 1.9vw, 1.24rem);
	max-width: 36em;
	text-shadow: 0 1px 14px rgba(0,0,0,.35);
}
.buehne.bild .vorzeile {
	background: rgba(255,255,255,.16); color: #fff;
	backdrop-filter: blur(6px); border: 1px solid rgba(255,255,255,.26);
}
.buehne.bild .knopf.leer {
	color: #fff; border-color: rgba(255,255,255,.55);
	background: rgba(255,255,255,.08); backdrop-filter: blur(6px);
}
.buehne.bild .knopf.leer:hover { background: rgba(255,255,255,.2); color: #fff; }

/* Kennzahlen am Fuß der Bühne */
.buehne-zahlen {
	display: flex; flex-wrap: wrap; gap: 28px 44px;
	margin-top: 34px; padding-top: 22px;
	border-top: 1px solid rgba(255,255,255,.22);
}
.buehne-zahlen div { color: rgba(255,255,255,.82); }
.buehne-zahlen b {
	display: block; font-family: var(--font-display);
	font-size: 1.75rem; font-weight: 700; color: #fff; line-height: 1.1;
}
.buehne-zahlen span { font-size: .84rem; letter-spacing: .07em; text-transform: uppercase; }
@media (max-width: 620px) {
	.buehne.bild { min-height: 0; }
	.buehne.bild .container { padding-top: 56px; padding-bottom: 36px; }
	.buehne-zahlen { gap: 18px 30px; margin-top: 26px; }
	.buehne-zahlen b { font-size: 1.4rem; }
}

/* ============================================================
   Abschnittsüberschrift mit Zierstrich
   ============================================================ */
.abschnitt-kopf h2 { position: relative; padding-top: 16px; }
.abschnitt-kopf h2::before {
	content: '';
	position: absolute; top: 0; left: 0;
	width: 46px; height: 3px; border-radius: 2px;
	background: var(--akzent);
}

/* ============================================================
   Platzkarte — Note als Siegel auf dem Bild
   ============================================================ */
.karte-bild { aspect-ratio: 4/3; }
.karte-bild img { transition: transform .45s cubic-bezier(.2,.7,.3,1); }
a.karte:hover .karte-bild img { transform: scale(1.045); }

.note-siegel {
	position: absolute; right: 12px; bottom: 12px;
	width: 54px; height: 54px; border-radius: 50%;
	background: var(--papier);
	display: flex; flex-direction: column; align-items: center; justify-content: center;
	box-shadow: 0 4px 16px rgba(19,32,25,.28);
	font-family: var(--font-display); line-height: 1;
}
.note-siegel .wert { font-size: 1.28rem; font-weight: 700; color: var(--marke); }
.note-siegel .max  { font-size: .62rem; color: var(--tinte-weich); letter-spacing: .06em; margin-top: 1px; }
.note-siegel.mittel  .wert { color: #b8862a; }
.note-siegel.schwach .wert { color: var(--akzent); }

.karte-ort {
	font-size: .82rem; letter-spacing: .04em; text-transform: uppercase;
	color: var(--tinte-weich); font-weight: 600;
}
.karte-inhalt h3 { font-size: 1.22rem; letter-spacing: -.01em; }

/* Erste Karte in der Übersicht darf breiter laufen */
.karten .karte.gross { grid-column: span 2; }
.karten .karte.gross .karte-bild { aspect-ratio: 21/9; }
@media (max-width: 780px) { .karten .karte.gross { grid-column: auto; } }

/* ============================================================
   Notenspiegel — Herzstück der Platzberichte
   ============================================================ */
.notenspiegel {
	background: var(--flaeche);
	border: 1px solid var(--rand);
	border-radius: var(--radius);
	padding: 22px 24px;
	margin: 1.8em 0;
}
.notenspiegel h3 { margin: 0 0 4px; font-size: 1.05rem; }
.notenspiegel .quelle { font-size: .85rem; color: var(--tinte-weich); margin: 0 0 18px; }

.note-gesamt {
	display: flex; align-items: center; gap: 18px;
	padding-bottom: 18px; margin-bottom: 18px;
	border-bottom: 1px solid var(--rand);
}
.note-gesamt .zahl {
	font-family: var(--font-display);
	font-size: 3rem; font-weight: 700; line-height: 1; color: var(--marke);
}
.note-gesamt .zahl small { font-size: 1.1rem; font-weight: 400; color: var(--tinte-weich); }
.note-gesamt .text { color: var(--tinte-weich); font-size: .93rem; }
.note-gesamt .text strong { display: block; color: var(--tinte); font-size: 1rem; }

.note-zeile {
	display: grid;
	grid-template-columns: minmax(120px, 8.5rem) 1fr auto;
	align-items: center; gap: 14px; padding: 7px 0;
}
.note-zeile .kriterium { font-size: .94rem; font-weight: 500; }
.note-balken {
	position: relative; height: 8px; border-radius: 99px;
	background: color-mix(in srgb, var(--marke) 12%, transparent);
	overflow: hidden;
}
.note-balken span {
	position: absolute; inset: 0 auto 0 0; border-radius: 99px;
	background: linear-gradient(90deg, var(--marke), color-mix(in srgb, var(--marke) 68%, var(--gold)));
}
.note-zeile .wert {
	font-family: var(--font-display); font-weight: 700;
	font-size: .96rem; min-width: 2.1rem; text-align: right;
	font-variant-numeric: tabular-nums;
}
@media (max-width: 540px) {
	.note-zeile { grid-template-columns: 1fr auto; gap: 4px 10px; }
	.note-balken { grid-column: 1 / -1; }
}

/* Sterne wärmer */
.sterne .stern.voll, .sterne .stern.halb { color: var(--gold); }

/* ============================================================
   Pro / Contra deutlicher getrennt
   ============================================================ */
.procon > div { border: 1px solid var(--rand); background: var(--papier); }
.procon .pro { border-left: 3px solid var(--marke); }
.procon .con { border-left: 3px solid var(--akzent); }

/* ============================================================
   Steckbrief
   ============================================================ */
.steckbrief {
	display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	gap: 1px; background: var(--rand);
	border: 1px solid var(--rand); border-radius: var(--radius);
	overflow: hidden; margin: 1.8em 0;
}
.steckbrief > div { background: var(--papier); padding: 14px 16px; }
.steckbrief .label {
	display: block; font-size: .72rem; text-transform: uppercase;
	letter-spacing: .09em; color: var(--tinte-weich);
}
.steckbrief .wert {
	display: block; font-family: var(--font-display);
	font-weight: 700; font-size: 1.05rem; margin-top: 3px;
}

/* ============================================================
   Instagram
   ============================================================ */
.insta-kopf { display: flex; align-items: center; gap: 14px; }
.insta-kopf .avatar {
	width: 52px; height: 52px; border-radius: 50%; flex: none;
	background: var(--marke-hell);
	border: 2px solid var(--papier); box-shadow: 0 0 0 2px var(--akzent);
	display: flex; align-items: center; justify-content: center;
	font-family: var(--font-display); font-weight: 700; color: var(--marke);
}
.insta-handle { font-family: var(--font-display); font-weight: 700; font-size: 1.05rem; }
.insta-zahlen { font-size: .88rem; color: var(--tinte-weich); }
.insta-gitter { gap: 8px; }
.insta-kachel { border-radius: 10px; }

/* ============================================================
   Zitatband — bricht lange Textstrecken auf
   ============================================================ */
.band { background: var(--marke); color: #fff; padding: clamp(40px, 6vw, 68px) 0; }
.band p {
	font-family: var(--font-display);
	font-size: clamp(1.3rem, 3vw, 1.9rem);
	line-height: 1.35; max-width: 26em; margin: 0 auto;
	text-align: center; text-wrap: balance;
}
.band .quelle {
	display: block; margin-top: 18px;
	font-family: var(--font-text); font-size: .9rem;
	letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.65);
}

/* Filterleiste ruhiger */
.filter { background: var(--papier); border: 1px solid var(--rand); }
.filter select, .filter input { background: var(--flaeche); }

/* Fußbereich */
.fuss { background: #101a15; }
.fuss-marke { letter-spacing: -.02em; }
