:root {
	--sm-bg: #f3ece4;
	--sm-bg-soft: #efe6db;
	--sm-bg-deep: #142b2d;
	--sm-bg-night: #111a30;
	--sm-text: #1c1917;
	--sm-text-soft: #efe6da;
	--sm-text-muted: rgba(239, 230, 218, 0.82);
	--sm-accent: #b27b58;
	--sm-accent-soft: rgba(178, 123, 88, 0.18);
	--sm-white: #fffaf4;
	--sm-line: rgba(255, 250, 244, 0.34);
	--sm-shadow: 0 30px 80px rgba(17, 26, 48, 0.18);
	--sm-radius: 30px;
	--sm-container: 1140px;
	--sm-container-wide: 1280px;
	--sm-font-body: "Manrope", sans-serif;
	--sm-font-hero: "League Spartan", sans-serif;
	--sm-font-ui: "Jost", "Manrope", sans-serif;
	--sm-font-display: "Playfair Display", "Cormorant Garamond", serif;
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: var(--sm-font-body);
	background: var(--sm-bg);
	color: var(--sm-text);
	line-height: 1.6;
}

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

a {
	color: inherit;
}

p {
	margin: 0 0 1.2rem;
}

.site-shell {
	min-height: 100vh;
}

.layout-container {
	width: min(calc(100% - 48px), var(--sm-container));
	margin: 0 auto;
}

.layout-container--wide {
	width: min(calc(100% - 48px), var(--sm-container-wide));
}

.full-bleed-section {
	width: 100%;
}

.section-kicker {
	margin: 0 0 12px;
	font-family: var(--sm-font-ui);
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: var(--sm-accent);
}

.section-heading {
	max-width: 840px;
	margin-bottom: 48px;
}

.section-heading--light {
	color: var(--sm-white);
}

.section-heading--light .section-kicker {
	color: rgba(239, 230, 218, 0.78);
}

.section-heading--center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.section-heading h2,
.hero-title,
.album-spotlight__title {
	margin: 0;
	font-family: var(--sm-font-display);
	font-weight: 500;
	letter-spacing: -0.04em;
	line-height: 0.94;
}

.section-heading h2 {
	font-size: clamp(3rem, 5vw, 5.3rem);
}

.hero-section {
	position: relative;
	min-height: 100vh;
	padding: 44px 0 80px;
	background-position: center;
	background-size: cover;
	color: var(--sm-white);
}

.hero-section::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(7, 13, 24, 0.42) 0%, rgba(7, 13, 24, 0.16) 38%, rgba(7, 13, 24, 0.06) 66%, rgba(7, 13, 24, 0.18) 100%),
		linear-gradient(180deg, rgba(7, 13, 24, 0.12), rgba(7, 13, 24, 0.26));
}

.hero-section__inner {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	min-height: calc(100vh - 124px);
}

.hero-section__content {
	position: relative;
	max-width: 760px;
	padding: 12px 0 0;
}

.hero-section__content::before {
	content: "";
	position: absolute;
	inset: -28px auto -24px -26px;
	width: min(58vw, 520px);
	background: linear-gradient(180deg, rgba(6, 12, 22, 0.18), rgba(6, 12, 22, 0.04));
	filter: blur(1px);
	z-index: -1;
}

.hero-title {
	font-family: var(--sm-font-hero);
	font-size: clamp(4.2rem, 9vw, 8.6rem);
	font-weight: 800;
	line-height: 0.9;
	text-transform: lowercase;
	max-width: 780px;
	letter-spacing: -0.05em;
}

.hero-subtitle {
	margin: 24px 0 0;
	font-family: var(--sm-font-ui);
	font-size: clamp(1rem, 2vw, 1.32rem);
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(255, 250, 244, 0.78);
}

.hero-copy {
	display: none;
}

.button-primary,
.button-secondary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 12px 24px;
	border-radius: 0;
	font-family: var(--sm-font-ui);
	font-size: 0.8rem;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	text-decoration: none;
	transition: transform 0.2s ease, opacity 0.2s ease, background-color 0.2s ease;
}

.button-primary {
	margin-top: 36px;
	background: rgba(255, 250, 244, 0.96);
	color: #5d412d;
}

.hero-section__actions {
	display: flex;
	justify-content: center;
	margin-top: 36px;
}

.hero-section__actions .button-primary {
	margin-top: 0;
}

