:root {
	--rcsh-bg: #080808;
	--rcsh-panel: #111111;
	--rcsh-panel-soft: #171717;
	--rcsh-text: #f5f2eb;
	--rcsh-muted: #aaa49a;
	--rcsh-line: rgba(255,255,255,.13);
	--rcsh-accent: #e4b95f;
	--rcsh-accent-2: #f8da91;
	--rcsh-radius: 24px;
	--rcsh-shadow: 0 24px 80px rgba(0,0,0,.38);
	--rcsh-hero-image: linear-gradient(135deg, #181818, #030303);
}

.rcsh,
.rcsh * {
	box-sizing: border-box;
}

.rcsh {
	background: var(--rcsh-bg);
	color: var(--rcsh-text);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	line-height: 1.6;
	overflow: clip;
}

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

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

.rcsh-shell {
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
}

.rcsh-skip {
	position: fixed;
	left: 18px;
	top: -100px;
	z-index: 9999;
	background: #fff;
	color: #000 !important;
	padding: 12px 16px;
	border-radius: 8px;
}

.rcsh-skip:focus {
	top: 18px;
}

.rcsh-hero {
	position: relative;
	min-height: min(880px, 100svh);
	display: grid;
	align-items: end;
	background:
		linear-gradient(90deg, rgba(0,0,0,.9) 0%, rgba(0,0,0,.48) 52%, rgba(0,0,0,.18) 100%),
		linear-gradient(0deg, #080808 0%, transparent 36%),
		var(--rcsh-hero-image) center/cover no-repeat;
	isolation: isolate;
}

.rcsh-hero__video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -2;
}

.rcsh-hero__veil {
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		radial-gradient(circle at 72% 30%, rgba(228,185,95,.14), transparent 30%),
		linear-gradient(90deg, rgba(0,0,0,.86), rgba(0,0,0,.2)),
		linear-gradient(0deg, #080808 0%, transparent 34%);
}

.rcsh-hero__content {
	padding: 170px 0 110px;
}

.rcsh-kicker {
	margin: 0 0 20px;
	color: var(--rcsh-accent-2);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .22em;
	text-transform: uppercase;
}

.rcsh h1,
.rcsh h2,
.rcsh h3,
.rcsh p {
	margin-top: 0;
}

.rcsh h1 {
	max-width: 900px;
	margin-bottom: 24px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(56px, 9vw, 126px);
	font-weight: 500;
	line-height: .92;
	letter-spacing: -.055em;
}

.rcsh h2 {
	margin-bottom: 20px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(38px, 5.4vw, 72px);
	font-weight: 500;
	line-height: 1;
	letter-spacing: -.04em;
}

.rcsh h3 {
	font-size: 22px;
	line-height: 1.2;
}

.rcsh-hero__text {
	max-width: 670px;
	margin-bottom: 32px;
	color: #d7d2ca;
	font-size: clamp(17px, 2vw, 21px);
}

.rcsh-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.rcsh-actions--center {
	justify-content: center;
}

.rcsh-btn {
	min-height: 52px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 13px 22px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: .02em;
	cursor: pointer;
	transition: transform .25s ease, background .25s ease, border-color .25s ease, color .25s ease;
}

.rcsh-btn:hover,
.rcsh-btn:focus-visible {
	transform: translateY(-2px);
}

.rcsh-btn--primary {
	background: var(--rcsh-accent);
	color: #111 !important;
}

.rcsh-btn--primary:hover,
.rcsh-btn--primary:focus-visible {
	background: var(--rcsh-accent-2);
}

.rcsh-btn--ghost {
	border-color: rgba(255,255,255,.28);
	background: rgba(255,255,255,.04);
	color: var(--rcsh-text) !important;
	backdrop-filter: blur(12px);
}

.rcsh-btn--ghost:hover,
.rcsh-btn--ghost:focus-visible {
	border-color: rgba(255,255,255,.7);
	background: rgba(255,255,255,.1);
}

.rcsh-btn--light {
	background: #fff;
	color: #111 !important;
}

.rcsh-microcopy {
	margin: 18px 0 0;
	color: var(--rcsh-muted);
	font-size: 13px;
}

.rcsh-scroll {
	position: absolute;
	right: 34px;
	bottom: 42px;
	width: 48px;
	height: 70px;
	display: grid;
	place-items: center;
	border: 1px solid rgba(255,255,255,.24);
	border-radius: 999px;
}

.rcsh-scroll span {
	width: 5px;
	height: 5px;
	background: #fff;
	border-radius: 50%;
	animation: rcsh-scroll 1.8s infinite;
}

@keyframes rcsh-scroll {
	0% { transform: translateY(-8px); opacity: .2; }
	50% { opacity: 1; }
	100% { transform: translateY(9px); opacity: .2; }
}

.rcsh-section {
	padding: 110px 0;
}

.rcsh-heading {
	max-width: 790px;
	margin-bottom: 48px;
}

.rcsh-heading > p:not(.rcsh-kicker) {
	color: var(--rcsh-muted);
	font-size: 17px;
}

.rcsh-heading--split {
	max-width: none;
	display: grid;
	grid-template-columns: minmax(0, 1.5fr) minmax(260px, .6fr);
	gap: 80px;
	align-items: end;
}

.rcsh-heading--split > p {
	margin-bottom: 18px;
}

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

.rcsh-benefits {
	border-top: 1px solid var(--rcsh-line);
	border-bottom: 1px solid var(--rcsh-line);
}

.rcsh-benefit-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	border-top: 1px solid var(--rcsh-line);
	border-left: 1px solid var(--rcsh-line);
}

.rcsh-benefit {
	min-height: 270px;
	padding: 34px;
	border-right: 1px solid var(--rcsh-line);
	border-bottom: 1px solid var(--rcsh-line);
	background: linear-gradient(145deg, rgba(255,255,255,.03), transparent);
}

.rcsh-benefit__number {
	display: block;
	margin-bottom: 60px;
	color: var(--rcsh-accent);
	font: 700 12px/1 Inter, sans-serif;
	letter-spacing: .18em;
}

.rcsh-benefit p {
	margin-bottom: 0;
	color: var(--rcsh-muted);
}

.rcsh-music {
	background:
		radial-gradient(circle at 12% 20%, rgba(228,185,95,.08), transparent 32%),
		#0c0c0c;
}

.rcsh-product-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.rcsh-product {
	overflow: hidden;
	border: 1px solid var(--rcsh-line);
	border-radius: var(--rcsh-radius);
	background: var(--rcsh-panel);
	box-shadow: var(--rcsh-shadow);
}

.rcsh-product__art {
	aspect-ratio: 1;
	overflow: hidden;
	background: #1b1b1b;
}

.rcsh-product__art img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .7s cubic-bezier(.2,.7,.2,1);
}

