/*
 * product-landing.css
 * Config-driven Product Landing template (#dsrt-plp). Loaded ONLY when the page
 * uses template-product-landing.php. Layered on top of interior.css.
 *
 * COLOR SYSTEM (v2 "more pop"): leans on the brand's six [data-accent] tile
 * tokens from fonts-global.css (--tile-from/--tile-to/--tile-glow/--tile-ink)
 * — the same palette as the homepage product tiles, so the landing page reads
 * as the page you land on after clicking one of those tiles.
 *   - Hero + pricing card: accent-tinted faceplates (1-stop linear, brand-legal)
 *   - Feature grid: a RACK OF COLORED MODULES — each card cycles its own accent
 *     (coral/violet/mint/amber/rose/gold), TR-808/Buchla style. The signature.
 *   - Price: lit LED readout (VT323 in accent ink with a lamp glow)
 *   - CTA: accent-ink plate with near-black text (dark-on-light, high contrast)
 *
 * Aesthetic guardrails still hold: flat fills (1-stop linear max, NO radial
 * gradients), depth via 1px edge lines (glows only on LED/lamp elements —
 * precedent: interior.css kicker LED), brand fonts, no translateY hover lift.
 *
 * Cascade note: the parent Graceful theme sets `#primary h1-h6 { color:#030303 }`
 * and `#primary a { color:#f9f9f9 }` inline (specificity 1,0,1). Colour-critical
 * rules are prefixed `#primary #dsrt-plp` (2 IDs) so they always win. Per-card
 * accents work because fonts-global.css defines [data-accent] at document scope,
 * so a card's own data-accent overrides the tokens it inherits from #dsrt-plp.
 */

/* ---------------------------------------------------------------------------
 * Tokens + container
 * --------------------------------------------------------------------------- */
#dsrt-plp {
	--plp-face-top: #1a1c22;
	--plp-face-bot: #0a0b0f;
	--plp-edge-hi: rgba(255, 255, 255, 0.06);
	--plp-edge-lo: rgba(0, 0, 0, 0.55);
	--plp-hair: rgba(255, 232, 204, 0.16);
	--plp-ink: #f3e9da;
	--plp-ink-soft: rgba(243, 233, 218, 0.82);
	--plp-ink-dim: #b6ab9c;
	--plp-cta-text: #1c1105;

	max-width: 1120px;
	margin: 0 auto;
	padding: 8px 0 64px;
	font-family: var(--ad-font-body);
	color: var(--plp-ink);
}

#dsrt-plp section {
	margin: 0 0 clamp(28px, 4vw, 52px);
}

/* Section label — VT323 readout, lamp-lit in the accent ink. */
#dsrt-plp .dsrt-plp-sec__label {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 16px;
	padding: 0 4px;
}
#primary #dsrt-plp .dsrt-plp-sec__name {
	font-family: var(--ad-font-readout);
	font-size: 1.2rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--tile-ink, #ffd6b3);
}
#dsrt-plp .dsrt-plp-sec__led {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: var(--tile-ink, #ffd6b3);
	box-shadow: 0 0 10px 2px var(--tile-glow, rgba(232, 168, 124, 0.5));
}

/* ---------------------------------------------------------------------------
 * Hero — accent-tinted faceplate (same 1-stop linear as homepage tiles)
 * --------------------------------------------------------------------------- */
#dsrt-plp .dsrt-plp-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
	gap: clamp(20px, 3vw, 40px);
	align-items: center;
	padding: clamp(20px, 3vw, 34px);
	background: linear-gradient(160deg, var(--tile-from, #5c2d24), var(--tile-to, #1f0f1c));
	border: 1px solid var(--tile-glow, rgba(232, 168, 124, 0.35));
	border-top-color: rgba(255, 255, 255, 0.14);
	border-bottom-color: var(--plp-edge-lo);
}
#dsrt-plp .dsrt-plp-hero__media {
	margin: 0;
	border: 1px solid rgba(0, 0, 0, 0.55);
	background: #05060a;
	overflow: hidden;
}
#dsrt-plp .dsrt-plp-hero__img {
	display: block;
	width: 100%;
	height: auto;
}
#primary #dsrt-plp .dsrt-plp-hero__wordmark {
	font-family: var(--ad-font-display);
	font-size: clamp(2.6rem, 6vw, 4.2rem);
	line-height: 0.98;
	margin: 0 0 12px;
	color: var(--plp-ink);
	letter-spacing: 0.01em;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
