/* Playlist — scoped to .mg-page.mg-playlist (Anton + Sora) */

body:has(.mg-playlist),
body:has(.mg-playlist) main.mg-page,
body:has(.mg-playlist) .site-content,
body:has(.mg-playlist) .content-area,
body:has(.mg-playlist) #primary,
body:has(.mg-playlist) .inside-article,
body:has(.mg-playlist) .site-main,
body:has(.mg-playlist).one-container .container,
body:has(.mg-playlist).separate-containers .inside-article {
	background: transparent;
}

body:has(.mg-playlist)::before {
	content: "";
	position: fixed;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background: radial-gradient(ellipse at 50% 20%, rgba(212, 175, 55, 0.18), transparent 55%),
		radial-gradient(ellipse at 80% 80%, rgba(236, 205, 96, 0.12), transparent 50%),
		linear-gradient(180deg, rgba(12, 12, 14, 0.62) 0%, rgba(20, 17, 12, 0.58) 45%, rgba(12, 12, 14, 0.78) 100%),
		url("https://www.themoogs.ie/wp-content/uploads/2018/10/Wedding-Bands-Dublin_64.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.mg-page.mg-playlist {
	overflow-x: hidden;
	background: transparent;
	position: relative;
	z-index: 1;
}

.mg-page.mg-playlist {
	overflow-x: hidden;
	background: transparent;
}

.mg-page.mg-playlist a {
	color: var(--gold-bright);
}

.mg-page.mg-playlist .btn {
	font-family: var(--body);
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.3px;
	padding: 16px 32px;
	border-radius: 46px;
	cursor: pointer;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	border: none;
	transition: all 0.25s;
}

.mg-page.mg-playlist .btn-gold {
	background: var(--gold);
	color: var(--ink);
}

.mg-page.mg-playlist .btn-gold:hover {
	background: var(--gold-bright);
	transform: translateY(-3px);
	box-shadow: 0 14px 36px rgba(212, 175, 55, 0.4);
}

.mg-page.mg-playlist .grain {
	position: fixed;
	inset: 0;
	z-index: 0;
	opacity: 0.05;
	pointer-events: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.mg-page.mg-playlist .playlist-hero {
	position: relative;
	z-index: 1;
	padding: 140px 24px 44px;
	text-align: center;
}

.mg-page.mg-playlist .playlist-hero-bg {
	display: none;
}

.mg-page.mg-playlist .playlist-hero-in {
	position: relative;
	z-index: 2;
	max-width: 840px;
	margin: 0 auto;
}

.mg-page.mg-playlist .eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 12.5px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: var(--gold);
	font-weight: 500;
	margin-bottom: 20px;
}

.mg-page.mg-playlist .eyebrow::before,
.mg-page.mg-playlist .eyebrow::after {
	content: "";
	width: 30px;
	height: 1px;
	background: var(--gold);
	opacity: 0.5;
}

.mg-page.mg-playlist .h1 {
	font-family: var(--display);
	font-size: clamp(44px, 7vw, 92px);
	line-height: 0.95;
	letter-spacing: -1px;
	text-transform: uppercase;
}

.mg-page.mg-playlist .h1 em {
	font-style: normal;
	color: var(--gold);
}

.mg-page.mg-playlist .hero-sub {
	font-size: clamp(15.5px, 1.9vw, 18.5px);
	color: #d8d4cc;
	max-width: 640px;
	margin: 24px auto 0;
	text-align: left;
}

.mg-page.mg-playlist .hero-sub b {
	color: var(--paper);
	font-weight: 600;
}

.mg-page.mg-playlist .jump {
	display: flex;
	gap: 10px;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 36px;
	position: relative;
	z-index: 2;
}

.mg-page.mg-playlist .jbtn {
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.4px;
	padding: 9px 18px;
	border-radius: 40px;
	border: 1px solid var(--line);
	color: #cfcbc2;
	text-decoration: none;
	transition: all 0.2s;
}

.mg-page.mg-playlist .jbtn:hover {
	border-color: var(--gold);
	color: var(--gold-bright);
}

.mg-page.mg-playlist .playlist-main {
	position: relative;
	z-index: 1;
	max-width: 1080px;
	margin: 0 auto;
	padding: 40px 24px 70px;
}

.mg-page.mg-playlist .setsec {
	border: 1px solid var(--line);
	border-radius: 18px;
	background: rgba(18, 18, 22, 0.88);
	backdrop-filter: blur(10px);
	margin-bottom: 22px;
	overflow: hidden;
}

.mg-page.mg-playlist .setsec-featured {
	border-color: rgba(212, 175, 55, 0.35);
}

.mg-page.mg-playlist .setsec summary {
	cursor: pointer;
	list-style: none;
	display: flex;
	align-items: center;
	gap: 18px;
	padding: 26px 30px;
}

.mg-page.mg-playlist .setsec summary::-webkit-details-marker {
	display: none;
}

.mg-page.mg-playlist .snum {
	font-family: var(--display);
	font-size: 26px;
	color: var(--gold);
	flex-shrink: 0;
}

.mg-page.mg-playlist .stitle {
	flex: 1;
	min-width: 0;
}

.mg-page.mg-playlist .setsec h2 {
	font-family: var(--display);
	font-size: clamp(21px, 2.8vw, 30px);
	text-transform: uppercase;
	letter-spacing: -0.3px;
	line-height: 1.05;
}

.mg-page.mg-playlist .scount {
	font-size: 12.5px;
	color: var(--muted);
	margin-top: 3px;
	letter-spacing: 0.5px;
}

.mg-page.mg-playlist .chev {
	color: var(--gold);
	font-size: 26px;
	font-weight: 300;
	transition: transform 0.25s;
	flex-shrink: 0;
}

.mg-page.mg-playlist .setsec[open] .chev {
	transform: rotate(45deg);
}

.mg-page.mg-playlist .songs {
	padding: 22px 30px 30px;
	display: grid;
	grid-template-columns: 1fr;
	gap: 4px 28px;
	border-top: 1px solid var(--line);
	list-style: none;
	margin: 0;
}

.mg-page.mg-playlist .song {
	display: grid;
	grid-template-columns: 14px minmax(0, 1fr);
	column-gap: 10px;
	row-gap: 2px;
	align-items: start;
	padding: 10px 0;
	font-size: 14.5px;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.06);
}