.rcsh-product:hover .rcsh-product__art img {
	transform: scale(1.035);
}

.rcsh-product__body {
	padding: 24px;
}

.rcsh-product__meta {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 14px;
	color: var(--rcsh-accent-2);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .09em;
	text-transform: uppercase;
}

.rcsh-product__body > p {
	min-height: 52px;
	color: var(--rcsh-muted);
	font-size: 14px;
}

.rcsh-product audio {
	width: 100%;
	height: 38px;
	margin: 6px 0 22px;
}

.rcsh-product__actions {
	display: flex;
	align-items: center;
	gap: 18px;
}

.rcsh-text-link {
	color: #d9d5cf !important;
	font-size: 13px;
	font-weight: 700;
}

.rcsh-text-link:hover {
	color: var(--rcsh-accent-2) !important;
}

.rcsh-support {
	background: #070707;
}

.rcsh-support__layout {
	display: grid;
	grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr);
	gap: 90px;
	align-items: start;
}

.rcsh-support__panel {
	padding: 24px;
	border: 1px solid var(--rcsh-line);
	border-radius: var(--rcsh-radius);
	background: linear-gradient(145deg, #171717, #0d0d0d);
	box-shadow: var(--rcsh-shadow);
}

.rcsh-tier-grid {
	display: grid;
	gap: 10px;
}

.rcsh-tier {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	min-height: 78px;
	padding: 18px 20px;
	border: 1px solid var(--rcsh-line);
	border-radius: 16px;
	background: rgba(255,255,255,.025);
	transition: background .25s ease, border-color .25s ease, transform .25s ease;
}

.rcsh-tier:hover,
.rcsh-tier:focus-visible {
	transform: translateX(4px);
	border-color: rgba(228,185,95,.65);
	background: rgba(228,185,95,.07);
}

.rcsh-tier span {
	font-weight: 800;
}

.rcsh-tier small {
	color: var(--rcsh-muted);
}

.rcsh-tier--empty {
	opacity: .6;
}

.rcsh-custom {
	margin-top: 20px;
	padding-top: 22px;
	border-top: 1px solid var(--rcsh-line);
}

.rcsh-custom > label {
	display: block;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: 800;
}

.rcsh-custom__row {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 10px;
}

.rcsh-custom__row > span {
	color: var(--rcsh-accent-2);
	font-size: 22px;
	font-weight: 700;
}

.rcsh-custom input {
	width: 100%;
	min-height: 52px;
	border: 1px solid var(--rcsh-line);
	border-radius: 12px;
	outline: 0;
	background: #090909;
	color: #fff;
	padding: 10px 14px;
	font: inherit;
}

.rcsh-custom input:focus {
	border-color: var(--rcsh-accent);
	box-shadow: 0 0 0 3px rgba(228,185,95,.12);
}

.rcsh-custom__status {
	min-height: 24px;
	margin: 10px 0 0;
	color: var(--rcsh-muted);
	font-size: 13px;
}

.rcsh-stream {
	border-top: 1px solid var(--rcsh-line);
	border-bottom: 1px solid var(--rcsh-line);
}

.rcsh-platforms {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	border-top: 1px solid var(--rcsh-line);
	border-left: 1px solid var(--rcsh-line);
}

.rcsh-platforms a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 100px;
	padding: 24px;
	border-right: 1px solid var(--rcsh-line);
	border-bottom: 1px solid var(--rcsh-line);
	font-size: 18px;
	font-weight: 800;
	transition: background .25s ease, color .25s ease;
}

