@import url("https://fonts.googleapis.com/css2?family=Mozilla+Text:wght@400;500;600&display=swap");

:root {
	--bg: #000;
	--fg: #fff;
	--pad-x: clamp(22px, 3vw, 44px);
	--pad-y: clamp(22px, 2.5vw, 34px);
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	background: var(--bg);
}

body {
	margin: 0;
	background: var(--bg);
	color: var(--fg);
	font-family: "Mozilla Text", Georgia, serif;
	overflow-x: hidden;
}

a {
	color: inherit;
	text-decoration: none;
}

.site-shell {
	background: #000;
}

.site-logo {
	position: fixed;
	top: var(--pad-y);
	left: var(--pad-x);
	z-index: 30;
	width: clamp(138px, 14vw, 238px);
	height: auto;
	display: block;
}

.hero {
	position: relative;
	min-height: 180vh;
	background: #000;
}

.hero-media-wrap {
	position: sticky;
	top: 0;
	height: 100vh;
	overflow: hidden;
	background: #000;
}

.hero-media {
	position: absolute;
	inset: 0;
}

.hero-media::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(to bottom, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.38)),
		radial-gradient(circle at center, transparent 18%, rgba(0, 0, 0, 0.42) 85%);
	pointer-events: none;
}

.hero-image {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center center;
	display: block;
	transform: scale(1.04);
	transform-origin: center center;
	will-change: transform;
}

.hero-copy {
	position: absolute;
	inset: 0;
	z-index: 10;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 28px;
	padding: 0 var(--pad-x);
}

.headline {
	position: relative;
	margin: 0;
	max-width: min(92vw, 1400px);
	font-size: clamp(4.2rem, 14vw, 12rem);
	font-weight: 500;
	line-height: 0.9;
	letter-spacing: -0.045em;
	text-transform: uppercase;
	color: #fff;
	text-wrap: balance;
	will-change: transform, opacity;
}

.headline-line {
	display: block;
	overflow: hidden;
}

.headline-line > span {
	display: block;
	transform: translateY(108%);
}

.scroll-space {
	height: 32vh;
	background:
		linear-gradient(to bottom, rgba(0, 0, 0, 0), #000 50%),
		#000;
}

.streaming {
	position: relative;
	z-index: 12;
	padding: 0;
	margin-top: 0;
}

.streaming-inner {
	display: grid;
	gap: 18px;
	max-width: 420px;
}

.streaming-label,
.about-label,
.spotify-label,
.footer-label {
	margin: 0;
	font-size: 0.78rem;
	font-weight: 500;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.56);
}

.streaming-links {
	display: grid;
	gap: 10px;
}

.streaming-links a {
	width: fit-content;
	color: #fff;
	font-size: clamp(1.05rem, 1.6vw, 1.3rem);
	line-height: 1.1;
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
	padding-bottom: 6px;
	transition:
		transform 180ms ease,
		border-color 180ms ease,
		opacity 180ms ease;
}

.streaming-links a:hover,
.streaming-links a:focus-visible {
	transform: translateX(8px);
	border-color: rgba(255, 255, 255, 0.65);
	opacity: 1;
}

.about {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	padding: clamp(88px, 12vw, 160px) var(--pad-x);
	background:
		radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.06), transparent 28%),
		radial-gradient(circle at 80% 30%, rgba(255, 255, 255, 0.05), transparent 24%),
		#020202;
}

.about::before,
.about::after {
	content: "";
	position: absolute;
	inset: -12%;
	z-index: -2;
	opacity: 0.6;
	pointer-events: none;
}

.about::before {
	background:
		radial-gradient(55% 38% at 18% 54%, rgba(255, 255, 255, 0.1), transparent 68%),
		radial-gradient(42% 32% at 82% 36%, rgba(255, 255, 255, 0.08), transparent 70%),
		linear-gradient(115deg, rgba(255, 255, 255, 0.09), transparent 26%, rgba(255, 255, 255, 0.05) 48%, transparent 66%);
	filter: blur(34px);
	transform: translate3d(0, 0, 0) rotate(-6deg);
}

.about::after {
	z-index: -1;
	background:
		linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.03), transparent),
		repeating-linear-gradient(
			0deg,
			rgba(255, 255, 255, 0.018) 0,
			rgba(255, 255, 255, 0.018) 1px,
			transparent 1px,
			transparent 3px
		);
	mix-blend-mode: screen;
	opacity: 0.22;
}

.about-inner {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 48px;
	align-items: start;
}

.about-content {
	display: grid;
	gap: 26px;
}

.about-title {
	margin: 0;
	max-width: 12ch;
	font-size: clamp(2.6rem, 6vw, 5.6rem);
	font-weight: 500;
	line-height: 0.96;
	letter-spacing: -0.04em;
	text-transform: uppercase;
}

.about-title-line {
	display: block;
}

.about-copy {
	display: grid;
	gap: 14px;
	max-width: 48rem;
}

.about-copy p {
	margin: 0;
	font-size: clamp(1.05rem, 1.8vw, 1.4rem);
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.8);
}

.spotify-panel {
	display: grid;
	gap: 18px;
	align-self: start;
	justify-self: end;
	width: 100%;
	max-width: 100%;
}

.spotify-button {
	width: fit-content;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 18px;
	border-radius: 999px;
	color: #000;
	background: #fff;
	font-size: 0.96rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	transition: transform 180ms ease, opacity 180ms ease;
}

.spotify-button:hover,
.spotify-button:focus-visible {
	transform: translateY(-2px);
	opacity: 0.92;
}

.spotify-note {
	margin: 2px 0 0;
	font-size: 0.86rem;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.5);
}

.spotify-frame {
	width: 100%;
	height: 620px;
	border: 0;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.04);
}

.site-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 24px;
	padding: 28px var(--pad-x) 36px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	background: #000;
}

.footer-label {
	color: rgba(255, 255, 255, 0.46);
}

.footer-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 18px;
}

.footer-links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 999px;
	transition:
		transform 180ms ease,
		border-color 180ms ease,
		background-color 180ms ease,
		opacity 180ms ease;
}

.footer-links a:hover,
.footer-links a:focus-visible {
	transform: translateY(-1px);
	border-color: rgba(255, 255, 255, 0.68);
	background: rgba(255, 255, 255, 0.06);
	opacity: 0.92;
}

.footer-links svg {
	width: 18px;
	height: 18px;
	fill: currentColor;
	display: block;
}

@media (max-width: 900px) {
	.hero {
		min-height: 155vh;
	}

	.hero-copy {
		justify-content: end;
		align-items: flex-start;
		gap: 22px;
		padding-bottom: 16vh;
	}

	.headline {
		font-size: clamp(3.4rem, 18vw, 6.4rem);
		max-width: 100%;
	}

	.hero-image {
		object-fit: cover;
		object-position: center center;
	}

	.about {
		padding-top: 72px;
		padding-bottom: 88px;
	}

	.about-inner {
		grid-template-columns: 1fr;
	}

	.spotify-panel {
		max-width: 100%;
	}

	.spotify-frame {
		height: 420px;
	}

	.site-footer {
		flex-direction: column;
		align-items: flex-start;
	}

	.footer-links {
		justify-content: flex-start;
	}
}
