/* ==========================================================================
   Ken Wolfgangsson About Page
   ========================================================================== */

body.kw-about-page .kw-site-header,
body.kw-about-page .kw-site-footer {
	display: none;
}

body.kw-about-page,
body.kw-about-page .kw-site-main {
	margin: 0;
	padding: 0;
	background: #10150e;
}

.kw-about {
	--kw-about-forest: #10150e;
	--kw-about-forest-soft: #151b13;
	--kw-about-paper: #e7dfcf;
	--kw-about-paper-warm: #ded4c2;
	--kw-about-ink: #25251e;
	--kw-about-rust: #9a4e32;
	--kw-about-brass: #a88a51;
	--kw-about-max: 1410px;
	--kw-about-copy: 1050px;
	--kw-about-gutter: clamp(1.25rem, 5vw, 5.25rem);

	font-family: var(--kw-font-serif, Georgia, "Times New Roman", serif);
	color: var(--kw-about-ink);
	background: var(--kw-about-forest);
	overflow-x: hidden;
}

.kw-about *,
.kw-about *::before,
.kw-about *::after {
	box-sizing: border-box;
}

.kw-about img {
	display: block;
	max-width: 100%;
	height: auto;
}

.kw-about h1,
.kw-about h2,
.kw-about h3,
.kw-about p,
.kw-about blockquote {
	margin: 0;
}

.kw-about h1,
.kw-about h2,
.kw-about h3,
.kw-about blockquote {
	font-family: var(--kw-font-serif, Georgia, "Times New Roman", serif);
	font-weight: 400;
	letter-spacing: -0.025em;
}

.kw-section-inner {
	width: min(var(--kw-about-max), calc(100% - (2 * var(--kw-about-gutter))));
	margin-inline: auto;
}

.kw-eyebrow {
	font-family: var(--kw-font-sans, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
	font-size: 0.74rem;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--kw-about-rust);
}

.kw-about-visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* Hero */

.kw-about-hero {
	position: relative;
	height: auto;
	min-height: 840px;
	display: grid;
	align-items: center;
	background: var(--kw-about-forest);
	isolation: isolate;
	overflow: hidden;
}

.kw-about-topbar,
.kw-global-header {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 4;
	width: min(var(--kw-about-max), calc(100% - (2 * var(--kw-about-gutter))));
	min-height: 86px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 3rem;
	padding-top: 2.25rem;
	transform: translateX(-50%);
}

.kw-about-brand,
.kw-global-header__brand {
	display: inline-flex;
	flex-direction: column;
	text-decoration: none;
	color: #f2ead9;
}