.button-secondary {
	border: 1px solid rgba(255, 250, 244, 0.42);
	color: var(--sm-white);
	background: rgba(255, 255, 255, 0.05);
}

.button-primary:hover,
.button-secondary:hover,
.button-primary:focus-visible,
.button-secondary:focus-visible {
	transform: translateY(-1px);
	opacity: 0.95;
}

.about-section {
	padding: 92px 0 72px;
	background: var(--sm-bg-deep);
	color: var(--sm-white);
}

.about-stage {
	display: grid;
	grid-template-columns: 210px minmax(0, 1.15fr) minmax(0, 0.95fr);
	gap: 32px;
	align-items: start;
}

.about-stage__portrait {
	align-self: stretch;
}

.about-stage__portrait img {
	width: 100%;
	height: 100%;
	min-height: 440px;
	border-radius: 26px;
	object-fit: cover;
	object-position: left center;
	box-shadow: var(--sm-shadow);
}

.about-stage__intro,
.about-stage__body,
.about-stage__points {
	font-size: 0.98rem;
	color: var(--sm-text-muted);
}

.about-stage__intro {
	font-size: 1.04rem;
}

.about-stage__points {
	display: grid;
	gap: 18px;
	padding-left: 18px;
}

.about-stage__points p {
	position: relative;
	margin: 0;
}

.about-stage__points p::before {
	content: "";
	position: absolute;
	left: -18px;
	top: 0.75em;
	width: 6px;
	height: 6px;
	border-radius: 999px;
	background: rgba(239, 230, 218, 0.82);
	transform: translateY(-50%);
}

.achievements-section {
	background: var(--sm-bg-deep);
	color: var(--sm-white);
}

.achievements-stage {
	position: relative;
	overflow: hidden;
	padding: 96px 0 180px;
	background: transparent;
}

.achievements-stage::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: inherit;
	background-position: center top;
	background-size: cover;
	filter: saturate(0.96);
	transform: scale(1.01);
	opacity: 0.9;
}

.achievements-stage::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(8, 15, 26, 0.16), rgba(8, 15, 26, 0.08) 28%, rgba(8, 15, 26, 0.18));
}

.achievements-stage .layout-container {
	position: relative;
	z-index: 1;
}

.achievement-cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.achievement-card {
	min-height: 380px;
	padding: 42px 30px;
	border: 1px solid rgba(255, 250, 244, 0.34);
	background: rgba(11, 17, 29, 0.42);
	backdrop-filter: blur(6px);
	text-align: center;
}

.achievement-card p {
	margin: 0;
	font-size: clamp(1.15rem, 2vw, 1.38rem);
	line-height: 1.45;
}

.achievements-quote {
	margin-top: -122px;
	padding: 0 0 88px;
}

.achievements-quote .layout-container {
	text-align: center;
}

.achievements-quote__text {
	max-width: 1080px;
	margin: 0 auto 34px;
	font-family: var(--sm-font-display);
	font-size: clamp(2.1rem, 4.5vw, 4rem);
	line-height: 1.06;
	color: rgba(239, 230, 218, 0.94);
}

.achievements-quote__footer {
	display: grid;
	justify-content: center;
	gap: 18px;
}

.achievements-quote__photo {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

.achievements-quote__photo img {
	width: min(100%, 172px);
	border: 1px solid rgba(255, 250, 244, 0.18);
	box-shadow: var(--sm-shadow);
}

.achievements-quote__contact h2 {
	margin: 0 0 10px;
	font-family: var(--sm-font-display);
	font-size: 2.1rem;
	font-weight: 500;
}

.contact-link {
	display: inline-block;
	font-family: var(--sm-font-ui);
	font-size: 0.92rem;
	color: rgba(239, 230, 218, 0.84);
	text-decoration: none;
}

.visual-break {
	position: relative;
	min-height: clamp(260px, 48vw, 520px);
	background-position: center center;
	background-size: cover;
}

.visual-break__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(18, 31, 39, 0.14), rgba(18, 31, 39, 0.14));
}

.album-spotlight {
	position: relative;
	overflow: hidden;
	padding: 68px 0 52px;
	background-position: center center;
	background-size: cover;
	color: var(--sm-white);
}

