/* ==========================================================================
   SINGLE INTERVIEW PAGE — Wirtschaftsmagazin (Figma "Interview")
   Section backgrounds full-bleed; inner content constrained to 1440px.
   ========================================================================== */

.interview-page {
	font-family: 'DM Sans', system-ui, sans-serif;
	color: #0d0d0d;
	background: #fff;
}

.interview-page .bar-inner {
	width: 100%;
	max-width: var(--viewport-max, 1440px);
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 24px;
}

/* ── Breadcrumb ───────────────────────────────────────────────────────── */
.iv-breadcrumb {
	background: #fff;
	border-bottom: 1px solid #d4d0c8;
}
.iv-breadcrumb .bar-inner {
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 10px;
	color: #c41a1a;
	letter-spacing: 0.2px;
}
.iv-breadcrumb a {
	color: #c41a1a;
	text-decoration: none;
}
.iv-breadcrumb a:hover { text-decoration: underline; }
.iv-breadcrumb__sep { color: #9a9690; margin: 0 4px; }
.iv-breadcrumb__current { color: #9a9690; }

/* ── Article header (eyebrow + title + deck + byline) ────────────────── */
.iv-header {
	background: #fff;
}
.iv-header .bar-inner {
	padding-top: 32px;
	padding-bottom: 0;
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.iv-eyebrow {
	display: flex;
	align-items: center;
	gap: 8px;
}
.iv-eyebrow__rule {
	display: block;
	width: 20px;
	height: 1px;
	background: #c41a1a;
}
.iv-eyebrow__text {
	font-family: 'DM Sans', sans-serif;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	color: #c41a1a;
}

.iv-title {
	font-family: 'Playfair Display', Georgia, serif;
	font-weight: 700;
	font-size: 38px;
	line-height: 1.15;
	letter-spacing: -0.02em;
	color: #0d0d0d;
	margin: 0;
}

.iv-deck {
	border-left: 3px solid #c41a1a;
	padding: 4px 0 4px 18px;
	font-family: 'Source Serif 4', Georgia, serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.75;
	color: #444;
	margin: 0;
}

.iv-byline {
	border-top: 1px solid #d4d0c8;
	border-bottom: 1px solid #d4d0c8;
	padding: 14px 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
	font-size: 11px;
	color: #aaa;
	margin: 14px 0 0;
}
.iv-byline__author { color: #555; font-weight: 500; }
.iv-byline__sep    { color: #d4d0c8; }
.iv-byline__meta   { color: #aaa; }

/* ── Hero image (constrained to content width) ───────────────────────── */
.iv-hero {
	background: #fff;
	margin: 0;
	padding: 28px 0 0;
}
.iv-hero__img {
	display: block;
	width: 100%;
	height: 705px;
	object-fit: cover;
	background: #d4d0c8;
}

.iv-caption {
	background: #fff;
	border-bottom: 1px solid #d4d0c8;
	border-top: 1px solid #d4d0c8;
}
.iv-caption .bar-inner {
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 11.5px;
	color: #888;
}
.iv-caption__text   { color: #555; }
.iv-caption__sep    { color: #d4d0c8; }
.iv-caption__credit { color: #888; }

/* ── Article body ────────────────────────────────────────────────────── */
.iv-body {
	background: #fff;
}
.iv-body .bar-inner {
	padding-top: 30px;
	padding-bottom: 40px;
}

.iv-lead {
	font-family: 'Source Serif 4', Georgia, serif;
	font-size: 16px;
	line-height: 1.85;
	color: #222;
	margin: 0 0 36px;
}

.iv-h2 {
	font-family: 'Playfair Display', Georgia, serif;
	font-weight: 700;
	font-size: 22px;
	letter-spacing: -0.01em;
	color: #0d0d0d;
	margin: 0 0 18px;
	padding-bottom: 9px;
	border-bottom: 2px solid #0d0d0d;
}

.iv-qa {
	display: flex;
	flex-direction: column;
	gap: 14px;
	padding: 0 0 26px;
}

.iv-qa__row {
	display: grid;
	grid-template-columns: 90px 1fr;
	gap: 14px;
	align-items: start;
}

.iv-qa__label {
	font-family: 'DM Sans', sans-serif;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	color: #c41a1a;
	padding-top: 4px;
}
.iv-qa__label--source { color: #888; }

.iv-qa__question {
	font-family: 'Source Serif 4', Georgia, serif;
	font-style: italic;
	font-size: 14.5px;
	line-height: 1.65;
	color: #0d0d0d;
	margin: 0;
}

.iv-qa__answer {
	font-family: 'Source Serif 4', Georgia, serif;
	font-weight: 300;
	font-size: 14.5px;
	line-height: 1.85;
	color: #333;
	margin: 0;
}

.iv-pullquote {
	background: #f5f5f3;
	border-left: 4px solid #c41a1a;
	padding: 20px 40px;
	margin: 8px -20px 28px;
	font-family: 'Playfair Display', Georgia, serif;
	font-style: italic;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.5;
	color: #0d0d0d;
}

/* ── Aside (about + related) ─────────────────────────────────────────── */
.iv-aside {
	background: #f7f5f0;
}
.iv-aside .bar-inner {
	padding-top: 28px;
	padding-bottom: 28px;
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.iv-section-title {
	font-family: 'Playfair Display', Georgia, serif;
	font-weight: 700;
	font-size: 18px;
	color: #0d0d0d;
	margin: 0;
	padding-bottom: 9px;
	border-bottom: 2px solid #0d0d0d;
}

.iv-about {
	background: #fff;
	border: 1px solid #d4d0c8;
	display: grid;
	grid-template-columns: 120px 1fr;
	gap: 20px;
	padding: 20px;
	box-sizing: border-box;
}
.iv-about__avatar img {
	display: block;
	width: 120px;
	height: 148px;
	object-fit: cover;
	background: #d4d0c8;
}
.iv-about__body {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.iv-about__name {
	font-family: 'Playfair Display', Georgia, serif;
	font-weight: 700;
	font-size: 22px;
	color: #0d0d0d;
}
.iv-about__role {
	font-family: 'DM Sans', sans-serif;
	font-size: 12px;
	color: #888;
	line-height: 1.5;
	padding-bottom: 8px;
}
.iv-about__cta {
	align-self: flex-start;
	background: #c41a1a;
	color: #f7f5f0;
	font-family: 'DM Sans', sans-serif;
	font-size: 11px;
	font-weight: 500;
	padding: 10px 14px;
	text-decoration: none;
	transition: background 0.2s;
	margin-top: auto;
}
.iv-about__cta:hover { background: #a81515; color: #fff; text-decoration: none; }

/* ── Related interviews ──────────────────────────────────────────────── */
.iv-related {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1px;
	background: #d4d0c8;
}
.iv-related__card {
	background: #fff;
	padding: 16px;
	display: flex;
	flex-direction: column;
	gap: 7px;
}
.iv-related__thumb-link { display: block; }
.iv-related__thumb {
	width: 100%;
	height: 184px;
	object-fit: cover;
	display: block;
	background: #d4d0c8;
}
.iv-related__tag {
	font-family: 'DM Sans', sans-serif;
	font-size: 9px;
	font-weight: 500;
	letter-spacing: 0.9px;
	text-transform: uppercase;
	color: #c41a1a;
	padding-top: 4px;
}
.iv-related__title {
	font-family: 'Playfair Display', Georgia, serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.3;
	color: #0d0d0d;
	margin: 0;
}
.iv-related__title a { color: inherit; text-decoration: none; }
.iv-related__title a:hover { color: #c41a1a; }
.iv-related__byline {
	font-family: 'DM Sans', sans-serif;
	font-size: 10px;
	color: #aaa;
}
.iv-related__more {
	font-family: 'DM Sans', sans-serif;
	font-size: 10px;
	font-weight: 500;
	color: #c41a1a;
	text-decoration: none;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	margin-top: auto;
	padding-top: 4px;
}
.iv-related__more:hover { text-decoration: underline; color: #c41a1a; }

/* ── Responsive ──────────────────────────────────────────────────────── */
@media (max-width: 1024px) {
	.interview-page .bar-inner { padding: 0 20px; }
	.iv-title { font-size: 30px; }
	.iv-hero__img { height: 480px; }
	.iv-related { grid-template-columns: 1fr 1fr; }
	.iv-related__card:nth-child(3) { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
	.interview-page .bar-inner { padding: 0 16px; }
	.iv-title { font-size: 24px; line-height: 1.2; }
	.iv-deck { font-size: 14px; padding-left: 14px; }
	.iv-hero__img { height: 280px; }
	.iv-byline { gap: 8px; font-size: 10.5px; }
	.iv-h2 { font-size: 18px; }
	.iv-qa__row { grid-template-columns: 1fr; gap: 4px; }
	.iv-qa__label { padding-top: 0; }
	.iv-pullquote { font-size: 16px; padding: 16px 20px; margin: 0 0 20px; }
	.iv-about { grid-template-columns: 1fr; }
	.iv-about__avatar img { width: 96px; height: 120px; }
	.iv-related { grid-template-columns: 1fr; }
	.iv-related__card:nth-child(3) { grid-column: auto; }
}
