.lvg-dolly-books {
	--dolly-books-gold: var(--lvg-yellow, #ffd700);
	--dolly-books-pink: var(--lvg-pink, #f34fb2);
	--dolly-books-plum: #351025;
	background:
		radial-gradient(circle at 15% 8%, rgba(243, 79, 178, 0.14), transparent 32rem),
		radial-gradient(circle at 88% 26%, rgba(255, 215, 0, 0.08), transparent 28rem),
		var(--lvg-bg, #0a0a16);
	color: var(--lvg-text, #f7f4fb);
	overflow-x: clip;
}

.lvg-dolly-books h1,
.lvg-dolly-books h2,
.lvg-dolly-books h3 {
	font-family: var(--font-head, "Helvetica Neue", Arial, sans-serif);
	font-weight: 900;
	line-height: 1.02;
}

.dolly-books-rail {
	--dolly-books-gold: var(--lvg-yellow, #ffd700);
	--dolly-books-pink: var(--lvg-pink, #f34fb2);
	position: sticky;
	z-index: 35;
	top: calc(var(--dolly-site-header-height, var(--lvg-sticky-header-scroll-offset, 4.6rem)) - 1px);
	border-block: 1px solid rgba(243, 79, 178, 0.26);
	background: #000;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
	isolation: isolate;
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
}

.dolly-books-rail__links {
	display: flex;
	max-width: var(--lvg-max, 1180px);
	align-items: center;
	gap: 0.2rem;
	margin: 0 auto;
	padding: 0.3rem 4.7rem 0.3rem 6.8rem;
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	scroll-padding-inline: 6.8rem 4.7rem;
	scrollbar-width: none;
	scroll-snap-type: none;
	-webkit-overflow-scrolling: touch;
}

.dolly-books-rail__links::-webkit-scrollbar {
	display: none;
}

.dolly-books-rail__links > a {
	display: inline-flex;
	min-height: 42px;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	padding: 0.38rem 0.68rem;
	border: 1px solid transparent;
	border-radius: 999px;
	color: rgba(247, 244, 251, 0.68);
	font-size: 0.61rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	line-height: 1.1;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	scroll-snap-align: center;
	transition: border-color 160ms ease, color 160ms ease, background-color 160ms ease;
}

.dolly-books-rail__links > a:hover,
.dolly-books-rail__links > a:focus-visible {
	border-color: rgba(243, 79, 178, 0.42);
	background: rgba(243, 79, 178, 0.1);
	color: #fff;
}

.dolly-books-rail__links > a:focus-visible {
	outline: 2px solid var(--dolly-books-gold);
	outline-offset: 2px;
}

.dolly-books-rail__links > a[aria-current="location"] {
	border-color: rgba(255, 215, 0, 0.42);
	background: linear-gradient(115deg, rgba(243, 79, 178, 0.19), rgba(255, 215, 0, 0.1));
	color: #fff;
	box-shadow: inset 0 -2px 0 var(--dolly-books-pink), 0 0 18px rgba(243, 79, 178, 0.08);
}

.dolly-books-rail .dolly-books-rail__share {
	position: absolute;
	z-index: 3;
	top: 50%;
	left: max(0.75rem, calc((100% - var(--lvg-max, 1180px)) / 2 + 0.75rem));
	display: flex !important;
	box-sizing: border-box;
	width: 86px !important;
	height: 44px !important;
	min-width: 86px !important;
	min-height: 44px !important;
	align-items: center;
	justify-content: center;
	gap: 0.48rem;
	margin: 0;
	padding: 0 !important;
	appearance: none;
	-webkit-appearance: none;
	border: 0.75px solid transparent !important;
	border-radius: 999px !important;
	background-color: #000;
	background-image:
		linear-gradient(#000, #000),
		linear-gradient(90deg, #e31c25, #f47b20, var(--dolly-books-gold), #43b649, #3575ff, #a855f7);
	background-origin: border-box;
	background-clip: padding-box, border-box;
	color: #fff;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.09), 0 4px 0 rgba(0, 0, 0, 0.5), 0 0 15px rgba(243, 79, 178, 0.2);
	transform: translateY(-50%);
	cursor: pointer;
	transition: width 0.22s ease, min-width 0.22s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.dolly-books-rail__share:focus-visible {
	outline: 2px solid var(--dolly-books-gold);
	outline-offset: 2px;
}

.dolly-books-rail__share-icon {
	width: 15px;
	height: 15px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.2;
	stroke-linecap: round;
	stroke-linejoin: round;
	filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.28));
}

.dolly-books-rail__share-word {
	font-size: 0.61rem;
	font-weight: 950;
	letter-spacing: 0.1em;
	line-height: 1;
	text-transform: uppercase;
	text-shadow: 0 0 7px rgba(255, 255, 255, 0.2);
}

.dolly-books-rail__share-icon,
.dolly-books-rail__share-word,
.dolly-books-rail__share-logo {
	transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.dolly-books-rail .dolly-books-rail__advance {
	position: absolute;
	top: 50%;
	right: 0.35rem;
	display: flex;
	box-sizing: border-box;
	height: 44px !important;
	min-height: 44px !important;
	align-items: center;
	justify-content: center;
	margin: 0;
	appearance: none;
	-webkit-appearance: none;
	white-space: nowrap;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-50%);
	cursor: pointer;
	pointer-events: none;
}

.dolly-books-rail .dolly-books-rail__advance,
.dolly-books-rail .dolly-books-rail__advance:hover,
.dolly-books-rail .dolly-books-rail__advance:focus-visible,
.dolly-books-rail .dolly-books-rail__advance:active {
	isolation: isolate;
	z-index: 20 !important;
	width: 4.5rem !important;
	min-width: 4.5rem !important;
	padding: 0.25rem 0.35rem !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: var(--dolly-books-gold) !important;
	box-shadow: none !important;
	font-size: 0.58rem !important;
	text-shadow: 0 0 8px rgba(255, 215, 0, 0.48) !important;
	transform: translateY(-50%) !important;
	transition: width 0.18s ease, min-width 0.18s ease, opacity 0.2s ease, color 0.2s ease;
}

.dolly-books-rail .dolly-books-rail__advance::before {
	content: "";
	position: absolute;
	z-index: -1;
	inset: 0;
	width: auto;
	border: 1px solid rgba(255, 215, 0, 0.42);
	background: linear-gradient(90deg, rgba(10, 9, 16, 0.28), rgba(10, 9, 16, 0.68));
	pointer-events: none;
}

.dolly-books-rail.has-overflow .dolly-books-rail__advance {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.dolly-books-rail .dolly-books-rail__advance.is-compact {
	width: 2.75rem !important;
	min-width: 2.75rem !important;
	justify-content: center;
	font-size: 1.05rem !important;
	letter-spacing: 0 !important;
	line-height: 1 !important;
	text-shadow: 0 0 10px rgba(255, 215, 0, 0.72) !important;
}

.dolly-books-rail .dolly-books-rail__advance:hover,
.dolly-books-rail .dolly-books-rail__advance:focus-visible {
	color: #fff !important;
	outline: 0;
}

.dolly-books-rail .dolly-books-rail__advance:focus-visible::before {
	box-shadow: inset 0 0 0 2px var(--dolly-books-gold);
}

.dolly-books-rail__advance-label {
	position: relative;
	z-index: 2;
	display: inline-block;
	color: inherit;
	pointer-events: none;
	transition: transform 0.18s ease;
}

.dolly-books-rail.is-at-end .dolly-books-rail__advance-label {
	transform: rotate(180deg);
}

.dolly-books-rail__share-logo {
	position: absolute;
	width: 5.55rem;
	height: auto;
	opacity: 0;
	visibility: hidden;
	transform: scale(0.88);
	filter: saturate(1.18) brightness(1.15) drop-shadow(0 0 4px rgba(255, 255, 255, 0.2)) drop-shadow(0 0 8px rgba(243, 79, 178, 0.28));
}

.dolly-books-rail-menu {
	position: absolute;
	z-index: 50;
	top: calc(100% + 0.45rem);
	left: max(0.75rem, calc((100% - var(--lvg-max, 1180px)) / 2 + 0.75rem));
	display: grid;
	width: min(18rem, calc(100vw - 1.5rem));
	min-width: 14.25rem;
	padding: 0.46rem;
	border: 1px solid rgba(255, 215, 0, 0.34);
	border-radius: 14px;
	background: radial-gradient(circle at 100% 0, rgba(243, 79, 178, 0.16), transparent 42%), rgba(5, 5, 7, 0.98);
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.5), 0 0 26px rgba(243, 79, 178, 0.08);
	-webkit-backdrop-filter: blur(16px);
	backdrop-filter: blur(16px);
}

.dolly-books-rail-menu[hidden] {
	display: none;
}

.dolly-books-rail-menu a,
.dolly-books-rail-menu button {
	display: flex !important;
	box-sizing: border-box;
	width: 100% !important;
	min-height: 46px !important;
	gap: 0.65rem;
	align-items: center;
	justify-content: flex-start !important;
	margin: 0 !important;
	padding: 0.58rem 0.68rem !important;
	appearance: none;
	border: 0 !important;
	border-radius: 9px !important;
	background: transparent !important;
	color: #fff !important;
	font: inherit;
	font-size: 0.66rem !important;
	font-weight: 900;
	letter-spacing: 0.055em;
	line-height: 1.15;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	box-shadow: none !important;
	cursor: pointer;
}

.dolly-books-rail-menu .dolly-brand-actions__icon {
	display: grid;
	flex: 0 0 30px;
	width: 30px;
	height: 30px;
	place-items: center;
	border: 1px solid rgba(255, 215, 0, 0.28);
	border-radius: 50%;
	background: #0b0a0f;
	color: var(--dolly-books-gold);
}

.dolly-books-rail-menu .dolly-brand-actions__icon svg {
	width: 14px;
	height: 14px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.dolly-books-rail-menu .dolly-brand-actions__label {
	min-width: 0;
}

.dolly-books-rail-menu .dolly-brand-actions__vegays {
	background: linear-gradient(90deg, #e31c25, #f47b20, var(--dolly-books-gold), #43b649, #3575ff, #a855f7);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
}

.dolly-books-rail-menu a:hover,
.dolly-books-rail-menu button:hover,
.dolly-books-rail-menu a:focus-visible,
.dolly-books-rail-menu button:focus-visible {
	background: linear-gradient(90deg, rgba(243, 79, 178, 0.17), rgba(255, 215, 0, 0.08)) !important;
	color: #fff;
	outline: 0;
}

.dolly-books-rail-menu a:focus-visible,
.dolly-books-rail-menu button:focus-visible {
	box-shadow: inset 0 0 0 2px var(--dolly-books-gold);
}

#book-boxes,
#book-help,
#book-host {
	scroll-margin-top: calc(var(--dolly-books-rail-height, 3.5rem) + 1rem);
}

@media (min-width: 1100px) {
	.dolly-books-rail__links {
		justify-content: center;
		padding-inline: 6.8rem;
	}

	.dolly-books-rail .dolly-books-rail__share {
		left: max(1rem, calc((100% - var(--lvg-max, 1180px)) / 2 + 1rem));
	}

	.dolly-books-rail .dolly-books-rail__advance {
		display: none;
	}
}

.dolly-books-hero {
	position: relative;
	padding: clamp(3.4rem, 8vw, 7rem) 0 clamp(3.5rem, 7vw, 6rem);
}

.dolly-books-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: radial-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px);
	background-size: 25px 25px;
	mask-image: linear-gradient(to bottom, #000, transparent 82%);
	pointer-events: none;
}

.dolly-books-hero__grid,
.dolly-books-help__grid {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 0.88fr) minmax(20rem, 1.12fr);
	gap: clamp(2rem, 6vw, 5rem);
	align-items: center;
}

.dolly-books-eyebrow {
	margin: 0 0 0.9rem;
	color: var(--dolly-books-pink);
	font-size: 0.72rem;
	font-weight: 950;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}

.dolly-books-hero h1 {
	max-width: 11ch;
	margin: 0;
	font-size: clamp(2.75rem, 7.5vw, 6.7rem);
	letter-spacing: -0.045em;
	text-wrap: balance;
}

.dolly-books-quote-credit {
	margin: 1rem 0 0;
	color: var(--dolly-books-gold);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1rem, 2.2vw, 1.35rem);
	font-style: italic;
}

.dolly-books-dek {
	max-width: 32rem;
	margin: 1.4rem 0 0;
	color: var(--lvg-muted, #cbbfe0);
	font-size: clamp(1.05rem, 2vw, 1.35rem);
	line-height: 1.55;
}

.dolly-books-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
	margin-top: 1.7rem;
}

.dolly-books-button {
	display: inline-flex;
	min-height: 46px;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 0.72rem 1.2rem;
	border: 1px solid transparent;
	border-radius: 999px;
	color: #130a10;
	font-size: 0.73rem;
	font-weight: 950;
	letter-spacing: 0.08em;
	line-height: 1.1;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.dolly-books-button--pink {
	background: linear-gradient(110deg, var(--dolly-books-pink), #ff91d3);
	box-shadow: 0 10px 30px rgba(243, 79, 178, 0.2);
}

.dolly-books-button--gold {
	background: linear-gradient(110deg, var(--dolly-books-gold), #ffe787);
	box-shadow: 0 10px 30px rgba(255, 215, 0, 0.16);
}

.dolly-books-button:hover {
	transform: translateY(-2px);
}

.dolly-books-button:focus-visible,
.dolly-books-location:focus-visible,
.dolly-books-post:focus-visible,
.dolly-books-back:focus-visible {
	outline: 3px solid var(--dolly-books-gold);
	outline-offset: 4px;
}

.dolly-books-hero__visual {
	position: relative;
	min-height: clamp(28rem, 51vw, 39rem);
}

.dolly-books-poster,
.dolly-books-photo {
	position: absolute;
	margin: 0;
	border: 1px solid rgba(255, 215, 0, 0.42);
	border-radius: 28px;
	background: #130a16;
	box-shadow: 0 30px 75px rgba(0, 0, 0, 0.5);
	overflow: hidden;
}

.dolly-books-poster {
	z-index: 2;
	top: 0;
	left: 0;
	width: min(73%, 31rem);
	transform: rotate(-2deg);
}

.dolly-books-poster img,
.dolly-books-photo img {
	display: block;
	width: 100%;
	height: auto;
}

.dolly-books-poster figcaption {
	padding: 0.6rem 0.8rem;
	color: rgba(247, 244, 251, 0.67);
	font-size: 0.66rem;
	line-height: 1.35;
	text-align: center;
}

.dolly-books-photo--hero {
	z-index: 1;
	right: 0;
	bottom: 0;
	width: min(58%, 25rem);
	transform: rotate(3deg);
}

.dolly-books-section {
	padding: clamp(3.5rem, 8vw, 6.5rem) 0;
}

.dolly-books-why,
.dolly-books-posts {
	border-block: 1px solid rgba(243, 79, 178, 0.23);
	background: rgba(21, 11, 29, 0.64);
}

.dolly-books-heading {
	max-width: 48rem;
}

.dolly-books-heading h2,
.dolly-books-panel h2,
.dolly-books-finale h2 {
	margin: 0;
	font-size: clamp(2rem, 5vw, 4rem);
	letter-spacing: -0.025em;
	text-wrap: balance;
}

.dolly-books-heading > p:last-child,
.dolly-books-panel > p,
.dolly-books-finale > p {
	color: var(--lvg-muted, #cbbfe0);
	font-size: clamp(1rem, 1.8vw, 1.16rem);
	line-height: 1.7;
}

.dolly-books-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 2.3rem;
}

.dolly-books-stats div {
	min-width: 0;
	padding: clamp(1.1rem, 3vw, 1.65rem);
	border: 1px solid var(--lvg-line, rgba(255, 255, 255, 0.14));
	border-radius: 22px;
	background: linear-gradient(145deg, rgba(243, 79, 178, 0.12), rgba(255, 215, 0, 0.04));
}

.dolly-books-stats strong {
	display: block;
	color: var(--dolly-books-gold);
	font-size: clamp(2rem, 5vw, 4rem);
	line-height: 1;
}

.dolly-books-stats span {
	display: block;
	margin-top: 0.45rem;
	color: var(--lvg-muted, #cbbfe0);
	font-size: 0.82rem;
	font-weight: 800;
	line-height: 1.35;
}

.dolly-books-locations {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 2.2rem;
}

.dolly-books-location {
	position: relative;
	display: flex;
	min-height: 13rem;
	flex-direction: column;
	justify-content: flex-end;
	padding: 1.35rem;
	border: 1px solid var(--lvg-line, rgba(255, 255, 255, 0.14));
	border-radius: 24px;
	background:
		radial-gradient(circle at 100% 0, rgba(243, 79, 178, 0.22), transparent 46%),
		linear-gradient(155deg, rgba(51, 18, 43, 0.8), rgba(15, 14, 27, 0.92));
	color: var(--lvg-text, #f7f4fb);
	text-decoration: none;
	transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.dolly-books-location:hover {
	transform: translateY(-4px);
	border-color: rgba(243, 79, 178, 0.55);
	box-shadow: 0 22px 50px rgba(0, 0, 0, 0.3);
}

.dolly-books-location__number {
	position: absolute;
	top: 1.1rem;
	left: 1.2rem;
	color: var(--dolly-books-gold);
	font-size: 0.68rem;
	font-weight: 950;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.dolly-books-location strong {
	max-width: 12ch;
	font-size: clamp(1.35rem, 3vw, 2.15rem);
	line-height: 1.02;
}

.dolly-books-location__status {
	margin-top: 0.6rem;
	color: var(--lvg-muted, #cbbfe0);
	font-size: 0.8rem;
}

.dolly-books-location__arrow {
	position: absolute;
	top: 0.85rem;
	right: 1rem;
	color: var(--dolly-books-pink);
	font-size: 1.35rem;
}

.dolly-books-help__grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: stretch;
}

.dolly-books-panel {
	position: relative;
	padding: clamp(1.5rem, 4vw, 2.5rem);
	border: 1px solid var(--lvg-line, rgba(255, 255, 255, 0.14));
	border-radius: 28px;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
	overflow: hidden;
}

.dolly-books-panel--bring {
	background: linear-gradient(145deg, rgba(243, 79, 178, 0.2), rgba(21, 21, 42, 0.7));
}

.dolly-books-panel--host {
	background: linear-gradient(145deg, rgba(255, 215, 0, 0.13), rgba(21, 21, 42, 0.72));
}

.dolly-books-panel__big {
	color: var(--lvg-text, #f7f4fb) !important;
	font-size: clamp(1.25rem, 3vw, 2rem) !important;
	font-weight: 900;
	line-height: 1.25 !important;
}

.dolly-books-panel .dolly-books-button {
	margin-top: 0.7rem;
}

.dolly-books-post-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 2.2rem;
}

.dolly-books-post {
	display: flex;
	min-width: 0;
	flex-direction: column;
	border: 1px solid var(--lvg-line, rgba(255, 255, 255, 0.14));
	border-radius: 22px;
	background: rgba(10, 10, 22, 0.76);
	color: var(--lvg-text, #f7f4fb);
	overflow: hidden;
	text-decoration: none;
	transition: transform 180ms ease, border-color 180ms ease;
}

.dolly-books-post:hover {
	transform: translateY(-4px);
	border-color: rgba(243, 79, 178, 0.52);
}

.dolly-books-post > img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 0.76;
	object-fit: cover;
}

.dolly-books-post__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: flex-start;
	padding: 1.15rem;
}

.dolly-books-post__author {
	color: rgba(247, 244, 251, 0.58);
	font-size: 0.66rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.dolly-books-post__kicker {
	margin-top: 1rem;
	color: var(--dolly-books-pink);
	font-size: 0.68rem;
	font-weight: 950;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.dolly-books-post__body strong {
	margin-top: 0.35rem;
	font-size: 1.25rem;
	line-height: 1.15;
}

.dolly-books-post__body > span:not(.dolly-books-post__author):not(.dolly-books-post__kicker):not(.dolly-books-post__link) {
	margin-top: 0.7rem;
	color: var(--lvg-muted, #cbbfe0);
	font-size: 0.9rem;
	line-height: 1.55;
}

.dolly-books-post__link {
	margin-top: auto;
	padding-top: 1.1rem;
	color: var(--dolly-books-gold);
	font-size: 0.72rem;
	font-weight: 950;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.dolly-books-credit {
	margin: 1.3rem 0 0;
	color: rgba(203, 191, 224, 0.62);
	font-size: 0.72rem;
}

.dolly-books-finale {
	text-align: center;
}

.dolly-books-finale h2 {
	max-width: 18ch;
	margin-inline: auto;
}

.dolly-books-back {
	display: inline-flex;
	min-height: 46px;
	align-items: center;
	gap: 0.6rem;
	margin-top: 1.5rem;
	color: var(--dolly-books-pink);
	font-size: 0.76rem;
	font-weight: 950;
	letter-spacing: 0.08em;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.22em;
	text-transform: uppercase;
}

@media (max-width: 900px) {
	.dolly-books-hero__grid {
		grid-template-columns: 1fr;
	}

	.dolly-books-hero__copy {
		max-width: 44rem;
	}

	.dolly-books-hero h1 {
		max-width: 12ch;
	}

	.dolly-books-hero__visual {
		min-height: min(92vw, 40rem);
	}

	.dolly-books-locations,
	.dolly-books-post-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.dolly-books-post:last-child {
		grid-column: 1 / -1;
		max-width: calc(50% - 0.5rem);
	}
}

@media (max-width: 640px) {
	.dolly-books-rail__links {
		gap: 0.2rem;
		padding: 0.3rem 4.7rem 0.3rem 6.8rem;
		scroll-padding-inline: 6.8rem 4.7rem;
	}

	.dolly-books-rail__links > a {
		min-height: 42px;
		padding: 0.38rem 0.68rem;
		font-size: 0.61rem;
		letter-spacing: 0.08em;
	}

	.dolly-books-rail .dolly-books-rail__share {
		left: 0.55rem;
		width: 86px !important;
		min-width: 86px !important;
	}

	.dolly-books-rail-menu {
		left: 0.55rem;
		width: min(18rem, calc(100vw - 1.1rem));
	}

	.dolly-books-hero {
		padding-top: 2.7rem;
	}

	.dolly-books-hero h1 {
		font-size: clamp(2.65rem, 14vw, 4.6rem);
	}

	.dolly-books-actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.dolly-books-button {
		width: 100%;
	}

	.dolly-books-hero__visual {
		min-height: 117vw;
	}

	.dolly-books-poster {
		width: 78%;
	}

	.dolly-books-photo--hero {
		width: 61%;
	}

	.dolly-books-stats,
	.dolly-books-locations,
	.dolly-books-help__grid,
	.dolly-books-post-grid {
		grid-template-columns: 1fr;
	}

	.dolly-books-stats div {
		display: grid;
		grid-template-columns: auto 1fr;
		gap: 1rem;
		align-items: center;
	}

	.dolly-books-stats span {
		margin: 0;
	}

	.dolly-books-location {
		min-height: 10.5rem;
	}

	.dolly-books-post:last-child {
		grid-column: auto;
		max-width: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto !important;
	}

	.dolly-books-rail__links > a,
	.dolly-books-rail__share,
	.dolly-books-rail__share-icon,
	.dolly-books-rail__share-word,
	.dolly-books-rail__share-logo,
	.dolly-books-rail__advance,
	.dolly-books-rail__advance-label,
	.dolly-books-button,
	.dolly-books-location,
	.dolly-books-post {
		transition: none !important;
	}
}

.dolly-books-rail .dolly-books-rail__share,
.dolly-books-rail .dolly-books-rail__share:hover,
.dolly-books-rail .dolly-books-rail__share:focus,
.dolly-books-rail .dolly-books-rail__share:active,
.dolly-books-rail .dolly-books-rail__share[aria-expanded="true"],
.dolly-books-rail .dolly-books-rail__share.is-copied {
	height: 44px !important;
	min-height: 44px !important;
	border: 0.75px solid transparent !important;
	background-color: #000 !important;
	background-image: linear-gradient(#000, #000), linear-gradient(90deg, #e31c25, #f47b20, var(--dolly-books-gold), #43b649, #3575ff, #a855f7) !important;
	background-origin: border-box !important;
	background-clip: padding-box, border-box !important;
	color: #fff !important;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.09), 0 4px 0 rgba(0, 0, 0, 0.5), 0 0 15px rgba(243, 79, 178, 0.2) !important;
	cursor: pointer;
	transform: translateY(-50%) !important;
}

.dolly-books-rail .dolly-books-rail__share-word {
	background: none !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff;
}