.mg-page.mg-playlist .song::before {
	content: "♪";
	color: var(--gold);
	font-size: 12px;
	grid-column: 1;
	grid-row: 1;
	margin-top: 3px;
}

.mg-page.mg-playlist .song b {
	font-weight: 600;
	color: var(--paper);
	grid-column: 2;
	grid-row: 1;
	line-height: 1.35;
}

.mg-page.mg-playlist .song span {
	color: var(--muted);
	font-size: 13px;
	grid-column: 2;
	grid-row: 2;
	line-height: 1.3;
}

.mg-page.mg-playlist .callout {
	margin-top: 44px;
	border: 1px solid var(--gold);
	border-radius: 20px;
	padding: 44px 40px;
	background: linear-gradient(135deg, rgba(212, 175, 55, 0.16), rgba(12, 12, 14, 0.82) 60%);
	backdrop-filter: blur(10px);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	flex-wrap: wrap;
}

.mg-page.mg-playlist .callout h2 {
	font-family: var(--display);
	font-size: clamp(24px, 3.4vw, 36px);
	text-transform: uppercase;
	line-height: 1.05;
	color: var(--paper);
}

.mg-page.mg-playlist .callout p {
	color: #cfcbc2;
	font-size: 15.5px;
	margin-top: 10px;
	max-width: 52ch;
}

@media (min-width: 620px) {
	.mg-page.mg-playlist .songs {
		grid-template-columns: 1fr 1fr;
	}
}

@media (min-width: 980px) {
	.mg-page.mg-playlist .playlist-hero {
		padding: 170px 48px 56px;
	}

	.mg-page.mg-playlist .playlist-main {
		padding: 50px 48px 90px;
	}

	.mg-page.mg-playlist .songs {
		grid-template-columns: repeat(3, 1fr);
	}
}
