body.dr-epk-layout .content-area {
	margin-top: 0;
}

body.dr-epk-layout .single-entry,
body.dr-epk-layout .content-bg {
	background: transparent;
	box-shadow: none;
}

body.dr-epk-layout .entry-content-wrap {
	padding: 0;
}

body.dr-epk-layout .entry-content > :first-child {
	margin-top: 0;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) {
	color: var(--dr-charcoal);
	font-family: var(--dr-sans);
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__section {
	margin-block-start: 0;
	position: relative;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__section[id] {
	scroll-margin-top: 6.75rem;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__shell {
	margin: 0 auto;
	max-width: 1200px;
	padding: clamp(4rem, 7vw, 6rem) clamp(1.25rem, 4vw, 3rem);
	width: 100%;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__shell--narrow {
	max-width: 920px;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) h1,
:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) h2,
:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) h3 {
	color: var(--dr-stage-black);
	font-family: var(--dr-serif);
	letter-spacing: -0.02em;
	line-height: 1.06;
	margin-bottom: 0;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) p {
	font-size: clamp(1rem, 1.45vw, 1.1rem);
	line-height: 1.75;
	margin-bottom: 0;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) a:focus-visible,
:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .wp-element-button:focus-visible {
	outline: 3px solid var(--dr-signature-aqua);
	outline-offset: 4px;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__eyebrow {
	color: var(--dr-signature-aqua);
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.24em;
	margin-bottom: 1rem;
	text-transform: uppercase;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__title {
	font-size: clamp(2.15rem, 4.3vw, 4rem);
	margin-bottom: 1.2rem;
	text-wrap: balance;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__title--screen-reader {
	border: 0 !important;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__lead {
	color: rgba(54, 58, 63, 0.92);
	max-width: 46rem;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__section--hero {
	background:
		radial-gradient(circle at top left, rgba(99, 207, 200, 0.17), transparent 32%),
		radial-gradient(circle at 85% 12%, rgba(184, 63, 121, 0.18), transparent 26%),
		linear-gradient(135deg, rgba(17, 18, 21, 1) 0%, rgba(28, 35, 39, 0.97) 50%, rgba(17, 18, 21, 1) 100%);
	color: var(--dr-warm-ivory);
	overflow: clip;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__section--hero::after {
	background: linear-gradient(90deg, rgba(99, 207, 200, 0), rgba(99, 207, 200, 0.12));
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__hero-grid {
	position: relative;
	z-index: 1;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__hero-grid > .wp-block-group__inner-container {
	align-items: center;
	display: grid;
	gap: clamp(2rem, 4vw, 3.75rem);
	grid-template-columns: minmax(0, 0.98fr) minmax(360px, 1.02fr);
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__hero-grid .dr-epk__stack {
	display: flex;
	flex-direction: column;
	gap: clamp(0.9rem, 1.8vw, 1.2rem);
	justify-content: center;
	min-width: 0;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__hero-brand {
	margin: 0 0 0.25rem;
	max-width: min(100%, 19rem);
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__hero-brand-link {
	display: inline-block;
	max-width: 100%;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__hero-brand img {
	display: block;
	filter: drop-shadow(0 2px 3px rgba(17, 18, 21, 0.28)) drop-shadow(0 12px 22px rgba(17, 18, 21, 0.18));
	height: auto;
	max-height: clamp(4rem, 8vw, 5.25rem);
	max-width: 100%;
	width: auto;
}

body.dr-epk-act-page--the-crows .dr-epk__hero-brand {
	max-width: 8.75rem;
}

body.dr-epk-act-page--the-crows .dr-epk__hero-brand img {
	max-height: none;
	width: 100%;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__section--hero .dr-epk__title,
:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__section--hero .dr-epk__lead {
	color: var(--dr-warm-ivory);
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__hero-visual,
:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-card__visual,
:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__media-placeholder {
	border: 1px solid rgba(247, 242, 236, 0.15);
	border-radius: 28px;
	box-shadow: var(--dr-shadow-deep);
	overflow: hidden;
	position: relative;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__hero-visual {
	align-content: end;
	display: grid;
	gap: 0.9rem;
	min-height: 380px;
	padding: 1.9rem;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__hero-visual--media {
	background: transparent;
	min-height: clamp(24rem, 38vw, 33rem);
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__hero-visual p,
:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-card__visual p,
:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__media-placeholder p {
	color: rgba(247, 242, 236, 0.84);
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__visual-label {
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.24em;
	margin-bottom: 0;
	text-transform: uppercase;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__visual-mark {
	color: var(--dr-warm-ivory);
	font-family: var(--dr-serif);
	font-size: clamp(2rem, 4vw, 3rem);
	line-height: 1.02;
	margin: 0;
	max-width: 12ch;
	text-wrap: balance;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__button-row {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin-top: 2rem;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-button .wp-block-button__link {
	border-radius: 999px;
	display: inline-flex;
	font-family: var(--dr-sans);
	font-size: 0.95rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.04em;
	min-width: 12rem;
	padding: 0.95rem 1.45rem;
	text-align: center;
	text-transform: uppercase;
	transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease;
	align-items: center;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-button--primary .wp-block-button__link {
	background: var(--dr-deep-teal);
	border: 2px solid var(--dr-deep-teal);
	box-shadow: var(--dr-shadow-soft);
	color: var(--dr-white);
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-button--primary .wp-block-button__link:hover,
:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-button--primary .wp-block-button__link:focus-visible {
	background: var(--dr-signature-aqua);
	border-color: var(--dr-signature-aqua);
	color: var(--dr-stage-black);
	transform: translateY(-2px);
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-button--secondary .wp-block-button__link {
	background: transparent;
	border: 2px solid rgba(247, 242, 236, 0.82);
	color: var(--dr-warm-ivory);
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-button--secondary .wp-block-button__link:hover,
:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-button--secondary .wp-block-button__link:focus-visible {
	background: rgba(247, 242, 236, 0.12);
	border-color: var(--dr-warm-ivory);
	transform: translateY(-2px);
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-button--outline .wp-block-button__link {
	background: transparent;
	border: 1px solid rgba(35, 111, 107, 0.2);
	color: var(--dr-deep-teal);
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-button--outline .wp-block-button__link:hover,
:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-button--outline .wp-block-button__link:focus-visible {
	background: var(--dr-deep-teal);
	border-color: var(--dr-deep-teal);
	color: var(--dr-white);
	transform: translateY(-2px);
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__section--soft {
	background: linear-gradient(180deg, rgba(247, 242, 236, 1), rgba(221, 245, 242, 0.34));
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__section--warm {
	background: linear-gradient(180deg, rgba(247, 242, 236, 1), rgba(247, 242, 236, 0.92));
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__section--dark {
	background:
		radial-gradient(circle at 15% 0%, rgba(99, 207, 200, 0.14), transparent 30%),
		linear-gradient(145deg, rgba(17, 18, 21, 1) 0%, rgba(32, 39, 43, 0.97) 100%);
	color: var(--dr-warm-ivory);
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__section--dark h2,
:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__section--dark h3,
:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__section--dark .dr-epk__lead {
	color: var(--dr-warm-ivory);
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__anchor-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	margin-top: 2rem;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__anchor-nav a {
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(35, 111, 107, 0.16);
	border-radius: 999px;
	color: var(--dr-deep-teal);
	display: inline-flex;
	font-size: 0.9rem;
	font-weight: 700;
	padding: 0.8rem 1.15rem;
	text-decoration: none;
	transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__anchor-nav a:hover,
:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__anchor-nav a:focus-visible {
	background: var(--dr-deep-teal);
	border-color: var(--dr-deep-teal);
	color: var(--dr-white);
	transform: translateY(-2px);
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-act-nav-shell {
	--dr-epk-dock-gap: clamp(0.72rem, 1.1vw, 1.2rem);
	--dr-epk-dock-row-gap: 0rem;
	--dr-epk-dock-top-room: clamp(2.2rem, 3.2vw, 2.85rem);
	--dr-epk-dock-bottom-room: 0.95rem;
	--dr-epk-nav-frame-height: clamp(3.45rem, 4vw, 4rem);
	--dr-epk-nav-scale-adjust: 1;
	--dr-epk-nav-lift-adjust: 1;
	padding-bottom: 0.65rem;
	padding-top: 0.2rem;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-act-nav {
	-ms-overflow-style: none;
	overflow: visible;
	padding-inline: clamp(0rem, 0.8vw, 0.35rem);
	position: relative;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-act-nav__eyebrow {
	display: none;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-act-nav::after {
	display: none;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-act-nav::-webkit-scrollbar {
	display: none;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-act-nav__list {
	align-items: center;
	column-gap: var(--dr-epk-dock-gap);
	display: flex;
	justify-content: center;
	list-style: none;
	margin: 0;
	min-width: 100%;
	overflow: visible;
	padding: var(--dr-epk-dock-top-room) 0 var(--dr-epk-dock-bottom-room);
	row-gap: var(--dr-epk-dock-row-gap);
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-act-nav__list::-webkit-scrollbar {
	display: none;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-act-nav__item {
	flex: 0 0 auto;
	margin: 0;
	position: relative;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-act-nav__link {
	--dr-epk-nav-width: clamp(3.65rem, 4.8vw, 4.3rem);
	--dr-epk-nav-height: clamp(2.55rem, 3.3vw, 2.95rem);
	--dr-epk-logo-height: clamp(2.05rem, 2.9vw, 2.45rem);
	--dr-epk-nav-scale: 1.82;
	align-items: center;
	background: none;
	border: 0;
	border-radius: 0.45rem;
	box-shadow: none;
	color: rgba(17, 18, 21, 0.94);
	display: flex;
	height: max(var(--dr-epk-nav-height), var(--dr-epk-nav-frame-height));
	justify-content: center;
	line-height: 0;
	min-width: var(--dr-epk-nav-width);
	position: relative;
	text-decoration: none;
	transform-origin: center bottom;
	transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1), filter 180ms ease, opacity 180ms ease;
	width: var(--dr-epk-nav-width);
	z-index: 0;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-act-nav__link::before {
	background: rgba(38, 108, 104, 0.8);
	border-radius: 999px;
	content: "";
	height: 0.34rem;
	inset: auto auto -0.5rem 50%;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transform: translateX(-50%);
	transition: opacity 160ms ease;
	width: 0.34rem;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-act-nav__link::after {
	display: none;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-act-nav__link:focus-visible {
	outline: 2px solid rgba(99, 207, 200, 0.42);
	outline-offset: 0.28rem;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-act-nav__link--current {
	filter: none;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-act-nav__link--current::before {
	opacity: 1;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-act-nav__asset {
	align-items: center;
	display: grid;
	height: 100%;
	justify-content: center;
	place-items: center;
	padding: 0;
	width: 100%;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-act-nav__link--asset-image .dr-epk-act-nav__asset {
	align-items: center;
	line-height: 0;
	padding: 0;
	position: relative;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-act-nav__asset--image img {
	display: block;
	filter: drop-shadow(0 2px 3px rgba(5, 10, 14, 0.16)) drop-shadow(0 7px 12px rgba(5, 10, 14, 0.14));
	max-height: var(--dr-epk-logo-height);
	max-width: 100%;
	object-fit: contain;
	object-position: center center;
	width: auto;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-act-nav__link--asset-text .dr-epk-act-nav__asset {
	padding: 0;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-act-nav__asset-text {
	color: rgba(17, 18, 21, 0.92);
	display: block;
	font-family: var(--dr-serif);
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: -0.01em;
	line-height: 0.9;
	max-width: 4.2rem;
	text-align: center;
	text-wrap: balance;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-act-nav__item--dalene-richelle-solo .dr-epk-act-nav__link {
	--dr-epk-nav-width: clamp(5.1rem, 7vw, 6.45rem);
	--dr-epk-nav-height: clamp(2.85rem, 3.95vw, 3.16rem);
	--dr-epk-logo-height: clamp(2.55rem, 3.45vw, 3.04rem);
	--dr-epk-nav-scale: 1.76;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-act-nav__item--texanadian .dr-epk-act-nav__link {
	--dr-epk-nav-width: clamp(4.55rem, 5.95vw, 5.45rem);
	--dr-epk-nav-height: clamp(2.95rem, 4.05vw, 3.42rem);
	--dr-epk-logo-height: clamp(2.65rem, 3.55vw, 3.08rem);
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-act-nav__item--the-crows .dr-epk-act-nav__link {
	--dr-epk-nav-width: clamp(4rem, 4.8vw, 4.45rem);
	--dr-epk-nav-height: clamp(2.7rem, 3.55vw, 3.12rem);
	--dr-epk-logo-height: clamp(2.3rem, 3vw, 2.7rem);
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-act-nav__item--heroes-and-wreckers .dr-epk-act-nav__link {
	--dr-epk-nav-width: clamp(4.35rem, 5.35vw, 5.35rem);
	--dr-epk-nav-height: clamp(2.55rem, 3.2vw, 3rem);
	--dr-epk-logo-height: clamp(2.1rem, 2.65vw, 2.5rem);
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-act-nav__item--shania-twang .dr-epk-act-nav__link {
	--dr-epk-nav-width: clamp(4.2rem, 5.5vw, 4.9rem);
	--dr-epk-nav-height: clamp(2.8rem, 3.8vw, 3.28rem);
	--dr-epk-logo-height: clamp(2.45rem, 3.25vw, 3rem);
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-act-nav__item--dalene-richelle-solo .dr-epk-act-nav__asset--image img,
:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-act-nav__item--texanadian .dr-epk-act-nav__asset--image img,
:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-act-nav__item--shania-twang .dr-epk-act-nav__asset--image img {
	filter: drop-shadow(0 0 1px rgba(17, 18, 21, 0.82)) drop-shadow(0 1px 2px rgba(17, 18, 21, 0.34)) drop-shadow(0 6px 12px rgba(17, 18, 21, 0.18));
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-act-nav__item--big-little-town .dr-epk-act-nav__link {
	--dr-epk-nav-width: clamp(5.2rem, 6.65vw, 6.3rem);
	--dr-epk-nav-height: clamp(2.2rem, 2.8vw, 2.65rem);
	--dr-epk-logo-height: clamp(1.05rem, 1.45vw, 1.28rem);
	--dr-epk-nav-scale: 1.92;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-act-nav__item--big-little-town .dr-epk-act-nav__asset--image::before {
	background: radial-gradient(circle at center, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0) 72%);
	content: "";
	filter: blur(5px);
	inset: 20% -2% 18%;
	opacity: 0.75;
	pointer-events: none;
	position: absolute;
	z-index: 0;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-act-nav__item--big-little-town .dr-epk-act-nav__asset--image img {
	filter: drop-shadow(0 0 1px rgba(17, 18, 21, 0.88)) drop-shadow(0 1px 3px rgba(17, 18, 21, 0.32)) drop-shadow(0 8px 14px rgba(17, 18, 21, 0.16));
	position: relative;
	z-index: 1;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-act-nav__item--super-trouper .dr-epk-act-nav__link {
	--dr-epk-nav-width: clamp(4.3rem, 5.35vw, 5.15rem);
	--dr-epk-nav-height: clamp(2.45rem, 3.05vw, 2.9rem);
	--dr-epk-logo-height: clamp(2rem, 2.6vw, 2.45rem);
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-act-nav__item--fun-and-funner .dr-epk-act-nav__link {
	--dr-epk-nav-width: clamp(4.1rem, 4.95vw, 4.7rem);
	--dr-epk-nav-height: clamp(2.8rem, 3.7vw, 3.25rem);
	--dr-epk-logo-height: clamp(2.45rem, 3.2vw, 3rem);
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-act-nav__item--jingle .dr-epk-act-nav__link {
	--dr-epk-nav-width: clamp(4.75rem, 5.85vw, 5.3rem);
	--dr-epk-nav-height: clamp(2.3rem, 2.95vw, 2.62rem);
	--dr-epk-logo-height: clamp(1.8rem, 2.45vw, 2.18rem);
}

@media (hover: hover) and (pointer: fine) {
	:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-act-nav__link:hover,
	:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-act-nav__link:focus-visible {
		transform: translateY(calc(-0.95rem * var(--dr-epk-nav-lift-adjust))) scale(calc(var(--dr-epk-nav-scale) * var(--dr-epk-nav-scale-adjust)));
		z-index: 4;
	}
}

@media (prefers-reduced-motion: reduce) {
	:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-act-nav__link,
	:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-act-nav__link::before {
		transition: none;
	}
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__card-grid,
:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__fact-grid,
:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__panel-grid,
:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__comparison-grid {
	display: block;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__card-grid {
	margin-top: 2rem;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__fact-grid,
:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__panel-grid,
:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__comparison-grid {
	margin-top: 2rem;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__stack > .wp-block-group__inner-container,
:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__card-grid > .wp-block-group__inner-container,
:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__fact-grid > .wp-block-group__inner-container,
:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__panel-grid > .wp-block-group__inner-container,
:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__comparison-grid > .wp-block-group__inner-container {
	display: grid;
	gap: 1.5rem;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__card-grid > .wp-block-group__inner-container {
	align-items: stretch;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__fact-grid > .wp-block-group__inner-container,
:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__panel-grid > .wp-block-group__inner-container,
:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__comparison-grid > .wp-block-group__inner-container {
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-card,
:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__panel,
:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__fact {
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(35, 111, 107, 0.12);
	border-radius: 28px;
	box-shadow: var(--dr-shadow-soft);
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-card > .wp-block-group__inner-container {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	height: 100%;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-card:hover {
	border-color: rgba(35, 111, 107, 0.28);
	box-shadow: 0 28px 60px rgba(17, 18, 21, 0.16);
	transform: translateY(-4px);
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-card__visual {
	display: flex;
	min-height: 0;
	padding: 1.5rem;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-card__visual > .wp-block-group__inner-container {
	align-content: end;
	display: grid;
	gap: 0.8rem;
	width: 100%;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-card__body {
	display: flex;
	flex: 1 1 auto;
	padding: 1.6rem;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-card__body > .wp-block-group__inner-container {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 0.85rem;
	width: 100%;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-card__body .wp-block-buttons {
	margin-top: auto;
	padding-top: 0.35rem;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-card__category {
	color: var(--dr-deep-teal);
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-card__title {
	font-size: clamp(1.45rem, 2.3vw, 1.9rem);
	text-wrap: balance;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-card__venue {
	color: rgba(54, 58, 63, 0.78);
	font-size: 0.94rem;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-overview-feature,
:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-overview-card {
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(35, 111, 107, 0.12);
	border-radius: 30px;
	box-shadow: var(--dr-shadow-soft);
	overflow: hidden;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-overview-feature > .wp-block-group__inner-container {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.92fr);
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-overview-feature__body,
:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-overview-card__body {
	display: flex;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-overview-feature__body {
	padding: clamp(2rem, 3.5vw, 3rem);
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-overview-feature__body > .wp-block-group__inner-container,
:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-overview-card__body > .wp-block-group__inner-container {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 1rem;
	width: 100%;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-overview-feature__mark {
	background: linear-gradient(135deg, rgba(17, 18, 21, 0.96), rgba(35, 111, 107, 0.78));
	border-radius: 22px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
	display: inline-flex;
	margin-bottom: 0.2rem;
	max-width: min(22rem, 100%);
	padding: 1rem 1.15rem;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-overview-feature__mark .wp-block-image,
:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-overview-card__mark .wp-block-image {
	margin: 0;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-overview-feature__mark .wp-block-image a,
:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-overview-card__mark .wp-block-image a {
	display: block;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-overview-feature__mark .wp-block-image img {
	display: block;
	filter: drop-shadow(0 10px 18px rgba(5, 10, 14, 0.18));
	height: auto;
	width: 100%;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-overview-feature__actions {
	margin-top: auto;
	padding-top: 0.35rem;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-overview-feature__visual,
:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-overview-card__media {
	overflow: hidden;
	position: relative;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-overview-feature__visual::after,
:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-overview-card__media::after {
	background: linear-gradient(180deg, rgba(17, 18, 21, 0.02), rgba(17, 18, 21, 0.24));
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-overview-feature__visual::after {
	background: linear-gradient(180deg, rgba(17, 18, 21, 0.02), rgba(17, 18, 21, 0.12));
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-overview-feature__visual > .wp-block-group__inner-container,
:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-overview-card__media > .wp-block-group__inner-container {
	height: 100%;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-overview-feature__visual .wp-block-image,
:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-overview-feature__visual .wp-block-image a,
:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-overview-card__media .wp-block-image,
:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-overview-card__media .wp-block-image a {
	display: block;
	height: 100%;
	margin: 0;
	width: 100%;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-overview-feature__visual .wp-block-image img,
:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-overview-card__media .wp-block-image img {
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: var(--dr-epk-overview-media-position, center center);
	width: 100%;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-overview-card__media {
	aspect-ratio: 3 / 2;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-overview-card__media--logo,
:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-overview-card__media--text {
	align-content: end;
	display: grid;
	padding: 1.65rem;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-overview-card__media--logo > .wp-block-group__inner-container,
:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-overview-card__media--text > .wp-block-group__inner-container {
	align-content: end;
	display: grid;
	gap: 0.85rem;
	height: 100%;
	width: 100%;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-overview-card__media--logo .wp-block-image {
	align-self: center;
	max-width: min(100%, 16rem);
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-overview-card__media--logo .wp-block-image img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-height: 9rem;
	object-fit: contain;
	width: 100%;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-overview-grid > .wp-block-group__inner-container {
	display: grid;
	gap: 1.5rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-overview-card {
	display: flex;
	flex-direction: column;
	height: 100%;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-overview-card > .wp-block-group__inner-container {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	height: 100%;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-overview-card__body {
	flex: 1 1 auto;
	padding: 1.35rem 1.35rem 1.45rem;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-overview-card__mark {
	align-content: center;
	display: grid;
	gap: 0.5rem;
	justify-items: center;
	min-height: clamp(6.05rem, 8.6vw, 7.4rem);
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-overview-card__mark--stacked {
	grid-template-columns: 1fr;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-overview-card__brand {
	justify-self: center;
	margin: 0;
	max-width: 100%;
	width: min(96%, 20.5rem);
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-overview-card__brand-link {
	align-items: center;
	display: flex;
	justify-content: center;
	max-width: 100%;
	min-height: 0;
	width: 100%;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-overview-card__brand img {
	display: block;
	filter: drop-shadow(0 2px 3px rgba(17, 18, 21, 0.18)) drop-shadow(0 8px 16px rgba(17, 18, 21, 0.12));
	height: auto;
	max-width: 100%;
	object-fit: contain;
	object-position: center center;
	width: 100%;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-overview-card__mark .wp-block-image {
	justify-self: center;
	max-width: 100%;
	width: min(96%, 20.5rem);
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-overview-card__mark .wp-block-image a {
	align-items: center;
	display: flex;
	justify-content: center;
	min-height: 0;
	width: 100%;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-overview-card__mark .wp-block-image img {
	display: block;
	height: auto;
	object-fit: contain;
	object-position: center center;
	width: 100%;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-overview-card--texanadian .dr-epk-overview-card__brand {
	width: min(98%, 21rem);
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-overview-card--big-little-town .dr-epk-overview-card__brand,
:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-overview-card--jingle .dr-epk-overview-card__brand {
	width: min(97%, 21rem);
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-overview-card--the-crows .dr-epk-overview-card__brand {
	width: min(84%, 15rem);
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-overview-card--heroes-and-wreckers .dr-epk-overview-card__brand {
	width: min(98%, 22rem);
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-overview-card--texanadian .dr-epk-overview-card__brand img,
:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-overview-card--big-little-town .dr-epk-overview-card__brand img,
:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-overview-card--shania-twang .dr-epk-overview-card__brand img {
	filter: drop-shadow(0 0 1px rgba(17, 18, 21, 0.82)) drop-shadow(0 1px 2px rgba(17, 18, 21, 0.26)) drop-shadow(0 7px 14px rgba(17, 18, 21, 0.14));
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-overview-card__mark-text {
	font-family: var(--dr-serif);
	font-size: clamp(1.45rem, 2.3vw, 1.85rem);
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.04;
	margin: 0;
	text-wrap: balance;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-overview-card__mark-text a {
	color: var(--dr-stage-black);
	text-decoration: none;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-overview-card__body .wp-block-buttons {
	margin-top: auto;
	padding-top: 0.15rem;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__panel,
:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__fact {
	padding: 1.5rem;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__panel h3,
:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__fact h3 {
	font-size: 1.2rem;
	margin-bottom: 0.75rem;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__fact-label {
	color: var(--dr-deep-teal);
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	margin-bottom: 0.65rem;
	text-transform: uppercase;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__detail-grid {
	margin-top: 2rem;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__stack {
	display: block;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__detail-grid > .wp-block-group__inner-container {
	display: grid;
	gap: 2rem;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__list,
:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__checklist {
	display: grid;
	gap: 0.7rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__list li,
:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__checklist li {
	padding-left: 1.45rem;
	position: relative;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__list li::before,
:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__checklist li::before {
	color: var(--dr-signature-aqua);
	content: "•";
	font-size: 1.1rem;
	left: 0;
	position: absolute;
	top: 0.1rem;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__media-placeholder {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
		radial-gradient(circle at top right, rgba(99, 207, 200, 0.12), transparent 40%);
	align-content: end;
	display: grid;
	gap: 0.8rem;
	min-height: 300px;
	padding: 1.85rem;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__media-placeholder .dr-epk__placeholder-label {
	color: var(--dr-signature-aqua);
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) :is(.dr-epk__hero-visual--media, .dr-epk-card__visual--media, .dr-epk__media-placeholder--media) {
	background: rgba(17, 18, 21, 0.12);
	gap: 0;
	padding: 0;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) :is(.dr-epk__hero-visual--media, .dr-epk-card__visual--media, .dr-epk__media-placeholder--media) > .wp-block-group__inner-container {
	display: block;
	height: 100%;
	width: 100%;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) :is(.dr-epk__hero-visual--media, .dr-epk-card__visual--media, .dr-epk__media-placeholder--media) .wp-block-image,
:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) :is(.dr-epk__hero-visual--media, .dr-epk-card__visual--media, .dr-epk__media-placeholder--media) .wp-block-image img {
	height: 100%;
	margin: 0;
	width: 100%;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) :is(.dr-epk__hero-visual--media, .dr-epk-card__visual--media, .dr-epk__media-placeholder--media) .wp-block-image img {
	display: block;
	object-fit: cover;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__hero-visual--media .wp-block-image img {
	object-position: var(--dr-epk-hero-media-position, center center);
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__hero-visual--media {
	min-height: 360px;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__media-placeholder--media {
	min-height: 360px;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__media-placeholder--media.dr-epk__media-placeholder--natural {
	align-self: center;
	min-height: 0;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) :is(.dr-epk__hero-visual--logo, .dr-epk-card__visual--logo, .dr-epk__media-placeholder--logo) {
	align-content: center;
	justify-items: center;
	text-align: center;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) :is(.dr-epk__hero-visual--logo, .dr-epk-card__visual--logo, .dr-epk__media-placeholder--logo) > .wp-block-group__inner-container {
	display: grid;
	gap: 1.1rem;
	justify-items: center;
	width: 100%;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) :is(.dr-epk__hero-visual--logo, .dr-epk-card__visual--logo, .dr-epk__media-placeholder--logo) .wp-block-image {
	margin: 0;
	max-width: min(100%, 20rem);
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) :is(.dr-epk__hero-visual--logo, .dr-epk-card__visual--logo, .dr-epk__media-placeholder--logo) .wp-block-image img {
	display: block;
	height: auto;
	width: 100%;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-social-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
	margin-top: 1.15rem;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-social-links--footer {
	border-top: 1px solid rgba(247, 242, 236, 0.16);
	margin-top: 1.8rem;
	padding-top: 1.15rem;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-social-links--act .dr-social-links__title {
	color: rgba(247, 242, 236, 0.82);
	flex-basis: 100%;
	font-family: var(--dr-sans);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	line-height: 1.2;
	margin: 0;
	text-align: left;
	text-transform: uppercase;
	width: 100%;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-social-links__item {
	background: transparent;
	border-color: rgba(35, 111, 107, 0.34);
	color: var(--dr-deep-teal);
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-social-links__item:hover,
:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-social-links__item:focus-visible {
	background: var(--dr-signature-aqua);
	border-color: var(--dr-signature-aqua);
	color: var(--dr-stage-black);
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__section--hero .dr-social-links__item,
:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__section--dark .dr-social-links__item {
	background: transparent;
	border-color: rgba(247, 242, 236, 0.44);
	color: var(--dr-warm-ivory);
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__section--hero .dr-social-links__item:hover,
:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__section--hero .dr-social-links__item:focus-visible,
:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__section--dark .dr-social-links__item:hover,
:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__section--dark .dr-social-links__item:focus-visible {
	background: var(--dr-signature-aqua);
	border-color: var(--dr-signature-aqua);
	color: var(--dr-stage-black);
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-booking-discovery {
	background:
		radial-gradient(circle at top right, rgba(99, 207, 200, 0.16), transparent 34%),
		linear-gradient(145deg, rgba(17, 18, 21, 1), rgba(30, 38, 42, 0.98));
	color: var(--dr-warm-ivory);
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-booking-discovery .dr-epk__title {
	color: var(--dr-warm-ivory);
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-booking-discovery .dr-epk__lead {
	color: rgba(247, 242, 236, 0.84);
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-booking-discovery__categories {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	list-style: none;
	margin: 1.35rem 0 0;
	padding: 0;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-booking-discovery__categories li {
	background: rgba(247, 242, 236, 0.08);
	border: 1px solid rgba(247, 242, 236, 0.18);
	border-radius: 999px;
	color: var(--dr-warm-ivory);
	font-weight: 700;
	padding: 0.6rem 0.85rem;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__media-frame iframe,
:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__media-frame video {
	aspect-ratio: 16 / 9;
	border: 0;
	border-radius: 24px;
	display: block;
	height: auto;
	width: 100%;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__venue-chips {
	margin-top: 1.5rem;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__venue-chips > .wp-block-group__inner-container {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__venue-chip {
	background: rgba(35, 111, 107, 0.08);
	border: 1px solid rgba(35, 111, 107, 0.1);
	border-radius: 999px;
	color: var(--dr-deep-teal);
	font-size: 0.9rem;
	font-weight: 700;
	padding: 0.65rem 0.95rem;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__comparison-card {
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(35, 111, 107, 0.12);
	border-radius: 28px;
	box-shadow: var(--dr-shadow-soft);
	padding: 1.6rem;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__comparison-card h3 {
	font-size: 1.45rem;
	margin-bottom: 0.75rem;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__cta-panel {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(247, 242, 236, 0.18);
	border-radius: 28px;
	box-shadow: var(--dr-shadow-deep);
	padding: clamp(1.6rem, 3vw, 2.4rem);
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__cta-panel p {
	color: rgba(247, 242, 236, 0.84);
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__email-link {
	color: var(--dr-warm-ivory);
	font-weight: 700;
	text-decoration-color: rgba(247, 242, 236, 0.45);
	text-underline-offset: 0.2em;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__email-link:hover,
:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__email-link:focus-visible {
	color: var(--dr-signature-aqua);
	text-decoration-color: currentColor;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-booking-form-wrap {
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(35, 111, 107, 0.12);
	border-radius: 28px;
	box-shadow: var(--dr-shadow-soft);
	padding: clamp(1.4rem, 3vw, 2rem);
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-booking-form__mode-note {
	color: rgba(54, 58, 63, 0.78);
	font-size: 0.95rem;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-booking-form__notice {
	border: 2px solid transparent;
	border-left-width: 6px;
	border-radius: 12px;
	box-shadow: 0 12px 28px rgba(17, 18, 21, 0.12);
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.55;
	margin-bottom: 1.25rem;
	padding: 1.15rem 1.25rem;
	scroll-margin-top: 2rem;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-booking-form__notice p + p {
	margin-top: 0.55rem;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-booking-form__notice--success {
	background: #e8f6f3;
	border-color: var(--dr-deep-teal);
	color: #174b48;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-booking-form__notice--error {
	background: #fbeef4;
	border-color: var(--dr-deep-rose);
	color: #7f254f;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-booking-form__notice:focus {
	outline: 3px solid var(--dr-signature-aqua);
	outline-offset: 3px;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-booking-form {
	display: grid;
	gap: 1.25rem;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-booking-form__grid {
	display: grid;
	gap: 1rem 1.1rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-booking-form__field {
	display: grid;
	gap: 0.45rem;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-booking-form__field--full {
	grid-column: 1 / -1;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-booking-form label {
	color: var(--dr-stage-black);
	font-size: 0.95rem;
	font-weight: 700;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-booking-form input,
:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-booking-form select,
:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-booking-form textarea {
	background: var(--dr-white);
	border: 1px solid rgba(35, 111, 107, 0.18);
	border-radius: 16px;
	box-sizing: border-box;
	color: var(--dr-stage-black);
	font: inherit;
	padding: 0.9rem 1rem;
	width: 100%;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-booking-form textarea {
	min-height: 10rem;
	resize: vertical;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-booking-form input:focus,
:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-booking-form select:focus,
:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-booking-form textarea:focus {
	border-color: var(--dr-deep-teal);
	box-shadow: 0 0 0 3px rgba(99, 207, 200, 0.24);
	outline: none;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-booking-form__error {
	color: #8c2348;
	font-size: 0.9rem;
	font-weight: 700;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-booking-form__actions {
	display: grid;
	gap: 0.8rem;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-booking-form .dr-inquiry-verification,
:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-booking-form .dr-inquiry-verification__unavailable {
	margin-top: 0;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-booking-form__submit {
	background: var(--dr-deep-teal);
	border: 2px solid var(--dr-deep-teal);
	border-radius: 999px;
	color: var(--dr-white);
	font-family: var(--dr-sans);
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding: 1rem 1.45rem;
	text-transform: uppercase;
	transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-booking-form__submit:hover,
:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-booking-form__submit:focus-visible {
	background: var(--dr-signature-aqua);
	border-color: var(--dr-signature-aqua);
	color: var(--dr-stage-black);
	transform: translateY(-2px);
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-booking-form__submit:disabled {
	cursor: wait;
	opacity: 0.7;
	transform: none;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-booking-form__honeypot {
	left: -9999px;
	position: absolute;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-booking-form__general-contact {
	border-top: 1px solid rgba(35, 111, 107, 0.14);
	color: rgba(54, 58, 63, 0.82);
	font-size: 0.92rem;
	margin: 1.5rem 0 0;
	padding-top: 1.1rem;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-booking-form__general-contact a {
	color: var(--dr-deep-teal);
	font-weight: 700;
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-tone--solo {
	background:
		linear-gradient(135deg, rgba(24, 31, 35, 0.96), rgba(35, 111, 107, 0.72)),
		radial-gradient(circle at top left, rgba(99, 207, 200, 0.18), transparent 35%);
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-tone--texanadian {
	background:
		linear-gradient(135deg, rgba(17, 18, 21, 0.96), rgba(184, 63, 121, 0.72)),
		radial-gradient(circle at top right, rgba(99, 207, 200, 0.12), transparent 35%);
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-tone--party {
	background:
		linear-gradient(135deg, rgba(184, 63, 121, 0.9), rgba(35, 111, 107, 0.76)),
		radial-gradient(circle at 20% 20%, rgba(247, 242, 236, 0.18), transparent 30%);
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-tone--shania {
	background:
		linear-gradient(135deg, rgba(17, 18, 21, 0.96), rgba(126, 77, 42, 0.8)),
		radial-gradient(circle at top left, rgba(99, 207, 200, 0.16), transparent 32%);
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-tone--big-little-town {
	background:
		linear-gradient(135deg, rgba(32, 39, 43, 0.96), rgba(76, 107, 127, 0.82)),
		radial-gradient(circle at top right, rgba(99, 207, 200, 0.16), transparent 35%);
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-tone--abba {
	background:
		linear-gradient(135deg, rgba(16, 23, 44, 0.96), rgba(191, 151, 54, 0.84)),
		radial-gradient(circle at top left, rgba(247, 242, 236, 0.2), transparent 32%);
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-tone--jingle {
	background:
		linear-gradient(135deg, rgba(15, 66, 45, 0.96), rgba(184, 63, 121, 0.74)),
		radial-gradient(circle at top right, rgba(247, 242, 236, 0.18), transparent 32%);
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-tone--crows {
	background:
		linear-gradient(135deg, rgba(17, 18, 21, 0.98), rgba(75, 43, 31, 0.88)),
		radial-gradient(circle at top right, rgba(247, 242, 236, 0.14), transparent 34%);
}

:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-tone--heroes {
	background:
		linear-gradient(135deg, rgba(17, 18, 21, 0.98), rgba(99, 60, 31, 0.84)),
		radial-gradient(circle at top left, rgba(226, 173, 111, 0.16), transparent 34%);
}

/* Opt-in full-bleed live-photo hero for individual EPK pages. */
.dr-epk-act .dr-epk__section--hero-background {
	background: rgb(17, 18, 21);
	isolation: isolate;
}

.dr-epk-act .dr-epk__section--hero-background::after {
	background: var(
		--dr-epk-hero-overlay,
		linear-gradient(
			90deg,
			rgba(17, 18, 21, 0.99) 0%,
			rgba(17, 18, 21, 0.97) 24%,
			rgba(17, 18, 21, 0.87) 38%,
			rgba(17, 18, 21, 0.58) 52%,
			rgba(17, 18, 21, 0.22) 68%,
			rgba(17, 18, 21, 0.04) 82%,
			rgba(17, 18, 21, 0) 100%
		)
	);
	z-index: 1;
}

.dr-epk-act .dr-epk__section--hero-background .dr-epk__shell {
	align-items: center;
	display: flex;
	min-height: clamp(30rem, 32vw, 32rem);
	padding-block: 2.5rem;
}

.dr-epk-act .dr-epk__section--hero-background .dr-epk__shell > .wp-block-group__inner-container {
	width: 100%;
}

.dr-epk-act .dr-epk__section--hero-background .dr-epk__hero-grid {
	position: static;
	z-index: auto;
}

.dr-epk-act .dr-epk__section--hero-background .dr-epk__hero-grid > .wp-block-group__inner-container {
	display: block;
}

.dr-epk-act .dr-epk__section--hero-background .dr-epk__hero-grid .dr-epk__stack {
	max-width: min(100%, 30rem);
	position: relative;
	z-index: 2;
}

.dr-epk-act .dr-epk__section--hero-background .dr-epk__hero-brand {
	max-width: var(--dr-epk-hero-brand-width, clamp(13rem, 17vw, 15rem));
}

.dr-epk-act .dr-epk__section--hero-background .dr-epk__hero-brand img {
	max-height: none;
	width: 100%;
}

.dr-epk-act .dr-epk__section--hero-background .dr-epk__hero-visual--media {
	align-content: stretch;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	inset: 0;
	min-height: 0;
	position: absolute;
	z-index: 0;
}

.dr-epk-act .dr-epk__section--hero-background .dr-epk__hero-visual--media > .wp-block-group__inner-container,
.dr-epk-act .dr-epk__section--hero-background .dr-epk__hero-visual--media .wp-block-image {
	inset: 0;
	position: absolute;
	width: 100%;
}

.dr-epk-act .dr-epk__section--hero-background .dr-epk__hero-visual--media .wp-block-image img {
	height: 100%;
	width: 100%;
}

.dr-epk-act .dr-epk__section--hero-background .dr-epk__hero-picture {
	display: block;
	height: 100%;
	width: 100%;
}

/* Photo-less acts use the same horizontal hero proportions with the brand as the focal point. */
.dr-epk-act .dr-epk__section--hero-brand-focus {
	background:
		radial-gradient(circle at 22% 25%, rgba(99, 207, 200, 0.16), transparent 30%),
		radial-gradient(circle at 78% 70%, rgba(184, 63, 121, 0.14), transparent 34%),
		linear-gradient(135deg, rgb(17, 18, 21) 0%, rgb(27, 35, 38) 52%, rgb(17, 18, 21) 100%);
}

.dr-epk-act .dr-epk__section--hero-brand-focus::after {
	background:
		linear-gradient(90deg, rgba(247, 242, 236, 0.035) 1px, transparent 1px),
		linear-gradient(0deg, rgba(247, 242, 236, 0.025) 1px, transparent 1px),
		linear-gradient(180deg, rgba(17, 18, 21, 0.04), rgba(17, 18, 21, 0.46));
	background-size: 72px 72px, 72px 72px, auto;
}

.dr-epk-act .dr-epk__section--hero-brand-focus .dr-epk__shell {
	align-items: center;
	display: flex;
	min-height: clamp(28rem, 32vw, 32rem);
	padding-block: 3.5rem;
}

.dr-epk-act .dr-epk__section--hero-brand-focus .dr-epk__shell > .wp-block-group__inner-container {
	width: 100%;
}

.dr-epk-act .dr-epk__section--hero-brand-focus .dr-epk__hero-grid > .wp-block-group__inner-container {
	display: block;
}

.dr-epk-act .dr-epk__section--hero-brand-focus .dr-epk__stack {
	align-items: center;
	display: flex;
	margin-inline: auto;
	max-width: min(100%, 52rem);
	position: relative;
	text-align: center;
	z-index: 1;
}

.dr-epk-act .dr-epk__section--hero-brand-focus .dr-epk__hero-brand {
	margin: 0 0 0.5rem;
	max-width: 100%;
	width: var(--dr-epk-hero-brand-width, clamp(17rem, 28vw, 26rem));
}

.dr-epk-act .dr-epk__section--hero-brand-focus .dr-epk__hero-brand img {
	max-height: none;
	width: 100%;
}

.dr-epk-act .dr-epk__section--hero-brand-focus .dr-epk__lead {
	font-size: clamp(1.05rem, 1.55vw, 1.22rem);
	margin: 0;
	max-width: 45rem;
	text-align: center;
	text-wrap: balance;
}

body.dr-epk-act-page--heroes-and-wreckers .dr-epk__section--hero-background .dr-epk__hero-brand {
	filter: drop-shadow(0 10px 28px rgba(0, 0, 0, 0.36));
}

body.dr-epk-act-page--heroes-and-wreckers .dr-epk__section--hero-background .dr-epk__hero-brand img {
	filter: brightness(0) invert(1);
}

body.dr-epk-act-page--texanadian .dr-epk__section--hero-background .dr-epk__hero-brand {
	filter: drop-shadow(0 10px 28px rgba(0, 0, 0, 0.42));
}

/* Supporting imagery for the Texanadian act page. */
body.dr-epk-act-page--texanadian .dr-epk__supporting-photo {
	background: rgb(17, 18, 21);
	border: 1px solid rgba(17, 18, 21, 0.12);
	border-radius: 28px;
	box-shadow: var(--dr-shadow-deep);
	margin: clamp(2rem, 4vw, 3rem) auto 0;
	overflow: hidden;
}

body.dr-epk-act-page--texanadian .dr-epk__supporting-photo img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

body.dr-epk-act-page--texanadian .dr-epk__supporting-photo--live {
	aspect-ratio: 16 / 9;
	max-width: 58rem;
}

body.dr-epk-act-page--texanadian .dr-epk__supporting-photo--live img {
	object-position: center 43%;
}

/* Supporting imagery for the Heroes & Wreckers act page. */
body.dr-epk-act-page--heroes-and-wreckers .dr-epk__supporting-photo {
	background: rgb(17, 18, 21);
	border: 1px solid rgba(17, 18, 21, 0.12);
	border-radius: 28px;
	box-shadow: var(--dr-shadow-deep);
	margin: clamp(2rem, 4vw, 3rem) auto 0;
	overflow: hidden;
}

body.dr-epk-act-page--heroes-and-wreckers .dr-epk__supporting-photo .wp-block-image {
	height: 100%;
	margin: 0;
	width: 100%;
}

body.dr-epk-act-page--heroes-and-wreckers .dr-epk__supporting-photo img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

body.dr-epk-act-page--heroes-and-wreckers .dr-epk__supporting-photo--live {
	aspect-ratio: 2.25 / 1;
	max-width: 65rem;
}

body.dr-epk-act-page--heroes-and-wreckers .dr-epk__supporting-photo--live img {
	object-position: center center;
}

body.dr-epk-act-page--heroes-and-wreckers .dr-epk__supporting-photo--trio {
	aspect-ratio: 4 / 3;
	max-width: 44rem;
}

body.dr-epk-act-page--heroes-and-wreckers .dr-epk__supporting-photo--trio img {
	object-position: center 30%;
}

body.dr-epk-act-page--heroes-and-wreckers .dr-epk__about-photo {
	align-self: center;
	aspect-ratio: 1 / 1;
	justify-self: center;
	margin: 0 auto;
	width: 100%;
}

/* Keep shallow, wide act marks low and centered without moving the hero copy. */
.dr-epk-act .dr-epk__section--hero-logo-bottom-center::after {
	background: var(
		--dr-epk-hero-overlay,
		linear-gradient(
			0deg,
			rgba(17, 18, 21, 0.94) 0%,
			rgba(17, 18, 21, 0.72) 13%,
			rgba(17, 18, 21, 0.24) 30%,
			rgba(17, 18, 21, 0) 48%
		),
		linear-gradient(
			90deg,
			rgba(17, 18, 21, 0.96) 0%,
			rgba(17, 18, 21, 0.9) 25%,
			rgba(17, 18, 21, 0.68) 38%,
			rgba(17, 18, 21, 0.22) 55%,
			rgba(17, 18, 21, 0) 72%
		)
	);
}

.dr-epk-act .dr-epk__section--hero-logo-bottom-center > .dr-epk__hero-brand {
	bottom: clamp(1.65rem, 2.5vw, 2.25rem);
	left: 50%;
	margin: 0;
	max-width: calc(100% - 3rem);
	position: absolute;
	transform: translateX(-50%);
	width: var(--dr-epk-hero-brand-width, clamp(21rem, 33vw, 30rem));
	z-index: 2;
}

.dr-epk-act .dr-epk__section--hero-logo-bottom-center > .dr-epk__hero-identity {
	align-items: center;
	bottom: clamp(0.75rem, 1.15vw, 1rem);
	display: flex;
	flex-direction: column;
	gap: clamp(0.4rem, 0.65vw, 0.55rem);
	left: 50%;
	max-width: calc(100% - 3rem);
	position: absolute;
	transform: translateX(-50%);
	width: 42rem;
	z-index: 2;
}

.dr-epk-act .dr-epk__section--hero-logo-bottom-center .dr-epk__hero-identity .dr-epk__hero-brand {
	margin: 0;
	max-width: 100%;
	width: var(--dr-epk-hero-brand-width, clamp(21rem, 33vw, 30rem));
}

.dr-epk-act .dr-epk__section--hero-logo-bottom-center .dr-epk__hero-identity-lead {
	margin: 0;
	max-width: 36rem;
	text-align: center;
	text-wrap: balance;
}

/* The Fun & Funner source logo has a one-pixel export edge. */
body.dr-epk-act-page--fun-and-funner .dr-epk__section--hero-background .dr-epk__hero-brand img {
	clip-path: inset(1px);
}

/* A lower-page, intentionally framed home for The Crows' approved gag image. */
.dr-epk-act .dr-epk__crows-gag {
	background: rgb(17, 18, 21);
	border: 1px solid rgba(247, 242, 236, 0.16);
	border-radius: 28px;
	box-shadow: var(--dr-shadow-deep);
	overflow: hidden;
	position: relative;
}

.dr-epk-act .dr-epk__crows-gag::after {
	background: linear-gradient(0deg, rgba(17, 18, 21, 0.94) 0%, rgba(17, 18, 21, 0.1) 44%, rgba(17, 18, 21, 0) 62%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.dr-epk-act .dr-epk__crows-gag .wp-block-image {
	margin: 0;
}

.dr-epk-act .dr-epk__crows-gag img {
	display: block;
	height: clamp(21rem, 35vw, 30rem);
	object-fit: cover;
	object-position: center center;
	width: 100%;
}

.dr-epk-act .dr-epk__crows-gag figcaption {
	bottom: 1.3rem;
	color: var(--dr-warm-ivory);
	font-size: 0.95rem;
	font-weight: 700;
	left: 1.4rem;
	letter-spacing: 0.05em;
	margin: 0;
	position: absolute;
	right: 1.4rem;
	text-align: left;
	z-index: 1;
}

@media (min-width: 782px) {
	:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-card__visual {
		min-height: 15rem;
	}
}

@media (min-width: 1100px) {
	:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__card-grid > .wp-block-group__inner-container {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-overview-grid > .wp-block-group__inner-container {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-card__visual {
		min-height: 18rem;
	}
}

@media (max-width: 1024px) {
	:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__hero-grid > .wp-block-group__inner-container,
	:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__detail-grid > .wp-block-group__inner-container {
		grid-template-columns: 1fr;
	}

	:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__hero-visual {
		min-height: 260px;
	}

	:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__hero-brand {
		max-width: min(100%, 17rem);
	}

	:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-overview-feature > .wp-block-group__inner-container {
		grid-template-columns: 1fr;
	}

	:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-overview-feature__visual {
		min-height: 22rem;
	}

	:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__hero-visual--media,
	:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__media-placeholder--media {
		min-height: 320px;
	}

	:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-booking-form__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 1180px) {
	:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-act-nav-shell {
		--dr-epk-dock-gap: clamp(0.58rem, 0.95vw, 0.9rem);
		--dr-epk-dock-top-room: clamp(2rem, 2.8vw, 2.4rem);
		--dr-epk-nav-frame-height: clamp(3.2rem, 3.7vw, 3.55rem);
		--dr-epk-nav-scale-adjust: 0.94;
		--dr-epk-nav-lift-adjust: 0.86;
	}
}

@media (max-width: 960px) {
	:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-act-nav-shell {
		--dr-epk-dock-gap: 0.58rem;
		--dr-epk-dock-top-room: 1.85rem;
		--dr-epk-nav-frame-height: 3rem;
		--dr-epk-nav-scale-adjust: 0.9;
		--dr-epk-nav-lift-adjust: 0.78;
	}
}

@media (max-width: 800px) {
	:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-act-nav-shell {
		--dr-epk-dock-gap: 0.8rem;
		--dr-epk-dock-row-gap: 3rem;
	}

	:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-act-nav__list {
		flex-wrap: wrap;
		justify-content: center;
		max-width: min(100%, 40rem);
		min-width: 0;
		margin-inline: auto;
		padding-inline: 0.5rem;
	}
}

@media (max-width: 781px) {
	:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__shell {
		padding-bottom: 3.5rem;
		padding-inline: 1.15rem;
		padding-top: 3.5rem;
	}

	:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-act-nav-shell {
		--dr-epk-dock-gap: 0.7rem;
		--dr-epk-dock-row-gap: 2.5rem;
		--dr-epk-dock-top-room: 0.65rem;
		--dr-epk-dock-bottom-room: 0.85rem;
		padding-bottom: 0.45rem;
		padding-top: 0.3rem;
	}

	:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-act-nav::after {
		display: none;
	}

	:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-act-nav__list {
		flex-wrap: wrap;
		justify-content: center;
		max-width: min(100%, 40rem);
		min-width: 0;
		padding: var(--dr-epk-dock-top-room) 0 var(--dr-epk-dock-bottom-room);
	}

	:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-act-nav__item {
		flex: 0 0 auto;
	}

	:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-act-nav__link {
		outline-offset: 0.2rem;
	}

	:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-act-nav__link::before {
		bottom: -0.4rem;
	}

	:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-act-nav__asset-text {
		font-size: 0.78rem;
		max-width: 3.8rem;
	}

	:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__hero-brand {
		max-width: min(100%, 14.5rem);
	}

	:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__hero-brand img {
		max-height: 4.2rem;
	}

	:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__card-grid,
	:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__fact-grid,
	:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__panel-grid,
	:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__comparison-grid,
	:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-overview-grid {
		display: block;
	}

	:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__card-grid > .wp-block-group__inner-container,
	:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__fact-grid > .wp-block-group__inner-container,
	:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__panel-grid > .wp-block-group__inner-container,
	:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__comparison-grid > .wp-block-group__inner-container,
	:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-overview-grid > .wp-block-group__inner-container {
		grid-template-columns: 1fr;
	}

	:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-card__visual {
		min-height: 0;
	}

	:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-overview-feature__body,
	:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-overview-card__body {
		padding: 1.35rem;
	}

	:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-overview-card__mark {
		min-height: 5.1rem;
	}

	:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-overview-card__brand,
	:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-overview-card__mark .wp-block-image {
		width: min(96%, 18.5rem);
	}

	:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-overview-card__brand-link,
	:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-overview-card__mark .wp-block-image a {
		min-height: 4.1rem;
	}

	:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-overview-feature__visual {
		min-height: 18rem;
	}

	:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-social-links {
		flex-direction: row;
	}

	:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-social-links--act .dr-social-links__title {
		text-align: center;
	}

	:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-button .wp-block-button__link {
		min-width: 100%;
		width: 100%;
	}

	:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__button-row {
		flex-direction: column;
	}

	:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk__button-row .wp-block-button {
		width: 100%;
	}

	:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-booking-form__submit {
		width: 100%;
	}
}

@media (max-width: 520px) {
	:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-act-nav-shell {
		--dr-epk-dock-gap: 0.7rem;
		--dr-epk-dock-row-gap: 1.35rem;
	}

	:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-act-nav__list {
		column-gap: var(--dr-epk-dock-gap);
		display: grid;
		grid-template-columns: repeat(3, max-content);
		justify-content: center;
		max-width: 100%;
		row-gap: var(--dr-epk-dock-row-gap);
	}

	:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) .dr-epk-act-nav__item {
		justify-self: center;
	}
}

@media (max-width: 781px) {
	body.dr-epk-act-page--texanadian .dr-epk__section--hero-background .dr-epk__shell {
		min-height: 28rem;
	}

	body.dr-epk-act-page--texanadian .dr-epk__supporting-photo {
		border-radius: 20px;
		margin-top: 2rem;
	}

	body.dr-epk-act-page--texanadian .dr-epk__supporting-photo--live {
		aspect-ratio: 4 / 3;
	}

	body.dr-epk-act-page--heroes-and-wreckers .dr-epk__section--hero-background .dr-epk__shell {
		min-height: 25rem;
	}

	/* The mobile-specific trio portrait already includes the act mark. */
	body.dr-epk-act-page--heroes-and-wreckers .dr-epk__section--hero .dr-epk__hero-brand {
		display: none;
	}

	body.dr-epk-act-page--heroes-and-wreckers .dr-epk__supporting-photo {
		border-radius: 20px;
		margin-top: 2rem;
	}

	body.dr-epk-act-page--heroes-and-wreckers .dr-epk__about-photo {
		margin-top: 0;
	}

	body.dr-epk-act-page--heroes-and-wreckers .dr-epk__supporting-photo--live {
		aspect-ratio: 16 / 9;
	}

	.dr-epk-act .dr-epk__section--hero-brand-focus .dr-epk__shell {
		min-height: 31rem;
		padding-block: 3rem;
	}

	.dr-epk-act .dr-epk__section--hero-brand-focus .dr-epk__hero-brand {
		width: var(--dr-epk-hero-brand-width-mobile, min(82vw, 20rem));
	}

	.dr-epk-act .dr-epk__section--hero-brand-focus .dr-epk__lead {
		font-size: 1rem;
		line-height: 1.45;
		max-width: 22rem;
	}

	.dr-epk-act .dr-epk__crows-gag img {
		height: 23rem;
		object-position: 47% center;
	}

	.dr-epk-act .dr-epk__section--hero-background::after {
		background: var(
			--dr-epk-hero-overlay-mobile,
			linear-gradient(
				180deg,
				rgba(17, 18, 21, 0.64) 0%,
				rgba(17, 18, 21, 0.42) 38%,
				rgba(17, 18, 21, 0.3) 66%,
				rgba(17, 18, 21, 0.68) 100%
			),
			linear-gradient(
				90deg,
				rgba(17, 18, 21, 0.78) 0%,
				rgba(17, 18, 21, 0.42) 55%,
				rgba(17, 18, 21, 0.08) 100%
			)
		);
	}

	.dr-epk-act .dr-epk__section--hero-background .dr-epk__shell {
		align-items: flex-start;
		min-height: 35rem;
		padding-bottom: 3rem;
		padding-top: 2.75rem;
	}

	.dr-epk-act .dr-epk__section--hero-background .dr-epk__hero-brand {
		max-width: var(--dr-epk-hero-brand-width-mobile, min(55vw, 12rem));
	}

	.dr-epk-act .dr-epk__section--hero-background .dr-epk__hero-brand img {
		max-height: none;
	}

	.dr-epk-act .dr-epk__section--hero-background .dr-epk__hero-visual--media .wp-block-image img {
		object-position: var(--dr-epk-hero-media-position-mobile, var(--dr-epk-hero-media-position, center center));
	}

	.dr-epk-act .dr-epk__section--hero-logo-bottom-center::after {
		background: var(
			--dr-epk-hero-overlay-mobile,
			linear-gradient(
				0deg,
				rgba(17, 18, 21, 0.96) 0%,
				rgba(17, 18, 21, 0.76) 12%,
				rgba(17, 18, 21, 0.2) 28%,
				rgba(17, 18, 21, 0) 43%
			),
			linear-gradient(
				180deg,
				rgba(17, 18, 21, 0.78) 0%,
				rgba(17, 18, 21, 0.5) 25%,
				rgba(17, 18, 21, 0.12) 52%,
				rgba(17, 18, 21, 0) 72%
			)
		);
	}

	.dr-epk-act .dr-epk__section--hero-logo-bottom-center .dr-epk__shell {
		padding-top: 1.2rem;
	}

	.dr-epk-act .dr-epk__section--hero-logo-bottom-center .dr-epk__button-row {
		margin-top: 0;
	}

	.dr-epk-act .dr-epk__section--hero-logo-bottom-center .dr-epk__lead {
		margin-bottom: 0;
	}

	.dr-epk-act .dr-epk__section--hero-logo-bottom-center .dr-epk-button .wp-block-button__link {
		padding-block: 0.75rem;
	}

	.dr-epk-act .dr-epk__section--hero-logo-bottom-center > .dr-epk__hero-brand {
		bottom: 1.65rem;
		width: var(--dr-epk-hero-brand-width-mobile, min(84vw, 22rem));
	}

	.dr-epk-act .dr-epk__section--hero-logo-bottom-center > .dr-epk__hero-identity {
		bottom: 0.85rem;
		gap: 0.35rem;
		max-width: calc(100% - 2rem);
		width: 24rem;
	}

	.dr-epk-act .dr-epk__section--hero-logo-bottom-center .dr-epk__hero-identity .dr-epk__hero-brand {
		width: var(--dr-epk-hero-brand-width-mobile, min(84vw, 22rem));
	}

	.dr-epk-act .dr-epk__section--hero-logo-bottom-center .dr-epk__hero-identity-lead {
		font-size: 0.95rem;
		line-height: 1.4;
		max-width: 21rem;
	}

	/* Let an act opt into a separate, compact identity lockup on narrow screens. */
	.dr-epk-act .dr-epk__section--hero-logo-bottom-center-mobile .dr-epk__hero-grid .dr-epk__stack {
		align-items: center;
		bottom: 0.85rem;
		gap: 0.15rem;
		left: 50%;
		margin: 0;
		max-width: calc(100% - 2rem);
		position: absolute;
		text-align: center;
		transform: translateX(-50%);
		width: 24rem;
	}

	.dr-epk-act .dr-epk__section--hero-logo-bottom-center-mobile .dr-epk__hero-brand {
		margin: 0 0 var(--dr-epk-hero-brand-margin-bottom-mobile, 0);
		max-width: 100%;
		width: var(--dr-epk-hero-brand-width-mobile, min(84vw, 22rem));
	}

	.dr-epk-act .dr-epk__section--hero-logo-bottom-center-mobile .dr-epk__lead {
		font-size: 0.95rem;
		line-height: 1.35;
		margin: 0;
		max-width: 22rem;
		text-align: center;
		text-wrap: balance;
	}
}

@media (prefers-reduced-motion: reduce) {
	:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) *,
	:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) *::before,
	:is(.dr-epk-page, .dr-epk-act, .dr-booking-page) *::after {
		animation: none !important;
		scroll-behavior: auto !important;
		transition: none !important;
	}
}