.kw-about-brand__name,
.kw-global-header__name {
	font-family: var(--kw-font-sans, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
	font-size: 0.96rem;
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.kw-about-brand__claim,
.kw-global-header__claim {
	margin-top: 0.22rem;
	font-family: var(--kw-font-sans, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
	font-size: 0.72rem;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.03em;
	color: rgba(242, 234, 217, 0.82);
}

.kw-about-nav,
.kw-global-header__nav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: clamp(1.7rem, 2.7vw, 3rem);
	padding-top: 0.26rem;
}

.kw-about-nav a,
.kw-global-header__nav a {
	font-family: var(--kw-font-sans, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
	font-size: 0.74rem;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0.13em;
	text-transform: uppercase;
	text-decoration: none;
	color: rgba(242, 234, 217, 0.92);
}

.kw-about-nav a:hover,
.kw-about-nav a:focus-visible,
.kw-about-nav a.is-current,
.kw-global-header__nav a:hover,
.kw-global-header__nav a:focus-visible,
.kw-global-header__nav a.is-current {
	color: var(--kw-about-rust);
}

.kw-about-brand:focus-visible,
.kw-global-header__brand:focus-visible,
.kw-about-nav a:focus-visible,
.kw-global-header__nav a:focus-visible,
.kw-button:focus-visible,
.kw-about-footer__email:focus-visible {
	outline: 2px solid var(--kw-about-brass);
	outline-offset: 5px;
}

.kw-about-hero__image {
	position: absolute;
	inset: 0;
	z-index: -3;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: 50% center;
	filter: saturate(1.04) contrast(1.02) brightness(0.95);
}

.kw-about-hero__overlay {
	position: absolute;
	inset: 0;
	z-index: -2;
	background:
		linear-gradient(
			90deg,
			rgba(9, 13, 8, 0.95) 0%,
			rgba(9, 13, 8, 0.84) 28%,
			rgba(9, 13, 8, 0.38) 55%,
			rgba(9, 13, 8, 0.08) 100%
		),
		linear-gradient(
			0deg,
			rgba(9, 13, 8, 0.34) 0%,
			rgba(9, 13, 8, 0.03) 48%,
			rgba(9, 13, 8, 0.28) 100%
		);
	pointer-events: none;
}

.kw-about-hero__content {
	width: min(var(--kw-about-max), calc(100% - (2 * var(--kw-about-gutter))));
	margin-inline: auto;
	padding-top: 150px;
	padding-bottom: 250px;
	color: #f2ead9;
}

.kw-about-hero .kw-eyebrow {
	position: relative;
	margin-bottom: 1.25rem;
	padding-left: 2.35rem;
}

.kw-about-hero .kw-eyebrow::before {
	content: "";
	position: absolute;
	left: 0;
	top: -0.45rem;
	width: 1px;
	height: 9.35rem;
	background: rgba(154, 78, 50, 0.72);
}

.kw-about-hero h1 {
	max-width: 650px;
	font-size: clamp(3.8rem, 4.65vw, 5.6rem);
	line-height: 1.02;
	color: #f2ead9;
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.38);
}

.kw-about-hero__subline {
	max-width: 560px;
	margin-top: 1.75rem;
	font-size: clamp(1.18rem, 1.32vw, 1.42rem);
	line-height: 1.45;
	color: rgba(242, 234, 217, 0.94);
	text-shadow: 0 2px 14px rgba(0, 0, 0, 0.28);
}

.kw-about-hero__place {
	margin-top: 1.35rem;
	font-family: var(--kw-font-sans, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
	font-size: 0.84rem;
	font-weight: 600;
	line-height: 1.2;
	color: var(--kw-about-brass);
}

/* Intro */

.kw-about-intro {
	position: relative;
	z-index: 5;
	margin-top: -72px;
	background: transparent;
}

.kw-about-intro__paper {
	position: relative;
	width: 100%;
	background:
		radial-gradient(circle at 18% 8%, rgba(255, 255, 255, 0.42), transparent 24%),
		radial-gradient(circle at 86% 82%, rgba(37, 37, 30, 0.06), transparent 34%),
		linear-gradient(0deg, rgba(37, 37, 30, 0.035), rgba(37, 37, 30, 0.035)),
		var(--kw-about-paper);
	clip-path: polygon(
		0 0,
		calc(100% - 280px) 0,
		calc(100% - 200px) 66px,
		100% 66px,
		100% 100%,
		0 100%
	);
}

.kw-about-intro__paper::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 240px;
	height: 66px;
	background: rgba(5, 9, 5, 0.96);
	pointer-events: none;
	z-index: 0;
}

.kw-about-intro__paper::after,
.kw-about-paper-story::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background-image: radial-gradient(circle, rgba(37, 37, 30, 0.16) 0 0.7px, transparent 0.8px);
	background-size: 18px 18px;
	mix-blend-mode: multiply;
	opacity: 0.13;
}

.kw-about-intro .kw-section-inner {
	position: relative;
	z-index: 1;
	padding-block: 18px 16px;
}

.kw-about-intro__text {
	max-width: 1040px;
	margin-left: clamp(0rem, 3.9vw, 4.5rem);
	padding-left: clamp(1.7rem, 2.5vw, 2.55rem);
	border-left: 1px solid rgba(154, 78, 50, 0.72);
}

.kw-about-intro__text p {
	max-width: 970px;
	font-size: clamp(1.1rem, 1.25vw, 1.36rem);
	line-height: 1.48;
	color: rgba(37, 37, 30, 0.96);
}

.kw-about-intro__text p + p {
	margin-top: 1rem;
}

/* Chapters */

.kw-about-chapters {
	position: relative;
	background:
		linear-gradient(rgba(12, 16, 10, 0.91), rgba(12, 16, 10, 0.91)),
		var(--kw-about-forest);
	padding-block: clamp(1.35rem, 2.1vw, 2.1rem) clamp(1.65rem, 2.4vw, 2.4rem);
	color: var(--kw-about-paper);
}

.kw-about-chapters::before,
.kw-about-name::before,
.kw-about-cta::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		radial-gradient(circle at 20% 15%, rgba(168, 138, 81, 0.10), transparent 24%),
		radial-gradient(circle at 75% 60%, rgba(255, 255, 255, 0.05), transparent 35%);
	opacity: 0.45;
}

