body.single-post.kw-story-single,
body.single-post.kw-story-single .kw-about {
	/* Vererbt das About-Layout-System */
}

/* Hero: Hintergrundbild statt img-Tag */
body.single-post.kw-story-single .kw-story-single-hero {
	position: relative;
	min-height: 700px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

body.single-post.kw-story-single .kw-story-single-hero__background {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 0;
}

body.single-post.kw-story-single .kw-story-single-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		180deg,
		rgba(17, 21, 17, 0.55) 0%,
		rgba(17, 21, 17, 0.72) 100%
	);
	z-index: 1;
}

body.single-post.kw-story-single .kw-story-single-hero .kw-about-hero__content {
	position: relative;
	z-index: 2;
	width: min(1180px, calc(100% - (2 * var(--kw-about-gutter, 24px))));
	max-width: 1180px;
	padding-block: clamp(5rem, 10vw, 8rem);
	color: var(--kw-about-paper, #e7dfcf);
}

body.single-post.kw-story-single .kw-story-single-hero .kw-eyebrow {
	color: var(--kw-about-rust, #9a4e32);
}

body.single-post.kw-story-single .kw-story-single-hero h1 {
	font-family: var(--kw-font-serif, Georgia, "Times New Roman", serif);
	font-size: clamp(2.4rem, 5vw, 4.2rem);
	font-weight: 400;
	letter-spacing: -0.02em;
	line-height: 1.05;
	max-width: 900px;
	margin: 0 0 1rem;
}

body.single-post.kw-story-single .kw-story-single-hero .kw-about-hero__subline {
	font-family: var(--kw-font-sans, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(231, 223, 207, 0.8);
	margin: 0 0 1.25rem;
}

body.single-post.kw-story-single .kw-story-single-hero__excerpt {
	font-family: var(--kw-font-serif, Georgia, "Times New Roman", serif);
	font-size: clamp(1.05rem, 1.35vw, 1.25rem);
	line-height: 1.55;
	color: rgba(231, 223, 207, 0.88);
	max-width: 640px;
	margin: 0;
}

/* Paper-Bereich */
body.single-post.kw-story-single .kw-story-single-intro {
	margin-top: 0;
	background: var(--kw-about-paper, #e7dfcf);
}

body.single-post.kw-story-single .kw-story-single-paper {
	clip-path: none;
	background: var(--kw-about-paper, #e7dfcf);
}

body.single-post.kw-story-single .kw-story-single-paper::before,
body.single-post.kw-story-single .kw-story-single-paper::after {
	display: none;
}

body.single-post.kw-story-single .kw-story-single-paper > .kw-section-inner {
	width: min(1180px, calc(100% - (2 * var(--kw-about-gutter, 24px))));
	max-width: 1180px;
	padding-block: clamp(3rem, 5vw, 5rem);
}

/* Story-Content */
body.single-post.kw-story-single .kw-story-single__content {
	max-width: 760px;
	margin: 0 auto;
	font-family: var(--kw-font-serif, Georgia, "Times New Roman", serif);
	font-size: clamp(1.0625rem, 1.15vw, 1.1875rem);
	line-height: 1.75;
	color: #172019;
}

body.single-post.kw-story-single .kw-story-single__content p {
	margin: 0 0 1.5rem;
}

body.single-post.kw-story-single .kw-story-single__content p:last-child {
	margin-bottom: 0;
}

body.single-post.kw-story-single .kw-story-single__content a {
	color: var(--kw-about-rust, #9b4f2f);
	text-decoration: underline;
	text-underline-offset: 0.2em;
}

body.single-post.kw-story-single .kw-story-single__content a:hover,
body.single-post.kw-story-single .kw-story-single__content a:focus-visible {
	color: var(--kw-about-ink, #25251e);
}

body.single-post.kw-story-single .kw-story-single__content h2,
body.single-post.kw-story-single .kw-story-single__content h3 {
	font-family: var(--kw-font-serif, Georgia, "Times New Roman", serif);
	font-weight: 400;
	color: var(--kw-about-ink, #25251e);
	letter-spacing: -0.01em;
	line-height: 1.15;
}

body.single-post.kw-story-single .kw-story-single__content h2 {
	font-size: clamp(1.65rem, 2.2vw, 2.1rem);
	margin: 2.5rem 0 1rem;
}

body.single-post.kw-story-single .kw-story-single__content h3 {
	font-size: clamp(1.35rem, 1.7vw, 1.65rem);
	margin: 2rem 0 0.85rem;
}

/* Back-to-stories Button */
body.single-post.kw-story-single .kw-story-back,
body.single-post.kw-story-single .kw-story-back a {
	max-width: 760px;
	margin: 0 auto;
}

body.single-post.kw-story-single .kw-story-back {
	padding-top: clamp(1.5rem, 2.5vw, 2.5rem);
	border-top: 1px solid rgba(154, 78, 50, 0.25);
}

body.single-post.kw-story-single .kw-story-back a,
body.single-post.kw-story-single .kw-button.kw-button--secondary {
	color: #172019 !important;
	background: transparent !important;
	border-color: rgba(23, 32, 25, 0.35) !important;
	opacity: 1 !important;
}

body.single-post.kw-story-single .kw-story-back a:hover,
body.single-post.kw-story-single .kw-story-back a:focus-visible,
body.single-post.kw-story-single .kw-button.kw-button--secondary:hover,
body.single-post.kw-story-single .kw-button.kw-button--secondary:focus-visible {
	color: #eee6d5 !important;
	background: #9b4f2f !important;
	border-color: #9b4f2f !important;
}

/* CTA */
body.single-post.kw-story-single .kw-story-cta,
body.single-post.kw-story-single .kw-about-cta.kw-story-cta {
	background: #eee6d5 !important;
}

body.single-post.kw-story-single .kw-story-cta h2,
body.single-post.kw-story-single .kw-about-cta.kw-story-cta h2 {
	color: #172019 !important;
	opacity: 1 !important;
}

body.single-post.kw-story-single .kw-story-cta p,
body.single-post.kw-story-single .kw-about-cta.kw-story-cta p {
	color: rgba(23, 32, 25, 0.78) !important;
	opacity: 1 !important;
}

body.single-post.kw-story-single .kw-story-cta a,
body.single-post.kw-story-single .kw-button.kw-button--primary {
	background: #9b4f2f !important;
	color: #fffaf0 !important;
	border-color: #9b4f2f !important;
	opacity: 1 !important;
}

body.single-post.kw-story-single .kw-story-cta a:hover,
body.single-post.kw-story-single .kw-story-cta a:focus-visible,
body.single-post.kw-story-single .kw-button.kw-button--primary:hover,
body.single-post.kw-story-single .kw-button.kw-button--primary:focus-visible {
	background: #b15f3f !important;
	border-color: #b15f3f !important;
	color: #fffaf0 !important;
}

/* Mobile */
@media (max-width: 900px) {
	body.single-post.kw-story-single .kw-story-single-hero {
		min-height: 520px;
	}

	body.single-post.kw-story-single .kw-story-single-hero h1 {
		font-size: clamp(2rem, 7vw, 2.8rem);
	}
}

@media (max-width: 620px) {
	body.single-post.kw-story-single .kw-story-single-hero {
		min-height: 480px;
	}

	body.single-post.kw-story-single .kw-story-single__content {
		font-size: 1.0625rem;
		line-height: 1.7;
	}
}