.rcsh-platforms a:hover,
.rcsh-platforms a:focus-visible {
	background: var(--rcsh-accent);
	color: #111;
}

.rcsh-trybe {
	padding-top: 80px;
	padding-bottom: 80px;
}

.rcsh-trybe__card {
	min-height: 360px;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
	gap: 40px;
	padding: clamp(36px, 7vw, 80px);
	border-radius: 32px;
	background:
		radial-gradient(circle at 85% 15%, rgba(255,255,255,.18), transparent 28%),
		linear-gradient(135deg, #9f7123, #d2a64c 52%, #6f4711);
	color: #120e08;
	box-shadow: var(--rcsh-shadow);
}

.rcsh-trybe .rcsh-kicker {
	color: #2d1a03;
}

.rcsh-trybe h2 {
	max-width: 760px;
}

.rcsh-trybe p {
	max-width: 680px;
	margin-bottom: 0;
	font-size: 17px;
}

.rcsh-coming {
	display: inline-flex;
	padding: 10px 16px;
	border: 1px solid rgba(0,0,0,.28);
	border-radius: 999px;
	font-weight: 800;
}

.rcsh-note {
	background: #0c0c0c;
}

.rcsh-note__layout {
	display: grid;
	grid-template-columns: .8fr 1.2fr;
	align-items: stretch;
	min-height: 560px;
	border: 1px solid var(--rcsh-line);
	border-radius: 30px;
	overflow: hidden;
	background: #101010;
}

.rcsh-note__image {
	min-height: 460px;
	background:
		linear-gradient(145deg, rgba(228,185,95,.18), transparent),
		linear-gradient(145deg, #26221b, #0b0b0b);
	background-size: cover;
	background-position: center;
}

.rcsh blockquote {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0;
	padding: clamp(36px, 7vw, 84px);
}

.rcsh blockquote p {
	margin-bottom: 34px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(30px, 4vw, 54px);
	line-height: 1.12;
	letter-spacing: -.03em;
}

.rcsh blockquote footer {
	color: var(--rcsh-accent-2);
	font-weight: 800;
}

.rcsh-final {
	padding-top: 140px;
	padding-bottom: 150px;
}

.rcsh-admin-notice {
	padding: 22px;
	border: 1px dashed rgba(228,185,95,.65);
	border-radius: 14px;
	color: #f1d48b;
	background: rgba(228,185,95,.06);
}

.rcsh-reveal {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1);
}

.rcsh-reveal.is-visible {
	opacity: 1;
	transform: none;
}

@media (max-width: 980px) {
	.rcsh-heading--split,
	.rcsh-support__layout,
	.rcsh-note__layout {
		grid-template-columns: 1fr;
	}

	.rcsh-heading--split,
	.rcsh-support__layout {
		gap: 40px;
	}

	.rcsh-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rcsh-benefit-grid,
	.rcsh-platforms {
		grid-template-columns: 1fr;
	}

	.rcsh-note__image {
		min-height: 520px;
	}

	.rcsh-trybe__card {
		grid-template-columns: 1fr;
		align-items: start;
	}
}

@media (max-width: 650px) {
	.rcsh-shell {
		width: min(100% - 28px, 1180px);
	}

	.rcsh-hero {
		min-height: 790px;
		align-items: end;
	}

	.rcsh-hero__content {
		padding: 140px 0 92px;
	}

	.rcsh h1 {
		font-size: clamp(50px, 17vw, 76px);
	}

	.rcsh-section {
		padding: 82px 0;
	}

	.rcsh-scroll {
		display: none;
	}

	.rcsh-product-grid {
		grid-template-columns: 1fr;
	}

	.rcsh-benefit {
		min-height: auto;
	}

	.rcsh-support__layout {
		grid-template-columns: minmax(0, 1fr);
	}

	.rcsh-support__panel {
		padding: 14px;
	}

	.rcsh-tier {
		align-items: flex-start;
		flex-direction: column;
	}

	.rcsh-custom__row {
		grid-template-columns: auto minmax(0, 1fr);
	}

	.rcsh-custom__row .rcsh-btn {
		grid-column: 1 / -1;
		width: 100%;
	}

	.rcsh-note__image {
		min-height: 430px;
	}

	.rcsh blockquote {
		padding: 34px 24px 42px;
	}

	.rcsh-actions .rcsh-btn {
		width: 100%;
	}

	.rcsh-trybe__card {
		padding: 34px 24px;
		border-radius: 24px;
	}

	.rcsh-trybe__card .rcsh-btn {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.rcsh *,
	.rcsh *::before,
	.rcsh *::after {
		scroll-behavior: auto !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .01ms !important;
	}

	.rcsh-reveal {
		opacity: 1;
		transform: none;
	}
}

/* Version 1.0.1: full-bleed theme compatibility and mobile heading fixes. */
body:has(.rcsh) {
	overflow-x: hidden;
}

.wp-block-shortcode:has(> .rcsh),
.entry-content > .wp-block-shortcode:has(.rcsh),
.wp-block-post-content > .wp-block-shortcode:has(.rcsh) {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.wp-block-shortcode > .rcsh,
.entry-content .wp-block-shortcode .rcsh,
.wp-block-post-content .wp-block-shortcode .rcsh {
	position: relative;
	width: 100vw !important;
	max-width: none !important;
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
}

@media (max-width: 650px) {
	.rcsh .rcsh-hero h1 {
		max-width: 100% !important;
		font-size: clamp(46px, 13vw, 66px) !important;
		line-height: .95 !important;
		letter-spacing: -.045em !important;
		white-space: normal !important;
		word-break: normal !important;
		overflow-wrap: normal !important;
	}

	.rcsh .rcsh-heading--split {
		display: block !important;
		grid-template-columns: none !important;
	}

	.rcsh .rcsh-heading--split > div,
	.rcsh .rcsh-heading--split > p {
		width: 100% !important;
		max-width: none !important;
	}

	.rcsh .rcsh-heading--split > p {
		margin-top: 20px !important;
	}

	.rcsh #rcsh-music-title {
		max-width: 100% !important;
		font-size: clamp(36px, 10.5vw, 46px) !important;
		line-height: 1.05 !important;
		letter-spacing: -.035em !important;
		white-space: normal !important;
		word-break: normal !important;
		overflow-wrap: normal !important;
		hyphens: none !important;
	}
}


/* Version 1.0.2: deterministic mobile title wrapping and reliable support buttons. */
.rcsh #rcsh-music-title {
	max-width: 100%;
	text-wrap: balance;
}

.rcsh .rcsh-tier--link {
	position: relative;
	z-index: 4;
	width: 100%;
	cursor: pointer;
	pointer-events: auto !important;
	touch-action: manipulation;
	-webkit-tap-highlight-color: rgba(228, 185, 95, .2);
}

.rcsh .rcsh-tier--link::after {
	content: "›";
	flex: 0 0 auto;
	margin-left: auto;
	color: var(--rcsh-accent-2);
	font-size: 30px;
	line-height: 1;
}

.rcsh .rcsh-tier--link.is-loading {
	pointer-events: none;
	opacity: .72;
}

@media (max-width: 650px) {
	.rcsh #rcsh-music-title {
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
		margin-right: 0 !important;
		font-size: clamp(34px, 9.4vw, 43px) !important;
		line-height: 1.08 !important;
		letter-spacing: -.03em !important;
		text-wrap: balance !important;
		word-break: keep-all !important;
		overflow-wrap: normal !important;
	}

	.rcsh #rcsh-music-title .rcsh-music-title-ending {
		display: block !important;
	}

	.rcsh .rcsh-tier--link {
		min-height: 92px;
		align-items: center !important;
		flex-direction: row !important;
		gap: 12px;
		padding: 18px 16px;
	}

	.rcsh .rcsh-tier--link > span {
		flex: 1 1 auto;
		font-size: 16px;
		line-height: 1.25;
	}

	.rcsh .rcsh-tier--link > small {
		display: none;
	}
}

