/*
Theme Name:        Sdrajtahead Twentysix
Theme URI:         https://ethanolkaminvergleich.de/
Author:            sdrajtahead
Description:       Gemeinsames klassisches Parent-Theme der Affiliate-Vergleichsseiten. Design nach dem Claude-Design-Projekt (D17), ein Theme für alle Subsites (D8), Accent-Farbe je Site via Option affamz_accent.
Version:           0.4.3
Requires at least: 6.5
Requires PHP:      8.1
License:           GPL-2.0-or-later
License URI:       https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:       sdrajtahead-twentysix
*/

/* ---------------------------------------------------------------------------
 * Design-Tokens (Claude-Design-Projekt). --affamz-accent* wird je Site per
 * Inline-Style aus der Option affamz_accent überschrieben (functions.php).
 * ------------------------------------------------------------------------- */
:root {
	--affamz-accent: #d64518;
	--affamz-accent-soft: rgba(214, 69, 24, 0.1);
	--affamz-accent-line: rgba(214, 69, 24, 0.28);
	--affamz-bg: #f4f3f1;
	--affamz-text: #1a1a1a;
	--affamz-text-2: #4a4741;
	--affamz-text-3: #33302c;
	--affamz-muted: #6b6864;
	--affamz-muted-2: #8a8783;
	--affamz-muted-3: #9a978f;
	--affamz-card: #fff;
	--affamz-border: #e4e2de;
	--affamz-hairline: #f2f1ee;
	--affamz-neutral: #eceae6;
	--affamz-star-off: #d8d5d0;
	--affamz-footer-bg: #1e1c1a;
	--affamz-footer-text: #c9c6c1;
	--affamz-footer-line: #35322f;
	--affamz-font: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	--affamz-mono: ui-monospace, Menlo, monospace;
}

/* Basis ------------------------------------------------------------------ */
*,
*::before,
*::after {
	box-sizing: border-box;
}

body {
	margin: 0;
	font-family: var(--affamz-font);
	color: var(--affamz-text);
	background: var(--affamz-bg);
	-webkit-font-smoothing: antialiased;
}

a {
	color: inherit;
}

input,
textarea,
button {
	font-family: inherit;
}

img {
	max-width: 100%;
	height: auto;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	word-wrap: normal;
}

/* Layout ------------------------------------------------------------------ */
.pg-wrap {
	max-width: 1120px;
	margin: 0 auto;
	padding-left: 32px;
	padding-right: 32px;
}

.pg-grid {
	max-width: 1120px;
	margin: 0 auto;
	padding: 32px 32px 56px;
	display: grid;
	grid-template-columns: 1fr 340px;
	gap: 44px;
	align-items: start;
}

.pg-sidebar {
	position: sticky;
	top: 20px;
	align-self: start;
}

/* Mobiler Preis-/CTA-Kurzblock unter H1+Sternen — nur mobil (Desktop = BuyBox). */
.pg-buy-mobile {
	display: none;
}

/* Promo-Leiste ------------------------------------------------------------ */
.promo-bar {
	background: var(--affamz-accent);
	color: #fff;
	text-align: center;
	padding: 9px 16px;
	font-size: 13px;
	font-weight: 600;
}

.promo-bar a {
	text-decoration: underline;
	font-weight: 700;
}

.accent-line-top {
	height: 4px;
	background: var(--affamz-accent);
}

/* Header ------------------------------------------------------------------ */
.site-header {
	background: var(--affamz-card);
	border-bottom: 1px solid var(--affamz-border);
}

.sh-inner {
	max-width: 1120px;
	margin: 0 auto;
	padding: 18px 32px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.sh-brand {
	display: flex;
	align-items: center;
	gap: 11px;
	text-decoration: none;
}

.logo-bars {
	display: inline-flex;
	align-items: flex-end;
	gap: 3.5px;
	height: 32px;
}

.logo-bars span {
	width: 7.1px;
	background: var(--affamz-accent);
	border-radius: 1.5px;
}

.logo-bars span:nth-child(1) {
	height: 13.3px;
	opacity: 0.4;
}

.logo-bars span:nth-child(2) {
	height: 22.2px;
	opacity: 0.68;
}

.logo-bars span:nth-child(3) {
	height: 32px;
}

.sh-name {
	display: flex;
	flex-direction: column;
	line-height: 1.1;
}

.sh-title {
	font-size: 19px;
	font-weight: 800;
	letter-spacing: -0.02em;
}

.sh-byline {
	font-size: 11px;
	font-weight: 600;
	color: var(--affamz-muted-2);
	letter-spacing: 0.01em;
	margin-top: 2px;
}

.sh-nav {
	display: flex;
	align-items: center;
	gap: 26px;
	font-size: 15px;
	font-weight: 600;
}

.sh-nav > a,
.sh-nav details > summary.sh-link {
	text-decoration: none;
	border-bottom: 2px solid transparent;
	padding-bottom: 3px;
}

.sh-nav > a.is-active,
.sh-nav details.is-active > summary.sh-link {
	border-bottom-color: var(--affamz-accent);
}

.sh-nav details {
	position: relative;
}

.sh-nav details > summary {
	list-style: none;
	cursor: pointer;
}

.sh-nav details > summary::-webkit-details-marker {
	display: none;
}

.sh-nav summary.sh-link {
	display: flex;
	align-items: center;
	gap: 5px;
}

.sh-dropdown {
	position: absolute;
	top: 32px;
	left: -12px;
	background: var(--affamz-card);
	border: 1px solid var(--affamz-border);
	border-radius: 9px;
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.13);
	padding: 8px;
	min-width: 210px;
	z-index: 20;
}

.sh-dropdown a {
	display: block;
	padding: 9px 12px;
	border-radius: 6px;
	text-decoration: none;
	font-weight: 500;
	font-size: 14px;
}

.sh-dropdown a:hover {
	background: var(--affamz-hairline);
}

.sh-dropdown .sh-dropdown-all {
	font-weight: 700;
	color: var(--affamz-accent);
}

.sh-dropdown-sep {
	height: 1px;
	background: var(--affamz-neutral);
	margin: 6px 8px;
}

.sh-search-toggle {
	width: 38px;
	height: 38px;
	border: 1px solid var(--affamz-border);
	border-radius: 50%;
	background: var(--affamz-card);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}

.sh-search-panel {
	position: absolute;
	top: 46px;
	right: 0;
	background: var(--affamz-card);
	border: 1px solid var(--affamz-border);
	border-radius: 9px;
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.13);
	padding: 10px;
	width: 300px;
	z-index: 20;
}