.kw-about-chapters__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(1.3rem, 2vw, 2.35rem);
}

.kw-about-chapter {
	min-width: 0;
	padding-left: clamp(0.9rem, 1.35vw, 1.35rem);
	border-left: 1px solid rgba(154, 78, 50, 0.65);
}

.kw-about-chapter img {
	width: 100%;
	aspect-ratio: 1.58 / 1;
	object-fit: cover;
	object-position: center;
	filter: saturate(0.9) contrast(1.04) brightness(0.85);
}

.kw-about-chapter__content {
	padding-top: 1.05rem;
}

.kw-about-chapter .kw-eyebrow {
	margin-bottom: 0.7rem;
	font-size: 0.7rem;
	letter-spacing: 0.16em;
}

.kw-about-chapter h2 {
	font-size: clamp(1.5rem, 1.7vw, 2rem);
	line-height: 1.04;
	color: #f1e8d7;
}

.kw-about-chapter__body {
	margin-top: 0.95rem;
}

.kw-about-chapter__body p {
	font-size: clamp(0.9rem, 0.92vw, 1rem);
	line-height: 1.5;
	color: rgba(241, 232, 215, 0.9);
}

/* Name strip */

.kw-about-name {
	position: relative;
	background:
		linear-gradient(rgba(12, 16, 10, 0.94), rgba(12, 16, 10, 0.94)),
		var(--kw-about-forest-soft);
	border-top: 1px solid rgba(231, 223, 207, 0.18);
	color: var(--kw-about-paper);
	padding-block: clamp(4rem, 5vw, 6rem);
	overflow: visible;
}

.kw-about-name__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 180px minmax(280px, 0.82fr) minmax(360px, 1fr);
	gap: clamp(1.2rem, 2.5vw, 2.8rem);
	align-items: center;
	min-height: clamp(220px, 16vw, 300px);
}

.kw-about-name__tree,
.kw-about-quote__mark img {
	display: block;
	width: 170px;
	height: auto;
	object-fit: contain;
	opacity: 0.9;
}

.kw-about-quote__mark img {
	width: 180px;
}

.kw-about-name__headline .kw-eyebrow {
	margin-bottom: 0.5rem;
}

.kw-about-name h2 {
	font-size: clamp(3.4rem, 4.2vw, 4.8rem);
	line-height: 1.04;
	letter-spacing: -0.035em;
	color: #f1e8d7;
}

.kw-about-name__text {
	max-width: 660px;
	padding-left: clamp(2rem, 3.5vw, 3.55rem);
	border-left: 1px solid rgba(168, 138, 81, 0.58);
}

.kw-about-name__text p {
	font-size: clamp(0.98rem, 1.05vw, 1.13rem);
	line-height: 1.55;
	color: rgba(241, 232, 215, 0.92);
}