/* Version 1.0.3: reliable mobile products, script-free checkout forms, and CTA artwork. */
.rcsh .rcsh-reveal {
	opacity: 1;
	transform: none;
	visibility: visible;
}

.rcsh.rcsh-js .rcsh-reveal:not(.is-visible) {
	opacity: 0;
	transform: translateY(24px);
}

.rcsh .rcsh-product-grid {
	position: relative;
	z-index: 2;
	visibility: visible !important;
	opacity: 1 !important;
}

.rcsh .rcsh-product {
	display: flex !important;
	flex-direction: column;
	min-width: 0;
	visibility: visible !important;
	opacity: 1 !important;
	transform: none !important;
}

.rcsh .rcsh-product__art,
.rcsh .rcsh-product__art img {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
}

.rcsh .rcsh-product__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
}

.rcsh .rcsh-product__actions {
	margin-top: auto;
}

.rcsh .rcsh-buy-form,
.rcsh .rcsh-tier-form {
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

.rcsh .rcsh-tier-form {
	width: 100%;
}

.rcsh button.rcsh-tier,
.rcsh .rcsh-buy-form button,
.rcsh .rcsh-custom button {
	-webkit-appearance: none;
	appearance: none;
	font: inherit;
	color: inherit;
}

.rcsh button.rcsh-tier {
	width: 100%;
	text-align: left;
	cursor: pointer;
}

.rcsh button.is-loading {
	pointer-events: none;
	opacity: .72;
}

.rcsh .rcsh-form-error {
	margin: 0 0 18px;
	padding: 14px 16px;
	border: 1px solid rgba(255, 120, 120, .55);
	border-radius: 12px;
	background: rgba(150, 20, 20, .18);
	color: #fff;
	font-size: 14px;
	line-height: 1.45;
}

.rcsh .rcsh-external-cta,
.rcsh .rcsh-trybe__card .rcsh-btn,
.rcsh .rcsh-final .rcsh-btn {
	position: relative;
	z-index: 8;
	pointer-events: auto !important;
	touch-action: manipulation;
}

.rcsh .rcsh-trybe__card.rcsh-has-artwork {
	position: relative;
	isolation: isolate;
	background:
		linear-gradient(90deg, rgba(0,0,0,.88), rgba(0,0,0,.56)),
		var(--rcsh-trybe-image) center / cover no-repeat;
	color: #fff;
}

.rcsh .rcsh-trybe__card.rcsh-has-artwork .rcsh-kicker {
	color: var(--rcsh-accent-2);
}

.rcsh .rcsh-final.rcsh-has-artwork {
	position: relative;
	isolation: isolate;
	background:
		linear-gradient(rgba(0,0,0,.76), rgba(0,0,0,.86)),
		var(--rcsh-newsletter-image) center / cover no-repeat;
}

@media (max-width: 650px) {
	.rcsh .rcsh-product-grid {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) !important;
		width: 100% !important;
		gap: 20px !important;
	}

	.rcsh .rcsh-product {
		width: 100% !important;
		max-width: 100% !important;
		min-height: 0 !important;
	}

	.rcsh .rcsh-product__art {
		width: 100% !important;
		min-height: 260px;
		aspect-ratio: 1 / 1;
	}

	.rcsh .rcsh-product__art img {
		width: 100% !important;
		height: 100% !important;
		object-fit: cover !important;
	}

	.rcsh .rcsh-product__actions {
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: 14px !important;
		align-items: stretch !important;
	}

	.rcsh .rcsh-buy-form,
	.rcsh .rcsh-buy-form .rcsh-btn {
		width: 100% !important;
	}

	.rcsh .rcsh-text-link {
		display: inline-flex;
		min-height: 44px;
		align-items: center;
		justify-content: center;
	}

	.rcsh .rcsh-trybe__card.rcsh-has-artwork,
	.rcsh .rcsh-final.rcsh-has-artwork {
		background-position: center;
	}
}