#primary #dsrt-plp .dsrt-plp-hero__tagline {
	font-family: var(--ad-font-body);
	font-size: clamp(1.02rem, 1.6vw, 1.22rem);
	line-height: 1.5;
	margin: 0 0 20px;
	color: var(--plp-ink-soft);
	max-width: 40ch;
}

/* Badges — screen-printed accent labels */
#dsrt-plp .dsrt-plp-hero__badges {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 22px;
	padding: 0;
}
#primary #dsrt-plp .dsrt-plp-badge {
	font-family: var(--ad-font-nameplate);
	font-size: 0.74rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--tile-ink, #ffd6b3);
	padding: 4px 10px;
	background: rgba(0, 0, 0, 0.35);
	border: 1px solid var(--tile-glow, rgba(232, 168, 124, 0.35));
}

/* Price + CTA */
#dsrt-plp .dsrt-plp-hero__buy {
	display: flex;
	align-items: center;
	gap: 18px;
	flex-wrap: wrap;
}

/* Price = lit LED readout: accent ink + lamp glow (glow is LED-legal) */
#primary #dsrt-plp .dsrt-plp-price {
	font-family: var(--ad-font-readout);
	font-size: 2.3rem;
	line-height: 1;
	color: var(--tile-ink, #ffd6b3);
	text-shadow: 0 0 14px var(--tile-glow, rgba(232, 168, 124, 0.5));
}
#primary #dsrt-plp .dsrt-plp-price del,
#primary #dsrt-plp .dsrt-plp-card__price del {
	color: var(--plp-ink-dim);
	font-size: 0.6em;
	margin-right: 0.35em;
	text-decoration: line-through;
	opacity: 0.8;
	text-shadow: none;
}
#primary #dsrt-plp .dsrt-plp-price__free {
	color: var(--tile-ink, #ffd6b3);
}

/* CTA — accent-ink plate, near-black text. Dark-on-light, real pop. */
#primary #dsrt-plp a.dsrt-plp-cta {
	display: inline-block;
	font-family: var(--ad-font-nameplate);
	font-weight: 700;
	font-size: 0.98rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--plp-cta-text);
	background: var(--tile-ink, #ffd6b3);
	padding: 13px 26px;
	border: 1px solid rgba(0, 0, 0, 0.5);
	border-top-color: rgba(255, 255, 255, 0.55);
	border-bottom-color: rgba(0, 0, 0, 0.75);
	transition: filter 0.15s ease;
}
#primary #dsrt-plp a.dsrt-plp-cta:hover,
#primary #dsrt-plp a.dsrt-plp-cta:focus-visible {
	filter: brightness(1.08);
	color: var(--plp-cta-text);
}
#primary #dsrt-plp a.dsrt-plp-cta--block {
	display: block;
	text-align: center;
	margin-top: 20px;
}
#primary #dsrt-plp a.dsrt-plp-cta--sm {
	padding: 9px 16px;
	font-size: 0.84rem;
}

/* ---------------------------------------------------------------------------
 * Sticky buy-bar (bottom-dock; z below parent header 1150; safe-area inset)
 * --------------------------------------------------------------------------- */
#dsrt-plp .dsrt-plp-buybar {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1100;
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 10px clamp(14px, 4vw, 40px);
	padding-bottom: calc(10px + env(safe-area-inset-bottom));
	background: linear-gradient(180deg, #15171d, #0a0b0f);
	border-top: 1px solid var(--tile-glow, rgba(232, 168, 124, 0.35));
}
#dsrt-plp .dsrt-plp-buybar[hidden] { display: none; }
#dsrt-plp .dsrt-plp-buybar__name {
	font-family: var(--ad-font-display);
	font-size: 1.25rem;
	color: var(--plp-ink);
}
#primary #dsrt-plp .dsrt-plp-buybar__price {
	font-family: var(--ad-font-readout);
	font-size: 1.45rem;
	color: var(--tile-ink, #ffd6b3);
	text-shadow: 0 0 10px var(--tile-glow, rgba(232, 168, 124, 0.5));
	margin-left: auto;
}