.kw-about-name__text p + p {
	margin-top: 1rem;
}

/* Paper story */

.kw-about-paper-story {
	position: relative;
	background:
		radial-gradient(circle at 12% 8%, rgba(255, 255, 255, 0.36), transparent 24%),
		radial-gradient(circle at 88% 70%, rgba(37, 37, 30, 0.05), transparent 32%),
		var(--kw-about-paper);
	padding-block: clamp(2.35rem, 3.5vw, 3.6rem) 0;
}

.kw-about-paper-story > .kw-section-inner {
	position: relative;
	z-index: 1;
}

.kw-about-quote {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 0.42fr);
	gap: clamp(2rem, 5vw, 6rem);
	align-items: center;
	margin-bottom: clamp(2rem, 3.2vw, 3.1rem);
}

.kw-about-quote blockquote {
	position: relative;
	max-width: 860px;
	padding-left: clamp(4rem, 5.7vw, 6.2rem);
	font-size: clamp(2rem, 3.2vw, 3.55rem);
	line-height: 1.08;
	color: var(--kw-about-ink);
}

.kw-about-quote blockquote::before {
	content: "\201C";
	position: absolute;
	left: 0;
	top: -0.18em;
	font-size: 1.6em;
	line-height: 1;
	color: var(--kw-about-rust);
}

.kw-about-quote__mark {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 2rem;
	align-items: center;
}

.kw-about-quote__mark span {
	display: block;
	height: 1px;
	background: rgba(154, 78, 50, 0.62);
}

.kw-about-svealand__grid {
	display: grid;
	grid-template-columns: minmax(230px, 330px) minmax(320px, 1fr) minmax(330px, 0.95fr);
	gap: clamp(2rem, 3.4vw, 3.9rem);
	align-items: start;
}

.kw-about-svealand__image {
	margin: 0;
	background: #c7bca7;
}

.kw-about-svealand__image img {
	width: 100%;
	aspect-ratio: 1.22 / 1;
	object-fit: cover;
	object-position: 35% center;
	filter: saturate(0.95) contrast(1.02) brightness(0.92);
}

.kw-about-svealand__content {
	padding-top: clamp(0.6rem, 1.7vw, 1.7rem);
}

.kw-about-svealand__content .kw-eyebrow {
	margin-bottom: 1.05rem;
}

.kw-about-svealand__lead {
	max-width: 680px;
	font-size: clamp(1.05rem, 1.24vw, 1.35rem);
	font-weight: 700;
	line-height: 1.38;
	color: var(--kw-about-forest);
}

.kw-about-svealand__content p:not(.kw-eyebrow, .kw-about-svealand__lead) {
	margin-top: 1rem;
	font-size: clamp(0.92rem, 0.98vw, 1.05rem);
	line-height: 1.48;
	color: rgba(37, 37, 30, 0.92);
}

.kw-about-pillars {
	display: grid;
	gap: 1.35rem;
	padding: clamp(0.9rem, 2vw, 1.6rem) 0 clamp(0.7rem, 2vw, 1.3rem) clamp(2rem, 3vw, 3.3rem);
	border-left: 1px solid rgba(154, 78, 50, 0.35);
}

.kw-about-pillar {
	display: grid;
	grid-template-columns: 70px minmax(0, 1fr);
	gap: 1.2rem;
	align-items: start;
}

.kw-about-pillar img {
	display: block;
	width: 62px;
	height: auto;
	object-fit: contain;
}

.kw-about-pillar h3 {
	margin-bottom: 0.38rem;
	font-family: var(--kw-font-sans, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
	font-size: 0.78rem;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--kw-about-ink);
}

.kw-about-pillar p {
	font-size: clamp(0.86rem, 0.88vw, 0.96rem);
	line-height: 1.42;
	color: rgba(37, 37, 30, 0.92);
}

/* CTA and custom footer */

