/* ==========================================================
   MANUFAKTUR SYLT – Ergänzungen für Drei-Wege-Navigation
   Diese Regeln ans Ende der main.css anfügen
   ========================================================== */

/* ----------------------------------------------------------
   Startkachel (#begin): Breite so dass Nachbarkacheln
   links und rechts leicht sichtbar sind ("Ankratzer")
   ---------------------------------------------------------- */

.panel.banner#begin {
	/* Etwas schmaler als Viewport → Nachbarkacheln werden angezeigt */
	width: 85vw;
	min-width: 320px;
	max-width: 900px;
	flex-shrink: 0;
	/* Hintergrundbild: Werkstattfoto */
	background-image: url(../../images/neu/lederwerkstatt_1017_210_1_S4re-1920.webp);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: transparent;
	position: relative;
}

/* Dunkler Overlay damit Text lesbar bleibt */
.panel.banner#begin::before {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.15);
	z-index: 0;
}

.panel.banner#begin .content {
	position: relative;
	z-index: 1;
	background: transparent !important;
	background-image: none !important;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	text-align: center;
	padding: 3rem 2rem 3rem 2rem;
	width: 100%;
	color: #fff;
}

.panel.banner#begin .content h1,
.panel.banner#begin .content p {
	color: #fff;
}

/* Navigations-Buttons in der Startkachel */
.banner-navigation {
	display: flex;
	gap: 1.5rem;
	justify-content: center;
	margin-top: 2rem;
	flex-wrap: wrap;
}

.banner-nav-btn {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
}

/* ----------------------------------------------------------
   Vimeo Facade (DSGVO-konform)
   ---------------------------------------------------------- */

.vimeo-facade {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 320px;
	margin-top: 1rem;
}

.vimeo-facade a {
	display: block;
	position: relative;
	border: 0;
}

.vimeo-facade a img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 4px;
}

.vimeo-facade .play-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 3rem;
	color: rgba(255, 255, 255, 0.85);
	text-shadow: 0 2px 8px rgba(0,0,0,0.5);
	pointer-events: none;
	transition: color 0.2s;
}

.vimeo-facade a:hover .play-icon {
	color: #fff;
}

.vimeo-hint {
	font-size: 0.7rem;
	color: rgba(46, 43, 55, 0.5);
	margin-top: 0.4rem;
	text-align: center;
}

/* ----------------------------------------------------------
   Film-Kacheln (schmal)
   ---------------------------------------------------------- */

.panel.panel-film {
	width: 28rem;
	flex-shrink: 0;
}

.panel.panel-film .intro {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	height: 100%;
	padding: 3rem 2.5rem;
}

/* ----------------------------------------------------------
   Fixer Footer: Impressum & Datenschutz
   ---------------------------------------------------------- */

#site-footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 0.5rem 1rem;
	background: rgba(255, 255, 255, 0.88);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	font-size: 0.75rem;
	color: rgba(46, 43, 55, 0.6);
	z-index: 9999;
	border-top: 1px solid rgba(46, 43, 55, 0.1);
}

#site-footer a {
	color: rgba(46, 43, 55, 0.6);
	text-decoration: none;
	border-bottom: dotted 1px rgba(46, 43, 55, 0.3);
	transition: color 0.2s;
}

#site-footer a:hover {
	color: rgba(46, 43, 55, 0.9);
}

.footer-sep {
	margin: 0 0.75rem;
	color: rgba(46, 43, 55, 0.3);
}

/* Abstand am unteren Rand des page-wrapper damit Footer nichts verdeckt */
#page-wrapper {
	padding-bottom: 2.5rem;
}

/* ----------------------------------------------------------
   Responsive: Smartphone / Tablet (vertikal)
   ---------------------------------------------------------- */

@media screen and (max-width: 896px) {

	.panel.banner#begin {
		width: 100%;
		max-width: 100%;
		min-height: 60vw;
	}

	.panel.panel-film {
		width: 100%;
	}

	.banner-navigation {
		flex-direction: column;
		align-items: center;
		gap: 1rem;
	}

	#site-footer {
		font-size: 0.8rem;
		padding: 0.6rem 1rem;
	}
}

@media screen and (max-width: 480px) {

	.panel.banner#begin {
		min-height: 70vw;
	}

}

/* ----------------------------------------------------------
   Zurück-zur-Mitte Kacheln an beiden Enden
   ---------------------------------------------------------- */