/* ---------------------------------------------------------------------------
 * Feature grid — THE SIGNATURE: a rack of colored modules. Each card carries
 * its own data-accent (cycled in feature-grid.php), so the row reads like a
 * TR-808 / Buchla panel: coral, violet, mint, amber, rose, gold.
 * --------------------------------------------------------------------------- */
#dsrt-plp .dsrt-plp-features__grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}
#dsrt-plp .dsrt-plp-feat {
	padding: 22px 20px;
	background: linear-gradient(170deg, var(--tile-from, #131519), var(--tile-to, #0b0c11));
	border: 1px solid var(--tile-glow, rgba(255, 232, 204, 0.16));
	border-top: 2px solid var(--tile-ink, #ffd6b3);
	border-bottom-color: var(--plp-edge-lo);
}
#primary #dsrt-plp .dsrt-plp-feat__title {
	font-family: var(--ad-font-display);
	font-size: 1.28rem;
	line-height: 1.15;
	margin: 14px 0 8px;
	color: var(--plp-ink);
}
#primary #dsrt-plp .dsrt-plp-feat__body {
	font-size: 0.96rem;
	line-height: 1.5;
	margin: 0;
	color: var(--plp-ink-soft);
}

/* Icon chips — lamp-lit accent glyph on a dark well */
#dsrt-plp .dsrt-plp-feat__icon {
	display: block;
	width: 34px;
	height: 34px;
	position: relative;
	background: rgba(0, 0, 0, 0.4);
	border: 1px solid var(--tile-glow, rgba(255, 232, 204, 0.3));
	box-shadow: inset 0 0 8px var(--tile-glow, rgba(232, 168, 124, 0.25));
}
#dsrt-plp .dsrt-plp-feat__icon::after {
	content: "";
	position: absolute;
	inset: 0;
	margin: auto;
	background: var(--tile-ink, #ffd6b3);
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 20px 20px;
	mask-size: 20px 20px;
}
#dsrt-plp .dsrt-plp-feat__icon[data-icon="led"]::after {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='5'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='5'/%3E%3C/svg%3E");
}
#dsrt-plp .dsrt-plp-feat__icon[data-icon="knob"]::after {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='7'/%3E%3Cline x1='12' y1='12' x2='12' y2='6'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='7'/%3E%3Cline x1='12' y1='12' x2='12' y2='6'/%3E%3C/svg%3E");
}
#dsrt-plp .dsrt-plp-feat__icon[data-icon="toggle"]::after {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Crect x='3' y='8' width='18' height='8' rx='4'/%3E%3Ccircle cx='16' cy='12' r='2.4' fill='black'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Crect x='3' y='8' width='18' height='8' rx='4'/%3E%3Ccircle cx='16' cy='12' r='2.4' fill='black'/%3E%3C/svg%3E");
}
#dsrt-plp .dsrt-plp-feat__icon[data-icon="wave"]::after {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M2 12 Q7 3 12 12 T22 12'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M2 12 Q7 3 12 12 T22 12'/%3E%3C/svg%3E");
}
#dsrt-plp .dsrt-plp-feat__icon[data-icon="cv"]::after {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3Cline x1='6' y1='16' x2='6' y2='8'/%3E%3Cline x1='12' y1='16' x2='12' y2='5'/%3E%3Cline x1='18' y1='16' x2='18' y2='10'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3Cline x1='6' y1='16' x2='6' y2='8'/%3E%3Cline x1='12' y1='16' x2='12' y2='5'/%3E%3Cline x1='18' y1='16' x2='18' y2='10'/%3E%3C/svg%3E");
}
#dsrt-plp .dsrt-plp-feat__icon[data-icon="vu"]::after {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M4 16 A8 8 0 0 1 20 16'/%3E%3Cline x1='12' y1='16' x2='16' y2='9'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M4 16 A8 8 0 0 1 20 16'/%3E%3Cline x1='12' y1='16' x2='16' y2='9'/%3E%3C/svg%3E");
}

/* ---------------------------------------------------------------------------
 * Video gallery (facades)
 * --------------------------------------------------------------------------- */