.sh-search-panel form {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.sh-search-field {
	display: flex;
	align-items: center;
	gap: 9px;
	border: 1px solid var(--affamz-border);
	border-radius: 8px;
	padding: 9px 12px;
}

.sh-search-field input[type='search'] {
	border: none;
	outline: none;
	font-size: 14px;
	width: 100%;
	background: transparent;
	color: var(--affamz-text);
}

.sh-search-panel button[type='submit'] {
	width: 100%;
	background: var(--affamz-accent);
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	padding: 11px;
	border: none;
	border-radius: 8px;
	cursor: pointer;
}

.sh-search-hint {
	font-size: 11px;
	color: var(--affamz-muted-2);
	margin: 8px 4px 2px;
}

/* Breadcrumb --------------------------------------------------------------- */
.breadcrumb {
	font-size: 13px;
	color: var(--affamz-muted-2);
	display: flex;
	align-items: center;
	gap: 6px;
	flex-wrap: wrap;
}

.breadcrumb a {
	text-decoration: none;
	color: var(--affamz-muted-2);
}

.breadcrumb .sep {
	color: var(--affamz-footer-text);
}

.breadcrumb .current {
	color: var(--affamz-text-2);
	font-weight: 600;
}

/* Hero --------------------------------------------------------------------- */
.pg-hero {
	position: relative;
	height: 340px;
	border-radius: 14px;
	overflow: hidden;
	background-image: repeating-linear-gradient(45deg, #e6e4e0 0, #e6e4e0 11px, #f2f1ee 11px, #f2f1ee 22px);
	border: 1px solid var(--affamz-border);
	display: flex;
	align-items: center;
	justify-content: center;
}

.pg-hero img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pg-hero .placeholder-label {
	font-family: var(--affamz-mono);
	font-size: 13px;
	color: var(--affamz-muted-3);
	letter-spacing: 0.1em;
}

.hero-badge {
	position: absolute;
	top: 16px;
	left: 16px;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	padding: 6px 12px;
	border-radius: 4px;
	letter-spacing: 0.03em;
	white-space: nowrap;
	background: var(--affamz-accent);
}

.hero-badge.is-discontinued {
	background: var(--affamz-muted);
}

/* Produkt-Kopf -------------------------------------------------------------- */
.kicker-row {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 12px;
	flex-wrap: wrap;
}

.kicker {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: var(--affamz-accent);
}

.kicker::before {
	content: '';
	width: 24px;
	height: 2px;
	background: var(--affamz-accent);
}

.badge-neutral {
	background: var(--affamz-neutral);
	color: var(--affamz-muted);
	font-size: 11px;
	font-weight: 800;
	padding: 4px 10px;
	border-radius: 4px;
	letter-spacing: 0.02em;
}

.badge-accent {
	background: var(--affamz-accent);
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	padding: 4px 10px;
	border-radius: 4px;
	letter-spacing: 0.02em;
}

.pg-h1 {
	font-size: 38px;
	line-height: 1.08;
	font-weight: 800;
	letter-spacing: -0.025em;
	margin: 0 0 12px;
}

.rating-row {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 16px;
}

.stars {
	letter-spacing: 2px;
}

.rating-row .stars {
	font-size: 20px;
}

.stars .on {
	color: var(--affamz-accent);
}

.stars .off {
	color: var(--affamz-star-off);
}

.rating-value {
	font-size: 17px;
	font-weight: 800;
}

.rating-count {
	font-size: 14px;
	color: var(--affamz-muted);
}

.lead {
	font-size: 17px;
	line-height: 1.6;
	color: var(--affamz-text-2);
	margin: 0;
	max-width: 640px;
}

/* Karten-Basis + Inhalt ----------------------------------------------------- */
.card {
	background: var(--affamz-card);
	border: 1px solid var(--affamz-border);
	border-radius: 12px;
}

.section-label {
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: var(--affamz-muted);
	margin-bottom: 12px;
}

.entry-content h2,
.pg-main h2 {
	font-size: 24px;
	font-weight: 800;
	letter-spacing: -0.02em;
	margin: 0 0 12px;
}

.entry-content p {
	font-size: 15px;
	line-height: 1.75;
	color: var(--affamz-text-2);
	margin: 0 0 26px;
}

.entry-content section,
.entry-content h2[id] {
	scroll-margin: 20px;
}

.entry-content a {
	color: var(--affamz-accent);
}

.entry-content ul,
.entry-content ol {
	font-size: 15px;
	line-height: 1.75;
	color: var(--affamz-text-2);
	margin: 0 0 26px;
	padding-left: 22px;
}

/* Notice-Box ---------------------------------------------------------------- */
.notice-box {
	display: flex;
	gap: 14px;
	align-items: flex-start;
	background: var(--affamz-accent-soft);
	border: 1px solid var(--affamz-accent-line);
	border-radius: 12px;
	padding: 18px 20px;
}

.notice-box svg {
	flex: 0 0 auto;
	margin-top: 1px;
}

.notice-box .nb-title {
	font-size: 15px;
	font-weight: 800;
	margin-bottom: 4px;
	color: var(--affamz-text);
}

.notice-box p {
	font-size: 14px;
	line-height: 1.6;
	color: var(--affamz-text-2);
	margin: 0;
}

/* Gesamtwertung -------------------------------------------------------------- */
.score-section {
	background: var(--affamz-card);
	border: 1px solid var(--affamz-border);
	border-radius: 14px;
	padding: 28px;
	margin-bottom: 34px;
	scroll-margin: 20px;
}

.score-section > h2 {
	font-size: 24px;
	font-weight: 800;
	letter-spacing: -0.02em;
	margin: 0 0 20px;
}

.pg-score {
	display: grid;
	grid-template-columns: 150px 1fr;
	gap: 28px;
	align-items: center;
}

.score-badge {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: var(--affamz-accent-soft);
	border: 1px solid var(--affamz-accent-line);
	border-radius: 12px;
	padding: 22px 12px;
}

.score-badge .score-num {
	font-size: 44px;
	font-weight: 800;
	line-height: 1;
	color: var(--affamz-accent);
}

.score-badge .score-of {
	font-size: 13px;
	color: var(--affamz-muted);
	margin-top: 4px;
}

.score-badge .stars {
	font-size: 16px;
	letter-spacing: 1px;
	margin-top: 8px;
}

.score-bars {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.score-bar {
	display: flex;
	align-items: center;
	gap: 12px;
}

.score-bar .sb-label {
	font-size: 13px;
	color: var(--affamz-text-3);
	font-weight: 600;
	width: 130px;
	flex: 0 0 auto;
}

.score-bar .sb-track {
	flex: 1;
	height: 7px;
	background: var(--affamz-neutral);
	border-radius: 4px;
	overflow: hidden;
}

.score-bar .sb-fill {
	height: 100%;
	background: var(--affamz-accent);
}

.score-bar .sb-val {
	font-size: 13px;
	font-weight: 800;
	width: 34px;
	text-align: right;
}

.score-fazit {
	font-size: 15px;
	line-height: 1.7;
	color: var(--affamz-text-2);
	margin: 22px 0 0;
}

.score-fazit strong {
	color: var(--affamz-text);
}

/* Produkt-Karten -------------------------------------------------------------- */
.pcg-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 14px;
	gap: 16px;
	flex-wrap: wrap;
}

.pcg-header h2 {
	font-size: 24px;
	font-weight: 800;
	letter-spacing: -0.02em;
	margin: 0;
}

.pcg-header.small h2 {
	font-size: 16px;
}

.pcg-scroll-hint {
	font-size: 12px;
	color: var(--affamz-muted-2);
	font-weight: 600;
}

.pcg-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}

.pcg-row {
	display: flex;
	gap: 14px;
	overflow-x: auto;
	padding-bottom: 6px;
	scroll-snap-type: x mandatory;
}

.pcg-row > .pcg-item {
	scroll-snap-align: start;
	flex: 0 0 220px;
}

.product-card {
	text-decoration: none;
	color: var(--affamz-text);
	background: var(--affamz-card);
	border: 1px solid var(--affamz-border);
	border-radius: 12px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.product-card.is-best {
	--affamz-border: var(--affamz-accent);
	box-shadow: 0 0 0 1px var(--affamz-accent);
}

.pc-media {
	position: relative;
	height: 118px;
	background-image: repeating-linear-gradient(45deg, #ececea 0, #ececea 8px, #f6f5f3 8px, #f6f5f3 16px);
	display: flex;
	align-items: center;
	justify-content: center;
}

.pc-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pc-media .placeholder-label {
	font-family: var(--affamz-mono);
	font-size: 10px;
	color: var(--affamz-muted-3);
}

.pc-badge {
	position: absolute;
	top: 9px;
	left: 9px;
	background: var(--affamz-accent);
	color: #fff;
	font-size: 10px;
	font-weight: 800;
	padding: 3px 8px;
	border-radius: 3px;
}

.pc-badge.is-discontinued {
	background: var(--affamz-muted);
	font-size: 9px;
	padding: 3px 7px;
}

.pc-body {
	padding: 14px 16px;
}

.pc-name {
	font-size: 15px;
	font-weight: 800;
	margin-bottom: 5px;
}

.pc-meta {
	display: flex;
	align-items: center;
	gap: 6px;
	margin-bottom: 6px;
	font-size: 13px;
}

.pc-meta .pc-star {
	color: var(--affamz-accent);
}

.pc-meta .pc-rating {
	font-weight: 800;
}

.pc-meta .pc-price {
	color: var(--affamz-muted);
}

.pc-tagline {
	font-size: 12px;
	color: var(--affamz-muted);
	line-height: 1.45;
}

/* BuyBox ------------------------------------------------------------------------ */
.buybox {
	background: var(--affamz-card);
	border: 1px solid var(--affamz-border);
	border-radius: 14px;
	overflow: hidden;
}

.bb-media {
	position: relative;
	height: 170px;
	background-image: repeating-linear-gradient(45deg, #ececea 0, #ececea 8px, #f6f5f3 8px, #f6f5f3 16px);
	display: flex;
	align-items: center;
	justify-content: center;
}

.bb-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bb-media .placeholder-label {
	font-family: var(--affamz-mono);
	font-size: 11px;
	color: var(--affamz-muted-3);
}

.bb-badge {
	position: absolute;
	top: 12px;
	left: 12px;
	background: var(--affamz-muted);
	color: #fff;
	font-size: 10px;
	font-weight: 800;
	padding: 3px 8px;
	border-radius: 3px;
	letter-spacing: 0.02em;
}

.bb-body {
	padding: 22px;
}

.bb-name {
	font-size: 18px;
	font-weight: 800;
	margin-bottom: 6px;
}

.bb-rating {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 16px;
}

.bb-rating .stars {
	font-size: 15px;
	letter-spacing: 1px;
}

.bb-rating .rating-value {
	font-size: 14px;
}

.bb-price-row {
	display: flex;
	align-items: baseline;
	gap: 8px;
	margin-bottom: 16px;
	flex-wrap: wrap;
}

.bb-price {
	font-size: 30px;
	font-weight: 800;
}

.bb-price a {
	font-size: 15px;
	font-weight: 700;
	color: var(--affamz-accent);
}

.bb-price .affamz-price-stand,
.bb-price-note {
	display: block;
	font-size: 13px;
	font-weight: 400;
	color: var(--affamz-muted-2);
}

.bb-price-old {
	font-size: 22px;
	font-weight: 800;
	color: var(--affamz-muted-2);
	text-decoration: line-through;
}

.bb-cta,
.bb-cta-alt {
	display: block;
	text-align: center;
	background: var(--affamz-accent);
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	padding: 14px;
	border-radius: 8px;
	text-decoration: none;
	margin-bottom: 8px;
}

.bb-cta-alt {
	font-size: 15px;
	padding: 13px;
}

.bb-unavailable {
	text-align: center;
	background: var(--affamz-neutral);
	color: var(--affamz-muted);
	font-weight: 800;
	font-size: 15px;
	padding: 14px;
	border-radius: 8px;
	margin-bottom: 8px;
}

.bb-note {
	text-align: center;
	font-size: 12px;
	color: var(--affamz-muted-2);
	margin-bottom: 20px;
}

.bb-facts .fact {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	font-size: 14px;
	padding: 8px 0;
	border-bottom: 1px solid var(--affamz-hairline);
}

.bb-facts .fact .k {
	color: var(--affamz-muted);
}

.bb-facts .fact .v {
	font-weight: 700;
	text-align: right;
}

/* Bewertungen (Kommentare) --------------------------------------------------------- */
.review-form {
	background: var(--affamz-card);
	border: 1px solid var(--affamz-border);
	border-radius: 14px;
	padding: 28px;
	margin-bottom: 28px;
}

.review-form h2 {
	font-size: 22px;
	font-weight: 800;
	letter-spacing: -0.02em;
	margin: 0 0 6px;
}

.review-form .rf-intro {
	font-size: 14px;
	color: var(--affamz-muted);
	margin: 0 0 18px;
}

.rf-rating {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 16px;
}

.rf-rating-label {
	font-size: 14px;
	font-weight: 600;
	color: var(--affamz-text-3);
}

.rf-stars {
	display: inline-flex;
	flex-direction: row-reverse;
	gap: 2px;
	font-size: 28px;
	line-height: 1;
}

.rf-stars input {
	position: absolute;
	opacity: 0;
	width: 1px;
	height: 1px;
}

.rf-stars label {
	color: var(--affamz-star-off);
	cursor: pointer;
	transition: color 0.15s;
}

.rf-stars label:hover,
.rf-stars label:hover ~ label,
.rf-stars input:checked ~ label {
	color: var(--affamz-accent);
}

.review-form p {
	margin: 0;
}

.review-form input[type='text'],
.review-form input[type='email'],
.review-form textarea {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid var(--affamz-border);
	border-radius: 8px;
	font-size: 15px;
	margin-bottom: 12px;
	outline: none;
}

.review-form textarea {
	resize: vertical;
	margin-bottom: 16px;
}

.review-form input[type='submit'] {
	background: var(--affamz-accent);
	color: #fff;
	font-weight: 700;
	font-size: 15px;
	padding: 13px 28px;
	border: none;
	border-radius: 8px;
	cursor: pointer;
}

.review-list-header {
	display: flex;
	align-items: baseline;
	gap: 12px;
	margin-bottom: 18px;
}

.review-list-header h2 {
	font-size: 22px;
	font-weight: 800;
	letter-spacing: -0.02em;
	margin: 0;
}

.review-list-header .count {
	font-size: 14px;
	color: var(--affamz-muted);
	font-weight: 600;
}

.review-list {
	display: flex;
	flex-direction: column;
	gap: 16px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.review-item {
	background: var(--affamz-card);
	border: 1px solid var(--affamz-border);
	border-radius: 12px;
	padding: 20px 22px;
}

.review-item .ri-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 8px;
	gap: 10px;
	flex-wrap: wrap;
}

.review-item .ri-author {
	display: flex;
	align-items: center;
	gap: 10px;
}

.review-item .ri-avatar {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: var(--affamz-accent-soft);
	color: var(--affamz-accent);
	font-weight: 800;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
}

.review-item .ri-name {
	font-size: 15px;
	font-weight: 800;
}

.review-item .ri-date {
	font-size: 12px;
	color: var(--affamz-muted-2);
}

.review-item .stars {
	font-size: 15px;
	letter-spacing: 1px;
}

.review-item .ri-text,
.review-item .ri-text p {
	font-size: 15px;
	line-height: 1.65;
	color: var(--affamz-text-2);
	margin: 0;
}

.comment-awaiting-moderation {
	font-size: 13px;
	color: var(--affamz-muted-2);
}

.review-form .comment-form-cookies-consent{
	display: flex;
    align-items: start;
    gap: .25em;
	margin-block: 1em;
}

/* Footer ------------------------------------------------------------------------------ */
.site-footer {
	background: var(--affamz-footer-bg);
	color: var(--affamz-footer-text);
}

.ft-inner {
	max-width: 1120px;
	margin: 0 auto;
	padding: 48px 32px 30px;
}

.ft-grid {
	display: grid;
	grid-template-columns: 1.6fr 1fr 1fr;
	gap: 40px;
	margin-bottom: 30px;
}

.ft-brand {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 14px;
}

.ft-brand .logo-bars {
	height: 22px;
	gap: 2.4px;
}

.ft-brand .logo-bars span {
	width: 4.9px;
	border-radius: 1px;
}

.ft-brand .logo-bars span:nth-child(1) {
	height: 9.1px;
}

.ft-brand .logo-bars span:nth-child(2) {
	height: 15.3px;
}

.ft-brand .logo-bars span:nth-child(3) {
	height: 22px;
}

.ft-brand .ft-name {
	font-size: 17px;
	font-weight: 800;
	color: #fff;
}

.ft-about {
	font-size: 14px;
	line-height: 1.6;
	margin: 0;
	max-width: 360px;
}

.ft-heading {
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 12px;
}

.ft-col a {
	display: block;
	font-size: 14px;
	text-decoration: none;
	padding: 4px 0;
}

.ft-col ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ft-bottom {
	border-top: 1px solid var(--affamz-footer-line);
	padding-top: 18px;
	font-size: 12px;
	color: var(--affamz-muted-2);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
}

/* Content-Header (ContentHeader) --------------------------------------------------- */
.content-header {
	background: var(--affamz-card);
	border-bottom: 1px solid var(--affamz-border);
}

.ch-inner {
	max-width: 1120px;
	margin: 0 auto;
	padding: 52px 32px 42px;
}

.ch-limit {
	max-width: 860px;
}

.ch-limit.is-narrow {
	max-width: 820px;
}

.ch-kicker-row {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 16px;
	flex-wrap: wrap;
}

.ch-kicker {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: var(--affamz-accent);
}

.ch-kicker::before {
	content: "";
	width: 24px;
	height: 2px;
	background: var(--affamz-accent);
}

.ch-h1 {
	font-size: 45px;
	line-height: 1.08;
	font-weight: 800;
	letter-spacing: -0.025em;
	margin: 0 0 16px;
	text-wrap: pretty;
}

.is-narrow .ch-h1 {
	font-size: 40px;
}

.ch-subtitle {
	font-size: 18px;
	line-height: 1.6;
	color: var(--affamz-text-2);
	margin: 0;
	max-width: 680px;
}

.ch-meta {
	display: flex;
	align-items: center;
	gap: 14px;
	font-size: 13px;
	color: var(--affamz-muted);
	font-weight: 600;
	margin-top: 22px;
	flex-wrap: wrap;
}

.ch-meta span + span::before {
	content: "·";
	color: var(--affamz-star-off);
	margin-right: 14px;
}

/* Empfehlungs-Slider (HomeProductSlider) -------------------------------------------- */
.fp-slider-sec {
	padding-top: 40px;
	padding-bottom: 40px;
}

.hs-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 18px;
}

.hs-title {
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: var(--affamz-text-3);
	margin: 0;
}

.hs-nav {
	display: flex;
	gap: 8px;
}

/* JS blendet Nav/Dots erst ein (Progressive Enhancement) — [hidden] muss gewinnen. */
.hs-nav[hidden],
.hs-dots[hidden] {
	display: none;
}

.hs-nav button {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid var(--affamz-border);
	background: var(--affamz-card);
	cursor: pointer;
	font-size: 18px;
}

.hs-track {
	display: flex;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	border-radius: 12px;
	border: 1px solid var(--affamz-border);
	background: var(--affamz-card);
	scrollbar-width: none;
}

.hs-track::-webkit-scrollbar {
	display: none;
}

.hs-slide {
	flex: 0 0 100%;
	scroll-snap-align: start;
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
}

.hs-text {
	padding: 44px 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.hs-badge-row {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 14px;
}

.hs-badge {
	background: var(--affamz-accent);
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	padding: 4px 11px;
	border-radius: 4px;
	letter-spacing: 0.03em;
}

.hs-rank {
	font-size: 13px;
	color: var(--affamz-muted);
	font-weight: 600;
}

.hs-name {
	font-size: 30px;
	font-weight: 800;
	letter-spacing: -0.02em;
	margin: 0 0 8px;
}

.hs-name a {
	text-decoration: none;
}

.hs-tagline {
	font-size: 16px;
	color: var(--affamz-text-2);
	line-height: 1.5;
	margin: 0 0 18px;
}

.hs-meta {
	display: flex;
	align-items: center;
	gap: 13px;
	margin-bottom: 26px;
	flex-wrap: wrap;
}

.hs-star {
	font-size: 22px;
	color: var(--affamz-accent);
}

.hs-rating {
	font-size: 21px;
	font-weight: 800;
}

.hs-of {
	font-size: 14px;
	color: var(--affamz-muted);
}

.hs-sep {
	width: 1px;
	height: 20px;
	background: var(--affamz-border);
	flex: 0 0 auto;
}

.hs-price {
	font-size: 22px;
	font-weight: 800;
	white-space: nowrap;
}

.hs-price .affamz-price-stand {
	font-size: 12px;
	font-weight: 600;
	color: var(--affamz-muted);
}

.hs-price a {
	font-size: 15px;
}

.hs-cta {
	align-self: flex-start;
	background: var(--affamz-accent);
	color: #fff;
	font-weight: 700;
	font-size: 15px;
	padding: 13px 26px;
	border-radius: 6px;
	text-decoration: none;
}

.hs-photo {
	position: relative;
	background-image: repeating-linear-gradient(45deg, #ececea 0, #ececea 9px, #f6f5f3 9px, #f6f5f3 18px);
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 330px;
	border-left: 1px solid var(--affamz-border);
	overflow: hidden;
}

.hs-photo img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hs-dots {
	display: flex;
	gap: 8px;
	justify-content: center;
	margin-top: 16px;
}

.hs-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--affamz-star-off);
	border: 0;
	padding: 0;
	cursor: pointer;
}

.hs-dot.is-active {
	background: var(--affamz-accent);
}

/* Produkt-Zeilenliste (ProductList) -------------------------------------------------- */
.fp-list-sec {
	padding-top: 8px;
	padding-bottom: 48px;
}

.fp-list-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin: 16px 0 18px;
	flex-wrap: wrap;
	gap: 8px;
}

.fp-list-title {
	font-size: 26px;
	font-weight: 800;
	letter-spacing: -0.02em;
	margin: 0;
}

.fp-list-link {
	font-size: 14px;
	font-weight: 700;
	color: var(--affamz-accent);
	text-decoration: none;
}

.product-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.product-row {
	position: relative;
	display: grid;
	grid-template-columns: 52px 92px 1fr auto;
	gap: 24px;
	align-items: center;
	background: var(--affamz-card);
	border: 1px solid var(--affamz-border);
	border-radius: 10px;
	padding: 18px 22px;
}

.product-row.no-rank {
	grid-template-columns: 92px 1fr auto;
}

.pr-rank {
	font-size: 27px;
	font-weight: 800;
	color: var(--affamz-footer-text);
	text-align: center;
}

.pr-photo {
	height: 64px;
	background-image: repeating-linear-gradient(45deg, #ececea 0, #ececea 7px, #f6f5f3 7px, #f6f5f3 14px);
	border-radius: 6px;
	overflow: hidden;
}

.pr-photo img {
	width: 100%;
	height: 64px;
	object-fit: cover;
}

.pr-name-row {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 4px;
	flex-wrap: wrap;
}

.pr-name {
	font-size: 17px;
	font-weight: 800;
	text-decoration: none;
}

/* Stretched-Link: macht die ganze Zeile klickbar (s. product-list.php). */
.pr-name::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 10px;
}

.pr-badge {
	background: var(--affamz-accent-soft);
	color: var(--affamz-accent);
	font-size: 11px;
	font-weight: 800;
	padding: 3px 8px;
	border-radius: 4px;
}

.pr-tagline {
	font-size: 13px;
	color: var(--affamz-muted);
}

.pr-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 22px;
	flex-wrap: wrap;
}

.pr-meta {
	display: flex;
	align-items: center;
	gap: 13px;
	white-space: nowrap;
}

.pr-star {
	font-size: 22px;
	color: var(--affamz-accent);
}

.pr-rating {
	font-size: 21px;
	font-weight: 800;
}

.pr-of {
	font-size: 14px;
	color: var(--affamz-muted);
}

.pr-sep {
	width: 1px;
	height: 20px;
	background: var(--affamz-border);
	flex: 0 0 auto;
}

.pr-price {
	font-size: 22px;
	font-weight: 800;
	white-space: nowrap;
	position: relative;
	z-index: 1;
}

.pr-price .affamz-price-stand {
	display: block;
	font-size: 10px;
	font-weight: 400;
	color: var(--affamz-muted);
}

.pr-price a {
	font-size: 15px;
}

.pr-cta {
	position: relative;
	z-index: 1;
	background: var(--affamz-accent);
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	padding: 12px 22px;
	border-radius: 6px;
	text-decoration: none;
	white-space: nowrap;
}

/* Inhalts-Patterns (TwoColumnContent, CtaFullwidth) ---------------------------------- */
.tc-section {
	background: var(--affamz-card);
	border-top: 1px solid var(--affamz-border);
}

.tc-inner {
	max-width: 1120px;
	margin: 0 auto;
	padding: 48px 32px;
}

.tc-title {
	font-size: 26px;
	font-weight: 800;
	letter-spacing: -0.02em;
	margin: 0 0 22px;
	max-width: 760px;
	text-wrap: pretty;
}

/* In content Headlines */
:where(.lead, .wp-block-paragraph, .wp-block-image, .wp-block-list, .wp-block-columns, .wp-block-group) + .wp-block-heading{
	margin-top: 1.6em;
}



/* Kompund-Selektor schlägt Core-`.wp-block-columns` (flex) unabhängig von der Enqueue-Reihenfolge. */
.wp-block-columns.tc-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	max-width: 920px;
	gap: 16px 40px;
}

