/*
Theme Name: Disney Princess Experience
Theme URI: https://dept5.com/disneyprincess/
Author: Dept5
Author URI: https://dept5.com/
Description: A lightweight custom WordPress theme for the Disney Princess Experience pre-launch website.
Version: 1.0.46
Requires at least: 6.8
Requires PHP: 8.1
Text Domain: disney-princess-experience
*/

@font-face {
	font-family: "DPE Poppins";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("assets/fonts/poppins-latin-400.woff2") format("woff2");
}

@font-face {
	font-family: "DPE Poppins";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("assets/fonts/poppins-latin-500.woff2") format("woff2");
}

@font-face {
	font-family: "DPE Poppins";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("assets/fonts/poppins-latin-700.woff2") format("woff2");
}

:root {
	--dpe-purple-950: #1d0326;
	--dpe-purple-900: #280330;
	--dpe-purple-800: #3f0b56;
	--dpe-purple-700: #4b237f;
	--dpe-gold: #edd33a;
	--dpe-gold-soft: #f4df68;
	--dpe-cream: #f5d9b6;
	--dpe-white: #fff;
	--dpe-copy: #f9f5fb;
	--dpe-shadow: 0 24px 70px rgb(10 0 18 / 35%);
	--dpe-display-font: "DPE Poppins", "Trebuchet MS", Arial, sans-serif;
}

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

html {
	scroll-behavior: smooth;
	scroll-padding-top: 96px;
}

body {
	margin: 0;
	background: var(--dpe-purple-950);
	color: var(--dpe-copy);
	font-family: "Trebuchet MS", "Avenir Next", Avenir, Arial, sans-serif;
	font-size: 18px;
	line-height: 1.55;
	-webkit-font-smoothing: antialiased;
}

body.modal-open {
	overflow: hidden;
}