/* Version 1.0.4: root-cause mobile/desktop reliability patch. */
.rcsh {
	position: relative !important;
	left: 50% !important;
	width: 100vw !important;
	max-width: 100vw !important;
	margin-left: -50vw !important;
	margin-right: -50vw !important;
	overflow-x: hidden !important;
	overflow-y: visible !important;
	contain: none !important;
}

.rcsh .rcsh-reveal,
.rcsh.rcsh-js .rcsh-reveal,
.rcsh.rcsh-js .rcsh-reveal:not(.is-visible) {
	display: block;
	visibility: visible !important;
	opacity: 1 !important;
	transform: none !important;
}

.rcsh #rcsh-music,
.rcsh .rcsh-music,
.rcsh .rcsh-product-grid,
.rcsh .rcsh-product,
.rcsh .rcsh-product__art,
.rcsh .rcsh-product__body,
.rcsh .rcsh-product__actions,
.rcsh .rcsh-support,
.rcsh .rcsh-support__layout,
.rcsh .rcsh-support__panel,
.rcsh .rcsh-tier-grid {
	visibility: visible !important;
	opacity: 1 !important;
}

.rcsh .rcsh-product-grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 22px !important;
	width: 100% !important;
}

.rcsh .rcsh-product {
	display: flex !important;
	flex-direction: column !important;
	width: 100% !important;
	min-width: 0 !important;
	height: auto !important;
	overflow: hidden !important;
}