.dsrt-plp-videos__grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}
#primary a.dsrt-plp-video__link {
	display: block;
	text-decoration: none;
	color: var(--plp-ink);
}
.dsrt-plp-video__frame {
	position: relative;
	display: block;
	aspect-ratio: 16 / 9;
	background: #05060a;
	border: 1px solid var(--plp-hair);
	overflow: hidden;
}
#primary a.dsrt-plp-video__link:hover .dsrt-plp-video__frame {
	border-color: var(--tile-glow, rgba(232, 168, 124, 0.5));
}
.dsrt-plp-video__thumb,
.dsrt-plp-video__frame iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
	object-fit: cover;
}
.dsrt-plp-video__play {
	position: absolute;
	inset: 0;
	margin: auto;
	width: 54px;
	height: 54px;
	background: rgba(10, 8, 6, 0.72);
	border: 1px solid var(--tile-ink, rgba(255, 232, 204, 0.5));
}
.dsrt-plp-video__play::after {
	content: "";
	position: absolute;
	inset: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 0 9px 15px;
	border-color: transparent transparent transparent var(--tile-ink, #ffe8cc);
	transform: translateX(2px);
}
#primary .dsrt-plp-video__title {
	display: block;
	font-family: var(--ad-font-card);
	font-size: 0.9rem;
	line-height: 1.35;
	margin-top: 10px;
	color: var(--plp-ink-dim);
}

/* ---------------------------------------------------------------------------
 * Audio demos
 * --------------------------------------------------------------------------- */
.dsrt-plp-audio__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.dsrt-plp-clip {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 12px 16px;
	background: linear-gradient(180deg, #131519, #0b0c11);
	border: 1px solid var(--plp-hair);
	border-left: 2px solid var(--tile-ink, #ffd6b3);
}
.dsrt-plp-clip__btn {
	flex: none;
	width: 38px;
	height: 38px;
	padding: 0;
	background: var(--tile-ink, #ffd6b3);
	border: 1px solid rgba(0, 0, 0, 0.5);
	border-top-color: rgba(255, 255, 255, 0.55);
	cursor: pointer;
	position: relative;
}
.dsrt-plp-clip__icon {
	position: absolute;
	inset: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 12px;
	border-color: transparent transparent transparent var(--plp-cta-text);
	transform: translateX(1px);
}
/* Playing state -> pause bars + lit clip */
.dsrt-plp-clip.is-playing {
	border-color: var(--tile-glow, rgba(232, 168, 124, 0.5));
}
.dsrt-plp-clip.is-playing .dsrt-plp-clip__icon {
	width: 12px;
	height: 14px;
	border: 0;
	transform: none;
	background:
		linear-gradient(var(--plp-cta-text), var(--plp-cta-text)) 0 0 / 4px 100% no-repeat,
		linear-gradient(var(--plp-cta-text), var(--plp-cta-text)) 100% 0 / 4px 100% no-repeat;
}
#primary .dsrt-plp-clip__label {
	font-family: var(--ad-font-card);
	font-size: 0.98rem;
	color: var(--plp-ink);
}

/* ---------------------------------------------------------------------------
 * Pricing card — accent-tinted faceplate with a lamp-lit price
 * --------------------------------------------------------------------------- */
#dsrt-plp .dsrt-plp-pricing__grid {
	display: grid;
	grid-template-columns: minmax(0, 460px);
	justify-content: center;
	gap: 18px;
}
#dsrt-plp .dsrt-plp-pricing__grid.is-multi {
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	max-width: 900px;
	margin: 0 auto;
}
#dsrt-plp .dsrt-plp-card {
	position: relative;
	padding: 30px 26px;
	text-align: center;
	background: linear-gradient(180deg, #16181e, #0b0c11);
	border: 1px solid var(--plp-hair);
	border-top-color: var(--plp-edge-hi);
	border-bottom-color: var(--plp-edge-lo);
}
#dsrt-plp .dsrt-plp-card.is-featured {
	background: linear-gradient(170deg, var(--tile-from, #16181e), var(--tile-to, #0b0c11));
	border-color: var(--tile-glow, rgba(232, 168, 124, 0.5));
	border-top-color: rgba(255, 255, 255, 0.14);
}
#dsrt-plp .dsrt-plp-card__badge {
	position: absolute;
	top: -11px;
	left: 50%;
	transform: translateX(-50%);
	font-family: var(--ad-font-nameplate);
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--plp-cta-text);
	background: var(--tile-ink, #ffd6b3);
	padding: 3px 12px;
}
#primary #dsrt-plp .dsrt-plp-card__name {
	font-family: var(--ad-font-display);
	font-size: 1.7rem;
	margin: 4px 0 8px;
	color: var(--plp-ink);
}
#primary #dsrt-plp .dsrt-plp-card__price {
	font-family: var(--ad-font-readout);
	font-size: 3rem;
	line-height: 1;
	margin: 10px 0 6px;
	color: var(--tile-ink, #ffd6b3);
	text-shadow: 0 0 16px var(--tile-glow, rgba(232, 168, 124, 0.5));
}
#primary #dsrt-plp .dsrt-plp-card__note {
	font-size: 0.86rem;
	color: var(--plp-ink-soft);
	margin: 0 0 18px;
}
#dsrt-plp .dsrt-plp-card__features {
	list-style: none;
	margin: 0 0 8px;
	padding: 0;
	text-align: left;
}
#primary #dsrt-plp .dsrt-plp-card__features li {
	position: relative;
	padding: 8px 0 8px 26px;
	font-size: 0.94rem;
	line-height: 1.45;
	color: var(--plp-ink-soft);
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
#dsrt-plp .dsrt-plp-card__features li:last-child { border-bottom: 0; }
#dsrt-plp .dsrt-plp-card__features li::before {
	content: "";
	position: absolute;
	left: 4px;
	top: 14px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--tile-ink, #ffd6b3);
	box-shadow: 0 0 6px var(--tile-glow, rgba(232, 168, 124, 0.5));
}
#primary #dsrt-plp .dsrt-plp-pricing__note {
	text-align: center;
	font-family: var(--ad-font-card);
	font-size: 0.82rem;
	color: var(--plp-ink-dim);
	margin: 16px 0 0;
}