.kw-about-cta {
	position: relative;
	background:
		linear-gradient(rgba(12, 16, 10, 0.94), rgba(12, 16, 10, 0.94)),
		var(--kw-about-forest);
	color: var(--kw-about-paper);
	padding-block: clamp(1.35rem, 2.4vw, 2.25rem) 1.05rem;
	text-align: center;
	overflow: hidden;
}

.kw-about-cta > .kw-section-inner {
	position: relative;
	z-index: 1;
}

.kw-about-cta h2 {
	font-size: clamp(1.85rem, 2.3vw, 2.6rem);
	line-height: 1.05;
	color: #f1e8d7;
}

.kw-about-cta p {
	max-width: 780px;
	margin: 0.45rem auto 0;
	font-size: clamp(0.9rem, 0.94vw, 1rem);
	line-height: 1.45;
	color: rgba(241, 232, 215, 0.86);
}

.kw-about-cta__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 1.45rem;
	margin-top: 1.25rem;
}

.kw-about .kw-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 255px;
	min-height: 42px;
	padding: 0.78rem 1.45rem;
	font-family: var(--kw-font-sans, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
	font-size: 0.74rem;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid currentColor;
	border-radius: 0;
}

.kw-about .kw-button--primary {
	color: #fff8ed;
	background: var(--kw-about-rust);
	border-color: var(--kw-about-rust);
}

.kw-about .kw-button--primary:hover,
.kw-about .kw-button--primary:focus-visible {
	background: #b15f3f;
	border-color: #b15f3f;
}

.kw-about .kw-button--secondary {
	color: #f1e8d7;
	background: transparent;
	border-color: rgba(241, 232, 215, 0.86);
}

.kw-about .kw-button--secondary:hover,
.kw-about .kw-button--secondary:focus-visible {
	color: var(--kw-about-forest);
	background: #f1e8d7;
}

.kw-about-footer {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	gap: 1.5rem;
	align-items: end;
	margin-top: 2.3rem;
	font-family: var(--kw-font-sans, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
}

.kw-about-footer__email {
	justify-self: center;
	font-size: 0.78rem;
	color: rgba(168, 138, 81, 0.9);
	text-decoration: none;
}

.kw-about-footer__copyright {
	justify-self: end;
	margin: 0;
	padding-right: 0;
	font-size: 0.78rem;
	color: rgba(241, 232, 215, 0.72);
}

/* Responsive */

@media (max-width: 1180px) {
	.kw-about-chapters__grid,
	.kw-about-svealand__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.kw-about-pillars {
		grid-column: 1 / -1;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		padding-left: 0;
		border-left: 0;
		border-top: 1px solid rgba(154, 78, 50, 0.35);
	}

	.kw-about-name__grid {
		grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1fr);
	}

	.kw-about-name__tree {
		display: none;
	}
}

@media (max-width: 860px) {
	.kw-about {
		--kw-about-gutter: 1.5rem;
	}

	.kw-about-topbar,
	.kw-global-header {
		min-height: 74px;
		padding-top: 1.3rem;
	}

	.kw-about-nav,
	.kw-global-header__nav {
		gap: 0.9rem;
		flex-wrap: wrap;
	}

	.kw-about-nav a,
	.kw-global-header__nav a {
		font-size: 0.64rem;
	}

	.kw-about-hero {
		height: auto;
		min-height: 720px;
		align-items: end;
	}

	.kw-about-hero__image {
		object-position: 61% center;
	}

	.kw-about-hero__overlay {
		background: linear-gradient(0deg, rgba(9, 13, 8, 0.97) 0%, rgba(9, 13, 8, 0.82) 50%, rgba(9, 13, 8, 0.2) 100%);
	}

	.kw-about-hero__content {
		padding-block: 8rem 4rem;
	}

	.kw-about-hero h1 {
		font-size: clamp(3rem, 11vw, 4.7rem);
	}

	.kw-about-intro {
		margin-top: 0;
		background: var(--kw-about-paper);
	}

	.kw-about-intro__paper {
		clip-path: polygon(
			0 0,
			calc(100% - 180px) 0,
			100% 90px,
			100% 100%,
			0 100%
		);
	}

	.kw-about-intro .kw-section-inner {
		padding-block: 2.2rem;
	}

	.kw-about-chapters__grid,
	.kw-about-name__grid,
	.kw-about-quote,
	.kw-about-svealand__grid,
	.kw-about-pillars,
	.kw-about-footer {
		grid-template-columns: 1fr;
	}

	.kw-about-name__text,
	.kw-about-pillars {
		padding-left: 0;
		border-left: 0;
		border-top: 1px solid rgba(168, 138, 81, 0.38);
		padding-top: 1.6rem;
	}

	.kw-about-quote__mark {
		display: none;
	}

	.kw-about-pillars {
		gap: 1.2rem;
	}

	.kw-about-footer {
		justify-items: center;
		text-align: center;
	}

	.kw-about-footer__copyright,
	.kw-about-footer__email {
		justify-self: center;
	}
}