.rcsh .rcsh-product__art {
	display: block !important;
	width: 100% !important;
	aspect-ratio: 1 / 1 !important;
	min-height: 250px !important;
	overflow: hidden !important;
}

.rcsh .rcsh-product__art img {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	visibility: visible !important;
	opacity: 1 !important;
}

.rcsh .rcsh-product__body {
	display: flex !important;
	flex: 1 1 auto !important;
	flex-direction: column !important;
}

.rcsh .rcsh-product__actions {
	display: flex !important;
	margin-top: auto !important;
}

.rcsh .rcsh-native-buy,
.rcsh a.rcsh-tier--link {
	position: relative !important;
	z-index: 20 !important;
	pointer-events: auto !important;
	touch-action: manipulation !important;
	-webkit-tap-highlight-color: rgba(228,185,95,.24);
}

.rcsh a.rcsh-tier--link {
	display: flex !important;
	width: 100% !important;
}

.rcsh .rcsh-native-buy.is-loading,
.rcsh button.is-loading {
	pointer-events: none !important;
	opacity: .72 !important;
}

.rcsh .rcsh-public-notice {
	padding: 22px;
	border: 1px solid rgba(255,255,255,.14);
	border-radius: 14px;
	background: rgba(255,255,255,.03);
	color: var(--rcsh-muted);
}

@media (max-width: 980px) {
	.rcsh .rcsh-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 650px) {
	.rcsh {
		left: 50% !important;
		width: 100vw !important;
		max-width: 100vw !important;
		margin-left: -50vw !important;
		margin-right: -50vw !important;
	}

	.rcsh .rcsh-shell {
		width: calc(100% - 28px) !important;
		max-width: none !important;
	}

	.rcsh .rcsh-heading--split {
		display: block !important;
	}

	.rcsh #rcsh-music-title {
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
		font-size: clamp(34px, 10vw, 44px) !important;
		line-height: 1.08 !important;
		letter-spacing: -.03em !important;
		white-space: normal !important;
		word-break: normal !important;
		overflow-wrap: normal !important;
	}

	.rcsh #rcsh-music-title .rcsh-music-title-ending {
		display: block !important;
	}

	.rcsh .rcsh-product-grid {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) !important;
		gap: 20px !important;
	}

	.rcsh .rcsh-product__art {
		min-height: 260px !important;
	}

	.rcsh .rcsh-product__actions {
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: 12px !important;
	}

	.rcsh .rcsh-product__actions .rcsh-btn,
	.rcsh .rcsh-product__actions .rcsh-text-link {
		width: 100% !important;
		min-height: 50px !important;
	}

	.rcsh a.rcsh-tier--link {
		min-height: 92px !important;
		align-items: center !important;
		flex-direction: row !important;
		padding: 18px 16px !important;
	}

	.rcsh .rcsh-support__layout {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) !important;
		width: 100% !important;
	}

	.rcsh .rcsh-support__panel,
	.rcsh .rcsh-tier-grid,
	.rcsh .rcsh-tier-form {
		display: block !important;
		width: 100% !important;
	}

	.rcsh .rcsh-tier,
	.rcsh a.rcsh-tier--link {
		margin-bottom: 10px !important;
	}
}
