/* ── Feigenbaum-Projekt: Public Styles ───────────────────────────────────── */

html { font-size: 18px; }

body { -webkit-font-smoothing: antialiased; }

:root :where(.is-layout-constrained) > * {
	margin-block-start: 0;
}

html body:not(.home) h1:not(.wp-block-site-title) {
	font-family: "Playfair Display", Georgia, serif;
	font-size: clamp(1.75rem, 3.5vw, 2.75rem);
	font-weight: 700;
	line-height: 1.2;
	color: #342611;
	margin: 0 0 0.4rem;
	letter-spacing: -0.01em;
}

footer.wp-block-template-part p {
	font-size: small;
}

/* ── Header transparent auf Startseite ──────────────────────────────────── */

.home header.wp-block-template-part {
	position: absolute;
	top: 0; left: 0; right: 0;
	z-index: 100;
	background: transparent !important;
}

.home header.wp-block-template-part .wp-block-site-title a,
.home header.wp-block-template-part .wp-block-navigation a {
	color: #faf6f0 !important;
}

/* ── Hero ────────────────────────────────────────────────────────────────── */

.fbp-hero-title {
	font-size: clamp(2.75rem, 7vw, 6rem) !important;
	line-height: 1.05 !important;
}

.fbp-hero-btn .wp-block-button__link {
	transition: background-color 0.25s, color 0.25s, border-color 0.25s;
}

.fbp-hero-btn .wp-block-button__link:hover {
	background-color: #c4a862 !important;
	border-color: #c4a862 !important;
	color: #12100d !important;
}

/* ── ═══════════════════════════════════════════════════════════════════════ */
/* ── EINZELSEITE (Single Bibelpflanze) ───────────────────────────────────── */
/* ── ═══════════════════════════════════════════════════════════════════════ */

.fbp-single-wrap {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 3rem 2rem 4rem;
	box-sizing: border-box;
}

/* ── Zweispaltiges Grid ──────────────────────────────────────────────────── */

.fbp-single-grid {
	display: grid;
	grid-template-columns: 44% 1fr;
	gap: 5%;
	align-items: start;
}

/* ── Linke Spalte: Bild ──────────────────────────────────────────────────── */

.fbp-image-col {
	position: sticky;
	top: 6rem;
}

.fbp-gallery {
	--f-arrow-pos: 8px;
	--f-arrow-bg: rgba(255, 255, 255, 0.8);
	--f-arrow-hover-bg: rgba(255, 255, 255, 1);
	--f-arrow-color: #342611;
	--f-arrow-width: 36px;
	--f-arrow-height: 36px;
	--f-arrow-svg-width: 18px;
	--f-arrow-svg-height: 18px;
	--f-arrow-border-radius: 50%;
	height: 420px;
}

.fbp-gallery .f-carousel__slide {
	display: flex;
	align-items: center;
	justify-content: center;
}

.fbp-gallery .f-carousel__slide img {
	max-width: 100%;
	max-height: 100%;
	height: auto;
	object-fit: contain;
	cursor: zoom-in;
}

/* ── Rechte Spalte: Info ─────────────────────────────────────────────────── */

.fbp-info-col {
	padding-top: 0.5rem;
}

/* Pflanzen-Kopf: Name + Latein */
.fbp-plant-head {
	margin-bottom: 2rem;
}

.fbp-plant-title {
	font-family: "Playfair Display", Georgia, serif;
	font-size: clamp(1.75rem, 3.5vw, 2.75rem);
	font-weight: 700;
	line-height: 1.2;
	color: #342611;
	margin: 0 0 0.4rem;
	letter-spacing: -0.01em;
}

.fbp-hebrew-parens {
	display: inline;
	font-family: Tinos, Georgia, serif;
	font-weight: 400;
	font-size: 0.85em;
	color: #3d5c38;
	direction: rtl;
	unicode-bidi: embed;
}

.fbp-plant-latin {
	font-family: "Playfair Display", Georgia, serif;
	font-style: normal;
	font-size: 1.889rem;
	color: #9A6B2A;
	margin: 0;
	line-height: 1.4;
}

/* ── Tab-Navigation ──────────────────────────────────────────────────────── */

.fbp-tabs-nav {
	display: flex;
	gap: 0.5rem;
	margin-bottom: 1.75rem;
	align-items: center;
}

.fbp-tab-btn {
	width: 2.5rem;
	height: 2.5rem;
	border: none;
	background: #7a9e6a;
	color: #faf6f0;
	font-family: "Playfair Display", Georgia, serif;
	font-size: 1rem;
	font-weight: 700;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.2s;
	padding: 0;
	border-radius: 0;
}

.fbp-tab-btn:hover {
	background: #5c8a47;
}

.fbp-tab-btn.is-active {
	background: #3d5c38;
}

.fbp-tab-btn--bible {
	background: transparent;
	color: #12100d;
	border: 1px solid #7A5A2A;
	margin-left: 0.5rem;
}