.album-spotlight::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(18, 31, 39, 0.7) 0%, rgba(18, 31, 39, 0.28) 32%, rgba(18, 31, 39, 0.06) 60%, rgba(18, 31, 39, 0.18) 100%),
		linear-gradient(180deg, rgba(18, 31, 39, 0.08), rgba(18, 31, 39, 0.22));
}

.album-spotlight__stack {
	position: relative;
	z-index: 1;
	min-height: clamp(420px, 54vw, 680px);
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding-top: 8px;
}

.album-spotlight__title {
	max-width: 320px;
	font-family: var(--sm-font-hero);
	font-size: clamp(4rem, 8vw, 7rem);
	font-weight: 800;
	line-height: 0.84;
	text-transform: uppercase;
	display: grid;
	gap: 0;
}

.album-spotlight__title span {
	display: block;
}

.discography-section {
	padding: 88px 0 96px;
	background: var(--sm-bg-deep);
	color: var(--sm-white);
}

.albums-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 34px 20px;
}

.album-tile {
	padding: 0 0 18px;
	background: transparent;
	border: 1px solid rgba(255, 250, 244, 0.16);
	box-shadow: none;
}

.album-tile__cover {
	overflow: hidden;
	border-bottom: 1px solid rgba(255, 250, 244, 0.16);
	border-radius: 0;
	aspect-ratio: 1 / 1;
}

.album-tile__cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.album-tile h3 {
	margin: 12px 0 0;
	font-family: var(--sm-font-ui);
	font-size: 1.08rem;
	font-weight: 500;
	line-height: 1.5;
	color: rgba(239, 230, 218, 0.9);
}

.album-tile h3::before {
	content: "• ";
}

.new-album-section {
	position: relative;
	overflow: hidden;
	padding: 112px 0 128px;
	background-position: center center;
	background-size: cover;
	color: var(--sm-white);
}

.new-album-section::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 24%),
		linear-gradient(90deg, rgba(68, 33, 14, 0.34), rgba(68, 33, 14, 0.12)),
		radial-gradient(circle at 20% 70%, rgba(255, 220, 170, 0.1), transparent 26%),
		radial-gradient(circle at 82% 60%, rgba(255, 220, 170, 0.08), transparent 20%);
}

.new-album-section .layout-container {
	position: relative;
	z-index: 1;
}

.new-album-columns {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 52px;
}

.new-album-copy {
	position: relative;
	padding-top: 8px;
}

.new-album-copy__mark {
	display: block;
	margin-bottom: 10px;
	font-family: var(--sm-font-display);
	font-size: 3rem;
	line-height: 1;
}

.new-album-copy p {
	font-size: 1.06rem;
	line-height: 1.7;
	color: rgba(255, 250, 244, 0.93);
}

.new-album-copy cite {
	display: block;
	margin-top: 26px;
	font-style: normal;
	font-family: var(--sm-font-ui);
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.site-footer {
	padding: 28px 0 48px;
	background: var(--sm-bg-deep);
}

.site-footer p {
	margin: 0;
	padding-top: 18px;
	border-top: 1px solid rgba(255, 250, 244, 0.22);
	font-size: 0.92rem;
	color: rgba(239, 230, 218, 0.72);
}

.site-main--simple {
	padding: 72px 0;
}

.entry-content h1 {
	font-family: var(--sm-font-display);
	font-size: clamp(3rem, 5vw, 5rem);
}

@media (max-width: 1100px) {
	.about-stage,
	.achievement-cards,
	.album-spotlight__grid,
	.albums-grid,
	.new-album-columns {
		grid-template-columns: 1fr;
	}

	.about-stage__portrait {
		max-width: 320px;
	}

	.achievement-card {
		min-height: auto;
	}

	.album-spotlight__grid {
		min-height: auto;
	}

	.album-spotlight__aside {
		max-width: 520px;
	}
}

@media (max-width: 720px) {
	.layout-container,
	.layout-container--wide {
		width: min(calc(100% - 24px), var(--sm-container-wide));
	}

	.hero-section {
		min-height: auto;
		padding: 28px 0 44px;
	}

	.hero-section__inner {
		min-height: auto;
		padding-top: 48px;
	}

	.hero-title {
		font-size: clamp(3.2rem, 16vw, 5.1rem);
	}

	.section-heading h2 {
		font-size: clamp(2.4rem, 12vw, 3.6rem);
	}

	.about-section,
	.achievements-stage,
	.discography-section,
	.new-album-section,
	.album-spotlight {
		padding-top: 72px;
		padding-bottom: 72px;
	}

	.about-stage__portrait img {
		min-height: auto;
	}

	.achievements-quote {
		margin-top: -70px;
		padding-bottom: 72px;
	}

	.achievements-quote__text {
		font-size: clamp(1.7rem, 10vw, 2.6rem);
	}

	.album-spotlight__title {
		font-size: clamp(3rem, 16vw, 5rem);
	}

	.album-spotlight__aside {
		padding: 22px;
	}

	.new-album-columns {
		gap: 34px;
	}
}

/* Layout overrides aligned to the full-page export reference. */
.achievements-quote__photo {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

.achievements-quote__photo img {
	width: min(100%, 172px);
	border: 1px solid rgba(255, 250, 244, 0.18);
	box-shadow: var(--sm-shadow);
}

.visual-break {
	position: relative;
	min-height: clamp(260px, 48vw, 520px);
	background-position: center center;
	background-size: cover;
}

.visual-break__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(18, 31, 39, 0.14), rgba(18, 31, 39, 0.14));
}

