/* ==========================================================================
   bogenschiessen-geschenke.de – Design
   Hinweis: Astra setzt z.T. sehr spezifische Regeln (.single .entry-content h3,
   .ast-separate-container …). Wo nötig, wird die Spezifität gezielt erhöht
   (body .entry-content …) statt pauschal !important zu verwenden.
   ========================================================================== */

@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url("../fonts/inter-latin.woff2") format("woff2");
}
@font-face {
	font-family: "Fraunces";
	font-style: normal;
	font-weight: 500 700;
	font-display: swap;
	src: url("../fonts/fraunces-latin.woff2") format("woff2");
}

:root {
	--bsg-forest: #1d3b2f;
	--bsg-forest-2: #2c5242;
	--bsg-forest-3: #3f6b58;
	--bsg-wood: #a8672a;
	--bsg-wood-dark: #86501d;
	--bsg-amber: #e0a53b;
	--bsg-amber-2: #f0bd5e;
	--bsg-red: #b8322a;
	--bsg-cream: #f7f3ec;
	--bsg-cream-2: #efe8dc;
	--bsg-paper: #fffdf9;
	--bsg-ink: #22282a;
	--bsg-muted: #5b6560;
	--bsg-line: #e2dacb;
	--bsg-radius: 14px;
	--bsg-radius-sm: 10px;
	--bsg-shadow: 0 1px 2px rgba(29, 59, 47, .06), 0 6px 20px rgba(29, 59, 47, .07);
	--bsg-shadow-lg: 0 2px 4px rgba(29, 59, 47, .06), 0 16px 40px rgba(29, 59, 47, .12);
	--bsg-sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
	--bsg-serif: "Fraunces", Georgia, "Times New Roman", serif;
}

/* ---------- Basis ---------------------------------------------------------- */
html { scroll-behavior: smooth; }
body,
body button,
body input,
body select,
body textarea {
	font-family: var(--bsg-sans);
}
body {
	background: var(--bsg-cream);
	color: var(--bsg-ink);
	font-size: 17.5px;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
}
body h1, body h2, body h3, body h4,
body .entry-content h1, body .entry-content h2, body .entry-content h3, body .entry-content h4,
body .entry-title {
	font-family: var(--bsg-serif);
	color: var(--bsg-forest);
	font-weight: 650;
	letter-spacing: -.01em;
	line-height: 1.2;
}
body .entry-content h4 { font-family: var(--bsg-sans); font-weight: 700; font-size: 1.05rem; }
body .entry-content h2 { font-size: clamp(1.55rem, 1.2rem + 1.2vw, 2.05rem); margin: 2.4em 0 .7em; }
body .entry-content h3 { font-size: clamp(1.2rem, 1.05rem + .5vw, 1.4rem); margin: 1.9em 0 .6em; }
body .entry-content h2, body .entry-content h3 { scroll-margin-top: 90px; }
body .entry-content p, body .entry-content ul, body .entry-content ol { margin-bottom: 1.15em; }
body .entry-content li { margin-bottom: .35em; }
body .entry-content ul, body .entry-content ol { margin-left: 1.3em; }

a { color: var(--bsg-wood-dark); }
body .entry-content a:not(.bsg-btn) {
	color: var(--bsg-wood-dark);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
	text-decoration-color: rgba(168, 103, 42, .45);
	transition: color .15s, text-decoration-color .15s;
}
body .entry-content a:not(.bsg-btn):hover { color: var(--bsg-forest); text-decoration-color: var(--bsg-forest); }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--bsg-amber); outline-offset: 2px; border-radius: 4px; }
::selection { background: var(--bsg-amber-2); color: var(--bsg-forest); }

