:root {
	--ink: #fff8eb;
	--gold: #f7c515;
	--sand: #ffe29c;
}

@font-face {
	font-family: "Liebling Black";
	src:
		local("Liebling Black"),
		local("Liebling-Black"),
		local("Liebling Display Black"),
		local("Liebling Display");
	font-style: normal;
	font-weight: 900;
	font-display: swap;
}

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

html,
body {
	height: 100%;
}

body {
	margin: 0;
	overflow: hidden;
	font-family: "Manrope", sans-serif;
	color: var(--ink);
	background: #0b2138;
}

body.home .site-header,
body.home #masthead,
body.home .site-footer,
body.home #colophon,
body.home .entry-header,
body.home .page-header,
body.home .breadcrumb-trail,
body.home .botiga-breadcrumbs,
body.home .post-thumbnail,
body.home .content-header {
	display: none !important;
}

body.home .content-wrapper,
body.home .site-content,
body.home #primary,
body.home #main,
body.home .container,
body.home .content-area {
	margin: 0 !important;
	padding: 0 !important;
	max-width: none !important;
	width: 100% !important;
}

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

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

.site-shell {
	position: relative;
	height: 100svh;
	min-height: 100svh;
	display: grid;
	place-items: center;
	padding: clamp(0.8rem, 2vw, 1.5rem);
	overflow: hidden;
	isolation: isolate;
}

.coast-bg,
.coast-bg::after,
.coast-bg::before {
	position: absolute;
	inset: 0;
}

.coast-bg {
	z-index: -3;
	overflow: hidden;
	background-image: var(--hero-image);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	filter: saturate(0.98) brightness(0.8);
	transform: scale(1.04);
}

.coast-bg::before {
	content: "";
	z-index: 1;
	background:
		radial-gradient(circle at 50% 18%, rgba(255, 225, 147, 0.46), transparent 16%),
		linear-gradient(180deg, rgba(255, 249, 232, 0.04) 0%, rgba(9, 24, 39, 0.12) 18%, rgba(6, 18, 30, 0.52) 68%, rgba(5, 14, 24, 0.88) 100%);
}

.coast-bg::after {
	content: "";
	z-index: 2;
	backdrop-filter: blur(2px);
	background: rgba(7, 18, 29, 0.08);
}

.sun-glow {
	position: absolute;
	top: 7vh;
	left: 50%;
	z-index: -2;
	width: min(32rem, 72vw);
	aspect-ratio: 1;
	transform: translateX(-50%);
	border-radius: 50%;
	background: radial-gradient(circle, rgba(255, 228, 147, 0.46), rgba(255, 228, 147, 0));
	filter: blur(20px);
}

.shell {
	width: min(100%, 34rem);
	max-height: calc(100svh - 2rem);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: clamp(0.8rem, 1.8vh, 1.6rem);
	justify-content: center;
	margin: 0 auto;
}

.cover-frame {
	position: relative;
	width: min(100%, 25.5rem, 46svh);
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

.cover-frame::before {
	content: "";
	position: absolute;
	inset: 8% 10%;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(255, 213, 77, 0.42), rgba(255, 213, 77, 0));
	filter: blur(34px);
}

.cover-frame img {
	position: relative;
	z-index: 1;
	width: 100%;
	margin: 0 auto;
	aspect-ratio: 1;
	object-fit: cover;
	box-shadow:
		0 28px 70px rgba(4, 16, 28, 0.4),
		0 0 0 1px rgba(255, 243, 201, 0.14);
}

.copy {
	text-align: center;
	width: 100%;
	margin: 0 auto;
}

.artist {
	margin: 0 0 0.5rem;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.34em;
	text-transform: uppercase;
	color: rgba(255, 248, 235, 0.84);
}

h1 {
	margin: 0;
	font-family: "Liebling Black", "Cormorant Garamond", serif;
	font-size: clamp(3.3rem, 7vw, 6.2rem);
	line-height: 0.88;
	letter-spacing: -0.045em;
	text-wrap: balance;
	text-shadow: 0 18px 40px rgba(7, 23, 42, 0.24);
}

.date {
	display: inline-flex;
	align-items: center;
	gap: 0.7rem;
	margin: 0.8rem 0 1rem;
	font-size: 0.84rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #fff3c7;
}

.date::before {
	content: "";
	width: 0.55rem;
	height: 0.55rem;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--gold), var(--sand));
	box-shadow: 0 0 0 0.35rem rgba(247, 197, 21, 0.14);
}

.links {
	display: flex;
	flex-wrap: wrap;
	gap: clamp(0.45rem, 1.2vw, 0.8rem);
	max-width: 34rem;
	justify-content: center;
	align-items: center;
}

.link-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3.35rem;
	height: 3.35rem;
	transition: transform 180ms ease, opacity 180ms ease;
}

.link-pill:hover {
	transform: translateY(-3px) scale(1.06);
	opacity: 1;
}

.link-pill__icon {
	display: inline-flex;
	width: 1.65rem;
	height: 1.65rem;
	color: #fff2c3;
	filter: drop-shadow(0 10px 20px rgba(4, 16, 28, 0.22));
}

.empty-links {
	margin: 0 auto;
	max-width: 26rem;
	font-size: 0.92rem;
	line-height: 1.7;
	color: rgba(255, 248, 235, 0.74);
}

.footer {
	position: absolute;
	left: 50%;
	bottom: 0.8rem;
	transform: translateX(-50%);
	font-size: 0.76rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: rgba(255, 248, 235, 0.62);
	white-space: nowrap;
}

@media (max-width: 540px) {
	h1 {
		font-size: clamp(2.7rem, 13vw, 4.2rem);
	}

	.link-pill {
		width: 2.9rem;
		height: 2.9rem;
	}

	.link-pill__icon {
		width: 1.45rem;
		height: 1.45rem;
	}

	.footer {
		font-size: 0.68rem;
		letter-spacing: 0.14em;
	}
}

@media (max-height: 820px) {
	.cover-frame {
		width: min(100%, 22rem, 40svh);
	}

	h1 {
		font-size: clamp(2.8rem, 6vw, 4.8rem);
	}

	.artist {
		margin-bottom: 0.35rem;
	}

	.date {
		margin: 0.6rem 0 0.8rem;
	}

	.link-pill {
		width: 2.8rem;
		height: 2.8rem;
	}

	.link-pill__icon {
		width: 1.35rem;
		height: 1.35rem;
	}
}