.tc-grid p {
	font-size: 15px;
	line-height: 1.7;
	color: var(--affamz-text-2);
	margin: 0 0 14px;
}

.tc-grid p:last-child {
	margin-bottom: 0;
}

.tc-grid strong {
	color: var(--affamz-text);
}

.cta-fullwidth {
	background: var(--affamz-accent-soft);
	border-top: 1px solid var(--affamz-border);
}

.cta-inner {
	max-width: 1120px;
	margin: 0 auto;
	padding: 44px 32px;
}

/* Flex auf den Block-Inner-Container: Core klammert Gruppen-Kinder in
   .wp-block-group__inner-container — Text links, Button rechts (Design). */
.cta-inner > .wp-block-group__inner-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	flex-wrap: wrap;
}

.cta-text h2 {
	font-size: 24px;
	font-weight: 800;
	margin: 0 0 6px;
}

.cta-text p {
	margin: 0;
	font-size: 15px;
	color: var(--affamz-text-2);
}

.cta-fullwidth .wp-block-button__link {
	background: var(--affamz-accent);
	color: #fff;
	font-weight: 700;
	font-size: 15px;
	padding: 14px 28px;
	border-radius: 6px;
	text-decoration: none;
	white-space: nowrap;
}

/* Produktvergleich (CompareTable) ---------------------------------------------------- */
.vg-table-sec {
	padding-top: 36px;
	padding-bottom: 48px;
}