.album-spotlight {
	padding: 68px 0 52px;
	background-position: center center;
}

.album-spotlight::before {
	background:
		linear-gradient(90deg, rgba(18, 31, 39, 0.7) 0%, rgba(18, 31, 39, 0.28) 32%, rgba(18, 31, 39, 0.06) 60%, rgba(18, 31, 39, 0.18) 100%),
		linear-gradient(180deg, rgba(18, 31, 39, 0.08), rgba(18, 31, 39, 0.22));
}

.album-spotlight__stack {
	position: relative;
	z-index: 1;
	min-height: clamp(420px, 54vw, 680px);
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding-top: 8px;
}

.album-spotlight__title {
	max-width: 320px;
	font-size: clamp(4rem, 8vw, 7rem);
}

.discography-section {
	padding-top: 76px;
}

.album-tile {
	padding: 0 0 18px;
	border: 1px solid rgba(255, 250, 244, 0.16);
}

.album-tile__cover {
	border: 0;
	border-bottom: 1px solid rgba(255, 250, 244, 0.16);
}

.album-tile h3 {
	margin: 12px 14px 0;
	font-size: 0.98rem;
}

.album-tile h3::before {
	content: "• ";
}

.new-album-section {
	background:
		radial-gradient(circle at top center, rgba(225, 151, 88, 0.22), transparent 34%),
		linear-gradient(180deg, #a45c31 0%, #955127 100%);
}

.new-album-copy__mark {
	color: rgba(255, 250, 244, 0.92);
}

@media (max-width: 1100px) {
	.album-spotlight__stack {
		min-height: 360px;
	}
}

@media (max-width: 720px) {
	.visual-break {
		min-height: 180px;
	}

	.album-spotlight {
		padding-top: 56px;
		padding-bottom: 40px;
	}

	.album-spotlight__title {
		max-width: 240px;
		font-size: clamp(3rem, 16vw, 4.9rem);
	}

	.album-tile h3 {
		margin-left: 12px;
		margin-right: 12px;
	}
}

/* Second-pass layout tightening based on the latest screenshot. */
.about-section {
	padding: 88px 0 80px;
}

.about-stage {
	grid-template-columns: 180px minmax(0, 1fr) minmax(0, 1fr);
	gap: 26px;
}

.about-stage__portrait img {
	min-height: 360px;
	border-radius: 20px;
}

.achievements-stage {
	padding: 74px 0 118px;
}

.achievement-card {
	min-height: 168px;
	padding: 28px 24px;
}

.achievement-card p {
	font-size: clamp(0.9rem, 1.15vw, 1.15rem);
	line-height: 1.42;
}

.achievements-quote {
	margin-top: -28px;
	padding-bottom: 74px;
}

.achievements-quote__text {
	max-width: 900px;
	margin-bottom: 28px;
	font-size: clamp(2rem, 3.2vw, 3.3rem);
	line-height: 1.02;
}

.achievements-quote__photo img {
	width: min(100%, 134px);
}

.visual-break {
	min-height: clamp(180px, 28vw, 320px);
}

.discography-section {
	padding-top: 66px;
	padding-bottom: 92px;
}

.albums-grid {
	gap: 18px 14px;
}

.album-tile h3 {
	margin: 10px 10px 0;
	font-size: 0.86rem;
	line-height: 1.45;
}

.album-spotlight {
	padding: 52px 0 34px;
}

.album-spotlight__stack {
	min-height: clamp(300px, 34vw, 420px);
}

.album-spotlight__title {
	max-width: 220px;
	font-size: clamp(3.2rem, 6vw, 5.3rem);
}

.new-album-section {
	padding: 72px 0 88px;
}

.new-album-columns {
	gap: 36px;
}

.new-album-copy p {
	font-size: 0.96rem;
	line-height: 1.65;
}

@media (max-width: 1100px) {
	.about-stage {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 720px) {
	.about-section,
	.discography-section,
	.new-album-section {
		padding-top: 56px;
		padding-bottom: 64px;
	}

	.achievements-stage {
		padding-top: 56px;
		padding-bottom: 88px;
	}

	.achievements-quote {
		margin-top: -18px;
	}

	.achievements-quote__text {
		font-size: clamp(1.55rem, 8vw, 2.2rem);
	}

	.album-spotlight__stack {
		min-height: 240px;
	}

	.album-spotlight__title {
		max-width: 176px;
		font-size: clamp(2.8rem, 13vw, 4.1rem);
	}
}

/* Third-pass tuning for the middle sections: about, achievements, contact. */
.about-section {
	padding: 96px 0 104px;
}

.about-section .section-heading {
	max-width: 560px;
	margin-bottom: 34px;
}

.about-stage {
	grid-template-columns: 180px minmax(0, 1.05fr) minmax(0, 1fr);
	grid-template-areas:
		"portrait intro body"
		"points intro body";
	column-gap: 34px;
	row-gap: 18px;
}

.about-stage__portrait {
	grid-area: portrait;
	padding-top: 10px;
}

.about-stage__portrait img {
	min-height: 388px;
	border-radius: 18px;
}

.about-stage__intro {
	grid-area: intro;
	font-size: 0.92rem;
	line-height: 1.78;
}

.about-stage__body {
	grid-area: body;
	font-size: 0.9rem;
	line-height: 1.84;
}

.about-stage__body p + p,
.about-stage__intro p + p {
	margin-top: 1rem;
}

.about-stage__points {
	grid-area: points;
	gap: 16px;
	padding-top: 2px;
	font-size: 0.84rem;
	line-height: 1.6;
}

.achievements-stage {
	padding: 132px 0 212px;
}

.achievement-cards {
	max-width: 1040px;
	margin: 0 auto;
	gap: 18px;
}

.achievement-card {
	min-height: 164px;
	padding: 26px 24px 24px;
	background: rgba(9, 15, 28, 0.16);
	border-color: rgba(255, 250, 244, 0.18);
	backdrop-filter: blur(3px);
}

.achievement-card p {
	font-size: clamp(0.98rem, 1.18vw, 1.15rem);
	line-height: 1.52;
}

.achievements-quote {
	position: relative;
	z-index: 2;
	margin-top: -12px;
	padding: 10px 0 96px;
}

.achievements-quote__footer {
	gap: 12px;
}

.achievements-quote__contact {
	display: grid;
	justify-items: center;
	gap: 6px;
}

.achievements-quote__photo {
	margin-bottom: 8px;
}

.achievements-quote__photo img {
	width: min(100%, 96px);
}

.achievements-quote__contact .section-kicker {
	margin-bottom: 2px;
	font-size: 0.62rem;
	letter-spacing: 0.34em;
}

.achievements-quote__contact h2 {
	margin-bottom: 4px;
	font-size: 1.9rem;
	line-height: 1.02;
}

.achievements-quote__lead {
	max-width: 420px;
	margin: 2px auto 8px;
	font-size: 0.92rem;
	line-height: 1.65;
	color: rgba(239, 230, 218, 0.82);
}

.contact-link {
	font-size: 0.82rem;
	opacity: 0.86;
}

@media (max-width: 1100px) {
	.about-stage {
		grid-template-columns: 1fr;
		grid-template-areas:
			"intro"
			"portrait"
			"points"
			"body";
		row-gap: 22px;
	}

	.about-stage__portrait {
		max-width: 260px;
		padding-top: 0;
	}
}

@media (max-width: 720px) {
	.about-section {
		padding: 64px 0 72px;
	}

	.about-section .section-heading {
		margin-bottom: 24px;
	}

	.about-stage {
		row-gap: 18px;
	}

	.about-stage__portrait img {
		min-height: 280px;
	}

	.about-stage__intro,
	.about-stage__body,
	.about-stage__points {
		font-size: 0.92rem;
	}

	.achievements-stage {
		padding: 58px 0 104px;
	}

	.achievement-cards {
		gap: 12px;
	}

	.achievement-card {
		min-height: 0;
		padding: 22px 18px;
	}

	.achievements-quote {
		margin-top: -16px;
		padding-bottom: 72px;
	}
}

/* Fourth-pass tuning for discography and the bottom sections. */
.hero-section {
	padding: 44px 0 72px;
}

.hero-section__content::before {
	display: none;
}

.hero-section__content {
	max-width: 700px;
}

.hero-subtitle {
	color: rgba(255, 250, 244, 0.9);
}

.visual-break--records {
	min-height: clamp(520px, 68vw, 860px);
	background-position: center top;
}

.discography-section {
	padding: 78px 0 100px;
}

.discography-section .layout-container {
	width: min(calc(100% - 48px), 980px);
}

.discography-section .section-heading {
	margin-bottom: 28px;
}

.discography-section .section-heading h2 {
	font-size: clamp(3.2rem, 5vw, 4.4rem);
	line-height: 0.9;
}

.albums-grid {
	max-width: 930px;
	margin: 0 auto;
	gap: 22px 18px;
}

.album-tile {
	padding: 0 0 14px;
	border-color: rgba(255, 250, 244, 0.14);
}

.album-tile__cover {
	aspect-ratio: 1 / 1.02;
}

.album-tile h3 {
	margin: 10px 12px 0;
	font-size: 0.84rem;
	line-height: 1.5;
	color: rgba(239, 230, 218, 0.94);
}

.album-spotlight {
	padding: 72px 0 58px;
}

.album-spotlight::before {
	background:
		linear-gradient(90deg, rgba(18, 31, 39, 0.78) 0%, rgba(18, 31, 39, 0.34) 28%, rgba(18, 31, 39, 0.08) 58%, rgba(18, 31, 39, 0.12) 100%),
		linear-gradient(180deg, rgba(18, 31, 39, 0.04), rgba(18, 31, 39, 0.18));
}

.album-spotlight__stack {
	min-height: clamp(360px, 40vw, 470px);
	padding-top: 12px;
}

.album-spotlight__title {
	max-width: 246px;
	font-size: clamp(3.9rem, 6.3vw, 5.9rem);
	line-height: 0.82;
}

.visual-break--album {
	min-height: clamp(280px, 30vw, 400px);
	background-position: center 56%;
}

.new-album-section {
	padding: 74px 0 82px;
}

.new-album-section .section-heading {
	margin-bottom: 38px;
}

.new-album-section .section-heading h2 {
	font-size: clamp(3rem, 4.8vw, 4.2rem);
	line-height: 0.92;
}

.new-album-columns {
	max-width: 940px;
	margin: 0 auto;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
	gap: 42px;
}

.new-album-copy {
	padding-top: 0;
}

.new-album-copy__mark {
	margin-bottom: 8px;
	font-size: 2.3rem;
}

.new-album-copy p {
	font-size: 0.9rem;
	line-height: 1.72;
	max-width: 430px;
}

.new-album-copy cite {
	margin-top: 18px;
	font-size: 0.72rem;
	letter-spacing: 0.12em;
}

@media (max-width: 1100px) {
	.discography-section .layout-container {
		width: min(calc(100% - 40px), 980px);
	}

	.new-album-columns {
		grid-template-columns: 1fr;
		max-width: 720px;
	}

	.new-album-copy p {
		max-width: none;
	}
}

@media (max-width: 720px) {
	.visual-break--records,
	.visual-break--album {
		min-height: 180px;
	}

	.discography-section {
		padding: 58px 0 68px;
	}

	.discography-section .layout-container {
		width: min(calc(100% - 24px), 980px);
	}

	.albums-grid {
		gap: 14px;
	}

	.album-tile h3 {
		margin-left: 10px;
		margin-right: 10px;
		font-size: 0.8rem;
	}

	.album-spotlight {
		padding: 56px 0 44px;
	}

	.album-spotlight__stack {
		min-height: 270px;
	}

	.album-spotlight__title {
		max-width: 188px;
		font-size: clamp(3rem, 13vw, 4.5rem);
	}

	.new-album-section {
		padding: 58px 0 64px;
	}

	.new-album-section .section-heading {
		margin-bottom: 26px;
	}

	.new-album-columns {
		gap: 24px;
	}
}

/* Fifth-pass heading placement and section order refinements. */
.about-section__heading {
	width: 100%;
	max-width: none;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.about-section__heading h2 {
	font-size: clamp(3rem, 4.4vw, 4.9rem);
	line-height: 1;
	white-space: nowrap;
}

.about-section .about-section__heading {
	max-width: none;
}

.album-spotlight__eyebrow {
	margin: 0 0 6px;
	font-family: var(--sm-font-hero);
	font-size: clamp(2.2rem, 4.4vw, 4.3rem);
	font-weight: 800;
	line-height: 0.9;
	letter-spacing: -0.04em;
	text-transform: lowercase;
	color: rgba(255, 250, 244, 0.98);
}

.discography-section {
	padding: 84px 0 108px;
}

@media (max-width: 1100px) {
	.about-section__heading h2 {
		white-space: normal;
	}
}

@media (max-width: 720px) {
	.about-section__heading h2 {
		font-size: clamp(2.4rem, 11vw, 3.4rem);
		line-height: 1.04;
	}

	.album-spotlight__eyebrow {
		margin-bottom: 4px;
		font-size: clamp(1.9rem, 10vw, 3.1rem);
	}

	.discography-section {
		padding: 58px 0 72px;
	}
}

/* Sixth-pass CTA for the surfer image section. */
.visual-break__center {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
}

.button-primary--album {
	margin-top: 0;
	padding-inline: 32px;
	background: rgba(255, 250, 244, 0.98);
	color: #4f3827;
	box-shadow: 0 18px 45px rgba(33, 22, 12, 0.18);
}

@media (max-width: 720px) {
	.button-primary--album {
		padding-inline: 24px;
		font-size: 0.74rem;
	}
}

/* Seventh-pass spacing fix for the contact block under achievements. */
.achievements-quote {
	margin-top: 0;
	padding: 44px 0 104px;
}

.achievements-quote__contact {
	gap: 8px;
}

.achievements-quote__photo {
	margin-bottom: 12px;
}

@media (max-width: 720px) {
	.achievements-quote {
		padding: 36px 0 76px;
	}
}

/* Eighth-pass mobile discography density. */
@media (max-width: 720px) {
	.albums-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/* Ninth-pass refinement for the about section. */
.about-section {
	padding: 82px 0 120px;
}

.about-section > .layout-container {
	width: min(calc(100% - 48px), 1360px);
}

.about-section__heading {
	margin-bottom: 40px;
}

.about-section__heading h2 {
	font-size: clamp(3.25rem, 5.1vw, 5.9rem);
	letter-spacing: -0.055em;
}

.about-stage {
	grid-template-columns: minmax(360px, 540px) minmax(0, 1fr) minmax(0, 1fr);
	grid-template-areas: "portrait intro body";
	column-gap: 44px;
	row-gap: 0;
	align-items: start;
}

.about-stage__portrait {
	padding-top: 10px;
	margin-left: -28px;
}

.about-stage__portrait img {
	min-height: 640px;
	max-height: 760px;
	height: auto;
	border-radius: 0 34px 34px 0;
	object-position: left top;
}

.about-stage__intro {
	padding-top: 20px;
	font-size: 1.08rem;
	line-height: 1.72;
}

.about-stage__body {
	padding-top: 20px;
	font-size: 1rem;
	line-height: 1.82;
}

.about-stage__intro p,
.about-stage__body p {
	color: rgba(239, 230, 218, 0.94);
}

.about-stage__intro .section-kicker {
	margin-bottom: 18px;
}

.about-stage__body p + p,
.about-stage__intro p + p {
	margin-top: 1.5rem;
}

.about-stage__points {
	display: none;
}

@media (max-width: 1180px) {
	.about-section > .layout-container {
		width: min(calc(100% - 40px), 1120px);
	}

	.about-stage {
		grid-template-columns: 320px minmax(0, 1fr) minmax(0, 1fr);
		column-gap: 30px;
	}

	.about-stage__portrait {
		margin-left: 0;
	}

	.about-stage__portrait img {
		min-height: 520px;
		max-height: 620px;
		border-radius: 24px;
	}
}

@media (max-width: 960px) {
	.about-stage {
		grid-template-columns: 1fr;
		grid-template-areas:
			"intro"
			"body"
			"portrait";
		row-gap: 24px;
	}

	.about-stage__intro,
	.about-stage__body {
		padding-top: 0;
	}

	.about-stage__portrait {
		max-width: 340px;
		padding-top: 0;
	}
}

@media (max-width: 720px) {
	.about-section {
		padding: 64px 0 78px;
	}

	.about-section > .layout-container {
		width: min(calc(100% - 24px), 1120px);
	}

	.about-section__heading {
		margin-bottom: 26px;
	}

	.about-section__heading h2 {
		font-size: clamp(2.5rem, 11vw, 3.8rem);
	}

	.about-stage__intro,
	.about-stage__body {
		font-size: 0.95rem;
	}

	.about-stage__portrait {
		max-width: 260px;
	}

	.about-stage__portrait img {
		min-height: 340px;
		max-height: 420px;
		border-radius: 22px;
	}
}

/* Tenth-pass: let the portrait visually meet the next section on desktop. */
.about-section {
	padding-bottom: 0;
}

@media (max-width: 720px) {
	.about-section {
		padding-bottom: 78px;
	}
}

/* Eleventh-pass: use the prepared Szklane Morze artwork as the whole spotlight section. */
.album-spotlight {
	min-height: clamp(460px, 58vw, 760px);
	padding: 0;
	background-position: center center;
	background-size: cover;
}

.album-spotlight::before {
	background: linear-gradient(180deg, rgba(18, 31, 39, 0.04), rgba(18, 31, 39, 0.1));
}

.album-spotlight .layout-container,
.album-spotlight__stack,
.album-spotlight__eyebrow,
.album-spotlight__title {
	display: none;
}

@media (max-width: 720px) {
	.album-spotlight {
		min-height: 340px;
		background-position: left center;
		background-size: cover;
	}

	.visual-break--records {
		min-height: 320px;
		background-position: center top;
	}
}

/* Twelfth-pass: hero menu area inside the main hero container. */
.hero-section__topbar {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: flex-end;
	padding: 6px 0 0;
}

.hero-section__menu {
	display: flex;
	justify-content: flex-end;
}

.hero-menu {
	display: flex;
	flex-wrap: wrap;
	gap: 22px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.hero-menu li {
	margin: 0;
}

.hero-menu a {
	font-family: var(--sm-font-ui);
	font-size: 0.9rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: rgba(255, 250, 244, 0.9);
	text-decoration: none;
}

.hero-menu a:hover,
.hero-menu a:focus-visible {
	color: #fffaf4;
}

@media (max-width: 720px) {
	.hero-section__topbar {
		justify-content: center;
		padding-top: 0;
	}

	.hero-section__menu {
		justify-content: center;
		width: 100%;
	}

	.hero-menu {
		justify-content: center;
		gap: 16px;
	}

	.hero-menu a {
		font-size: 0.82rem;
	}
}

/* Thirteenth-pass: hard cap the about portrait so long copy cannot stretch it. */
.about-stage__portrait {
	align-self: start;
	max-height: 760px;
	overflow: hidden;
}

.about-stage__portrait img {
	display: block;
	height: auto !important;
	max-height: 760px !important;
}

@media (max-width: 1180px) {
	.about-stage__portrait {
		max-height: 620px;
	}

	.about-stage__portrait img {
		max-height: 620px !important;
	}
}

@media (max-width: 720px) {
	.about-stage__portrait {
		max-height: 420px;
	}

	.about-stage__portrait img {
		max-height: 420px !important;
	}
}

/* Fourteenth-pass: remove the portrait from the about section and rebalance the text columns. */
.hero-section__topbar,
.hero-section__menu {
	justify-content: flex-start;
}

.about-section > .layout-container {
	width: min(calc(100% - 48px), 1220px);
}

.about-stage {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-template-areas: "intro body";
	column-gap: clamp(36px, 5vw, 88px);
	align-items: start;
}

.about-stage__intro,
.about-stage__body {
	padding-top: 0;
}

.about-stage__intro {
	grid-area: intro;
}

.about-stage__body {
	grid-area: body;
}

@media (max-width: 960px) {
	.about-stage {
		grid-template-columns: 1fr;
		grid-template-areas:
			"intro"
			"body";
		row-gap: 24px;
	}
}