.dpe-fairy-dust {
	position: fixed;
	inset: 0;
	z-index: 9998;
	display: block;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

body.admin-bar .site-header {
	top: 32px;
}

img,
svg,
video,
iframe {
	display: block;
	max-width: 100%;
}

a {
	color: inherit;
}

button,
input,
textarea,
select {
	font: inherit;
}

button,
a {
	-webkit-tap-highlight-color: transparent;
}

:focus-visible {
	outline: 3px solid var(--dpe-gold);
	outline-offset: 4px;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	border: 0;
	word-wrap: normal !important;
}

.skip-link:focus {
	z-index: 100000;
	top: 16px;
	left: 16px;
	width: auto;
	height: auto;
	padding: 12px 18px;
	clip: auto !important;
	clip-path: none;
	border-radius: 8px;
	background: var(--dpe-white);
	color: var(--dpe-purple-950);
}

.site-header {
	position: -webkit-sticky;
	position: sticky;
	z-index: 100;
	top: 0;
	background: rgb(29 3 38 / 98%);
	box-shadow: 0 1px 0 rgb(255 255 255 / 4%);
}

.header-producer {
	position: absolute;
	right: clamp(18px, 3vw, 64px);
	bottom: clamp(4px, 0.4vw, 10px);
	z-index: 2;
	margin: 0;
	color: var(--dpe-white);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.025em;
	line-height: 1;
	text-align: right;
	white-space: nowrap;
}

.mobile-royal-banner {
	display: none;
}

.header-inner {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	min-height: clamp(68px, 4.6875vw, 120px);
	margin-inline: auto;
	gap: 0;
}

.site-branding {
	position: absolute;
	left: 40.04%;
	flex: 0 0 auto;
	transform: translateX(-50%);
}

.site-logo {
	width: clamp(64px, 5.286vw, 136px);
	height: auto;
}

.primary-navigation {
	position: absolute;
	right: 33.18%;
	left: 44.66%;
}

.primary-navigation .menu,
.footer-navigation .menu {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}

.primary-navigation .menu {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
}

.primary-navigation .menu > li {
	display: flex;
	justify-content: center;
}

.primary-navigation a {
	display: block;
	padding: 18px 0;
	color: var(--dpe-white);
	font-family: var(--dpe-display-font);
	font-size: clamp(12px, 1.328vw, 51px);
	font-weight: 500;
	letter-spacing: 0.015em;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.primary-navigation a:hover,
.primary-navigation a:focus-visible {
	color: var(--dpe-gold-soft);
}

.site-main {
	overflow: hidden;
	overflow: clip;
}

.experience-home {
	position: relative;
	background: #4d0753;
}

.keyart-section,
.video-section {
	position: relative;
	width: 100%;
	overflow: hidden;
	isolation: isolate;
}

.keyart-section {
	aspect-ratio: 3840 / 2490;
}

.keyart-picture,
.video-stage-picture {
	position: absolute;
	z-index: 0;
	inset: 0;
	display: block;
}

.keyart-art,
.video-stage-art {
	width: 100%;
	height: 100%;
	object-fit: fill;
	pointer-events: none;
	user-select: none;
}

.keyart-intro {
	position: absolute;
	z-index: 2;
	top: 2.15%;
	left: 50.38%;
	width: 22.5%;
	transform: translateX(-50%);
	font-family: var(--dpe-display-font);
	text-align: center;
	text-wrap: balance;
}

.keyart-intro h1 {
	margin: 0;
	color: var(--dpe-gold);
	font-size: clamp(12px, 1.09vw, 42px);
	font-weight: 700;
	letter-spacing: 0.015em;
	line-height: 1.08;
}

.keyart-intro__body {
	margin-top: clamp(3px, 0.45vw, 17px);
	color: var(--dpe-white);
	font-size: clamp(8px, 0.821vw, 31.5px);
	font-weight: 400;
	line-height: 1.1;
}

.keyart-intro__body > * {
	margin: 0;
}

/* The intro lockup was removed from R11; retain its H1/copy for assistive technology and SEO. */
.keyart-intro {
	top: auto;
	left: -10000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	transform: none;
	white-space: nowrap;
}

.royal-cta {
	position: absolute;
	z-index: 2;
	top: 72.41%;
	left: 37.37%;
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 27.76%;
	height: 16.43%;
	color: var(--dpe-white);
	font-family: var(--dpe-display-font);
	text-align: center;
	scroll-margin-top: 110px;
}

.royal-cta__panel,
.royal-cta__panel img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.royal-cta__panel img {
	object-fit: fill;
}

.royal-cta h2 {
	position: absolute;
	z-index: 1;
	top: 10.6%;
	left: 0;
	width: 100%;
	margin: 0;
	color: var(--dpe-gold);
	font-size: clamp(12px, 1.63vw, 62.5px);
	font-weight: 700;
	letter-spacing: 0.015em;
	line-height: 1;
	text-transform: uppercase;
	white-space: nowrap;
}

.royal-cta p {
	position: absolute;
	z-index: 1;
	top: 35.3%;
	left: 17%;
	width: 66%;
	margin: 0;
	font-size: clamp(8px, 0.817vw, 31.4px);
	font-weight: 700;
	line-height: 1.1;
	text-wrap: balance;
}

.royal-cta__button,
.royal-form__submit {
	border: 0;
	border-radius: 999px;
	background: var(--dpe-gold);
	color: var(--dpe-purple-700);
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
	text-transform: uppercase;
	cursor: pointer;
	transition: transform 180ms ease, filter 180ms ease;
}

.royal-cta__button {
	position: absolute;
	z-index: 1;
	top: 65.6%;
	left: 50%;
	width: 31.02%;
	height: 19.39%;
	min-width: 0;
	min-height: 0;
	margin: 0;
	padding: 0;
	transform: translateX(-50%);
	font-size: clamp(7px, 0.755vw, 29px);
}

.royal-cta__button::before {
	content: "";
	position: absolute;
	inset: -9px -6px;
}

.royal-cta__button:hover,
.royal-cta__button:focus-visible {
	transform: translate(-50%, -2px);
	filter: brightness(1.08);
}

.royal-form__submit:hover,
.royal-form__submit:focus-visible {
	transform: translateY(-2px);
	filter: brightness(1.08);
}

.video-section {
	aspect-ratio: 3840 / 2491;
}

.stage-divider-picture {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	pointer-events: none;
}

.stage-divider-art {
	display: block;
	width: 100%;
	height: auto;
}

.video-facade {
	position: absolute;
	z-index: 2;
	top: 11.68%;
	left: 5.55%;
	width: 88.9%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	border: 0;
	border-radius: clamp(14px, 1.1vw, 24px);
	background: #2b0638;
	box-shadow: var(--dpe-shadow);
}

.video-facade__button {
	position: absolute;
	z-index: 2;
	inset: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	opacity: 1;
	visibility: visible;
	transition: opacity 180ms ease, visibility 180ms ease;
}

.video-facade__button:disabled {
	cursor: wait;
}

.video-facade__poster-picture,
.video-facade__poster {
	display: block;
	width: 100%;
	height: 100%;
}

.video-facade__poster {
	object-fit: cover;
	transition: filter 180ms ease, transform 600ms ease;
}

.video-facade__button:hover .video-facade__poster,
.video-facade__button:focus-visible .video-facade__poster {
	filter: brightness(1.06);
	transform: scale(1.006);
}

.video-facade__play {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20.5%;
	aspect-ratio: 1;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background: rgb(45 14 62 / 68%);
	box-shadow: 0 12px 35px rgb(18 0 29 / 30%);
}

.video-facade__play::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 54%;
	width: 0;
	height: 0;
	transform: translate(-50%, -50%);
	border-top: clamp(20px, 3vw, 58px) solid transparent;
	border-bottom: clamp(20px, 3vw, 58px) solid transparent;
	border-left: clamp(34px, 5vw, 96px) solid var(--dpe-gold);
}

.video-facade__player {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	opacity: 0;
	pointer-events: none;
	transition: opacity 180ms ease;
}

iframe.video-facade__player {
	top: -25%;
	height: 150%;
}

video.video-facade__player {
	display: block;
	object-fit: cover;
}

.video-facade.is-playing .video-facade__player {
	opacity: 1;
	pointer-events: auto;
}

.video-facade.is-playing .video-facade__button {
	opacity: 0;
	visibility: hidden;
}

.video-facade__sound,
.video-facade__transport {
	position: absolute;
	z-index: 5;
	bottom: clamp(12px, 1.25vw, 24px);
	display: grid;
	place-items: center;
	width: clamp(42px, 3vw, 54px);
	height: clamp(42px, 3vw, 54px);
	padding: 10px;
	border: 2px solid rgb(237 211 58 / 85%);
	border-radius: 50%;
	background: rgb(29 3 38 / 82%);
	box-shadow: 0 8px 24px rgb(10 0 18 / 30%);
	color: var(--dpe-white);
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.video-facade__timeline {
	position: absolute;
	z-index: 5;
	right: clamp(128px, 9vw, 174px);
	bottom: clamp(25px, 2.05vw, 38px);
	left: clamp(14px, 1.5vw, 28px);
	display: flex;
	align-items: center;
	gap: 9px;
	color: var(--dpe-white);
	font-size: 11px;
	font-weight: 700;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	text-shadow: 0 1px 3px rgb(0 0 0 / 85%);
	transition: opacity 180ms ease, visibility 180ms ease;
}

.video-facade__timeline[hidden] {
	display: none;
}

.video-facade__progress {
	width: 100%;
	height: 20px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--dpe-gold);
	accent-color: var(--dpe-gold);
	cursor: pointer;
}

.video-facade__progress::-webkit-slider-runnable-track {
	height: 5px;
	border-radius: 999px;
	background: rgb(255 255 255 / 56%);
	box-shadow: 0 1px 4px rgb(0 0 0 / 55%);
}

.video-facade__progress::-webkit-slider-thumb {
	width: 15px;
	height: 15px;
	margin-top: -5px;
	border: 2px solid var(--dpe-white);
	border-radius: 50%;
	-webkit-appearance: none;
	appearance: none;
	background: var(--dpe-gold);
	box-shadow: 0 2px 7px rgb(0 0 0 / 50%);
}

.video-facade__progress::-moz-range-track {
	height: 5px;
	border-radius: 999px;
	background: rgb(255 255 255 / 56%);
	box-shadow: 0 1px 4px rgb(0 0 0 / 55%);
}

.video-facade__progress::-moz-range-progress {
	height: 5px;
	border-radius: 999px;
	background: var(--dpe-gold);
}

.video-facade__progress::-moz-range-thumb {
	width: 13px;
	height: 13px;
	border: 2px solid var(--dpe-white);
	border-radius: 50%;
	background: var(--dpe-gold);
	box-shadow: 0 2px 7px rgb(0 0 0 / 50%);
}

.video-facade__sound {
	right: clamp(12px, 1.25vw, 24px);
}

.video-facade__transport {
	right: clamp(66px, 5vw, 90px);
}

.video-facade__sound svg,
.video-facade__transport svg {
	width: 100%;
	height: 100%;
	fill: currentcolor;
}

.video-facade__play-icon,
.video-facade.is-paused .video-facade__pause-icon {
	display: none;
}

.video-facade.is-paused .video-facade__play-icon {
	display: block;
}

.video-facade__sound-off,
.video-facade.is-muted .video-facade__sound-on {
	display: none;
}

.video-facade.is-muted .video-facade__sound-off {
	display: block;
}

.video-facade.is-playing .video-facade__sound,
.video-facade.is-playing .video-facade__transport,
.video-facade.is-playing .video-facade__timeline {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.video-facade__sound:hover,
.video-facade__sound:focus-visible,
.video-facade__transport:hover,
.video-facade__transport:focus-visible {
	transform: scale(1.06);
}

.video-facade__sound:disabled,
.video-facade__transport:disabled {
	cursor: default;
}

.signup-modal[hidden] {
	display: none;
}

.signup-modal {
	position: fixed;
	z-index: 10000;
	inset: 0;
	display: grid;
	place-items: center;
	padding: 24px;
	background: rgb(17 0 27 / 82%);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	overscroll-behavior: contain;
}

.signup-modal__card {
	position: relative;
	width: min(100%, 560px);
	max-height: calc(100vh - 48px);
	max-height: calc(100dvh - 48px);
	padding: clamp(34px, 5vw, 58px);
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	border: 2px solid var(--dpe-gold);
	border-radius: 28px;
	background: linear-gradient(145deg, #601064, #32043f);
	box-shadow: 0 32px 100px rgb(8 0 17 / 60%);
	color: var(--dpe-white);
	scrollbar-color: var(--dpe-gold) transparent;
	scrollbar-width: thin;
	text-align: center;
}

.signup-modal__card::-webkit-scrollbar {
	width: 8px;
}

.signup-modal__card::-webkit-scrollbar-thumb {
	border: 2px solid transparent;
	border-radius: 999px;
	background: var(--dpe-gold);
	background-clip: padding-box;
}

.signup-modal__close {
	position: absolute;
	top: 14px;
	right: 16px;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--dpe-white);
	font-size: 34px;
	line-height: 1;
	cursor: pointer;
}

.signup-modal h2 {
	margin: 0;
	color: var(--dpe-gold);
	font-size: clamp(28px, 5vw, 42px);
	line-height: 1.05;
	text-transform: uppercase;
	text-wrap: balance;
}

.signup-modal__intro {
	margin: 16px auto 0;
	font-weight: 700;
	line-height: 1.3;
	text-wrap: balance;
}

.royal-form {
	margin-top: 28px;
	text-align: left;
}

.royal-form__field label {
	display: block;
	margin-bottom: 7px;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.royal-form__identity {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.royal-form__field + .royal-form__field,
.royal-form__identity + .royal-form__field,
.royal-form__field + .royal-form__identity {
	margin-top: 14px;
}

.royal-form__identity .royal-form__field {
	margin-top: 0;
}

.royal-form__field--zip {
	width: min(100%, 210px);
}

.royal-form__field input {
	width: 100%;
	height: 54px;
	padding: 0 20px;
	border: 3px solid var(--dpe-gold);
	border-radius: 999px;
	background: rgb(255 252 245 / 96%);
	color: var(--dpe-purple-950);
}

.royal-form__field input::placeholder {
	color: #776185;
}

.royal-form__consents {
	display: grid;
	gap: 14px;
	min-width: 0;
	margin: 18px 0 0;
	padding: 0;
	border: 0;
}

.royal-form__consent {
	display: grid;
	grid-template-columns: 22px minmax(0, 1fr);
	align-items: start;
	gap: 10px;
	margin: 0;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.42;
	text-transform: none;
}

.royal-form__consent input[type="checkbox"] {
	width: 20px;
	height: 20px;
	margin: 1px 0 0;
	accent-color: var(--dpe-gold);
	cursor: pointer;
}

.royal-form__consent a,
.royal-form__note a {
	font-weight: 700;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.royal-form__submit {
	width: 100%;
	min-height: 52px;
	margin-top: 14px;
	padding: 0 24px;
	font-size: 17px;
}

.royal-form__note {
	margin: 14px auto 0;
	font-size: 12px;
	line-height: 1.4;
	text-align: center;
}

.royal-form__status {
	min-height: 1.4em;
	margin: 8px 0 0;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.royal-form__status:empty {
	display: none;
}

.dpe-honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.site-footer {
	position: relative;
	z-index: 5;
	padding: 42px 24px;
	border-top: 1px solid rgb(237 211 58 / 25%);
	background: var(--dpe-purple-950);
	color: rgb(255 255 255 / 80%);
	text-align: center;
}

.experience-home + .site-footer {
	border-top: 0;
}

.footer-inner {
	width: min(100%, 1120px);
	margin-inline: auto;
}

.footer-navigation .menu {
	justify-content: center;
	gap: 16px 34px;
}

.footer-navigation a {
	font-size: 14px;
	font-weight: 700;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

.footer-navigation a:hover,
.footer-navigation a:focus-visible {
	color: var(--dpe-gold-soft);
}

.footer-social {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-top: 24px;
}

.footer-social__link {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border: 1px solid rgb(255 255 255 / 48%);
	border-radius: 50%;
	color: var(--dpe-white);
	transition: color 160ms ease, border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.footer-social__link:hover,
.footer-social__link:focus-visible {
	border-color: var(--dpe-gold);
	background: rgb(237 211 58 / 10%);
	color: var(--dpe-gold-soft);
	transform: translateY(-2px);
}

.footer-social__link:focus-visible {
	outline: 2px solid var(--dpe-gold-soft);
	outline-offset: 3px;
}

.footer-social__link svg {
	width: 22px;
	height: 22px;
	fill: currentcolor;
	stroke: currentcolor;
	stroke-width: 1.8;
}

.footer-social__link:first-child svg {
	fill: none;
}

.footer-social__link:last-child svg {
	stroke: none;
}

.footer-social__link .footer-social__dot {
	fill: currentcolor;
	stroke: none;
}

.footer-credits {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 12px 18px;
	margin-top: 18px;
}

.footer-producer,
.footer-disney {
	margin: 0;
}

.footer-producer {
	padding: 8px 18px;
	border-radius: 999px;
	background: var(--dpe-gold);
	color: var(--dpe-purple-950);
	font-size: 14px;
	font-weight: 700;
}

.footer-disney {
	font-size: 11px;
	opacity: 0.72;
}

.content-shell {
	min-height: 70vh;
	padding: clamp(72px, 8vw, 140px) 24px;
	background:
		radial-gradient(circle at 90% 8%, rgb(218 81 255 / 18%), transparent 22%),
		linear-gradient(180deg, #500653, #26012e);
}

.content-card {
	width: min(100%, 960px);
	margin-inline: auto;
	padding: clamp(34px, 5vw, 76px);
	border: 2px solid rgb(237 211 58 / 60%);
	border-radius: 24px;
	background: rgb(35 4 45 / 86%);
	box-shadow: var(--dpe-shadow);
}

.content-card h1 {
	margin: 0 0 32px;
	color: var(--dpe-gold);
	font-size: clamp(38px, 5vw, 68px);
	line-height: 1.08;
}

.entry-content {
	font-size: clamp(17px, 1.3vw, 20px);
	overflow-wrap: anywhere;
}

.entry-content p,
.entry-content ul,
.entry-content ol,
.entry-content blockquote,
.entry-content table,
.entry-content .wp-block-table {
	margin-block: 1.25em;
}

.entry-content h2,
.entry-content h3 {
	margin-top: 2em;
	color: var(--dpe-gold-soft);
	line-height: 1.2;
	text-wrap: balance;
}

.entry-content h2 {
	font-size: clamp(27px, 3vw, 38px);
}

.entry-content h3 {
	font-size: clamp(21px, 2.2vw, 28px);
}

.entry-content ul,
.entry-content ol {
	padding-left: 1.4em;
}

.entry-content li + li {
	margin-top: 0.55em;
}

.entry-content strong {
	color: var(--dpe-white);
}

.entry-content hr {
	height: 1px;
	margin: 2.25em 0;
	border: 0;
	background: rgb(237 211 58 / 32%);
}

.entry-content blockquote {
	margin-inline: 0;
	padding: 4px 0 4px 20px;
	border-left: 4px solid var(--dpe-gold);
	color: rgb(255 255 255 / 86%);
}

.entry-content .wp-block-table {
	max-width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.entry-content table {
	width: 100%;
	min-width: 620px;
	border-collapse: collapse;
	font-size: 0.9em;
	line-height: 1.45;
}

.entry-content th,
.entry-content td {
	padding: 12px 14px;
	border: 1px solid rgb(237 211 58 / 34%);
	text-align: left;
	vertical-align: top;
}

.entry-content th {
	background: rgb(237 211 58 / 14%);
	color: var(--dpe-gold-soft);
	font-weight: 700;
}

.entry-content a {
	color: var(--dpe-gold-soft);
	text-underline-offset: 3px;
}

.entry-content > :first-child {
	margin-top: 0;
}

.entry-content > :last-child {
	margin-bottom: 0;
}

.staging-notice {
	padding: 16px 18px;
	border-left: 4px solid var(--dpe-gold);
	background: rgb(255 255 255 / 8%);
}

@media (max-width: 782px) {
	body.admin-bar .site-header {
		top: 46px;
	}
}

@media (max-width: 900px) {
	html {
		scroll-padding-top: 132px;
	}

	.header-inner {
		width: 100%;
		min-height: clamp(44px, 10.31vw, 80px);
		margin: 0;
		gap: 0;
	}

	.site-branding {
		left: 26.375%;
		transform: translateX(-50%);
	}

	.site-logo {
		width: clamp(46px, 11.626vw, 90px);
	}

	.primary-navigation {
		right: 14.735%;
		left: 36.525%;
	}

	.primary-navigation .menu {
		justify-content: space-around;
		flex-wrap: nowrap;
		gap: 0;
	}

	.primary-navigation a {
		padding: 12px 4px;
		font-size: clamp(10px, 2.92vw, 26.3px);
		letter-spacing: 0.015em;
	}

	.mobile-royal-banner {
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 48px;
		padding: 6px 14px;
		border-top: 1px solid rgb(237 211 58 / 45%);
		border-bottom: 1px solid rgb(237 211 58 / 45%);
		background: #4f0756;
		box-shadow: 0 8px 20px rgb(15 0 24 / 24%);
		gap: 14px;
		color: var(--dpe-gold);
		font-family: var(--dpe-display-font);
		font-size: clamp(11px, 3.1vw, 16px);
		font-weight: 700;
		letter-spacing: 0.02em;
		line-height: 1;
		text-transform: uppercase;
	}

	.header-producer {
		top: 3px;
		right: 8px;
		bottom: auto;
		font-size: 8px;
	}

	.mobile-royal-banner button {
		min-height: 34px;
		padding: 0 17px;
		border: 0;
		border-radius: 999px;
		background: var(--dpe-gold);
		color: var(--dpe-purple-700);
		font-family: inherit;
		font-size: clamp(10px, 2.7vw, 14px);
		font-weight: 700;
		line-height: 1;
		text-transform: uppercase;
		cursor: pointer;
	}

	.keyart-section {
		aspect-ratio: 1746 / 2230;
	}

	.royal-cta {
		top: 77.4%;
		left: 14%;
		width: 72%;
		height: 20.5%;
		scroll-margin-top: 132px;
	}

	.royal-cta h2 {
		top: 11.6%;
		font-size: clamp(12px, 4.15vw, 36px);
	}

	.royal-cta p {
		top: 34%;
		left: 10%;
		width: 80%;
		font-size: clamp(8px, 1.95vw, 17px);
		line-height: 1.12;
	}

	.royal-cta__button {
		top: 64%;
		width: 42%;
		height: 23%;
		padding: 0;
		font-size: clamp(9px, 2.15vw, 18px);
	}

	.video-section {
		aspect-ratio: 1746 / 1261;
	}

	.video-facade {
		top: 14.67%;
		left: 4.07%;
		width: 92.1%;
		border-radius: clamp(10px, 2.2vw, 18px);
	}

	.video-facade__play::after {
		border-top-width: clamp(12px, 3vw, 24px);
		border-bottom-width: clamp(12px, 3vw, 24px);
		border-left-width: clamp(20px, 5vw, 40px);
	}

	.video-facade__sound,
	.video-facade__transport {
		right: 10px;
		bottom: 10px;
		width: 40px;
		height: 40px;
		padding: 9px;
	}

	.video-facade__transport {
		right: 60px;
	}

	.video-facade__timeline {
		right: 112px;
		bottom: 20px;
		left: 10px;
		gap: 0;
	}

	.video-facade__time {
		display: none;
	}

	.royal-form__identity {
		grid-template-columns: 1fr;
	}

	.signup-modal {
		padding: 12px;
	}

	.signup-modal__card {
		max-height: calc(100vh - 24px);
		max-height: calc(100dvh - 24px);
		padding: 32px 24px 28px;
		border-radius: 22px;
	}

	.royal-form__identity .royal-form__field + .royal-form__field {
		margin-top: 14px;
	}

	.royal-form__field--zip {
		width: 100%;
	}

	.site-footer {
		padding-block: 34px;
	}

	.footer-credits {
		flex-direction: column;
		gap: 10px;
	}

	.content-shell {
		padding: 42px 14px 64px;
	}

	.content-card {
		padding: 28px 20px 36px;
		border-radius: 18px;
	}

	.content-card h1 {
		margin-bottom: 24px;
		font-size: clamp(34px, 10vw, 50px);
		overflow-wrap: anywhere;
	}

	.entry-content {
		font-size: 17px;
	}

	.entry-content h2 {
		font-size: 27px;
	}

	.entry-content h3 {
		font-size: 21px;
	}

	.entry-content th,
	.entry-content td {
		padding: 10px 12px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.dpe-fairy-dust {
		display: none;
	}

	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}