.fbp-tab-btn--bible:hover {
	background: #f0ebe3;
	border-color: #3d5c38;
	color: #3d5c38;
}

.fbp-tab-btn--bible.is-active {
	background: #f0ebe3;
	border-color: #3d5c38;
	color: #3d5c38;
}

/* ── Tab-Inhalt ──────────────────────────────────────────────────────────── */

.fbp-tab-panel {
	display: none;
}

.fbp-tab-panel.is-active {
	display: block;
}

/* Section heading: Supertitel + Hauptfrage */
.fbp-sec-super {
	font-family: "Playfair Display", Georgia, serif;
	font-size: 1em;
	color: #7A5A2A;
	margin: 0 0 0.2rem;
	line-height: 1.5;
}

.fbp-sec-main {
	font-family: "Playfair Display", Georgia, serif;
	font-size: clamp(1.2rem, 2.5vw, 1.6rem);
	font-weight: 700;
	color: #342611;
	line-height: 1.25;
	margin: 0 0 1.25rem;
}

.fbp-bible-main {
	color: #3d5c38;
}

.fbp-sec-body {
	font-family: "Playfair Display", Georgia, serif;
	font-size: 1em;
	line-height: 1.5;
	color: #342611;
}

/* Bibel-Untertitel */
.fbp-bible-sub {
	font-family: "Playfair Display", Georgia, serif;
	font-style: italic;
	font-size: 1em;
	color: #7A5A2A;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	margin: -0.75rem 0 1.5rem;
}

/* Leserfrage */
.fbp-reader-q {
	margin-top: 2rem;
	padding: 1.25rem 1.5rem;
	border-left: 3px solid #c4a862;
	background: #f5f0e8;
}

.fbp-reader-q p {
	font-family: "Playfair Display", Georgia, serif;
	font-style: italic;
	font-size: 1em;
	color: #342611;
	line-height: 1.5;
	margin: 0;
}

/* ── Post-Navigation ─────────────────────────────────────────────────────── */

.fbp-post-nav {
	display: flex !important;
	justify-content: space-between;
}

.fbp-post-nav .wp-block-post-navigation-link {
	font-size: 0.875rem;
}

.fbp-post-nav .post-navigation-link__label {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: flex-start;
	font-weight: 100;
	font-family: "Playfair Display", Georgia, serif;
	font-size: 0.75rem;
	color: #7A5A2A;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	margin-bottom: 0.15rem;
}

.fbp-post-nav .wp-block-post-navigation-link a {
	font-family: "Playfair Display", Georgia, serif;
	font-weight: 700;
	font-size: 1.2em;
	color: #342611;
	text-decoration: none;
}

.fbp-post-nav .wp-block-post-navigation-link a:hover {
	color: #3d5c38;
}

.fbp-post-nav a[rel="prev"] .post-navigation-link__label::before,
.fbp-post-nav a[rel="next"] .post-navigation-link__label::before {
	content: '';
	display: block;
	width: 2.5rem;
	height: 2.5rem;
	background-color: #342611;
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
	margin-bottom: 0.5rem;
}

.fbp-post-nav a[rel="prev"] .post-navigation-link__label::before {
	mask-image: url('../images/arrow-left.svg');
}

.fbp-post-nav a[rel="next"] .post-navigation-link__label::before {
	mask-image: url('../images/arrow-right.svg');
}

/* ── ═══════════════════════════════════════════════════════════════════════ */
/* ── ARCHIV ──────────────────────────────────────────────────────────────── */
/* ── ═══════════════════════════════════════════════════════════════════════ */

.fbp-archive-main {
	padding-top: 4rem;
	padding-bottom: 6rem;
	background: #f0ebe3;
}

.fbp-archive-eyebrow {
	color: #7A5A2A;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	font-size: 0.8rem;
}

.fbp-archive-header {
	text-align: center;
	padding-bottom: 2rem;
	border-bottom: 1px solid #f0ebe3;
}

.fbp-archive-grid {
	gap: 2.5rem !important;
}

.fbp-card {
	transition: transform 0.2s ease;
}

.fbp-card:hover {
	transform: translateY(-3px);
}

.fbp-card .wp-block-post-featured-image img {
	width: 100%;
	display: block;
	transition: opacity 0.3s;
}

.fbp-card:hover .wp-block-post-featured-image img {
	opacity: 0.9;
}

.fbp-card-body {
	border-top: 2px solid #3d5c38;
	padding-top: 0.75rem;
}

.fbp-card-body .wp-block-post-title a {
	color: #12100d !important;
	text-decoration: none;
}

.fbp-card-body .wp-block-post-title a:hover {
	color: #3d5c38 !important;
}

.fbp-card-meta {
	display: flex;
	flex-direction: column;
	gap: 0.1rem;
	margin-top: 0.3rem;
}

