/* Generated by the Play Links theme asset builder. */
.service-more { display: grid; gap: 8px; }
		.service-more summary { cursor: pointer; list-style: none; color: var(--play-muted); font-size: 0.78rem; font-weight: 600; letter-spacing: 0.08em; text-align: center; text-transform: uppercase; }
		.service-more summary::-webkit-details-marker { display: none; }
		.service-more summary:hover { color: var(--play-fg); }
		.service-more-list { display: grid; gap: 8px; padding-top: 2px; }
		.service-link[hidden] { display: none !important; }


		.official-strip { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 12px 0 14px; color: var(--play-muted); font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
		.official-pill { display: inline-flex; min-width: 0; align-items: center; gap: 6px; }
		.official-pill::before { content: ""; width: 7px; height: 7px; flex: 0 0 auto; border-radius: 999px; background: var(--play-accent); box-shadow: 0 0 0 3px color-mix(in srgb, var(--play-accent) 18%, transparent); }
		.artist-hub-link { flex: 0 0 auto; color: color-mix(in srgb, var(--play-fg) 82%, var(--play-muted) 18%); text-decoration: none; text-underline-offset: 4px; }
		.artist-hub-link:hover { text-decoration: underline; }
		@media (max-width: 360px) {
			.official-strip { align-items: flex-start; flex-direction: column; gap: 8px; }
		}


		* { box-sizing: border-box; }
		html, body { margin: 0; min-height: 100%; background: var(--play-bg); color: var(--play-fg); font-family: "EB Garamond", "Iowan Old Style", "Palatino Linotype", Georgia, serif; }
		main { display: grid; width: min(100%, 520px); min-height: 100vh; min-height: 100svh; margin: 0 auto; padding: 32px 18px; place-items: center; align-items: safe center; }
		.release-panel { width: 100%; }
		.cinematic-cover { position: relative; width: 100%; aspect-ratio: 1 / 1; background: #000; overflow: hidden; }
		.cinematic-cover .artwork { display: block; width: 100%; height: 100%; object-fit: contain; aspect-ratio: auto; background: #050505; }
		.cinematic-cover::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0.14) 0%, rgba(0,0,0,0) 32%, rgba(0,0,0,0.28) 72%, var(--play-bg) 100%); pointer-events: none; }
		.cinematic-cover::after { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(transparent 0, transparent 2px, rgba(0,0,0,0.05) 3px, transparent 4px); mix-blend-mode: overlay; pointer-events: none; }
		.cinematic-cap { padding: 18px 18px 12px; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 0.62rem; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(240, 233, 216, 0.55); }
		.release-content { padding: 26px 0 0; }
		.artist-name { margin: 0 0 4px; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 0.62rem; letter-spacing: 0.36em; text-transform: uppercase; color: rgba(240, 233, 216, 0.6); font-weight: 500; }
		h1 { margin: 0 0 18px; font-style: italic; font-weight: 500; font-size: 2.4rem; line-height: 1; letter-spacing: -0.01em; }
		.description { margin: 0 0 24px; font-size: 1rem; line-height: 1.55; color: var(--play-muted); font-style: italic; max-width: 30ch; }
		.service-list { display: flex; flex-direction: column; gap: 8px; padding-top: 18px; }
		.service-link { display: flex; justify-content: space-between; align-items: center; padding: 8px 0; color: var(--play-fg); text-decoration: none; font-family: ui-sans-serif, system-ui, sans-serif; font-size: 1rem; letter-spacing: 0.005em; transition: opacity 160ms ease; }
		.service-link:hover { opacity: 0.78; }
		.service-main { display: flex; align-items: center; gap: 12px; min-width: 0; }
		.service-logo { display: grid; width: 24px; height: 24px; flex: 0 0 auto; place-items: center; }
		.service-logo-mask { background: currentColor; mask: var(--service-logo-url) center / contain no-repeat; -webkit-mask: var(--service-logo-url) center / contain no-repeat; }
		.service-logo-image, .service-logo svg { display: block; width: 24px; height: 24px; object-fit: contain; }
		.service-action { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 0.78rem; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(240, 233, 216, 0.5); }
		@media (max-width: 520px) {
			main { padding: 18px; }
			.cinematic-cover { width: min(100%, 300px); margin-inline: auto; }
			h1 { font-size: 2rem; }
		}


		.artwork-youtube-embed { border: 0; background: #000; }
		.service-link:focus-visible, .artist-hub-link:focus-visible, .play-footer a:focus-visible { outline: 3px solid var(--play-accent); outline-offset: 3px; }
		@media (prefers-reduced-motion: reduce) {
			*, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
			.service-link:hover { transform: none; }
		}


		.play-footer { width: min(100% - 32px, 520px); margin: 4px auto 0; padding: 20px 0 24px; color: var(--play-muted); font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 0.72rem; }
		.play-footer-primary, .play-footer-secondary { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 8px 14px; }
		.play-footer-secondary { margin-top: 8px; }
		.play-footer-wordmark { display: block; width: 74px; height: auto; opacity: 0.82; }
		.play-footer a { color: inherit; text-decoration: none; }
		.play-footer a:hover { color: var(--play-fg); text-decoration: underline; text-underline-offset: 3px; }
		.play-footer-separator { opacity: 0.42; }