.panel.panel-zurueck {
	width: 14rem;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.panel.panel-zurueck .intro {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: 2rem;
}

@media screen and (max-width: 896px) {
	.panel.panel-zurueck {
		width: 100%;
	}
}

/* ----------------------------------------------------------
   Schmale Kachel direkt links neben #begin: Bild + Adresse
   ---------------------------------------------------------- */

.panel.panel-vater-adresse {
	width: 22rem;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.panel.panel-vater-adresse .intro h2.major {
	font-size: 1.1rem;
	margin-bottom: 1rem;
}

.panel.panel-vater-adresse .intro p {
	margin-bottom: 0.4rem;
	font-size: 0.85rem;
	line-height: 1.4;
}

@media screen and (max-width: 896px) {
	.panel.panel-vater-adresse {
		width: 100%;
		flex-direction: column;
	}
	.panel.panel-vater-adresse .kachel-bild {
		flex: 0 0 250px;
	}
}

/* ----------------------------------------------------------
   Schmale Kachel direkt rechts neben #begin: Bild + Kontakt
   ---------------------------------------------------------- */

.panel.panel-sohn-adresse {
	width: 22rem;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.panel.panel-sohn-adresse .intro h2.major {
	font-size: 1.1rem;
	margin-bottom: 1rem;
}

.panel.panel-sohn-adresse .intro p {
	margin-bottom: 0.4rem;
	font-size: 0.85rem;
	line-height: 1.4;
}

@media screen and (max-width: 896px) {
	.panel.panel-sohn-adresse {
		width: 100%;
	}
	.panel.panel-sohn-adresse .kachel-bild {
		flex: 0 0 250px;
	}
}

/* ----------------------------------------------------------
   Gemeinsame Regeln: Kachel-Bild (Vater + Sohn)
   ---------------------------------------------------------- */

.panel.panel-vater-adresse .kachel-bild,
.panel.panel-sohn-adresse .kachel-bild {
	padding: 0.8rem;
	box-sizing: border-box;
}

.panel.panel-vater-adresse .kachel-bild img,
.panel.panel-sohn-adresse .kachel-bild img {
	width: 100%;
	max-height: 350px;
	object-fit: cover;
	display: block;
	border-radius: 6px;
}

.panel.panel-vater-adresse .intro,
.panel.panel-sohn-adresse .intro {
	padding: 0.8rem 2rem 1.5rem 2rem;
}

/* ----------------------------------------------------------
   Leder-Karten
   ---------------------------------------------------------- */

.leder-intro {
	margin-bottom: 1.5rem;
	font-size: 0.95rem;
}

.leder-karten {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 0.8rem;
}

.leder-karte {
	background: rgba(255, 255, 255, 0.07);
	border-radius: 6px;
	padding: 0.9rem 1.1rem;
	border-left: 3px solid rgba(255, 255, 255, 0.25);
	transition: border-color 0.2s;
}

.leder-karte:hover {
	border-left-color: rgba(255, 255, 255, 0.6);
}

.leder-karte h3 {
	font-size: 0.85rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	margin: 0 0 0.4rem 0;
	color: inherit;
}

.leder-karte p {
	font-size: 0.7rem;
	line-height: 1.5;
	margin: 0;
	opacity: 0.85;
}

.leder-karte--highlight {
	border-left-color: rgba(255, 255, 255, 0.6);
	background: rgba(255, 255, 255, 0.12);
}

.leder-sub {
	font-size: 0.75rem;
	opacity: 0.7;
	text-transform: none;
	letter-spacing: 0;
	font-weight: normal;
}

@media screen and (max-height: 1000px) {
	.leder-karten {
		gap: 0.4rem;
	}
	.leder-karte {
		padding: 0.5rem 0.8rem;
	}
	.leder-karte h3 {
		margin-bottom: 0.2rem;
	}
	.leder-intro {
		margin-bottom: 0.8rem;
	}
}

/* ----------------------------------------------------------
   Kontaktformular Vater – neu
   ---------------------------------------------------------- */

#kontakt-vater {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

#kontakt-vater .intro {
	padding-bottom: 0.8rem;
}

.kontakt-formular {
	padding: 0 2rem 1.5rem 2rem;
}

.kontakt-sub {
	font-size: 0.8rem;
	opacity: 0.6;
	margin-bottom: 1rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.kontakt-zeile {
	display: flex;
	gap: 1rem;
	margin-bottom: 0.6rem;
}

.kontakt-feld {
	flex: 1;
	margin-bottom: 0.6rem;
}

.kontakt-feld input,
.kontakt-feld textarea {
	width: 100%;
	background: transparent;
	border: none;
	border-bottom: 1px solid rgba(46, 43, 55, 0.25);
	padding: 0.4rem 0;
	font-size: 0.85rem;
	color: inherit;
	outline: none;
	transition: border-color 0.2s;
	font-family: inherit;
	resize: none;
}

.kontakt-feld input:focus,
.kontakt-feld textarea:focus {
	border-bottom-color: rgba(46, 43, 55, 0.7);
}

.kontakt-feld input,
.kontakt-feld textarea,
.kontakt-dsgvo label {
	color: inherit !important;
}

.kontakt-feld input::placeholder,
.kontakt-feld textarea::placeholder {
	color: inherit !important;
	opacity: 0.45;
	font-style: italic;
}

.kontakt-dsgvo {
	display: flex;
	align-items: flex-start;
	gap: 0.6rem;
	margin: 0.8rem 0;
	font-size: 0.72rem;
	opacity: 0.7;
	line-height: 1.4;
}

.kontakt-dsgvo input[type="checkbox"] {
	margin-top: 0.15rem;
	flex-shrink: 0;
}

.kontakt-dsgvo a {
	text-decoration: underline dotted;
}

.kontakt-btn {
	background: transparent;
	border: 1px solid rgba(46, 43, 55, 0.35);
	color: inherit;
	padding: 0.45rem 1.4rem;
	font-size: 0.78rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	cursor: pointer;
	border-radius: 3px;
	transition: background 0.2s, border-color 0.2s;
	font-family: inherit;
}

.kontakt-btn:hover {
	background: rgba(46, 43, 55, 0.08);
	border-color: rgba(46, 43, 55, 0.6);
}

/* ----------------------------------------------------------
   Mobil: Pfeil-Icons in Navigations-Buttons drehen
   links/rechts → oben/unten
   ---------------------------------------------------------- */

@media screen and (max-width: 896px) {

	/* Zurück-zur-Mitte Buttons: Pfeil nach oben */
	.btn-zur-startseite::before {
		content: '\f106'; /* fa-angle-up */
	}

	/* Banner-Navigation: Vater-Button Pfeil nach oben */
	.btn-vater::before {
		content: '\f106'; /* fa-angle-up */
	}

	/* Banner-Navigation: Sohn-Button Pfeil nach unten */
	.btn-sohn::before {
		content: '\f107'; /* fa-angle-down */
	}
}