@media (max-width: 620px) {
	.kw-about {
		--kw-about-gutter: 1.15rem;
	}

	.kw-about-nav,
	.kw-global-header__nav {
		display: none;
	}

	.kw-about-brand__name,
	.kw-global-header__name {
		font-size: 0.9rem;
	}

	.kw-about-brand__claim,
	.kw-global-header__claim {
		font-size: 0.66rem;
	}

	.kw-about-hero {
		min-height: 680px;
	}

	.kw-about-hero .kw-eyebrow {
		padding-left: 1.45rem;
		font-size: 0.68rem;
	}

	.kw-about-hero .kw-eyebrow::before {
		height: 7.2rem;
	}

	.kw-about-hero h1 {
		font-size: clamp(2.55rem, 12vw, 3.7rem);
	}

	.kw-about-hero__subline {
		font-size: 1.05rem;
	}

	.kw-about-intro .kw-section-inner {
		padding-block: 2.6rem;
	}

	.kw-about-intro__text {
		padding-left: 1.1rem;
	}

	.kw-about-intro__text p {
		font-size: 1.03rem;
	}

	.kw-about-chapter {
		padding-left: 1rem;
	}

	.kw-about-quote blockquote {
		padding-left: 2.45rem;
		font-size: clamp(1.8rem, 9vw, 2.6rem);
	}

	.kw-about .kw-button {
		width: 100%;
		max-width: 320px;
	}
}

/* Unified desktop hero for Home, Albums, About, Stories, Contact */

@media (min-width: 1024px) {
	body.kw-unified-hero-page .kw-about-hero {
		min-height: 700px;
		height: 700px;
	}

	body.kw-unified-hero-page .kw-global-header,
	body.kw-unified-hero-page .kw-about-topbar {
		width: 100%;
		max-width: 1180px;
		padding-top: 38px;
		min-height: auto;
	}

	body.kw-unified-hero-page .kw-about-hero__content {
		width: 100%;
		max-width: 1180px;
		margin: 0 auto;
		padding-top: 128px;
		padding-bottom: 120px;
	}
}

/* Mobile navigation */

.kw-global-header__burger {
	display: none;
}

.kw-global-header__mobile-nav {
	display: none;
}