body .entry-content strong { color: #1a2320; }
body .entry-content blockquote {
	border-left: 4px solid var(--bsg-amber);
	background: var(--bsg-paper);
	padding: 1em 1.3em;
	border-radius: 0 var(--bsg-radius-sm) var(--bsg-radius-sm) 0;
	font-style: normal;
	color: var(--bsg-ink);
}

/* Astra-Container transparent auf Creme-Hintergrund */
.ast-separate-container,
.ast-plain-container,
body.ast-separate-container .ast-article-single,
body.ast-separate-container .ast-article-post,
.ast-plain-container .site-content,
body .site-content { background: transparent; }
body.single .site-content > .ast-container,
body.page .site-content > .ast-container { padding-top: 8px; }

/* ---------- Header -------------------------------------------------------- */
body .site-header .ast-primary-header-bar,
body .site-header .main-header-bar,
body .ast-mobile-header-wrap .ast-primary-header-bar {
	background: rgba(255, 253, 249, .96);
	border-bottom: 1px solid var(--bsg-line);
	backdrop-filter: saturate(1.2) blur(6px);
}
body .site-header .main-header-menu .menu-link,
body .ast-builder-menu-1 .menu-item > .menu-link {
	font-family: var(--bsg-sans);
	font-weight: 600;
	font-size: 15px;
	color: var(--bsg-forest);
	padding: 0 14px;
}
body .ast-builder-menu-1 .menu-item > .menu-link:hover,
body .ast-builder-menu-1 .menu-item.current-menu-item > .menu-link,
body .ast-builder-menu-1 .menu-item.current-menu-ancestor > .menu-link { color: var(--bsg-wood); }
body .ast-builder-menu-1 .main-header-menu > .menu-item > .menu-link { position: relative; }
body .ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .menu-link::after {
	content: ""; position: absolute; left: 14px; right: 14px; bottom: 22px; height: 2px;
	background: var(--bsg-amber); transform: scaleX(0); transition: transform .2s;
}
body .ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item:hover > .menu-link::after,
body .ast-desktop .ast-builder-menu-1 .main-header-menu > .current-menu-item > .menu-link::after,
body .ast-desktop .ast-builder-menu-1 .main-header-menu > .current-menu-ancestor > .menu-link::after { transform: scaleX(1); }
body .ast-builder-menu-1 .sub-menu {
	border: 1px solid var(--bsg-line); border-radius: var(--bsg-radius-sm);
	box-shadow: var(--bsg-shadow-lg); background: var(--bsg-paper); padding: 6px 0;
}
body .ast-builder-menu-1 .sub-menu .menu-link { font-weight: 500; padding: .55em 1.1em; }
body .ast-mobile-header-content,
body .ast-mobile-popup-content { background: var(--bsg-paper); }
body .ast-mobile-header-content .menu-link,
body .ast-header-break-point .main-header-menu .menu-link { color: var(--bsg-forest); font-weight: 600; border-color: var(--bsg-line); }
body .ast-button-wrap .menu-toggle,
body .ast-mobile-menu-trigger-minimal { color: var(--bsg-forest); }
body .ast-button-wrap .menu-toggle .mobile-menu-toggle-icon .ast-mobile-svg { fill: var(--bsg-forest); }
.site-header .custom-logo-link img { max-height: 52px; width: auto; }

/* ---------- Breadcrumb & Meta -------------------------------------------- */
.bsg-breadcrumb { font-size: 14px; color: var(--bsg-muted); margin: 18px 0 6px; }
.bsg-breadcrumb a { color: var(--bsg-muted); text-decoration: none; }
.bsg-breadcrumb a:hover { color: var(--bsg-wood); }
.bsg-breadcrumb .breadcrumb_last { color: var(--bsg-ink); }

body.single .entry-header { margin-bottom: 0; }
body .entry-title, body.single .entry-header .entry-title, body.page .entry-header .entry-title {
	font-size: clamp(2rem, 1.4rem + 2.2vw, 2.9rem);
	line-height: 1.12;
	margin-bottom: .35em;
}
.bsg-meta { display: flex; flex-wrap: wrap; gap: 8px 18px; align-items: center; font-size: 14.5px; color: var(--bsg-muted); margin: 4px 0 22px; }
.bsg-meta__cat {
	background: var(--bsg-forest); color: #fff !important; text-decoration: none;
	padding: 3px 11px; border-radius: 99px; font-weight: 600; font-size: 13px; letter-spacing: .02em;
}
.bsg-meta__cat:hover { background: var(--bsg-wood); }

.bsg-featured { margin: 0 0 1.6em; }
.bsg-featured img, body.single .post-thumb-img-content img, body.single .ast-single-post-featured-section img {
	border-radius: var(--bsg-radius); width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; box-shadow: var(--bsg-shadow);
}
.bsg-featured figcaption, .bsg-credit, body .entry-content figcaption {
	font-size: 12.5px; color: var(--bsg-muted); margin-top: 6px; line-height: 1.45;
}
.bsg-featured figcaption a, .bsg-credit a { color: var(--bsg-muted) !important; }
body .entry-content figure { margin: 1.8em 0; }
body .entry-content figure img { border-radius: var(--bsg-radius-sm); }

/* ---------- Affiliate-Hinweis --------------------------------------------- */
.bsg-disclosure {
	display: flex; gap: 10px; align-items: flex-start;
	font-size: 13.5px; line-height: 1.5; color: var(--bsg-muted);
	background: var(--bsg-paper); border: 1px dashed var(--bsg-line);
	padding: 10px 14px; border-radius: var(--bsg-radius-sm); margin: 0 0 1.6em;
}
.bsg-disclosure .bsg-icon { flex: 0 0 18px; width: 18px; height: 18px; margin-top: 1px; color: var(--bsg-wood); }
body .entry-content .bsg-disclosure a { color: var(--bsg-muted); }

/* Affiliate-Kennzeichnung (*) */
.bsg-aff::after { content: "*"; margin-left: 1px; }

/* ---------- Inhaltsverzeichnis -------------------------------------------- */
.bsg-toc { background: var(--bsg-paper); border: 1px solid var(--bsg-line); border-radius: var(--bsg-radius); margin: 1.8em 0 2.2em; box-shadow: var(--bsg-shadow); }
.bsg-toc summary {
	cursor: pointer; list-style: none; padding: 14px 20px; font-family: var(--bsg-serif);
	font-weight: 650; font-size: 1.15rem; color: var(--bsg-forest); display: flex; justify-content: space-between; align-items: center;
}
.bsg-toc summary::-webkit-details-marker { display: none; }
.bsg-toc summary::after { content: "+"; font-family: var(--bsg-sans); font-size: 1.4rem; color: var(--bsg-wood); line-height: 1; }
.bsg-toc details[open] summary::after { content: "–"; }
body .entry-content .bsg-toc ol { margin: 0; padding: 0 20px 16px 42px; counter-reset: none; }
body .entry-content .bsg-toc li { margin: .2em 0; font-size: 15.5px; }
body .entry-content .bsg-toc a { text-decoration: none; color: var(--bsg-ink); }
body .entry-content .bsg-toc a:hover { color: var(--bsg-wood); text-decoration: underline; }
.bsg-toc li::marker { color: var(--bsg-wood); font-weight: 600; }

/* ---------- Infoboxen ------------------------------------------------------ */
.bsg-box {
	display: flex; gap: 14px; padding: 18px 20px; border-radius: var(--bsg-radius);
	margin: 1.8em 0; border: 1px solid; background: var(--bsg-paper);
}
.bsg-box__icon { flex: 0 0 36px; width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; }
.bsg-box__icon .bsg-icon { width: 20px; height: 20px; }
.bsg-box__body { min-width: 0; }
.bsg-box__body > :last-child { margin-bottom: 0 !important; }
body .entry-content .bsg-box__title { font-family: var(--bsg-serif); font-weight: 650; font-size: 1.1rem; color: var(--bsg-forest); margin: 4px 0 .4em; }
.bsg-box--tip { border-color: #e9d3a8; background: #fff8ea; }
.bsg-box--tip .bsg-box__icon { background: var(--bsg-amber); color: #fff; }
.bsg-box--info { border-color: #cfe0d6; background: #f1f7f3; }
.bsg-box--info .bsg-box__icon { background: var(--bsg-forest-3); color: #fff; }
.bsg-box--warn { border-color: #efc5c0; background: #fdf1ef; }
.bsg-box--warn .bsg-box__icon { background: var(--bsg-red); color: #fff; }
.bsg-box--key { border-color: var(--bsg-forest-2); background: var(--bsg-forest); color: #eef3ef; }
.bsg-box--key .bsg-box__icon { background: var(--bsg-amber); color: var(--bsg-forest); }
body .entry-content .bsg-box--key .bsg-box__title { color: #fff; }
body .entry-content .bsg-box--key strong { color: #fff; }
body .entry-content .bsg-box--key a { color: var(--bsg-amber-2) !important; }
body .entry-content .bsg-box--key li::marker { color: var(--bsg-amber); }
body .entry-content .bsg-box ul { margin-bottom: 0; }

/* ---------- Produktbox ----------------------------------------------------- */
.bsg-product {
	display: grid; grid-template-columns: 220px 1fr; gap: 26px;
	background: #fff; border: 1px solid var(--bsg-line); border-radius: var(--bsg-radius);
	padding: 24px; margin: 2em 0; box-shadow: var(--bsg-shadow); position: relative;
}
.bsg-product__media a { display: block; background: #fff; border-radius: var(--bsg-radius-sm); }
.bsg-product__media img { width: 100%; height: 220px; object-fit: contain; display: block; }
.bsg-product__placeholder { display: grid; place-items: center; height: 220px; background: var(--bsg-cream); border-radius: var(--bsg-radius-sm); color: var(--bsg-line); }
.bsg-product__placeholder .bsg-icon { width: 80px; height: 80px; }
.bsg-badge {
	display: inline-block; background: var(--bsg-amber); color: var(--bsg-forest);
	font-weight: 700; font-size: 12.5px; letter-spacing: .04em; text-transform: uppercase;
	padding: 4px 10px; border-radius: 6px; margin-bottom: 10px;
}
body .entry-content .bsg-product__title, .bsg-product__title { font-size: 1.35rem; margin: 0 0 .35em; }
body .entry-content .bsg-product__for { font-size: 15px; color: var(--bsg-muted); margin: 0 0 .7em; }
.bsg-product__text { font-size: 16px; }
.bsg-product__text p { margin-bottom: .7em !important; }
.bsg-proscons { display: grid; grid-template-columns: 1fr 1fr; gap: 6px 20px; margin: .6em 0 1em; }
body .entry-content .bsg-proscons ul { list-style: none; margin: 0; padding: 0; }
body .entry-content .bsg-proscons li { position: relative; padding-left: 26px; font-size: 15px; line-height: 1.5; margin-bottom: .45em; }
.bsg-proscons li::before {
	content: ""; position: absolute; left: 0; top: .15em; width: 18px; height: 18px; border-radius: 50%;
	background-repeat: no-repeat; background-position: center; background-size: 12px;
}
.bsg-pros li::before { background-color: #e3efe7; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232c5242' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 12 4.5 4.5L19 7'/%3E%3C/svg%3E"); }
.bsg-cons li::before { background-color: #f7e3e0; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b8322a' stroke-width='3.2' stroke-linecap='round'%3E%3Cpath d='M6 12h12'/%3E%3C/svg%3E"); }
.bsg-product__cta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 16px; }
.bsg-product__note { font-size: 13px; color: var(--bsg-muted); }
.bsg-product__gone { font-size: 14px; color: var(--bsg-red); margin: 0 !important; width: 100%; }
.bsg-product.is-unavailable { opacity: .92; }

/* ---------- Buttons -------------------------------------------------------- */
.bsg-btn,
body .entry-content a.bsg-btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 8px;
	background: var(--bsg-amber); color: var(--bsg-forest); text-decoration: none;
	font-family: var(--bsg-sans); font-weight: 700; font-size: 15.5px; line-height: 1.2;
	padding: 13px 22px; border-radius: 10px; border: 0;
	box-shadow: 0 2px 0 #b98225, 0 6px 16px rgba(224, 165, 59, .28);
	transition: transform .15s, box-shadow .15s, background .15s;
}
.bsg-btn:hover,
body .entry-content a.bsg-btn:hover { background: var(--bsg-amber-2); color: var(--bsg-forest); transform: translateY(-1px); box-shadow: 0 3px 0 #b98225, 0 10px 22px rgba(224, 165, 59, .33); }
.bsg-btn--ghost,
body .entry-content a.bsg-btn--ghost { background: transparent; color: var(--bsg-forest); box-shadow: inset 0 0 0 2px var(--bsg-forest); }
.bsg-btn--ghost:hover,
body .entry-content a.bsg-btn--ghost:hover { background: var(--bsg-forest); color: #fff; box-shadow: inset 0 0 0 2px var(--bsg-forest); }
.bsg-btn--dark,
body .entry-content a.bsg-btn--dark { background: var(--bsg-forest); color: #fff; box-shadow: 0 6px 16px rgba(29, 59, 47, .25); }
.bsg-btn--dark:hover,
body .entry-content a.bsg-btn--dark:hover { background: var(--bsg-forest-2); color: #fff; }

/* ---------- Tabellen ------------------------------------------------------- */
.bsg-table-wrap { overflow-x: auto; margin: 1.8em 0; border-radius: var(--bsg-radius); border: 1px solid var(--bsg-line); background: #fff; box-shadow: var(--bsg-shadow); -webkit-overflow-scrolling: touch; }
body .entry-content .bsg-table-wrap table, .bsg-table { width: 100%; border-collapse: collapse; margin: 0; border: 0; font-size: 15px; min-width: 560px; }
body .entry-content .bsg-table-wrap th {
	background: var(--bsg-forest); color: #fff; text-align: left; font-weight: 600;
	padding: 12px 14px; border: 0; font-size: 14px; letter-spacing: .01em;
}
body .entry-content .bsg-table-wrap td { padding: 12px 14px; border: 0; border-top: 1px solid var(--bsg-line); vertical-align: top; }
body .entry-content .bsg-table-wrap tr:nth-child(even) td { background: #fbf8f2; }
body .entry-content .bsg-table-wrap td:first-child { font-weight: 600; color: var(--bsg-forest); }

/* ---------- FAQ ------------------------------------------------------------ */
.bsg-faq { margin: 1.4em 0 2em; display: grid; gap: 10px; }
.bsg-faq__item { background: #fff; border: 1px solid var(--bsg-line); border-radius: var(--bsg-radius-sm); transition: box-shadow .15s; }
.bsg-faq__item[open] { box-shadow: var(--bsg-shadow); }
.bsg-faq__item summary {
	cursor: pointer; list-style: none; padding: 15px 50px 15px 18px; position: relative;
	font-weight: 650; color: var(--bsg-forest); font-size: 16.5px; line-height: 1.45;
}
.bsg-faq__item summary::-webkit-details-marker { display: none; }
.bsg-faq__item summary::after {
	content: ""; position: absolute; right: 18px; top: 50%; width: 10px; height: 10px; margin-top: -7px;
	border-right: 2px solid var(--bsg-wood); border-bottom: 2px solid var(--bsg-wood); transform: rotate(45deg); transition: transform .2s;
}
.bsg-faq__item[open] summary::after { transform: rotate(-135deg); margin-top: -2px; }
.bsg-faq__answer { padding: 0 18px 6px; font-size: 16px; }

/* ---------- Karten --------------------------------------------------------- */
.bsg-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin: 1.5em 0; }
.bsg-card {
	background: #fff; border: 1px solid var(--bsg-line); border-radius: var(--bsg-radius); overflow: hidden;
	display: flex; flex-direction: column; box-shadow: var(--bsg-shadow); transition: transform .2s, box-shadow .2s;
}
.bsg-card:hover { transform: translateY(-3px); box-shadow: var(--bsg-shadow-lg); }
.bsg-card__media { display: block; aspect-ratio: 16 / 10; overflow: hidden; background: var(--bsg-cream-2); }
.bsg-card__media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s; border-radius: 0 !important; }
.bsg-card:hover .bsg-card__media img { transform: scale(1.04); }
.bsg-card__ph { display: grid; place-items: center; height: 100%; color: var(--bsg-line); }
.bsg-card__ph .bsg-icon { width: 64px; height: 64px; }
.bsg-card__body { padding: 18px 20px 20px; display: flex; flex-direction: column; flex: 1; }
.bsg-card__cat { font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--bsg-wood); margin-bottom: 6px; }
body .bsg-card__title, body .entry-content .bsg-card__title { font-size: 1.17rem; line-height: 1.3; margin: 0 0 .5em; }
body .bsg-card__title a, body .entry-content .bsg-card__title a { color: var(--bsg-forest) !important; text-decoration: none !important; }
.bsg-card__title a::after { content: ""; position: absolute; inset: 0; }
.bsg-card { position: relative; }
body .bsg-card__excerpt, body .entry-content .bsg-card__excerpt { font-size: 15px; color: var(--bsg-muted); line-height: 1.55; margin: 0 0 12px !important; }
.bsg-card__meta { margin-top: auto; font-size: 13px; color: var(--bsg-muted); }

.bsg-related { margin-top: 3.5em; padding-top: 2em; border-top: 1px solid var(--bsg-line); }
body .entry-content .bsg-related h2 { margin-top: 0; font-size: 1.6rem; }
body.single .bsg-related .bsg-cards { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
body.single .bsg-related .bsg-card__excerpt { display: none; }
body.single .bsg-related .bsg-card__title { font-size: 1.02rem; }

/* ---------- Seiten-Layout (Vollbreite, Startseite & Hubs) ------------------ */
.bsg-wrap { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.bsg-full { margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); }
.bsg-section { padding: 72px 0; }
.bsg-section--paper { background: var(--bsg-paper); border-top: 1px solid var(--bsg-line); border-bottom: 1px solid var(--bsg-line); }
.bsg-section--forest { background: var(--bsg-forest); color: #e6eee9; }
.bsg-section__head { max-width: 720px; margin: 0 auto 36px; text-align: center; }
.bsg-eyebrow {
	display: inline-block; font-size: 13px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
	color: var(--bsg-wood); margin-bottom: 10px;
}
body .entry-content .bsg-section__head h2 { margin: 0 0 .35em; font-size: clamp(1.8rem, 1.3rem + 1.8vw, 2.6rem); }
.bsg-section__head p { color: var(--bsg-muted); font-size: 1.08rem; margin: 0 !important; }
.bsg-section--forest h2, body .entry-content .bsg-section--forest h2, body .entry-content .bsg-section--forest h3 { color: #fff; }
.bsg-section--forest .bsg-section__head p { color: #c5d4cb; }
.bsg-section--forest .bsg-eyebrow { color: var(--bsg-amber); }

/* Hero */
.bsg-hero {
	position: relative; color: #fff; overflow: hidden; background: var(--bsg-forest);
	padding: clamp(72px, 10vw, 128px) 0 clamp(80px, 11vw, 140px);
}
.bsg-hero__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 40%; }
.bsg-hero::after {
	content: ""; position: absolute; inset: 0;
	background: linear-gradient(95deg, rgba(16, 36, 27, .94) 0%, rgba(16, 36, 27, .82) 40%, rgba(16, 36, 27, .35) 75%, rgba(16, 36, 27, .15) 100%);
}
.bsg-hero .bsg-wrap { position: relative; z-index: 1; }
.bsg-hero__content { max-width: 640px; }
body .entry-content .bsg-hero h1 {
	color: #fff; font-size: clamp(2.3rem, 1.5rem + 3.4vw, 3.9rem); line-height: 1.06; margin: 0 0 .4em;
}
.bsg-hero h1 em { font-style: normal; color: var(--bsg-amber-2); }
.bsg-hero__lead { font-size: clamp(1.05rem, 1rem + .4vw, 1.25rem); color: #dbe6df; margin: 0 0 1.6em !important; max-width: 560px; }
.bsg-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
body .entry-content .bsg-hero .bsg-btn--ghost { color: #fff; box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .7); }
body .entry-content .bsg-hero .bsg-btn--ghost:hover { background: #fff; color: var(--bsg-forest); }
.bsg-hero__credit { position: absolute; right: 12px; bottom: 8px; z-index: 1; font-size: 11px; color: rgba(255, 255, 255, .7); }
body .entry-content .bsg-hero__credit a { color: rgba(255, 255, 255, .8); }
.bsg-hero__facts { display: flex; flex-wrap: wrap; gap: 10px 26px; margin: 2em 0 0 !important; padding: 0 !important; list-style: none; font-size: 15px; color: #cfdcd4; }
body .entry-content .bsg-hero__facts li { margin: 0; display: flex; align-items: center; gap: 8px; }
.bsg-hero__facts .bsg-icon { width: 18px; height: 18px; color: var(--bsg-amber); }

/* Themen-Kacheln */
.bsg-tiles { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.bsg-tile {
	position: relative; background: #fff; border: 1px solid var(--bsg-line); border-radius: var(--bsg-radius);
	padding: 24px 22px; box-shadow: var(--bsg-shadow); transition: transform .2s, box-shadow .2s, border-color .2s;
}
.bsg-tile:hover { transform: translateY(-3px); box-shadow: var(--bsg-shadow-lg); border-color: var(--bsg-amber); }
.bsg-tile__icon { width: 48px; height: 48px; border-radius: 12px; display: grid; place-items: center; background: var(--bsg-cream); color: var(--bsg-wood); margin-bottom: 14px; }
.bsg-tile__icon .bsg-icon { width: 26px; height: 26px; }
body .entry-content .bsg-tile h3 { font-size: 1.15rem; margin: 0 0 .35em; }
body .entry-content .bsg-tile h3 a { color: var(--bsg-forest); text-decoration: none; }
body .entry-content .bsg-tile h3 a::after { content: ""; position: absolute; inset: 0; }
body .entry-content .bsg-tile p { font-size: 15px; color: var(--bsg-muted); margin: 0; line-height: 1.5; }

/* Budget-Leiste */
.bsg-budget { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.bsg-budget__item {
	position: relative; border-radius: var(--bsg-radius); padding: 22px; background: var(--bsg-forest-2);
	border: 1px solid rgba(255, 255, 255, .08); transition: background .2s, transform .2s;
}
.bsg-budget__item:hover { background: var(--bsg-forest-3); transform: translateY(-2px); }
.bsg-budget__price { font-family: var(--bsg-serif); font-size: 1.9rem; font-weight: 650; color: var(--bsg-amber-2); line-height: 1.1; display: block; margin-bottom: 6px; }
body .entry-content .bsg-budget__item a { color: #fff; text-decoration: none; font-weight: 600; }
body .entry-content .bsg-budget__item a::after { content: ""; position: absolute; inset: 0; }
body .entry-content .bsg-budget__item p { color: #c5d4cb; font-size: 14.5px; margin: 6px 0 0; line-height: 1.5; }

/* Split-Sektion */
.bsg-split { display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: center; }
.bsg-split__img img { border-radius: 18px; box-shadow: var(--bsg-shadow-lg); width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; }
.bsg-split__img figcaption { font-size: 12px; color: var(--bsg-muted); margin-top: 6px; }
body .entry-content .bsg-split h2 { margin-top: 0; }
.bsg-checklist { list-style: none; margin: 1.2em 0 1.6em !important; padding: 0; }
body .entry-content .bsg-checklist li { position: relative; padding-left: 34px; margin-bottom: .7em; }
.bsg-checklist li::before {
	content: ""; position: absolute; left: 0; top: .2em; width: 22px; height: 22px; border-radius: 50%;
	background: var(--bsg-forest) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f0bd5e' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 12 4.5 4.5L19 7'/%3E%3C/svg%3E") center / 13px no-repeat;
}

/* Schritte */
.bsg-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; counter-reset: bsg-step; }
.bsg-step { background: #fff; border: 1px solid var(--bsg-line); border-radius: var(--bsg-radius); padding: 26px 24px; position: relative; counter-increment: bsg-step; }
.bsg-step::before {
	content: counter(bsg-step); display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%;
	background: var(--bsg-red); color: #fff; font-weight: 700; font-family: var(--bsg-serif); font-size: 1.2rem; margin-bottom: 14px;
}
body .entry-content .bsg-step h3 { margin: 0 0 .4em; font-size: 1.15rem; }
body .entry-content .bsg-step p { margin: 0; font-size: 15.5px; color: var(--bsg-muted); }

/* Kategorie-/Hub-Seiten */
.bsg-hub-intro { max-width: 760px; }
.bsg-center { text-align: center; }

/* Bildnachweise */
.bsg-credits { list-style: none; margin: 0 !important; padding: 0; display: grid; gap: 14px; }
body .entry-content .bsg-credits li { display: flex; gap: 16px; align-items: center; background: #fff; border: 1px solid var(--bsg-line); border-radius: var(--bsg-radius-sm); padding: 12px; font-size: 14.5px; line-height: 1.5; margin: 0; }
.bsg-credits img { width: 96px; height: 72px; object-fit: cover; border-radius: 8px; flex: 0 0 96px; }

/* ---------- Seiten ohne Titel (Startseite) -------------------------------- */
body.home .entry-content { margin: 0; }
body.home .site-content > .ast-container { max-width: 100%; padding: 0; }
body.home #primary { margin: 0; padding: 0; }
body.home .entry-content > .bsg-full:first-child { margin-top: 0; }

/* ---------- Archive -------------------------------------------------------- */
body .ast-archive-description {
	background: transparent; border: 0; padding: 30px 0 10px; margin-bottom: 10px;
}
body .ast-archive-description .ast-archive-title { font-family: var(--bsg-serif); color: var(--bsg-forest); font-size: clamp(2rem, 1.5rem + 2vw, 2.8rem); }
body .ast-archive-description p { font-size: 1.08rem; color: var(--bsg-muted); max-width: 760px; }
body.archive .ast-article-post .ast-article-inner,
body.blog .ast-article-post .ast-article-inner {
	background: #fff; border: 1px solid var(--bsg-line); border-radius: var(--bsg-radius); overflow: hidden; box-shadow: var(--bsg-shadow); height: 100%;
}
body.archive .ast-article-post .post-content, body.blog .ast-article-post .post-content { padding: 18px 20px 22px; }
body.archive .ast-article-post .entry-title, body.blog .ast-article-post .entry-title { font-size: 1.2rem; line-height: 1.3; }
body.archive .ast-article-post .entry-title a, body.blog .ast-article-post .entry-title a { color: var(--bsg-forest); }
body.archive .ast-article-post .post-thumb img, body.blog .ast-article-post .post-thumb img { aspect-ratio: 16 / 10; object-fit: cover; width: 100%; }
body.archive .ast-article-post .ast-excerpt-container, body.blog .ast-article-post .ast-excerpt-container { font-size: 15px; color: var(--bsg-muted); }
body .ast-pagination .page-numbers { border-radius: 8px; }

/* ---------- Footer --------------------------------------------------------- */
.bsg-footer { background: var(--bsg-forest); color: #c5d4cb; font-size: 15px; margin-top: 80px; }
body.home .bsg-footer { margin-top: 0; }
.bsg-footer__inner { max-width: 1200px; margin: 0 auto; padding: 56px 24px 36px; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; }
.bsg-footer__logo img { height: 52px; width: auto; margin-bottom: 14px; }
.bsg-footer__brand p { max-width: 420px; line-height: 1.6; margin: 0; }
.bsg-footer__title { font-family: var(--bsg-serif); color: #fff; font-weight: 650; font-size: 1.1rem; margin: 6px 0 12px; }
.bsg-footer ul { list-style: none; margin: 0; padding: 0; }
.bsg-footer li { margin: 0 0 8px; }
.bsg-footer a { color: #e6eee9; text-decoration: none; }
.bsg-footer a:hover { color: var(--bsg-amber-2); text-decoration: underline; text-underline-offset: 3px; }
.bsg-footer__legal { border-top: 1px solid rgba(255, 255, 255, .1); max-width: 1200px; margin: 0 auto; padding: 18px 24px 26px; font-size: 13px; color: #9fb4a8; display: flex; justify-content: space-between; gap: 20px; }
.bsg-footer__legal p { margin: 0; }
/* Astra-Footer-Reste ausblenden */
.site-footer:not(.bsg-footer) .site-primary-footer-wrap,
.site-footer:not(.bsg-footer) .site-below-footer-wrap { display: none; }

/* Scroll-to-top & Cookie-Banner an Farbwelt anpassen */
#ast-scroll-top { background: var(--bsg-forest); border-radius: 50%; }

/* ---------- Responsive ----------------------------------------------------- */
@media (max-width: 1024px) {
	.bsg-tiles, .bsg-budget { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.bsg-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.bsg-split { gap: 36px; }
}
@media (max-width: 768px) {
	body { font-size: 16.5px; }
	.bsg-section { padding: 52px 0; }
	.bsg-wrap { padding: 0 18px; }
	.bsg-product { grid-template-columns: 1fr; padding: 18px; gap: 14px; }
	.bsg-product__media img, .bsg-product__placeholder { height: 200px; }
	.bsg-proscons { grid-template-columns: 1fr; }
	.bsg-product__cta .bsg-btn { width: 100%; }
	.bsg-cards, body.single .bsg-related .bsg-cards { grid-template-columns: 1fr; }
	.bsg-split { grid-template-columns: 1fr; }
	.bsg-steps { grid-template-columns: 1fr; }
	.bsg-footer__inner { grid-template-columns: 1fr; gap: 26px; padding-top: 44px; }
	.bsg-footer__legal { flex-direction: column; gap: 8px; }
	.bsg-hero::after { background: linear-gradient(180deg, rgba(16, 36, 27, .78) 0%, rgba(16, 36, 27, .9) 100%); }
	.bsg-box { padding: 16px; gap: 12px; }
	.bsg-box__icon { flex-basis: 30px; width: 30px; height: 30px; }
}
@media (max-width: 520px) {
	.bsg-tiles, .bsg-budget { grid-template-columns: 1fr; }
	.bsg-hero__actions .bsg-btn { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	.bsg-card, .bsg-tile, .bsg-btn, .bsg-card__media img { transition: none; }
}

/* Einleitung */
body .entry-content .bsg-lead { font-size: 1.14em; line-height: 1.65; color: #2d3532; }
.bsg-btn.bsg-aff::after { margin-left: -6px; }
body .entry-content .bsg-table-wrap td:first-child { white-space: nowrap; }
body .entry-content .bsg-box ul, body .entry-content .bsg-box ol { margin-left: 1.1em; padding-left: 0; }
.bsg-featured img { display: block; }

/* ---------- Kategorie-Hub ---------------------------------------------------- */
.bsg-archive { width: 100%; padding-bottom: 20px; }
.bsg-archive__head { max-width: 760px; margin: 10px 0 34px; }
body .bsg-archive__title { font-size: clamp(2.1rem, 1.5rem + 2vw, 3rem); margin: 0 0 .3em; }
.bsg-archive__desc { font-size: 1.12rem; color: var(--bsg-muted); margin: 0; }
.bsg-archive .nav-links { display: flex; gap: 8px; justify-content: center; margin-top: 30px; }
.bsg-archive .page-numbers { padding: 6px 12px; border: 1px solid var(--bsg-line); border-radius: 8px; background: #fff; text-decoration: none; }
.bsg-archive .page-numbers.current { background: var(--bsg-forest); color: #fff; border-color: var(--bsg-forest); }

/* ---------- Cookie-Banner (Complianz) an die Farbwelt anpassen ------------ */
body .cmplz-cookiebanner {
	--cmplz_button_accept_background_color: #1d3b2f;
	--cmplz_button_accept_border_color: #1d3b2f;
	--cmplz_button_accept_text_color: #ffffff;
	--cmplz_button_deny_background_color: #f7f3ec;
	--cmplz_button_deny_border_color: #e2dacb;
	--cmplz_button_deny_text_color: #1d3b2f;
	--cmplz_button_settings_background_color: #f7f3ec;
	--cmplz_button_settings_border_color: #e2dacb;
	--cmplz_button_settings_text_color: #1d3b2f;
	--cmplz_hyperlink_color: #86501d;
	--cmplz_slider_active_color: #1d3b2f;
	--cmplz_text_color: #22282a;
	--cmplz_banner_border_radius: 14px;
	--cmplz_button_border_radius: 10px;
	font-family: var(--bsg-sans);
	box-shadow: var(--bsg-shadow-lg);
}
body .cmplz-cookiebanner .cmplz-title { font-family: var(--bsg-serif); font-weight: 650; color: var(--bsg-forest); font-size: 17px; }
body .cmplz-cookiebanner .cmplz-btn { font-weight: 600; }