.ct-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 16px;
	flex-wrap: wrap;
}

.ct-title {
	font-size: 22px;
	font-weight: 800;
	letter-spacing: -0.02em;
	margin: 0;
}

.ct-switch {
	display: inline-flex;
	border: 1px solid var(--affamz-border);
	border-radius: 9px;
	overflow: hidden;
	background: var(--affamz-card);
}

.ct-switch input {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

.ct-switch label {
	display: flex;
	align-items: center;
	gap: 7px;
	padding: 9px 16px;
	font-size: 13px;
	font-weight: 700;
	color: var(--affamz-muted);
	cursor: pointer;
}

.ct-switch label + input + label,
.ct-switch input + label:last-of-type {
	border-left: 1px solid var(--affamz-border);
}

.ct-switch input:checked + label {
	background: var(--affamz-accent);
	color: #fff;
}

.ct-switch input:focus-visible + label {
	outline: 2px solid var(--affamz-accent);
	outline-offset: -2px;
}

/* Ansichts-Umschaltung ohne JS: Radio-Status steuert die Sichtbarkeit. */
.compare-table:has(#ct-view-list:checked) .ct-table-wrap,
.compare-table:has(#ct-view-table:checked) .ct-list {
	display: none;
}

.ct-table-wrap {
	border: 1px solid var(--affamz-border);
	border-radius: 12px;
	overflow-x: auto;
	background: var(--affamz-card);
}

.ct-table {
	border-collapse: collapse;
	min-width: max-content;
	width: 100%;
}

.ct-table th,
.ct-table td {
	border-bottom: 1px solid var(--affamz-neutral);
	padding: 12px 16px;
	text-align: center;
	vertical-align: middle;
}

.ct-table tr:last-child th,
.ct-table tr:last-child td {
	border-bottom: 0;
}

.ct-table th {
	position: sticky;
	left: 0;
	z-index: 3;
	background: var(--affamz-card);
	border-right: 2px solid var(--affamz-border);
	min-width: 200px;
	text-align: left;
	font-weight: 700;
	font-size: 13px;
	color: var(--affamz-text-3);
	padding: 12px 18px;
}

.ct-table td {
	min-width: 184px;
	max-width: 220px;
	border-right: 1px solid var(--affamz-neutral);
}

.ct-table td:last-child {
	border-right: 0;
}

.ct-col.is-top {
	background: var(--affamz-accent-soft);
}

.ct-col.is-discontinued {
	background: #f6f5f3;
}

.ct-photo-cell {
	position: relative;
	height: 106px;
	margin: -12px -16px;
	background-image: repeating-linear-gradient(45deg, #ececea 0, #ececea 8px, #f6f5f3 8px, #f6f5f3 16px);
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.ct-photo-cell img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ct-badge {
	position: absolute;
	top: 10px;
	left: 10px;
	background: var(--affamz-accent);
	color: #fff;
	font-size: 10px;
	font-weight: 800;
	padding: 3px 8px;
	border-radius: 3px;
}

.ct-badge.is-discontinued {
	background: var(--affamz-muted);
	font-size: 9px;
	letter-spacing: 0.02em;
}

.ct-name-cell {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 3px;
}

.ct-name {
	font-size: 14px;
	font-weight: 800;
	line-height: 1.15;
	text-decoration: none;
}

.ct-price {
	font-size: 15px;
	font-weight: 800;
	color: var(--affamz-accent);
}

.ct-price .affamz-price-stand {
	display: block;
	font-size: 10px;
	font-weight: 400;
	color: var(--affamz-muted);
}

.ct-price a {
	font-size: 12px;
}

.ct-rating {
	font-size: 19px;
	font-weight: 800;
	white-space: nowrap;
}

.ct-star {
	color: var(--affamz-accent);
	font-size: 16px;
}

.ct-bar {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px;
	width: 100%;
}

.ct-bar-track {
	width: 100%;
	height: 5px;
	background: var(--affamz-neutral);
	border-radius: 3px;
	overflow: hidden;
}

.ct-bar-fill {
	height: 100%;
	background: var(--affamz-accent);
}

.ct-bar-val {
	font-size: 11px;
	color: var(--affamz-muted);
	font-weight: 700;
}

.ct-bar.is-inline {
	flex-direction: row;
	flex: 1;
}

.ct-text {
	font-size: 14px;
	font-weight: 800;
}

.ct-text.is-empty {
	color: var(--affamz-muted-3);
	font-weight: 400;
}

.ct-cta {
	display: block;
	width: 100%;
	min-width: 130px;
	text-align: center;
	background: var(--affamz-accent);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	padding: 10px 8px;
	border-radius: 6px;
	text-decoration: none;
	white-space: nowrap;
}

.ct-cta.is-muted {
	background: var(--affamz-neutral);
	color: var(--affamz-muted-2);
	font-size: 12px;
}

/* Listen-Ansicht */
.ct-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.ct-listrow {
	display: grid;
	grid-template-columns: 52px 88px 1.3fr 2fr 150px;
	gap: 22px;
	align-items: center;
	background: var(--affamz-card);
	border: 1px solid var(--affamz-border);
	border-radius: 10px;
	padding: 16px 20px;
}

.ct-rank {
	font-size: 27px;
	font-weight: 800;
	color: var(--affamz-footer-text);
	text-align: center;
}

.ct-listphoto {
	display: block;
	position: relative;
	background-image: repeating-linear-gradient(45deg, #ececea 0, #ececea 7px, #f6f5f3 7px, #f6f5f3 14px);
	height: 64px;
	border-radius: 6px;
	overflow: hidden;
}

.ct-listphoto img {
	width: 100%;
	height: 64px;
	object-fit: cover;
}

.ct-listphoto .ct-badge.is-discontinued {
	top: auto;
	left: 4px;
	right: 4px;
	bottom: 4px;
	text-align: center;
	padding: 2px;
}

.ct-listname-row {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 4px;
	flex-wrap: wrap;
}

.ct-listname {
	font-size: 17px;
	font-weight: 800;
	text-decoration: none;
}

.ct-listtagline {
	font-size: 13px;
	color: var(--affamz-muted);
}

.ct-crit {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px 24px;
}

.ct-crit-item {
	display: flex;
	align-items: center;
	gap: 8px;
}

.ct-crit-label {
	font-size: 11px;
	color: var(--affamz-muted);
	width: 88px;
	flex: 0 0 auto;
}

.ct-crit-item .ct-text {
	flex: 1;
	font-size: 12px;
	font-weight: 700;
}

.ct-actions {
	text-align: right;
}

.ct-actions .ct-cta {
	display: inline-block;
	width: auto;
	min-width: 0;
	padding: 8px 16px;
	border-radius: 5px;
}

.ct-actions-rating {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 5px;
	margin-bottom: 6px;
}

.ct-actions-rating .ct-star {
	font-size: 15px;
}

.ct-actions-num {
	font-size: 17px;
	font-weight: 800;
}

.ct-actions-price {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 9px;
}

.ct-actions-price .affamz-price-stand {
	display: block;
	font-size: 10px;
	font-weight: 400;
	color: var(--affamz-muted);
}

.ct-actions-price a {
	font-size: 13px;
}

.ct-footnote {
	font-size: 12px;
	color: var(--affamz-muted-2);
	margin: 14px 2px 0;
	max-width: 760px;
}

/* FAQ (FaqModule) + Kleiner CTA (SmallCta) ------------------------------------------- */
.pg-narrow {
	max-width: 820px;
	margin: 0 auto;
	padding: 40px 32px 60px;
}

.faq-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.entry-content details.faq {
	background: var(--affamz-card);
	border: 1px solid var(--affamz-border);
	border-radius: 10px;
	overflow: hidden;
}

.entry-content details.faq > summary {
	list-style: none;
	padding: 18px 22px;
	font-weight: 700;
	font-size: 16px;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
}

.entry-content details.faq > summary::-webkit-details-marker {
	display: none;
}

.entry-content details.faq > summary::after {
	content: "▼";
	color: var(--affamz-accent);
	font-size: 14px;
	flex: 0 0 auto;
	transition: transform 0.2s;
}

.entry-content details.faq[open] > summary::after {
	transform: rotate(180deg);
}

.entry-content details.faq p {
	padding: 0 22px;
	font-size: 15px;
	line-height: 1.72;
	color: var(--affamz-text-2);
	margin: 0 0 20px;
}

.small-cta {
	background: var(--affamz-accent-soft);
	border: 1px solid var(--affamz-accent-line);
	border-radius: 14px;
	padding: 30px 32px;
	margin-top: 24px;
}

/* s. .cta-inner: Flex auf den Block-Inner-Container (Button rechts). */
.small-cta > .wp-block-group__inner-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	flex-wrap: wrap;
}

.small-cta-text h2 {
	font-size: 22px;
	font-weight: 800;
	margin: 0 0 6px;
}

.small-cta-text p {
	margin: 0;
	font-size: 15px;
	color: var(--affamz-text-2);
}

.small-cta .wp-block-button__link {
	background: var(--affamz-accent);
	color: #fff;
	font-weight: 700;
	font-size: 15px;
	padding: 14px 28px;
	border-radius: 6px;
	text-decoration: none;
	white-space: nowrap;
}

/* Suchformular (404/Suchergebnisse) --------------------------------------------------- */
.search-form {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.sf-field {
	flex: 1;
	min-width: 220px;
	display: flex;
	align-items: center;
	gap: 10px;
	border: 1px solid var(--affamz-border);
	border-radius: 9px;
	padding: 12px 15px;
	background: var(--affamz-card);
}

.sf-field svg {
	flex: 0 0 auto;
}

.sf-field input {
	border: none;
	outline: none;
	font-size: 15px;
	width: 100%;
	background: transparent;
	color: var(--affamz-text);
}

.sf-submit {
	background: var(--affamz-accent);
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	padding: 0 24px;
	border: none;
	border-radius: 9px;
	cursor: pointer;
}

/* 404 ---------------------------------------------------------------------------------- */
.nf-sec {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 64px 32px;
}

.nf-inner {
	max-width: 560px;
	text-align: center;
}

.nf-numwrap {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	height: 96px;
	margin-bottom: 24px;
}

.nf-num {
	font-size: 104px;
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 0.8;
}

.nf-kicker {
	justify-content: center;
}

.nf-h1 {
	font-size: 32px;
	line-height: 1.12;
	font-weight: 800;
	letter-spacing: -0.025em;
	margin: 0 0 14px;
	text-wrap: pretty;
}

.nf-text {
	font-size: 16px;
	line-height: 1.6;
	color: var(--affamz-text-2);
	margin: 0 0 26px;
}

.nf-search {
	max-width: 440px;
	margin: 0 auto 26px;
}

.nf-buttons {
	display: flex;
	gap: 12px;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 34px;
}

.nf-btn {
	background: var(--affamz-accent);
	color: #fff;
	font-weight: 700;
	font-size: 15px;
	padding: 13px 26px;
	border-radius: 8px;
	text-decoration: none;
}

.nf-btn.is-secondary {
	background: var(--affamz-card);
	color: var(--affamz-text);
	border: 1px solid var(--affamz-border);
}

.nf-popular {
	border-top: 1px solid var(--affamz-border);
	padding-top: 22px;
}

.nf-links {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 12px;
}

.nf-link,
.sr-other-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	background: var(--affamz-card);
	border: 1px solid var(--affamz-border);
	border-radius: 9px;
	padding: 13px 18px;
	text-decoration: none;
	text-align: left;
}

.nf-link-title {
	display: block;
	font-size: 15px;
	font-weight: 800;
}

.nf-link-desc {
	display: block;
	font-size: 13px;
	color: var(--affamz-muted);
	margin-top: 2px;
}

.nf-link-arrow {
	color: var(--affamz-accent);
	font-weight: 800;
	font-size: 18px;
	flex: 0 0 auto;
}

/* Suchergebnisse ------------------------------------------------------------------------ */
.sr-hero {
	background: var(--affamz-card);
	border-bottom: 1px solid var(--affamz-border);
}

.sr-hero-inner {
	max-width: 1120px;
	margin: 0 auto;
	padding: 44px 32px 36px;
}

.sr-h1 {
	font-size: 34px;
	line-height: 1.1;
	font-weight: 800;
	letter-spacing: -0.025em;
	margin: 0 0 20px;
}

.sr-search {
	max-width: 620px;
}

.sr-count {
	font-size: 14px;
	color: var(--affamz-muted);
	margin: 18px 0 0;
}

.sr-count strong {
	color: var(--affamz-text);
}

.sr-query {
	color: var(--affamz-accent);
	font-weight: 700;
}

.sr-results {
	padding-top: 28px;
	padding-bottom: 52px;
}

.sr-results-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 14px;
	flex-wrap: wrap;
	gap: 10px;
}

.sr-sort {
	font-size: 13px;
	color: var(--affamz-muted);
	font-weight: 600;
}

.sr-other {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 12px;
}

.sr-empty {
	font-size: 15px;
	color: var(--affamz-text-2);
}

.sr-cta {
	display: flex;
	gap: 14px;
	align-items: center;
	justify-content: space-between;
	background: var(--affamz-accent-soft);
	border: 1px solid var(--affamz-accent-line);
	border-radius: 12px;
	padding: 20px 24px;
	margin-top: 20px;
	flex-wrap: wrap;
}

.sr-cta-title {
	font-size: 15px;
	font-weight: 800;
	margin-bottom: 3px;
}

.sr-cta-text {
	font-size: 14px;
	color: var(--affamz-muted);
}

.sr-cta-btn {
	background: var(--affamz-accent);
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	padding: 12px 22px;
	border-radius: 7px;
	text-decoration: none;
	white-space: nowrap;
}

/* Info-Seiten (page.php) ----------------------------------------------------------------- */
.if-hero {
	background: var(--affamz-card);
	border-bottom: 1px solid var(--affamz-border);
}

.if-hero-inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 48px 32px 36px;
}

.if-h1 {
	font-size: 38px;
	line-height: 1.1;
	font-weight: 800;
	letter-spacing: -0.025em;
	margin: 0 0 12px;
}

.if-subtitle {
	font-size: 16px;
	line-height: 1.6;
	color: var(--affamz-text-2);
	margin: 0;
	max-width: 680px;
}

.if-grid {
	max-width: 1000px;
	margin: 0 auto;
	padding: 36px 32px 60px;
	display: grid;
	grid-template-columns: 240px 1fr;
	gap: 48px;
	align-items: start;
}

.if-aside {
	position: sticky;
	top: 20px;
}

.if-aside .section-label {
	margin-bottom: 12px;
}

.if-toc-link {
	display: flex;
	gap: 10px;
	padding: 8px 0;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	color: var(--affamz-text-3);
	border-bottom: 1px solid var(--affamz-hairline);
	counter-increment: if-toc;
}

.if-toc-link::before {
	content: counter(if-toc, decimal-leading-zero);
	color: var(--affamz-accent);
	font-weight: 800;
	flex: 0 0 auto;
}

.if-aside {
	counter-reset: if-toc;
}

.if-body {
	counter-reset: if-section;
}

.if-body h2 {
	font-size: 22px;
	font-weight: 800;
	letter-spacing: -0.02em;
	margin: 32px 0 12px;
	scroll-margin: 20px;
	counter-increment: if-section;
}

.if-body h2::before {
	content: counter(if-section) ". ";
}

.if-body h2:first-child {
	margin-top: 0;
}

.if-body p {
	font-size: 15px;
	line-height: 1.75;
	color: var(--affamz-text-2);
	margin: 0 0 14px;
}

/* Responsive --------------------------------------------------------------------------- */
@media (max-width: 768px) {
	.pg-wrap {
		padding-left: 20px;
		padding-right: 20px;
	}

	.pg-hero {
		height: 210px;
	}

	.pg-grid {
		grid-template-columns: 1fr;
		gap: 28px;
		padding: 24px 20px 48px;
	}

	.pg-buy-mobile {
		display: block;
		margin: 18px 0 4px;
	}

	.pg-score {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.pg-h1 {
		font-size: 30px;
	}

	.sh-inner {
		padding: 12px 18px;
	}

	.sh-nav {
		gap: 15px;
		font-size: 14px;
	}

	.pcg-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.ft-grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.ft-inner {
		padding: 36px 20px 24px;
	}

	.ft-bottom {
		flex-direction: column;
		align-items: flex-start;
	}

	.ch-inner {
		padding: 34px 20px 28px;
	}

	.ch-h1,
	.is-narrow .ch-h1 {
		font-size: 30px;
	}

	.hs-slide {
		grid-template-columns: 1fr;
	}

	.hs-text {
		padding: 26px 22px;
	}

	.hs-name {
		font-size: 24px;
	}

	.hs-photo {
		min-height: 180px;
		border-left: 0;
		border-bottom: 1px solid var(--affamz-border);
		order: -1;
	}

	.product-row,
	.product-row.no-rank {
		grid-template-columns: 1fr;
		gap: 14px;
		align-items: stretch;
	}

	.pr-rank,
	.pr-photo {
		display: none;
	}

	.pr-actions {
		justify-content: space-between;
	}

	.wp-block-columns.tc-grid {
		grid-template-columns: 1fr;
	}

	.tc-inner,
	.cta-inner {
		padding-left: 20px;
		padding-right: 20px;
	}

	.tc-inner {
		padding-top: 36px;
		padding-bottom: 36px;
	}

	.ct-listrow {
		grid-template-columns: 1fr;
		gap: 12px;
		align-items: stretch;
	}

	.ct-rank,
	.ct-listphoto {
		display: none;
	}

	.ct-crit {
		grid-template-columns: 1fr;
	}

	.ct-actions {
		text-align: left;
	}

	.ct-actions-rating {
		justify-content: flex-start;
	}

	.pg-narrow {
		padding: 32px 20px 48px;
	}

	.small-cta {
		padding: 24px 22px;
	}

	.nf-sec {
		padding: 44px 20px;
	}

	.nf-num {
		font-size: 76px;
	}

	.nf-numwrap {
		height: 70px;
	}

	.sr-hero-inner {
		padding: 34px 20px 28px;
	}

	.sr-h1 {
		font-size: 28px;
	}

	.if-hero-inner {
		padding: 34px 20px 28px;
	}

	.if-h1 {
		font-size: 30px;
	}

	.if-grid {
		grid-template-columns: 1fr;
		gap: 28px;
		padding: 28px 20px 48px;
	}

	.if-aside {
		position: static;
	}
}

@media (max-width: 600px) {
	.sh-nav .sh-home {
		display: none;
	}
}

@media (max-width: 480px) {
	.pcg-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 430px) {
	.sh-byline {
		display: none;
	}

	.sh-nav {
		gap: 12px;
	}
}