@media (max-width: 900px) {
	.kw-global-header__nav {
		display: none;
	}

	.kw-global-header__burger {
		display: block;
		position: fixed;
		top: 38px;
		right: 24px;
		z-index: 100;
		width: 44px;
		height: 44px;
		padding: 0;
		background: transparent;
		border: 0;
		cursor: pointer;
	}

	.kw-global-header__burger:focus-visible {
		outline: 2px solid var(--kw-about-brass);
		outline-offset: 4px;
	}

	.kw-global-header__burger-line {
		display: block;
		width: 28px;
		height: 2px;
		margin: 6px auto;
		background: #f2ead9;
		transition: transform 0.2s ease, opacity 0.2s ease;
	}

	.kw-global-header__burger[aria-expanded="true"] .kw-global-header__burger-line:nth-child(1) {
		transform: translateY(8px) rotate(45deg);
	}

	.kw-global-header__burger[aria-expanded="true"] .kw-global-header__burger-line:nth-child(2) {
		opacity: 0;
	}

	.kw-global-header__burger[aria-expanded="true"] .kw-global-header__burger-line:nth-child(3) {
		transform: translateY(-8px) rotate(-45deg);
	}

	.kw-global-header__mobile-nav {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 0.5rem;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		z-index: 99;
		background: rgba(5, 9, 5, 0.97);
		padding: 2rem;
		visibility: hidden;
		opacity: 0;
		transform: translateY(-100%);
		transition: visibility 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
	}

	.kw-global-header__mobile-nav.is-open {
		visibility: visible;
		opacity: 1;
		transform: translateY(0);
	}

	.kw-global-header__mobile-nav[hidden] {
		display: flex;
	}

	.kw-global-header__mobile-nav a {
		font-family: var(--kw-font-sans, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
		font-size: 0.9rem;
		font-weight: 800;
		letter-spacing: 0.13em;
		text-transform: uppercase;
		text-decoration: none;
		color: rgba(242, 234, 217, 0.92);
		min-height: 48px;
		padding: 0.75rem 1rem;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		max-width: 280px;
	}

	.kw-global-header__mobile-nav a:hover,
	.kw-global-header__mobile-nav a:focus-visible,
	.kw-global-header__mobile-nav a.is-current {
		color: var(--kw-about-rust);
	}

	.kw-global-header__mobile-nav a:focus-visible {
		outline: 2px solid var(--kw-about-brass);
		outline-offset: 3px;
	}
}

@media (max-width: 620px) {
	.kw-global-header__burger {
		top: 24px;
		right: 18px;
	}

	.kw-global-header__burger-line {
		width: 24px;
		margin: 5px auto;
	}
}

/* Mobile paper fix: straight paper edge, no overlap into hero on all pages except Streaming */

@media (max-width: 900px) {
	body:not(.kw-streaming-page) .kw-about-intro,
	body:not(.kw-streaming-page).kw-home-page .kw-home-latest-section,
	body:not(.kw-streaming-page).kw-single-album-page .kw-single-album-note,
	body:not(.kw-streaming-page).kw-single-album-page .kw-single-album-tracklist {
		margin-top: 0 !important;
		position: relative;
		z-index: 5;
	}

	body:not(.kw-streaming-page) .kw-about-intro__paper,
	body:not(.kw-streaming-page).kw-home-page .kw-home-latest-paper,
	body:not(.kw-streaming-page).kw-single-album-page .kw-single-album-note__paper,
	body:not(.kw-streaming-page).kw-single-album-page .kw-single-album-tracklist__paper,
	body:not(.kw-streaming-page) .kw-about-paper-story {
		clip-path: none !important;
		transform: none !important;
		border-radius: 0 !important;
		padding-top: 1.5rem;
	}

	body:not(.kw-streaming-page) .kw-about-intro__paper::before,
	body:not(.kw-streaming-page) .kw-about-intro__paper::after,
	body:not(.kw-streaming-page).kw-home-page .kw-home-latest-paper::before,
	body:not(.kw-streaming-page).kw-home-page .kw-home-latest-paper::after,
	body:not(.kw-streaming-page).kw-single-album-page .kw-single-album-note__paper::before,
	body:not(.kw-streaming-page).kw-single-album-page .kw-single-album-note__paper::after,
	body:not(.kw-streaming-page).kw-single-album-page .kw-single-album-tracklist__paper::after,
	body:not(.kw-streaming-page) .kw-about-paper-story::after,
	body:not(.kw-streaming-page) .kw-album-intro__grid::before,
	body:not(.kw-streaming-page) .kw-album-intro__list::before {
		display: none !important;
	}
}
