/* BF Startseite – Conversion-Startseite im Better-Fishing-Look (Schwarz / Gold / Creme) */

.bfs {
	--bfs-black: #111110;
	--bfs-dark: #1b1a18;
	--bfs-ink: #272626;
	--bfs-muted: #6b6660;
	--bfs-gold: #fcaf3b;
	--bfs-gold-d: #e39a23;
	--bfs-bronze: #c89548;
	--bfs-cream: #f8f3ea;
	--bfs-line: #e8e0d2;
	--bfs-radius: 14px;
	font-family: Poppins, Arial, Helvetica, sans-serif;
	color: var(--bfs-ink);
	line-height: 1.55;
	overflow-x: clip;
}
.bfs *, .bfs *::before, .bfs *::after { box-sizing: border-box; }
.bfs img { max-width: 100%; height: auto; display: block; }
.bfs a { text-decoration: none; }
.bfs h1, .bfs h2, .bfs h3 { font-family: inherit; margin: 0; letter-spacing: -0.01em; }
.bfs ul, .bfs ol { margin: 0; padding: 0; }
.bfs p { margin: 0; }

.bfs-wrap { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 20px; }
.bfs-wrap--narrow { max-width: 820px; }

.bfs-eyebrow {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--bfs-gold-d);
	margin-bottom: 10px !important;
}