/* ---------------------------------------------------------------------------
 * Responsive
 * --------------------------------------------------------------------------- */
@media (max-width: 900px) {
	#dsrt-plp .dsrt-plp-hero { grid-template-columns: minmax(0, 1fr); }
	#dsrt-plp .dsrt-plp-hero__media { order: -1; }
	#dsrt-plp .dsrt-plp-features__grid,
	#dsrt-plp .dsrt-plp-videos__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
	#dsrt-plp .dsrt-plp-features__grid,
	#dsrt-plp .dsrt-plp-videos__grid { grid-template-columns: minmax(0, 1fr); }
	#dsrt-plp .dsrt-plp-buybar__name { display: none; }
	#primary #dsrt-plp .dsrt-plp-hero__buy { gap: 12px; }
}

/* ---------------------------------------------------------------------------
 * Inline shortcode variants — [dsrt_video] / [dsrt_audio] dropped anywhere in
 * post_content (between In-Detail sections, other pages, posts). Unscoped from
 * #dsrt-plp, so they carry their own token fallbacks for pages where the
 * landing container (and its --plp-* custom properties) doesn't exist.
 * --------------------------------------------------------------------------- */
.dsrt-plp-video--inline,
.dsrt-plp-clip--inline {
	--plp-hair: rgba(255, 232, 204, 0.16);
	--plp-ink: #f3e9da;
	--plp-ink-dim: #b6ab9c;
	--plp-cta-text: #1c1105;
}
.dsrt-plp-video--inline {
	display: block;
	max-width: 720px;
	margin: 28px auto;
}
.dsrt-plp-clip--inline {
	max-width: 720px;
	margin: 20px auto;
}

/* Motion: only the buy-bar's entrance transition is decorative. Behaviour
 * (facade swap, audio, buy-bar visibility) is JS-driven and unconditional. */
#dsrt-plp .dsrt-plp-buybar {
	transition: transform 0.2s ease;
}
@media (prefers-reduced-motion: reduce) {
	#dsrt-plp .dsrt-plp-buybar,
	#primary #dsrt-plp a.dsrt-plp-cta { transition: none; }
}