.fbp-card-latin {
	font-family: "Playfair Display", Georgia, serif;
	font-style: italic;
	font-size: 0.85rem;
	color: #7A5A2A;
}

.fbp-card-hebrew {
	font-family: Tinos, Georgia, serif;
	font-size: 0.9rem;
	color: #c4a862;
	direction: rtl;
}

/* ── Glossar ─────────────────────────────────────────────────────────────── */

.fbp-glossar-tabs {
	display: flex;
	gap: 0.5rem;
	margin-bottom: 2rem;
	border-bottom: 2px solid #f0ebe3;
	padding-bottom: 0;
}

.fbp-glossar-tab {
	background: none;
	border: none;
	border-bottom: 2px solid transparent;
	margin-bottom: -2px;
	padding: 0.5rem 1.25rem;
	font-family: "Playfair Display", Georgia, serif;
	font-size: 1rem;
	color: #7A5A2A;
	cursor: pointer;
	transition: color 0.2s, border-color 0.2s;
}

.fbp-glossar-tab.is-active {
	color: #342611;
	border-bottom-color: #342611;
	font-weight: 700;
}

.fbp-glossar-tab:hover {
	color: #342611;
}

.fbp-glossar-count {
	font-size: 0.75rem;
	color: #7A5A2A;
	margin-left: 0.25rem;
}

.fbp-glossar-panel {
	display: none;
}

.fbp-glossar-panel.is-active {
	display: block;
}

.fbp-glossar-alpha {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	margin-bottom: 2rem;
}

.fbp-glossar-letter-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	background: #f5f0e8;
	color: #342611;
	text-decoration: none;
	font-family: "Playfair Display", Georgia, serif;
	font-size: 0.875rem;
	font-weight: 700;
	border-radius: 2px;
	transition: background 0.2s;
}

.fbp-glossar-letter-link:hover {
	background: #9A6B2A;
	color: #fff;
}

.fbp-glossar-group {
	margin-bottom: 2rem;
}

.fbp-glossar-letter {
	font-family: "Playfair Display", Georgia, serif;
	font-size: 1.5rem;
	font-weight: 700;
	color: #9A6B2A;
	margin: 0 0 0.75rem;
	padding-bottom: 0.25rem;
	border-bottom: 1px solid #f0ebe3;
}

.fbp-glossar-list {
	list-style: none;
	margin: 0;
	padding: 0;
	columns: 2;
	gap: 0.5rem 2rem;
}

.fbp-glossar-item {
	padding: 0.3rem 0;
	break-inside: avoid;
}

.fbp-glossar-item a {
	color: #342611;
	text-decoration: none;
	font-family: "Playfair Display", Georgia, serif;
}

.fbp-glossar-item a:hover {
	color: #3d5c38;
	text-decoration: underline;
}

.fbp-glossar-secondary {
	display: block;
	font-size: 0.8rem;
	color: #7A5A2A;
	font-style: italic;
}

/* ── Impressum / Datenschutz ─────────────────────────────────────────────── */

.fbp-legal {
	max-width: 780px;
}

.fbp-legal h2 {
	font-family: "Playfair Display", Georgia, serif;
	font-size: clamp(1.2rem, 2vw, 1.5rem);
	font-weight: 700;
	color: #342611;
	margin: 2rem 0 0.5rem;
	border-bottom: 1px solid #f0ebe3;
	padding-bottom: 0.25rem;
}

.fbp-legal h3 {
	font-family: "Playfair Display", Georgia, serif;
	font-size: 1rem;
	font-weight: 700;
	color: #342611;
	margin: 1.5rem 0 0.25rem;
}

.fbp-legal p,
.fbp-legal li {
	font-family: "Playfair Display", Georgia, serif;
	font-size: 1rem;
	line-height: 1.6;
	color: #342611;
}

.fbp-legal ul {
	padding-left: 1.5rem;
	margin: 0.5rem 0 1rem;
}

.fbp-legal a {
	color: #3d5c38;
	text-decoration: underline;
}

@media (max-width: 600px) {
	.fbp-glossar-list {
		columns: 1;
	}

	.fbp-glossar-tab {
		padding: 0.5rem 0.75rem;
		font-size: 0.9rem;
	}
}

/* ── Responsive ──────────────────────────────────────────────────────────── */

@media (max-width: 900px) {
	.fbp-single-grid {
		grid-template-columns: 1fr;
		gap: 2rem;
	}

	.fbp-image-col {
		position: static;
	}

	.fbp-gallery {
		height: 60vw;
	}
}

@media (max-width: 520px) {
	.fbp-gallery {
		height: 75vw;
	}
}

@media (max-width: 780px) {
	.fbp-archive-grid {
		grid-template-columns: 1fr 1fr !important;
	}
}

@media (max-width: 520px) {
	.fbp-single-wrap {
		padding: 2rem 1.25rem 3rem;
	}

	.fbp-archive-grid {
		grid-template-columns: 1fr !important;
	}
}