/* Buttons */
.bfs-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 52px;
	padding: 14px 26px;
	border-radius: 10px;
	background: var(--bfs-gold);
	color: #1a1a1a !important;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
	box-shadow: 0 6px 18px rgba(252, 175, 59, .28);
	transition: transform .15s ease, box-shadow .15s ease, background-color .15s ease;
}
.bfs-btn:hover, .bfs-btn:focus-visible { background: #ffbe55; transform: translateY(-1px); box-shadow: 0 10px 24px rgba(252, 175, 59, .38); }
.bfs-btn:focus-visible { outline: 3px solid #fff; outline-offset: 2px; }
.bfs-btn--ghost { background: transparent; color: #fff !important; box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .55); }
.bfs-btn--ghost:hover, .bfs-btn--ghost:focus-visible { background: rgba(255, 255, 255, .08); box-shadow: inset 0 0 0 2px #fff; }
.bfs-btn--dark { background: var(--bfs-black); color: #fff !important; box-shadow: 0 8px 22px rgba(0, 0, 0, .25); }
.bfs-btn--dark:hover, .bfs-btn--dark:focus-visible { background: #2a2826; }
.bfs-btn--block { width: 100%; }

.bfs-legal { font-size: 12px; color: var(--bfs-muted); }
.bfs-legal a { color: inherit !important; text-decoration: underline; }
.bfs-delivery { display: block; font-size: 12px; color: var(--bfs-muted); }

/* Sterne */
.bfs-stars {
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 1;
	letter-spacing: 2px;
	color: rgba(160, 150, 135, .45);
	vertical-align: -1px;
}
.bfs-stars::before { content: "★★★★★"; }
.bfs-stars > span { position: absolute; inset: 0 auto 0 0; width: var(--bfs-fill, 100%); overflow: hidden; white-space: nowrap; color: var(--bfs-gold); }

/* Laufleiste ganz oben (über dem Header) */
.bfs-bar {
	position: relative;
	z-index: 20;
	display: block;
	overflow: hidden;
	height: 34px;
	background: #fcaf3b;
	color: #1a1a1a !important;
	font-family: Poppins, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 34px;
	white-space: nowrap;
	text-decoration: none !important;
}
.bfs-bar__track { display: inline-flex; width: max-content; animation: bfs-ticker var(--bfs-bar-dur, 40s) linear infinite; will-change: transform; }
.bfs-bar:hover .bfs-bar__track, .bfs-bar:focus-visible .bfs-bar__track { animation-play-state: paused; }
.bfs-bar__group { display: inline-flex; align-items: center; }
.bfs-bar__item b { margin-left: 6px; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.bfs-bar__sep { display: inline-block; width: 6px; height: 6px; margin: 0 22px; border-radius: 50%; background: #1a1a1a; opacity: .55; }
.bfs-bar:focus-visible { outline: 2px solid #111110; outline-offset: -3px; }
@keyframes bfs-ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) {
	.bfs-bar__track { animation: none; }
	.bfs-bar__group + .bfs-bar__group { display: none; }
}

/* Kopfbereich */
.bfs-hero {
	background: radial-gradient(70% 90% at 10% 30%, #2a2520 0%, #121110 60%, #0e0e0e 100%);
	color: #fff;
	padding: 56px 0 0;
	overflow: hidden;
}
.bfs-hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: end; }
.bfs-hero__text { padding-bottom: 64px; }
.bfs-hero .bfs-eyebrow { color: var(--bfs-gold); }
.bfs-hero__h1 { margin: 0 !important; }
.bfs-hero__h1 .bfs-eyebrow { display: block; }
.bfs-hero__title { display: block; color: #fff !important; font-size: clamp(34px, 4.6vw, 58px); line-height: 1.06; font-weight: 800; }
.bfs-hero__sub { margin-top: 18px !important; font-size: 18px; color: rgba(255, 255, 255, .82); max-width: 560px; }
.bfs-hero__cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.bfs-hero__legal { margin-top: 10px !important; }
.bfs-hero__legal .bfs-legal { color: rgba(255, 255, 255, .6); }
.bfs-trust { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 22px; margin-top: 30px !important; max-width: 560px; }
.bfs-trust li { position: relative; padding-left: 26px; font-size: 14px; color: rgba(255, 255, 255, .85); list-style: none; }
.bfs-trust li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--bfs-gold); font-weight: 800; }
.bfs-trust li:first-child { padding-left: 0; grid-column: 1 / -1; }
.bfs-trust li:first-child::before { content: none; }
.bfs-trust strong { color: #fff; }
.bfs-hero__media { align-self: end; }
.bfs-hero__media img {
	width: 100%;
	max-width: 540px;
	margin: 0 auto;
	/* weiche Ränder oben, links, rechts und unten – keine sichtbare Bildkante */
	-webkit-mask-image: linear-gradient(to bottom, transparent 0, #000 16%, #000 90%, transparent 100%), linear-gradient(to right, transparent 0, #000 16%, #000 84%, transparent 100%);
	-webkit-mask-composite: source-in;
	mask-image: linear-gradient(to bottom, transparent 0, #000 16%, #000 90%, transparent 100%), linear-gradient(to right, transparent 0, #000 16%, #000 84%, transparent 100%);
	mask-composite: intersect;
}

/* Abschnitts-Köpfe */
.bfs-head { text-align: center; max-width: 720px; margin: 0 auto 36px; }
.bfs-head h2 { font-size: clamp(28px, 3.4vw, 40px); line-height: 1.15; font-weight: 800; color: var(--bfs-ink); }
.bfs-head p:not(.bfs-eyebrow) { margin-top: 12px !important; color: var(--bfs-muted); font-size: 17px; }
.bfs-head--light h2 { color: #fff !important; }
.bfs-head--light p:not(.bfs-eyebrow) { color: rgba(255, 255, 255, .78); }

/* Weihnachten */
.bfs-xmas { background: var(--bfs-cream); padding: 72px 0; }
.bfs-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.bfs-card {
	position: relative;
	display: flex;
	flex-direction: column;
	background: #fff;
	border-radius: var(--bfs-radius);
	overflow: hidden;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .05), 0 12px 32px rgba(60, 45, 20, .08);
	transition: transform .2s ease, box-shadow .2s ease;
}
.bfs-card:hover { transform: translateY(-3px); box-shadow: 0 2px 4px rgba(0, 0, 0, .06), 0 18px 40px rgba(60, 45, 20, .14); }
.bfs-card__media { position: relative; display: block; aspect-ratio: 1 / 1; background: #fff; }
.bfs-card__media img { width: 100%; height: 100%; object-fit: contain; padding: 18px; }
.bfs-badge {
	position: absolute;
	top: 14px;
	left: 14px;
	padding: 6px 12px;
	border-radius: 999px;
	background: var(--bfs-black);
	color: var(--bfs-gold);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
}
.bfs-card__body { display: flex; flex-direction: column; flex: 1; padding: 20px 22px 22px; border-top: 1px solid var(--bfs-line); }
.bfs-card__title { font-size: 20px !important; line-height: 1.25; font-weight: 700; }
.bfs-card__title a { color: var(--bfs-ink) !important; }
.bfs-card__rating { margin-top: 6px !important; font-size: 13px; color: var(--bfs-muted); }
.bfs-points { list-style: none; margin: 14px 0 18px !important; }
.bfs-points li { position: relative; padding-left: 24px; margin: 6px 0; font-size: 15px; list-style: none; }
.bfs-points li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--bfs-gold-d); font-weight: 800; }
.bfs-card__buy { margin-top: auto; }
.bfs-price { font-size: 24px; font-weight: 800; color: var(--bfs-ink); line-height: 1.2; }
.bfs-price del { font-size: 16px; font-weight: 500; color: var(--bfs-muted); margin-right: 6px; }
.bfs-price ins { text-decoration: none; }
.bfs .screen-reader-text { position: absolute !important; left: 0 !important; top: 0 !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(1px, 1px, 1px, 1px) !important; white-space: nowrap; }
.bfs-card__meta { margin: 4px 0 14px; }
.bfs-card--out .bfs-card__media img { opacity: .5; }

/* Geschenk-Banner */
.bfs-gift-banner {
	display: grid;
	grid-template-columns: 38% 1fr;
	margin-top: 40px;
	background: #121110;
	border-radius: var(--bfs-radius);
	overflow: hidden;
	color: #fff;
}
.bfs-gift-banner__media img { width: 100%; height: 100%; max-height: 420px; object-fit: cover; object-position: 50% 30%; }
.bfs-gift-banner__text { padding: 40px 44px; align-self: center; }
.bfs-gift-banner .bfs-eyebrow { color: var(--bfs-gold); }
.bfs-gift-banner h3 { font-size: clamp(24px, 2.6vw, 32px); line-height: 1.2; font-weight: 800; color: #fff !important; }
.bfs-gift-banner p:not(.bfs-eyebrow) { margin: 12px 0 22px !important; color: rgba(255, 255, 255, .8); font-size: 16px; max-width: 520px; }

/* Better Fishing Box */
.bfs-box { background: #fff; padding: 80px 0; }
.bfs-box__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; align-items: center; }
.bfs-box__media { position: relative; }
.bfs-box__media::before {
	content: "";
	position: absolute;
	left: 4%;
	right: 4%;
	top: 6%;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background: radial-gradient(circle at 50% 50%, #f6e7cf 0%, #f8f3ea 58%, rgba(248, 243, 234, 0) 71%);
}
.bfs-box__media img {
	position: relative;
	width: 100%;
	max-width: 460px;
	margin: 0 auto;
	/* freigestelltes Foto: unten weich auslaufen lassen statt harter Kante an den Knien */
	-webkit-mask-image: linear-gradient(to bottom, #000 82%, transparent 100%);
	mask-image: linear-gradient(to bottom, #000 82%, transparent 100%);
}
.bfs-box__text h2 { font-size: clamp(28px, 3.4vw, 40px); line-height: 1.15; font-weight: 800; }
/* Produktbild der Box: nur am Handy, direkt unter der Überschrift (am Desktop steht links das Team-Foto mit der Box) */
.bfs-box__pack { display: none; }
.bfs-steps { list-style: none; counter-reset: bfs; margin: 24px 0 28px !important; }
.bfs-steps li { counter-increment: bfs; position: relative; padding: 0 0 18px 56px; font-size: 16px; color: var(--bfs-muted); list-style: none; }
.bfs-steps li strong { display: block; color: var(--bfs-ink); font-size: 17px; }
.bfs-steps li::before {
	content: counter(bfs);
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: var(--bfs-black);
	color: var(--bfs-gold);
	font-weight: 800;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bfs-sizes { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 14px; }
.bfs-size {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 2px;
	padding: 18px 20px;
	border: 2px solid var(--bfs-line);
	border-radius: var(--bfs-radius);
	color: var(--bfs-ink) !important;
	transition: border-color .15s ease, transform .15s ease, box-shadow .15s ease;
}
.bfs-size:hover, .bfs-size:focus-visible { border-color: var(--bfs-gold); transform: translateY(-2px); box-shadow: 0 10px 24px rgba(60, 45, 20, .1); }
.bfs-size--hl { border-color: var(--bfs-gold); background: #fffaf1; }
.bfs-size__flag { position: absolute; top: -12px; right: 14px; padding: 3px 10px; border-radius: 999px; background: var(--bfs-gold); color: #1a1a1a; font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.bfs-size__name { font-size: 20px; font-weight: 800; }
.bfs-size__value { font-size: 14px; color: var(--bfs-muted); }
.bfs-size__price { margin-top: 8px; font-size: 22px; font-weight: 800; }
.bfs-size__price small { font-size: 14px; font-weight: 500; color: var(--bfs-muted); }
.bfs-size__go { margin-top: 8px; font-weight: 700; color: var(--bfs-gold-d); }
.bfs-note { margin-top: 12px !important; font-size: 12px; color: var(--bfs-muted); }
.bfs-gift { margin-top: 18px !important; font-size: 15px; }
.bfs-gift a { color: var(--bfs-ink) !important; font-weight: 700; text-decoration: underline; text-decoration-color: var(--bfs-gold); text-underline-offset: 3px; }

/* Marken */
.bfs-brands { background: #fff; padding: 8px 0 56px; }
.bfs-brands__title { text-align: center; font-size: 13px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--bfs-muted); margin-bottom: 10px !important; }
.bfs-brands__plain { text-align: center; font-weight: 700; letter-spacing: .06em; color: #4a4744; }
.bfs-brands .bfke-brands { margin: 0; }
/* Logos auf Startseite und Box-Seite halb so schnell wie im Plugin eingestellt */
.bfs-brands .bfke-brands__track { animation-duration: calc(var(--bfke-dur, 50s) * 2); }
/* Markenband direkt unter dem Kopf der Startseite */
.bfs-brands--top { padding: 10px 0 8px; border-bottom: 1px solid var(--bfs-line); }
/* schmales Band: Logos (Größen kommen inline aus Kalender-Extras) insgesamt auf gut zwei Drittel verkleinern */
.bfs-brands--top .bfke-brands { zoom: .66; margin: 0; padding: 0; }
/* verkleinerte Logos legen pro Durchlauf weniger Weg zurück: Dauer anpassen, damit das Band sichtbar halb so schnell wie früher läuft */
.bfs-brands--top .bfke-brands__track { animation-duration: calc(var(--bfke-dur, 50s) * 1.32); }
@media (max-width: 760px) {
	.bfs-brands--top { padding: 8px 0 6px; }
	.bfs-brands--top .bfke-brands { zoom: .62; }
	.bfs-brands--top .bfke-brands__track { animation-duration: calc(var(--bfke-dur, 50s) * 1.24); }
}

/* Kundenstimmen */
.bfs-reviews { background: var(--bfs-cream); padding: 72px 0; }
.bfs-reviews__sum { font-size: 15px !important; color: var(--bfs-ink) !important; }
.bfs-quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.bfs-quote {
	margin: 0 !important;
	padding: 22px 22px 20px;
	background: #fff;
	border-radius: var(--bfs-radius);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .05), 0 10px 26px rgba(60, 45, 20, .07);
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.bfs-quote blockquote { margin: 0 !important; padding: 0 !important; border: 0 !important; background: none !important; font-size: 16px !important; font-style: normal !important; line-height: 1.55; color: var(--bfs-ink); quotes: none; }
.bfs-quote blockquote::before, .bfs-quote blockquote::after { content: none !important; }
.bfs-quote figcaption { margin-top: auto; font-size: 14px; color: var(--bfs-ink); }
.bfs-quote figcaption span { font-size: 12px; color: var(--bfs-muted); }

/* Team & Fänge */
.bfs-team { background: radial-gradient(100% 80% at 50% 0%, #26221d 0%, #121110 70%); color: #fff; padding: 76px 0; }
.bfs-team .bfs-eyebrow { color: var(--bfs-gold); }
.bfs-gallery { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.bfs-gallery figure { margin: 0 !important; border-radius: 12px; overflow: hidden; aspect-ratio: 1 / 1; }
.bfs-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.bfs-gallery figure:hover img { transform: scale(1.04); }

/* FAQ */
.bfs-faq { background: #fff; padding: 72px 0; }
.bfs-faq__item { border-bottom: 1px solid var(--bfs-line); }
.bfs-faq__item summary {
	cursor: pointer;
	list-style: none;
	position: relative;
	padding: 18px 40px 18px 0;
	font-size: 17px;
	font-weight: 700;
	color: var(--bfs-ink);
}
.bfs-faq__item summary::-webkit-details-marker { display: none; }
.bfs-faq__item summary::after { content: "+"; position: absolute; right: 6px; top: 12px; font-size: 26px; font-weight: 400; color: var(--bfs-gold-d); transition: transform .2s ease; }
.bfs-faq__item[open] summary::after { transform: rotate(45deg); }
.bfs-faq__item p { padding: 0 0 18px !important; color: var(--bfs-muted); font-size: 16px; }
.bfs-faq__more { margin-top: 18px !important; text-align: center; }
.bfs-faq__more a { color: var(--bfs-ink) !important; font-weight: 700; text-decoration: underline; text-decoration-color: var(--bfs-gold); text-underline-offset: 3px; }

/* Schluss */
.bfs-final { background: linear-gradient(135deg, #fcaf3b 0%, #f59e1b 100%); padding: 64px 0; text-align: center; }
.bfs-final h2 { font-size: clamp(28px, 3.4vw, 40px); font-weight: 800; color: #1a1a1a !important; }
.bfs-final p { margin: 10px auto 22px !important; max-width: 560px; font-size: 17px; color: #2d2416; }
.bfs-final__legal { margin: 10px 0 0 !important; }
.bfs-final .bfs-legal { color: #3b2f1c; }

/* Zielfisch-Boxen als Slider (ganz unten) */
.bfs-zf { background: var(--bfs-cream); padding: 72px 0 80px; }
.bfs-slider { position: relative; }
.bfs-cards.bfs-slider__track {
	display: flex;
	gap: 20px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	margin: -8px -6px -24px;
	padding: 8px 6px 28px;
	scroll-padding-inline: 6px;
	scrollbar-width: none;
	overscroll-behavior-x: contain;
}
.bfs-slider__track::-webkit-scrollbar { display: none; }
.bfs-slider__track:focus-visible { outline: 2px solid var(--bfs-gold-d); outline-offset: 4px; border-radius: var(--bfs-radius); }
.bfs-slider__track > .bfs-card { flex: 0 0 calc((100% - 40px) / 3); scroll-snap-align: start; }
.bfs-slider__nav {
	position: absolute;
	top: 34%;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	padding: 0 0 4px;
	border: 0;
	border-radius: 50%;
	background: var(--bfs-black);
	color: var(--bfs-gold);
	font-size: 30px;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 6px 18px rgba(0, 0, 0, .22);
	transform: translateY(-50%);
	transition: opacity .2s ease, transform .2s ease;
}
.bfs-slider__nav[hidden] { display: none; }
.bfs-slider__nav:hover { transform: translateY(-50%) scale(1.06); }
.bfs-slider__nav:focus-visible { outline: 2px solid var(--bfs-gold); outline-offset: 3px; }
.bfs-slider__nav--prev { left: -22px; }
.bfs-slider__nav--next { right: -22px; }

/* Mitlaufender Kauf-Button (nur Handy) */
.bfs-sticky {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9990;
	display: none;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
	background: rgba(17, 17, 16, .96);
	color: #fff;
	box-shadow: 0 -8px 24px rgba(0, 0, 0, .25);
	transform: translateY(110%);
	transition: transform .25s ease;
}
.bfs-sticky.is-visible { transform: none; }
.bfs-sticky__text { display: flex; flex-direction: column; font-size: 15px; line-height: 1.25; }
.bfs-sticky__text span { font-size: 12px; color: rgba(255, 255, 255, .7); }
.bfs-sticky .bfs-btn { min-height: 44px; padding: 10px 18px; font-size: 15px; box-shadow: none; white-space: nowrap; }

/* Tablet */
@media (max-width: 1024px) {
	.bfs-hero__grid { grid-template-columns: 1fr 1fr; gap: 24px; }
	.bfs-cards { grid-template-columns: repeat(2, 1fr); }
	.bfs-quotes { grid-template-columns: repeat(2, 1fr); }
	.bfs-gallery { grid-template-columns: repeat(3, 1fr); }
	.bfs-gallery figure:nth-child(n+4) { display: none; }
	.bfs-box__grid { gap: 32px; }
}

/* Handy */
@media (min-width: 761px) and (max-width: 1024px) {
	.bfs-slider__track > .bfs-card { flex-basis: calc((100% - 20px) / 2); }
}

@media (max-width: 760px) {
	.bfs-hero { padding-top: 32px; }
	.bfs-hero__grid { grid-template-columns: 1fr; }
	.bfs-hero__text { padding-bottom: 8px; }
	.bfs-hero__sub { font-size: 16px; }
	.bfs-hero__cta { flex-direction: column; }
	.bfs-hero__cta .bfs-btn { width: 100%; }
	.bfs-trust { grid-template-columns: 1fr; gap: 8px; }
	.bfs-hero__media img { max-height: 460px; width: auto; }
	.bfs-xmas, .bfs-reviews, .bfs-faq, .bfs-team { padding: 52px 0; }
	.bfs-box { padding: 52px 0; }
	.bfs-head { margin-bottom: 26px; }
	.bfs-head p:not(.bfs-eyebrow) { font-size: 16px; }
	/* Karten und Stimmen seitlich wischen */
	.bfs-cards, .bfs-quotes {
		display: flex;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		gap: 14px;
		margin: 0 -20px;
		padding: 4px 20px 16px;
		scrollbar-width: none;
	}
	.bfs-cards::-webkit-scrollbar, .bfs-quotes::-webkit-scrollbar { display: none; }
	.bfs-card, .bfs-quote { flex: 0 0 84%; scroll-snap-align: center; }
	.bfs-zf { padding: 52px 0 60px; }
	.bfs-cards.bfs-slider__track { gap: 14px; margin: 0 -20px; padding: 4px 20px 16px; scroll-padding-inline: 20px; scroll-snap-type: x mandatory; }
	.bfs-slider__track > .bfs-card { flex: 0 0 80%; scroll-snap-align: center; }
	.bfs-slider__nav { display: none !important; }
	.bfs-box__grid { grid-template-columns: 1fr; }
	.bfs-box__media { display: none; }
	.bfs-box__pack { display: block; position: relative; max-width: 340px; margin: 14px auto 0; }
	.bfs-box__pack::before { content: ""; position: absolute; left: 10%; right: 10%; top: 50%; aspect-ratio: 1 / 1; transform: translateY(-50%); border-radius: 50%; background: radial-gradient(circle at 50% 50%, #f6e7cf 0%, #f8f3ea 55%, rgba(248, 243, 234, 0) 70%); }
	.bfs-box__pack img { position: relative; display: block; width: 100%; height: auto; max-height: 240px; object-fit: contain; }
	.bfs-gallery { grid-template-columns: repeat(2, 1fr); }
	.bfs-gift-banner { grid-template-columns: 1fr; margin-top: 28px; }
	.bfs-gift-banner__media img { max-height: 300px; }
	.bfs-gift-banner__text { padding: 24px 22px 26px; }
	.bfs-gift-banner .bfs-btn { width: 100%; }
	.bfs-sizes { grid-template-columns: 1fr 1fr; gap: 10px; }
	.bfs-size { padding: 16px 14px; }
	.bfs-size__name { font-size: 18px; }
	.bfs-size__value { font-size: 13px; }
	.bfs-size__price { font-size: 19px; }
	.bfs-size__flag { right: 10px; font-size: 10px; }
	.bfs-gallery figure:nth-child(n+4) { display: block; }
	.bfs-gallery figure:nth-child(5) { display: none; }
	.bfs-sticky { display: flex; }
	body.bfs-home { padding-bottom: 72px; }
}

@media (prefers-reduced-motion: reduce) {
	.bfs-btn, .bfs-card, .bfs-size, .bfs-gallery img, .bfs-sticky { transition: none; }
}

/* ---- 1.1: Rabatt & Ersparnis ---- */
.bfs-disc {
	position: absolute;
	top: 14px;
	right: 14px;
	padding: 6px 11px;
	border-radius: 999px;
	background: var(--bfs-gold);
	color: #1a1a1a;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;
	box-shadow: 0 4px 12px rgba(252, 175, 59, .35);
}
.bfs-save { margin: 6px 0 2px !important; font-size: 14px; font-weight: 700; color: #8a5a00; }
.bfs-size__price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 0 6px; }
.bfs-size__price del { font-size: 14px; font-weight: 500; color: var(--bfs-muted); }
.bfs-size__price strong { white-space: nowrap; font-weight: 800; }
.bfs-size__price small { white-space: nowrap; }
.bfs-size__save {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 4px 6px;
	align-self: flex-start;
	margin-top: 6px;
	font-size: 13px;
	font-weight: 600;
	color: #8a5a00;
}
.bfs-size__save b { padding: 2px 7px; border-radius: 6px; background: var(--bfs-black); color: var(--bfs-gold); font-weight: 800; white-space: nowrap; }

/* ---- 1.1: kompakter Header (Neve) auf der Startseite ---- */
@media (min-width: 960px) {
	.bfs-header-small .header-main.hide-on-mobile { --height: 88px !important; }
	.bfs-header-small .header-main.hide-on-mobile .header-main-inner,
	.bfs-header-small .header-main.hide-on-mobile .row--wrapper,
	.bfs-header-small .header-main.hide-on-mobile .hfg-slot { height: 88px !important; min-height: 0 !important; }
	.bfs-header-small .header-main.hide-on-mobile .item--inner { margin-top: 0 !important; margin-bottom: 0 !important; padding-top: 0 !important; padding-bottom: 0 !important; }
	.bfs-header-small .header-main.hide-on-mobile .builder-item--logo img { max-height: 56px !important; width: auto !important; }
}
@media (max-width: 959px) {
	.bfs-header-small .header-main.hide-on-desktop { --height: 60px !important; }
	.bfs-header-small .header-main.hide-on-desktop .header-main-inner,
	.bfs-header-small .header-main.hide-on-desktop .row--wrapper,
	.bfs-header-small .header-main.hide-on-desktop .hfg-slot { height: 60px !important; min-height: 0 !important; }
	.bfs-header-small .header-main.hide-on-desktop .row--wrapper { position: relative !important; }
	.bfs-header-small .header-main.hide-on-desktop .builder-item { position: static !important; margin: 0 !important; }
	.bfs-header-small .header-main.hide-on-desktop .item--inner { position: absolute !important; top: 50% !important; margin: 0 !important; transform: translateY(-50%); }
	.bfs-header-small .header-main.hide-on-desktop .builder-item--nav-icon { left: 0 !important; padding: 10px 12px !important; }
	.bfs-header-small .header-main.hide-on-desktop .builder-item--logo { left: 50% !important; padding: 0 !important; transform: translate(-50%, -50%); }
	.bfs-header-small .header-main.hide-on-desktop .builder-item--logo img { max-height: 38px !important; width: auto !important; }
	.bfs-header-small .header-main.hide-on-desktop .builder-item--header_cart_icon { right: 4px !important; left: auto !important; padding: 10px 12px !important; }
}

/* ---- 1.1: Handy – Team-Bild ganz oben, Text darunter ---- */
@media (max-width: 760px) {
	.bfs-bar { height: 30px; line-height: 30px; font-size: 12.5px; }
	.bfs-hero { padding-top: 0; background: #121110; }
	.bfs-hero__grid { gap: 0; }
	.bfs-hero__media { order: -1; margin: 0 -20px; }
	.bfs-hero__media img {
		width: 100%;
		max-width: none;
		height: min(108vw, 470px);
		max-height: none;
		object-fit: cover;
		object-position: 50% 0;
		-webkit-mask-image: linear-gradient(to bottom, transparent 0, #000 7%, #000 66%, transparent 100%);
		mask-image: linear-gradient(to bottom, transparent 0, #000 7%, #000 66%, transparent 100%);
		-webkit-mask-composite: source-over;
		mask-composite: add;
	}
	.bfs-hero__text { position: relative; z-index: 1; margin-top: -72px; padding-bottom: 36px; }
	.bfs-size__price { font-size: 18px; }
	.bfs-size__save { font-size: 12px; }
	.bfs-home .scroll-to-top { display: none !important; }
}
.bfs-home .scroll-to-top { background: var(--bfs-black) !important; color: var(--bfs-gold) !important; border-radius: 10px !important; }

/* ---- 1.2.1: ausverkaufte Größe mit Preis, kompakt am Ende ---- */
.bfs-size--out {
	grid-column: 1 / -1;
	flex-direction: row !important;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 2px 14px !important;
	padding: 12px 18px !important;
	border-style: dashed !important;
	background: #faf8f4;
	color: var(--bfs-muted) !important;
	cursor: default;
}
.bfs-size--out:hover { transform: none !important; box-shadow: none !important; border-color: var(--bfs-line) !important; }
.bfs-size--out .bfs-size__name { font-size: 16px; }
.bfs-size--out .bfs-size__price { margin-top: 0; font-size: 16px; }
.bfs-size__soldout { margin-left: auto; padding: 2px 10px; border-radius: 999px; background: #ece6da; color: var(--bfs-muted); font-size: 12px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }

/* Herkunft der Gesamtbewertung oben */
.bfs-trust__src { display: block; margin-top: 2px; font-size: 11.5px; color: rgba(255, 255, 255, .6); }
.bfs-reviews__sum { text-wrap: balance; }

/* ---- 1.5: Startseite – Link zur Jury ---- */
.bfs-team__more { margin-top: 26px !important; text-align: center; }
.bfs-team__more a { color: var(--bfs-gold) !important; font-weight: 700; text-decoration: underline; text-decoration-color: rgba(252, 175, 59, .5); text-underline-offset: 4px; }
.bfs-team__more a:hover { text-decoration-color: var(--bfs-gold); }

/* ---- 1.5: Jury-Seite ---- */
.bfj-hero {
	background: radial-gradient(90% 70% at 50% 0%, #2a2520 0%, #121110 62%, #0e0e0e 100%);
	color: #fff;
	padding: 56px 0 64px;
}
.bfj-head { text-align: center; max-width: 780px; margin: 0 auto 38px; }
.bfj-h1 { margin: 0 !important; }
.bfj-h1 .bfs-eyebrow { display: block; color: var(--bfs-gold); }
.bfj-title { display: block; color: #fff !important; font-size: clamp(34px, 4.6vw, 56px); line-height: 1.06; font-weight: 800; text-wrap: balance; }
.bfj-sub { margin: 16px auto 0 !important; max-width: 680px; font-size: 18px; color: rgba(255, 255, 255, .82); }
.bfj-known { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 8px; margin-top: 24px !important; }
.bfj-known__lead { margin-right: 4px; font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: rgba(255, 255, 255, .55); }
.bfj-known__item { padding: 5px 12px; border: 1px solid rgba(252, 175, 59, .35); border-radius: 999px; background: rgba(252, 175, 59, .08); color: #f3d9ad; font-size: 13px; font-weight: 600; line-height: 1.3; white-space: nowrap; }

.bfj-grid { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 1040px; margin: 0 auto !important; padding: 0 !important; }
.bfj-item { list-style: none; margin: 0 !important; }
.bfj-card {
	position: relative;
	display: block;
	aspect-ratio: 1 / 1;
	border-radius: var(--bfs-radius);
	overflow: hidden;
	isolation: isolate;
	background: #1b1a18;
	color: #fff !important;
	box-shadow: 0 12px 30px rgba(0, 0, 0, .35);
	transition: transform .2s ease, box-shadow .2s ease;
}
.bfj-card__media, .bfj-card__media img { position: absolute; inset: 0; width: 100%; height: 100%; }
.bfj-card__media img { object-fit: cover; transition: transform .5s ease; }
.bfj-card::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(to top, rgba(10, 10, 9, .9) 0%, rgba(10, 10, 9, .5) 28%, rgba(10, 10, 9, 0) 55%); }
.bfj-card__text { position: absolute; left: 20px; right: 76px; bottom: 18px; z-index: 2; display: flex; flex-direction: column; gap: 1px; }
.bfj-card__label { font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--bfs-gold); line-height: 1.3; }
.bfj-card__name { font-size: 28px; font-weight: 800; line-height: 1.1; color: #fff; }
.bfj-card__more { margin-top: 2px; font-size: 13px; color: rgba(255, 255, 255, .72); }
.bfj-card__plus { position: absolute; right: 18px; bottom: 20px; z-index: 2; width: 44px; height: 44px; border-radius: 50%; background: var(--bfs-gold); box-shadow: 0 6px 16px rgba(0, 0, 0, .3); transition: transform .25s ease, background-color .15s ease; }
.bfj-card__plus::before, .bfj-card__plus::after { content: ""; position: absolute; left: 50%; top: 50%; width: 16px; height: 2.5px; margin: -1.25px 0 0 -8px; border-radius: 2px; background: #1a1a1a; }
.bfj-card__plus::after { transform: rotate(90deg); }
.bfj-card:hover, .bfj-card:focus-visible { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(0, 0, 0, .45); }
.bfj-card:hover .bfj-card__media img, .bfj-card:focus-visible .bfj-card__media img { transform: scale(1.05); }
.bfj-card:hover .bfj-card__plus, .bfj-card:focus-visible .bfj-card__plus { transform: rotate(90deg); background: #ffbe55; }
.bfj-card:focus-visible { outline: 3px solid var(--bfs-gold); outline-offset: 3px; }
.bfj-hint { margin-top: 20px !important; text-align: center; font-size: 14px; color: rgba(255, 255, 255, .6); }

/* Profil (Dialog) */
.bfj-profile {
	width: min(1040px, calc(100vw - 40px));
	max-width: none;
	max-height: calc(100vh - 48px);
	margin: auto;
	padding: 0;
	border: 0;
	border-radius: 18px;
	overflow: hidden;
	background: #fff;
	color: var(--bfs-ink);
	font-family: Poppins, Arial, Helvetica, sans-serif;
	line-height: 1.55;
	box-shadow: 0 30px 80px rgba(0, 0, 0, .45);
}
.bfj-profile *, .bfj-profile *::before, .bfj-profile *::after { box-sizing: border-box; }
.bfj-profile::backdrop { background: rgba(10, 10, 9, .74); -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); }
.bfj-profile[open] { animation: bfj-in .22s ease; }
@keyframes bfj-in { from { opacity: 0; transform: translateY(14px) scale(.985); } to { opacity: 1; transform: none; } }
.bfj-profile__inner { position: relative; display: grid; grid-template-columns: 46% 54%; height: min(720px, calc(100vh - 48px)); }
.bfj-profile__media { position: relative; display: flex; flex-direction: column; min-height: 0; background: #121110; }
.bfj-profile__main { position: relative; flex: 1 1 auto; min-height: 0; overflow: hidden; background: #121110; }
/* ganzes Foto zeigen (nichts abschneiden), Rand mit unscharfer Kopie des Fotos füllen */
.bfj-profile__main::before { content: ""; position: absolute; inset: -30px; background: var(--bfj-bg, none) center / cover no-repeat; filter: blur(22px) brightness(.55); transform: scale(1.1); }
.bfj-profile__main img { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; object-fit: contain; }
.bfj-thumbs { flex: 0 0 auto; display: flex; gap: 8px; padding: 12px; overflow-x: auto; background: #121110; scrollbar-width: thin; scrollbar-color: #4a4640 transparent; }
.bfj-profile .bfj-thumb {
	flex: 0 0 64px;
	width: 64px;
	height: 64px;
	margin: 0 !important;
	padding: 0 !important;
	border: 2px solid transparent !important;
	border-radius: 8px !important;
	overflow: hidden;
	background: #2a2826 !important;
	box-shadow: none !important;
	cursor: pointer;
	opacity: .65;
	transition: opacity .15s ease, border-color .15s ease;
}
.bfj-profile .bfj-thumb img { display: block; width: 100%; height: 100%; object-fit: cover; }
.bfj-profile .bfj-thumb:hover, .bfj-profile .bfj-thumb.is-active { opacity: 1; border-color: var(--bfs-gold) !important; }
.bfj-profile .bfj-thumb:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }
.bfj-profile__text { min-height: 0; overflow-y: auto; overscroll-behavior: contain; padding: 40px 44px 26px; }
.bfj-profile .bfs-eyebrow { margin-bottom: 6px !important; }
.bfj-profile__name { margin: 0 0 16px !important; font-size: clamp(26px, 3vw, 36px) !important; line-height: 1.15; font-weight: 800; color: var(--bfs-ink) !important; }
.bfj-facts { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 22px !important; padding: 0 !important; }
.bfj-facts li { position: relative; list-style: none; margin: 0 !important; padding: 6px 12px 6px 30px; border-radius: 999px; background: var(--bfs-cream); font-size: 13.5px; font-weight: 600; line-height: 1.35; color: var(--bfs-ink); }
.bfj-facts li::before { content: "✓"; position: absolute; left: 12px; top: 6px; color: var(--bfs-gold-d); font-weight: 800; }
.bfj-bio p { margin: 0 0 14px !important; font-size: 16px; color: #3d3a36; }
.bfj-bio a { color: var(--bfs-ink) !important; text-decoration: underline; text-decoration-color: var(--bfs-gold); text-underline-offset: 3px; }
.bfj-cta { margin-top: 24px; padding: 20px 22px 18px; border-radius: var(--bfs-radius); background: #121110; color: #fff; }
.bfj-cta p { margin: 0 0 14px !important; font-size: 15px; color: rgba(255, 255, 255, .82); }
.bfj-cta strong { color: #fff; }
.bfj-cta .bfs-btn { width: 100%; }
.bfj-cta p.bfj-cta__legal { margin: 8px 0 0 !important; text-align: center; }
.bfj-cta .bfs-legal { color: rgba(255, 255, 255, .6); }
.bfj-nav { display: flex; justify-content: space-between; gap: 12px; margin-top: 18px; padding-top: 14px; border-top: 1px solid var(--bfs-line); }
.bfj-nav__link { padding: 8px 2px; font-weight: 700; color: var(--bfs-ink) !important; }
.bfj-nav__link:hover, .bfj-nav__link:focus-visible { color: var(--bfs-gold-d) !important; }
.bfj-profile .bfj-close {
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	min-height: 0;
	margin: 0 !important;
	padding: 0 0 3px !important;
	border: 0 !important;
	border-radius: 50% !important;
	background: rgba(17, 17, 16, .82) !important;
	color: #fff !important;
	font-family: Arial, sans-serif;
	font-size: 30px !important;
	font-weight: 400;
	line-height: 1 !important;
	box-shadow: 0 4px 14px rgba(0, 0, 0, .25) !important;
	cursor: pointer;
}
.bfj-profile .bfj-close:hover { background: #000 !important; }
.bfj-profile .bfj-close:focus-visible { outline: 3px solid var(--bfs-gold); outline-offset: 2px; }
.bfj-profile.is-fallback { position: fixed; inset: 0; z-index: 100000; display: block; width: auto; max-height: none; margin: 0; border-radius: 0; overflow: auto; }
html.bfj-lock { overflow: hidden; }
body.bfs-jury .scroll-to-top { background: var(--bfs-black) !important; color: var(--bfs-gold) !important; border-radius: 10px !important; }

/* Tablet und Handy: Profil bildschirmfüllend, Foto oben, alles scrollt zusammen */
@media (max-width: 900px) {
	.bfj-profile { width: 100vw; height: 100vh; height: 100dvh; max-width: 100vw; max-height: none; margin: 0; border-radius: 0; overflow-y: auto; overscroll-behavior: contain; }
	.bfj-profile__inner { display: block; height: auto; min-height: 100%; }
	.bfj-profile__media { display: block; }
	.bfj-profile__main { width: 100%; aspect-ratio: 4 / 3; max-height: 60vh; }
	.bfj-thumbs { padding: 10px 16px; }
	.bfj-profile__text { overflow: visible; max-width: 720px; margin: 0 auto; padding: 28px 28px 32px; }
	.bfj-profile .bfj-close { position: fixed; top: 12px; right: 12px; }
}

@media (max-width: 760px) {
	.bfj-hero { padding: 36px 0 44px; }
	.bfj-head { margin-bottom: 28px; }
	.bfj-sub { font-size: 16px; }
	.bfj-known { gap: 6px; }
	.bfj-known__lead { flex-basis: 100%; margin: 0 0 2px; }
	.bfj-known__item { padding: 4px 10px; font-size: 12px; }
	.bfj-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
	.bfj-card__text { left: 12px; right: 12px; bottom: 12px; }
	.bfj-card__label { font-size: 10px; letter-spacing: .08em; }
	.bfj-card__name { font-size: 21px; }
	.bfj-card__more { display: none; }
	.bfj-card__plus { top: 10px; right: 10px; bottom: auto; width: 32px; height: 32px; }
	.bfj-card__plus::before, .bfj-card__plus::after { width: 12px; height: 2px; margin: -1px 0 0 -6px; }
	.bfj-hint { font-size: 13px; }
	.bfj-profile__main { aspect-ratio: 1 / 1; }
	.bfj-profile .bfj-thumb { flex-basis: 56px; width: 56px; height: 56px; }
	.bfj-profile__text { padding: 22px 20px 28px; }
	.bfj-bio p { font-size: 15.5px; }
	.bfj-cta { padding: 18px 16px 16px; }
	.bfj-cta .bfs-btn { padding: 14px 12px; font-size: 15px; }
	body.bfs-jury { padding-bottom: 72px; }
	body.bfs-jury .scroll-to-top { display: none !important; }
}

@media (prefers-reduced-motion: reduce) {
	.bfj-card, .bfj-card__media img, .bfj-card__plus, .bfj-profile .bfj-thumb { transition: none; }
	.bfj-profile[open] { animation: none; }
}

/* ---- 1.6: Seite „Die Box“ als Problemlösungs-Seite ---- */
.bfp-hero {
	background: radial-gradient(70% 90% at 10% 30%, #2a2520 0%, #121110 60%, #0e0e0e 100%);
	color: #fff;
	padding: 56px 0 0;
	overflow: hidden;
}
.bfp-hero__grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 40px; align-items: end; }
.bfp-hero__text { padding-bottom: 64px; }
.bfp-h1 { margin: 0 !important; }
.bfp-h1 .bfs-eyebrow { display: block; color: var(--bfs-gold); }
.bfp-title { display: block; color: #fff !important; font-size: clamp(36px, 5vw, 62px); line-height: 1.04; font-weight: 800; text-wrap: balance; }
.bfp-sub { margin-top: 18px !important; max-width: 580px; font-size: 18px; color: rgba(255, 255, 255, .82); }
.bfp-hero__media { position: relative; align-self: end; }
.bfp-hero__media::before { content: ""; position: absolute; left: 50%; top: 40%; width: 120%; aspect-ratio: 1 / 1; transform: translate(-50%, -50%); border-radius: 50%; background: radial-gradient(circle, rgba(252, 175, 59, .26) 0%, rgba(252, 175, 59, .08) 42%, rgba(252, 175, 59, 0) 68%); }
.bfp-hero__media img {
	position: relative;
	width: 100%;
	max-width: 330px;
	max-height: 620px;
	object-fit: contain;
	object-position: 50% 100%;
	margin: 0 auto;
	/* freigestelltes Foto: unten weich auslaufen lassen */
	-webkit-mask-image: linear-gradient(to bottom, #000 82%, transparent 100%);
	mask-image: linear-gradient(to bottom, #000 82%, transparent 100%);
}

/* Problem */
.bfp-problem { background: var(--bfs-cream); padding: 76px 0 72px; }
.bfp-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.bfp-pcard { display: flex; flex-direction: column; gap: 8px; padding: 24px 22px 22px; border-radius: var(--bfs-radius); background: #fff; box-shadow: 0 1px 2px rgba(0, 0, 0, .05), 0 10px 26px rgba(60, 45, 20, .07); }
.bfp-pcard__icon { display: flex; align-items: center; justify-content: center; width: 52px; height: 52px; margin-bottom: 6px; border-radius: 50%; background: var(--bfs-black); color: var(--bfs-gold); }
.bfp-pcard h3 { font-size: 19px !important; line-height: 1.25; font-weight: 800; color: var(--bfs-ink) !important; }
.bfp-pcard p { font-size: 15px; color: var(--bfs-muted); }
.bfp-punch { max-width: 640px; margin: 40px auto 0 !important; text-align: center; font-size: 19px; line-height: 1.5; color: var(--bfs-muted); text-wrap: balance; }
.bfp-punch strong { display: inline-block; margin-top: 6px; font-size: 22px; color: var(--bfs-ink); }

/* Lösung: ohne Box / mit Box */
.bfp-solution { background: #fff; padding: 80px 0 64px; }
.bfp-compare { max-width: 940px; margin: 0 auto; border-radius: var(--bfs-radius); overflow: hidden; box-shadow: 0 1px 2px rgba(0, 0, 0, .05), 0 14px 36px rgba(60, 45, 20, .1); }
.bfp-compare__head, .bfp-compare__row { display: grid; grid-template-columns: 1fr 1.7fr; }
.bfp-compare__head span { padding: 14px 22px; font-size: 13px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.bfp-compare__head span:first-child { background: #efeae1; color: var(--bfs-muted); }
.bfp-compare__head span:last-child { background: var(--bfs-black); color: var(--bfs-gold); }
.bfp-compare__row + .bfp-compare__row > div { border-top: 1px solid var(--bfs-line); }
.bfp-compare__before { position: relative; display: flex; align-items: center; padding: 18px 22px 18px 50px; background: #f7f4ee; color: #8b857d; font-size: 15px; text-decoration: line-through; text-decoration-color: rgba(190, 70, 50, .55); text-decoration-thickness: 1.5px; }
.bfp-compare__before::before { content: "✕"; position: absolute; left: 20px; top: 50%; transform: translateY(-50%); width: 20px; height: 20px; border-radius: 50%; background: rgba(190, 70, 50, .12); color: #b5462f; font-size: 11px; font-weight: 800; line-height: 20px; text-align: center; text-decoration: none; }
.bfp-compare__after { position: relative; display: flex; flex-direction: column; gap: 2px; padding: 16px 22px 16px 56px; background: #fff; }
.bfp-compare__after::before { content: "✓"; position: absolute; left: 22px; top: 17px; width: 22px; height: 22px; border-radius: 50%; background: var(--bfs-gold); color: #1a1a1a; font-size: 13px; font-weight: 800; line-height: 22px; text-align: center; }
.bfp-compare__after strong { font-size: 16.5px; color: var(--bfs-ink); }
.bfp-compare__after span { font-size: 14.5px; color: var(--bfs-muted); }
.bfp-center { margin-top: 34px; text-align: center; }

/* Jury */
.bfp-jury { background: radial-gradient(100% 80% at 50% 0%, #26221d 0%, #121110 70%); color: #fff; padding: 72px 0; }
.bfp-jury .bfs-eyebrow { color: var(--bfs-gold); }
.bfp-jury__list { list-style: none; display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; max-width: 1000px; margin: 0 auto !important; padding: 0 !important; }
.bfp-jury__list li { list-style: none; margin: 0 !important; }
.bfp-jury__item { display: flex; flex-direction: column; align-items: center; gap: 2px; text-align: center; color: #fff !important; }
.bfp-jury__img { display: block; width: 104px; height: 104px; margin-bottom: 10px; border-radius: 50%; overflow: hidden; box-shadow: 0 0 0 3px var(--bfs-gold), 0 10px 24px rgba(0, 0, 0, .4); transition: transform .2s ease; }
.bfp-jury__img img { width: 100%; height: 100%; object-fit: cover; }
a.bfp-jury__item:hover .bfp-jury__img, a.bfp-jury__item:focus-visible .bfp-jury__img { transform: scale(1.05); }
.bfp-jury__item strong { font-size: 18px; }
.bfp-jury__item span:last-child { font-size: 12.5px; color: rgba(255, 255, 255, .65); }

/* So funktioniert's */
.bfp-steps { background: #fff; padding: 72px 0 56px; }
.bfp-steps .bfs-steps { max-width: 620px; margin: 0 auto !important; }

/* Kundenstimmen mit Thema */
.bfp-tag { align-self: flex-start; padding: 4px 10px; border-radius: 999px; background: var(--bfs-cream); color: #8a5a00; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

/* Größen */
.bfp-sizes { background: #fff; padding: 80px 0; }
.bfp-sizes__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 56px; align-items: center; }
.bfp-sizes__media { position: relative; }
.bfp-sizes__media::before { content: ""; position: absolute; left: 6%; right: 6%; top: 50%; aspect-ratio: 1 / 1; transform: translateY(-50%); border-radius: 50%; background: radial-gradient(circle at 50% 50%, #f6e7cf 0%, #f8f3ea 58%, rgba(248, 243, 234, 0) 71%); }
.bfp-sizes__media img { position: relative; display: block; width: 100%; max-width: 440px; height: auto; margin: 0 auto; }
.bfp-sizes__text h2 { font-size: clamp(28px, 3.4vw, 40px); line-height: 1.15; font-weight: 800; }
.bfp-sizes__lead { margin: 10px 0 22px !important; font-size: 16px; color: var(--bfs-muted); }
.bfp-sizes__lead strong { color: var(--bfs-ink); }

/* Ohne Risiko */
.bfp-safe { background: #121110; color: #fff; padding: 64px 0; }
.bfp-safe .bfs-eyebrow { color: var(--bfs-gold); }
.bfp-safe__list { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin: 0 !important; padding: 0 !important; }
.bfp-safe__list li { list-style: none; display: flex; flex-direction: column; gap: 4px; margin: 0 !important; padding: 22px 20px; border: 1px solid rgba(255, 255, 255, .1); border-radius: var(--bfs-radius); background: rgba(255, 255, 255, .03); }
.bfp-safe__icon { color: var(--bfs-gold); margin-bottom: 6px; }
.bfp-safe__list strong { font-size: 17px; color: #fff; }
.bfp-safe__list span:last-child { font-size: 14.5px; color: rgba(255, 255, 255, .72); }
.bfp-ico { display: block; }

body.bfs-boxpage .scroll-to-top { background: var(--bfs-black) !important; color: var(--bfs-gold) !important; border-radius: 10px !important; }

@media (max-width: 1024px) {
	.bfp-cards { grid-template-columns: repeat(2, 1fr); }
	.bfp-jury__list { grid-template-columns: repeat(3, 1fr); row-gap: 26px; }
	.bfp-safe__list { grid-template-columns: repeat(2, 1fr); }
	.bfp-sizes__grid { gap: 32px; }
}

@media (max-width: 760px) {
	.bfp-hero { padding-top: 28px; }
	.bfp-hero__grid { grid-template-columns: 1fr; gap: 0; }
	.bfp-hero__text { padding-bottom: 8px; }
	.bfp-sub { font-size: 16px; }
	.bfp-hero .bfs-hero__cta { flex-direction: column; }
	.bfp-hero .bfs-hero__cta .bfs-btn { width: 100%; }
	.bfp-hero .bfs-trust { grid-template-columns: 1fr; gap: 8px; }
	.bfp-hero__media img { max-width: 210px; max-height: 400px; }
	.bfs-final h2 { text-wrap: balance; }
	.bfp-problem, .bfp-solution, .bfp-sizes { padding: 52px 0; }
	.bfp-jury, .bfp-safe { padding: 52px 0; }
	.bfp-steps { padding: 52px 0 40px; }
	.bfp-cards { grid-template-columns: 1fr; gap: 12px; }
	.bfp-pcard { display: grid; grid-template-columns: 48px 1fr; column-gap: 14px; row-gap: 2px; padding: 18px 18px; }
	.bfp-pcard__icon { grid-row: span 2; width: 48px; height: 48px; margin: 0; }
	.bfp-pcard h3 { font-size: 17px !important; }
	.bfp-pcard p { font-size: 14.5px; }
	.bfp-punch { margin-top: 28px !important; font-size: 17px; }
	.bfp-punch strong { font-size: 19px; }
	.bfp-compare { border-radius: 12px; }
	.bfp-compare__head { display: none; }
	.bfp-compare__row { grid-template-columns: 1fr; }
	.bfp-compare__row + .bfp-compare__row > div { border-top: 0; }
	.bfp-compare__row + .bfp-compare__row { border-top: 1px solid var(--bfs-line); }
	.bfp-compare__before { padding: 12px 16px 10px 44px; font-size: 14px; }
	.bfp-compare__before::before { left: 14px; }
	.bfp-compare__after { padding: 12px 16px 16px 50px; }
	.bfp-compare__after::before { left: 16px; top: 13px; }
	.bfp-compare__after strong { font-size: 16px; }
	.bfp-compare__after span { font-size: 14px; }
	.bfp-center .bfs-btn { width: 100%; }
	.bfp-jury__list { gap: 14px; row-gap: 22px; }
	.bfp-jury__img { width: 84px; height: 84px; }
	.bfp-jury__item strong { font-size: 16px; }
	.bfp-jury__item span:last-child { font-size: 11.5px; }
	.bfp-sizes__grid { grid-template-columns: 1fr; gap: 12px; }
	.bfp-sizes__media img { max-width: 240px; }
	.bfp-safe__list { gap: 10px; }
	.bfp-safe__list li { padding: 16px 14px; }
	.bfp-safe__list strong { font-size: 15.5px; }
	.bfp-safe__list span:last-child { font-size: 13px; }
	body.bfs-boxpage { padding-bottom: 72px; }
	body.bfs-boxpage .scroll-to-top { display: none !important; }
}

/* ---- 1.7: FAQ-Seite mit Chris im Support ---- */
.bfq-hero { background: radial-gradient(70% 90% at 10% 30%, #2a2520 0%, #121110 60%, #0e0e0e 100%); color: #fff; padding: 56px 0 64px; }
.bfq-hero__grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 48px; align-items: center; }
.bfq-hero__grid > *, .bfq-main__grid > *, .bfq-contact__card > * { min-width: 0; }
.bfq-h1 { margin: 0 !important; }
.bfq-h1 .bfs-eyebrow { display: block; color: var(--bfs-gold); }
.bfq-title { display: block; color: #fff !important; font-size: clamp(34px, 4.6vw, 54px); line-height: 1.06; font-weight: 800; text-wrap: balance; }
.bfq-sub { margin-top: 16px !important; max-width: 600px; font-size: 18px; color: rgba(255, 255, 255, .82); }
.bfq-search { position: relative; max-width: 620px; margin-top: 26px; color: var(--bfs-muted); }
.bfq-search .bfp-ico { position: absolute; left: 18px; top: 50%; transform: translateY(-50%); pointer-events: none; }
.bfq .bfq-search input { width: 100%; height: 58px; margin: 0; padding: 0 18px 0 56px !important; border: 2px solid transparent !important; border-radius: 12px !important; background: #fff !important; color: var(--bfs-ink) !important; font-family: inherit; font-size: 16px !important; box-shadow: 0 10px 30px rgba(0, 0, 0, .3); outline: none; -webkit-appearance: none; appearance: none; }
.bfq .bfq-search input:focus { border-color: var(--bfs-gold) !important; }
.bfq-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.bfq-chips a { padding: 7px 14px; border: 1px solid rgba(255, 255, 255, .22); border-radius: 999px; color: #fff !important; font-size: 13.5px; font-weight: 600; line-height: 1.3; transition: border-color .15s ease, background-color .15s ease; }
.bfq-chips a:hover, .bfq-chips a:focus-visible { border-color: var(--bfs-gold); background: rgba(252, 175, 59, .1); }

.bfq-chris { padding: 26px 26px 22px; border-radius: 18px; background: #fff; color: var(--bfs-ink); box-shadow: 0 20px 50px rgba(0, 0, 0, .35); }
.bfq-chris__head { display: flex; align-items: center; gap: 16px; }
.bfq-chris__name { display: block; font-size: 22px; font-weight: 800; line-height: 1.2; }
.bfq-chris__role { display: block; font-size: 13.5px; color: var(--bfs-muted); }
.bfq-chris__text { margin: 16px 0 18px !important; font-size: 15.5px; color: #3d3a36; }
.bfq-chris .bfs-btn .bfp-ico, .bfq-contact .bfs-btn .bfp-ico { width: 20px; height: 20px; }
.bfq-chris__mail { margin-top: 8px !important; text-align: center; font-size: 13px; color: var(--bfs-muted); }
.bfq-avatar { position: relative; display: inline-flex; flex: 0 0 auto; align-items: center; justify-content: center; width: var(--s, 88px); height: var(--s, 88px); border-radius: 50%; overflow: hidden; box-shadow: 0 0 0 3px var(--bfs-gold); }
.bfq-avatar img { width: 100%; height: 100%; object-fit: cover; }
.bfq-avatar--mono { background: #121110; color: var(--bfs-gold); font-size: calc(var(--s, 88px) * .44); font-weight: 800; line-height: 1; }

.bfq-main { background: #fff; padding: 64px 0 72px; }
.bfq-main__grid { display: grid; grid-template-columns: 240px 1fr; gap: 56px; align-items: start; }
.bfq-nav { position: sticky; top: 110px; display: flex; flex-direction: column; gap: 2px; }
.bfq-nav__title { margin-bottom: 8px !important; font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--bfs-muted); }
.bfq-nav a { display: flex; align-items: center; gap: 10px; padding: 10px 12px; border-radius: 10px; color: var(--bfs-ink) !important; font-size: 15px; font-weight: 600; transition: background-color .15s ease; }
.bfq-nav a .bfp-ico { width: 22px; height: 22px; color: var(--bfs-gold-d); }
.bfq-nav a:hover, .bfq-nav a:focus-visible { background: var(--bfs-cream); }
.bfq-list { max-width: 780px; }
.bfq-cat { margin-bottom: 44px; scroll-margin-top: 110px; }
.bfq-cat[hidden] { display: none; }
.bfq-cat__title { display: flex; align-items: center; gap: 12px; margin-bottom: 6px !important; font-size: 24px !important; font-weight: 800; color: var(--bfs-ink) !important; }
.bfq-cat__icon { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 50%; background: var(--bfs-black); color: var(--bfs-gold); }
.bfq-cat__icon .bfp-ico { width: 22px; height: 22px; }
.bfq-item { scroll-margin-top: 110px; }
.bfq-item[hidden] { display: none; }
.bfq-answer { padding: 0 0 18px; }
.bfq-answer p { margin: 0 0 10px !important; padding: 0 !important; font-size: 16px; color: var(--bfs-muted); }
.bfq-answer ul { margin: 0 0 10px 0 !important; padding: 0 !important; list-style: none; }
.bfq-answer li { position: relative; margin: 6px 0; padding-left: 20px; font-size: 16px; color: var(--bfs-muted); list-style: none; }
.bfq-answer li::before { content: ""; position: absolute; left: 4px; top: .7em; width: 6px; height: 6px; border-radius: 50%; background: var(--bfs-gold-d); }
.bfq-answer a { color: var(--bfs-ink) !important; font-weight: 600; text-decoration: underline; text-decoration-color: var(--bfs-gold); text-underline-offset: 3px; }
.bfq-empty { padding: 20px 22px; border-radius: var(--bfs-radius); background: var(--bfs-cream); font-size: 16px; }
.bfq-empty a { color: var(--bfs-ink) !important; text-decoration: underline; text-decoration-color: var(--bfs-gold); }

.bfq-contact { background: var(--bfs-cream); padding: 72px 0; }
.bfq-contact__card { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: center; padding: 38px; border-radius: 20px; background: #fff; box-shadow: 0 1px 2px rgba(0, 0, 0, .05), 0 14px 36px rgba(60, 45, 20, .1); }
.bfq-contact__who { display: flex; align-items: flex-start; gap: 24px; }
.bfq-contact__who h2 { font-size: clamp(26px, 3vw, 34px) !important; line-height: 1.15; font-weight: 800; color: var(--bfs-ink) !important; }
.bfq-contact__who p:not(.bfs-eyebrow) { margin: 10px 0 20px !important; font-size: 16px; color: var(--bfs-muted); }
.bfq-contact__quotes { display: flex; flex-direction: column; gap: 12px; padding: 22px; border-radius: 14px; background: #faf7f1; }
.bfq-contact__qtitle { font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--bfs-muted); }
.bfq-squote { margin: 0 !important; }
.bfq-squote blockquote { margin: 4px 0 2px !important; padding: 0 !important; border: 0 !important; background: none !important; font-size: 15px !important; font-style: normal !important; line-height: 1.5; color: var(--bfs-ink); quotes: none; }
.bfq-squote blockquote::before, .bfq-squote blockquote::after { content: none !important; }
.bfq-squote figcaption { font-size: 12.5px; color: var(--bfs-muted); }
.bfq-squote .bfs-stars { font-size: 13px; }
body.bfs-faqpage .scroll-to-top { background: var(--bfs-black) !important; color: var(--bfs-gold) !important; border-radius: 10px !important; }

@media (max-width: 1024px) {
	.bfq-hero__grid { grid-template-columns: 1fr 1fr; gap: 32px; }
	.bfq-main__grid { grid-template-columns: 200px 1fr; gap: 32px; }
	.bfq-contact__card { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
	.bfq-hero { padding: 32px 0 40px; }
	.bfq-hero__grid { grid-template-columns: 1fr; gap: 26px; }
	.bfq-sub { font-size: 16px; }
	.bfq .bfq-search input { height: 54px; }
	.bfq-chips { flex-wrap: nowrap; overflow-x: auto; margin: 14px -20px 0; padding: 0 20px 4px; scrollbar-width: none; }
	.bfq-chips::-webkit-scrollbar { display: none; }
	.bfq-chips a { flex: 0 0 auto; }
	.bfq-chris { padding: 20px 18px 18px; }
	.bfq-chris__name { font-size: 20px; }
	.bfq-main { padding: 40px 0 48px; }
	.bfq-main__grid { grid-template-columns: 1fr; }
	.bfq-nav { display: none; }
	.bfq-cat { margin-bottom: 32px; }
	.bfq-cat__title { font-size: 21px !important; }
	.bfq-cat__icon { width: 36px; height: 36px; }
	.bfq-answer p, .bfq-answer li { font-size: 15.5px; }
	.bfq-contact { padding: 44px 0; }
	.bfq-contact__card { padding: 24px 18px; gap: 24px; }
	.bfq-contact__who { flex-direction: column; align-items: center; gap: 14px; text-align: center; }
	.bfq-contact__who .bfs-btn { width: 100%; }
	.bfq-contact__quotes { padding: 18px 16px; }
	body.bfs-faqpage .scroll-to-top { display: none !important; }
}
