.brl-experience {
	--brl-paper: #f4ead6;
	--brl-ink: #2c2014;
	--brl-muted: #67533f;
	--brl-walnut: #6d421e;
	--brl-walnut-dark: #40230f;
	--brl-amber: #b87627;
	--brl-gold: #e3b45f;
	--brl-line: rgba(112, 70, 28, 0.38);
	position: relative;
	left: 50%;
	width: min(1360px, calc(100vw - 40px));
	max-width: none !important;
	margin-top: clamp(44px, 5vw, 72px) !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
	clear: both;
	color: var(--brl-ink);
	font-family: Garamond, Georgia, 'Times New Roman', serif;
	transform: translateX(calc(-50% + var(--brl-viewport-shift, 0px)));
}

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

.brl-experience h2,
.brl-experience p,
.brl-experience blockquote {
	margin-top: 0;
}

.brl-entrance {
	position: relative;
	isolation: isolate;
	display: grid;
	min-height: 560px;
	overflow: hidden;
	border: 1px solid var(--brl-line);
	border-radius: 24px;
	background: var(--brl-walnut-dark);
	box-shadow: 0 18px 55px rgba(58, 32, 14, 0.24);
}

.brl-entrance__background {
	position: absolute;
	z-index: 0;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	max-width: none !important;
	margin: 0 !important;
	object-fit: cover;
	object-position: center;
}

.brl-entrance__veil {
	position: absolute;
	z-index: 1;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(27, 16, 9, 0.94) 0%, rgba(37, 22, 12, 0.86) 38%, rgba(34, 19, 10, 0.25) 67%, rgba(22, 12, 7, 0.04) 100%),
		linear-gradient(0deg, rgba(20, 11, 6, 0.35), transparent 54%);
}

.brl-entrance__content {
	position: relative;
	z-index: 2;
	align-self: center;
	width: min(650px, 58%);
	padding: clamp(38px, 5.5vw, 68px);
	color: #f8ecd7;
}

.brl-welcome__eyebrow {
	margin: 0 0 14px;
	color: var(--brl-gold);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.brl-entrance__title {
	margin: 0 0 22px;
	color: #fff4df;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(40px, 4.4vw, 64px);
	font-weight: 600;
	letter-spacing: -0.035em;
	line-height: 1;
}

.brl-entrance__lead {
	max-width: 610px;
	margin: 0 0 16px;
	color: #fff5e4;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(20px, 2vw, 27px);
	line-height: 1.45;
}

.brl-entrance__welcome {
	max-width: 570px;
	margin: 0 0 28px;
	color: #dfceb2;
	font-size: 16px;
	line-height: 1.65;
}

.brl-entrance__story {
	max-width: 590px;
	margin: 0 0 30px;
	color: #fff5e4;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(17px, 1.45vw, 20px);
	line-height: 1.6;
}

.brl-entrance__button,
.brl-welcome__archive,
.brl-search button,
.brl-catalog__more-button {
	display: inline-flex;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	border: 1px solid #d8a653;
	border-radius: 999px;
	padding: 0 30px;
	background: var(--brl-walnut);
	box-shadow: 0 8px 24px rgba(36, 19, 8, 0.28);
	color: #fff8e9 !important;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.2;
	text-decoration: none !important;
	cursor: pointer;
	transition: background-color 180ms ease, transform 180ms ease;
}

.brl-entrance__button:hover,
.brl-entrance__button:focus-visible,
.brl-welcome__archive:hover,
.brl-welcome__archive:focus-visible,
.brl-search button:hover,
.brl-search button:focus-visible,
.brl-catalog__more-button:hover,
.brl-catalog__more-button:focus-visible {
	background: var(--brl-walnut-dark);
	transform: translateY(-2px);
}

.brl-entrance__actions {
	display: flex;
	flex-direction: column;
	gap: 24px;
	align-items: flex-start;
}

.brl-entrance__motto {
	max-width: 570px;
	margin: 0;
	color: #d9b980;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 16px;
	font-style: italic;
	line-height: 1.55;
}

.brl-welcome {
	display: grid;
	grid-template-columns: minmax(230px, 360px) minmax(0, 1fr);
	gap: clamp(28px, 5vw, 58px);
	align-items: center;
	margin-top: 42px;
	padding: clamp(28px, 5vw, 64px);
	border: 1px solid var(--brl-line);
	border-radius: 24px;
	background:
		radial-gradient(circle at 8% 20%, rgba(210, 160, 79, 0.22), transparent 26%),
		var(--brl-paper);
	box-shadow: 0 16px 45px rgba(73, 48, 22, 0.12);
	scroll-margin-top: 30px;
}

.brl-welcome__scene {
	align-self: start;
	min-height: 0;
	aspect-ratio: 3 / 5;
	overflow: hidden;
	border: 1px solid var(--brl-line);
	border-radius: 18px;
	background: var(--brl-walnut-dark);
}

.brl-welcome__scene img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none !important;
	margin: 0 !important;
	object-fit: cover;
	object-position: center 46%;
}

.brl-welcome__voice h2 {
	margin: 0 0 16px;
	color: var(--brl-ink);
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(30px, 3.4vw, 46px);
	font-weight: 600;
	line-height: 1.08;
}

.brl-welcome__voice blockquote {
	margin: 0 0 26px;
	padding: 0 0 0 20px;
	border: 0;
	border-left: 2px solid var(--brl-amber);
	color: var(--brl-muted);
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(18px, 1.8vw, 23px);
	font-style: normal;
	line-height: 1.6;
}

.brl-search {
	margin-bottom: 22px;
}

.brl-search label {
	display: block;
	margin-bottom: 9px;
	color: var(--brl-ink);
	font-size: 16px;
}

.brl-search__row {
	display: flex;
	gap: 10px;
}

.brl-search input[type='search'] {
	flex: 1;
	min-width: 0;
	min-height: 52px;
	border: 1px solid #c6ab82;
	border-radius: 999px;
	padding: 0 20px;
	background: #fffaf0;
	color: var(--brl-ink);
	font: inherit;
}

.brl-search button {
	min-width: 110px;
	padding-inline: 22px;
}

.brl-search__status {
	min-height: 22px;
	margin: 12px 4px 8px !important;
	color: var(--brl-muted);
	font-size: 14px;
	line-height: 1.5;
}

.brl-search.is-loading .brl-search__status::before {
	display: inline-block;
	margin-right: 7px;
	color: var(--brl-amber);
	content: '✦';
	animation: brl-pulse 900ms ease-in-out infinite alternate;
}

.brl-catalog {
	margin-top: 42px;
	padding: clamp(34px, 5vw, 68px);
	border: 1px solid var(--brl-line);
	border-radius: 24px;
	background:
		radial-gradient(circle at 92% 5%, rgba(211, 159, 72, 0.2), transparent 24%),
		#eadcc3;
	box-shadow: 0 16px 45px rgba(73, 48, 22, 0.13);
	scroll-margin-top: 30px;
}

.brl-catalog__header {
	max-width: 780px;
	margin: 0 auto 28px;
	text-align: center;
}

.brl-catalog__eyebrow {
	margin: 0 0 12px !important;
	color: var(--brl-amber);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.brl-catalog__header h2 {
	margin: 0 0 14px;
	color: var(--brl-ink);
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(34px, 4vw, 52px);
	font-weight: 600;
	line-height: 1.08;
}

.brl-catalog__description {
	margin-bottom: 0 !important;
	color: var(--brl-muted);
	font-size: 18px;
	line-height: 1.55;
}

.brl-types,
.brl-shelves {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	justify-content: center;
	margin-bottom: 26px;
}

.brl-types {
	margin-bottom: 14px;
}

.brl-type,
.brl-shelf {
	min-height: 42px;
	border: 1px solid #b99667;
	border-radius: 999px;
	padding: 8px 17px;
	background: rgba(255, 250, 240, 0.68);
	color: var(--brl-walnut-dark);
	font: 700 14px/1.2 Garamond, Georgia, 'Times New Roman', serif;
	cursor: pointer;
	transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.brl-type:hover,
.brl-type:focus-visible,
.brl-type.is-active,
.brl-shelf:hover,
.brl-shelf:focus-visible,
.brl-shelf.is-active {
	background: var(--brl-walnut);
	color: #fff8e9;
	transform: translateY(-2px);
}

.brl-shelf-guide {
	position: relative;
	display: grid;
	grid-template-columns: 52px minmax(0, 1fr);
	gap: 18px;
	align-items: center;
	width: min(800px, 100%);
	margin: -2px auto 24px;
	overflow: hidden;
	border: 1px solid rgba(139, 91, 38, 0.34);
	border-left: 4px solid var(--brl-amber);
	border-radius: 16px;
	padding: 18px 22px 19px 18px;
	background:
		linear-gradient(105deg, rgba(255, 251, 242, 0.9), rgba(246, 230, 201, 0.78)),
		var(--brl-paper);
	box-shadow: 0 9px 24px rgba(73, 48, 22, 0.09);
	text-align: left;
}

.brl-shelf-guide::after {
	position: absolute;
	top: -45px;
	right: -34px;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(227, 180, 95, 0.25), rgba(227, 180, 95, 0));
	content: '';
	pointer-events: none;
}

.brl-shelf-guide__light {
	position: relative;
	z-index: 1;
	display: grid;
	width: 46px;
	height: 46px;
	border: 1px solid rgba(184, 118, 39, 0.42);
	border-radius: 50%;
	place-items: center;
	background: rgba(255, 248, 231, 0.82);
	box-shadow: 0 0 22px rgba(227, 180, 95, 0.32);
	color: var(--brl-amber);
	font-size: 22px;
}

.brl-shelf-guide__copy {
	position: relative;
	z-index: 1;
	min-width: 0;
}

.brl-shelf-guide__eyebrow {
	margin: 0 0 3px !important;
	color: var(--brl-amber);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1.3;
	text-transform: uppercase;
}

.brl-shelf-guide h3 {
	margin: 0 0 4px !important;
	color: var(--brl-walnut-dark);
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(20px, 2.2vw, 25px);
	font-weight: 600;
	line-height: 1.2;
}

.brl-shelf-guide [data-brl-shelf-description] {
	margin: 0 !important;
	color: var(--brl-muted);
	font-size: 16px;
	line-height: 1.45;
}

.brl-shelf-guide.is-refreshed {
	animation: brl-guide-reveal 280ms ease both;
}

.brl-catalog__status {
	min-height: 24px;
	margin: 0 0 18px !important;
	color: var(--brl-muted);
	font-size: 14px;
	text-align: center;
}

.brl-catalog.is-loading .brl-catalog__status::before {
	display: inline-block;
	margin-right: 7px;
	color: var(--brl-amber);
	content: '✦';
	animation: brl-pulse 900ms ease-in-out infinite alternate;
}

.brl-results {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(16px, 2.2vw, 26px);
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.brl-book {
	min-width: 0;
	margin: 0 !important;
	padding: 0 !important;
}

.brl-book__link {
	display: flex;
	height: 100%;
	overflow: hidden;
	flex-direction: column;
	border: 1px solid rgba(112, 70, 28, 0.28);
	border-radius: 16px;
	background: #fffaf0;
	box-shadow: 0 10px 25px rgba(67, 40, 17, 0.09);
	color: var(--brl-ink) !important;
	text-decoration: none !important;
	transition: border-color 170ms ease, box-shadow 170ms ease, transform 170ms ease;
}

.brl-book__link:hover,
.brl-book__link:focus-visible {
	border-color: var(--brl-amber);
	box-shadow: 0 15px 30px rgba(67, 40, 17, 0.17);
	transform: translateY(-4px);
}

.brl-book__image,
.brl-book__placeholder {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.brl-book__placeholder {
	display: grid;
	place-items: center;
	background:
		radial-gradient(circle, rgba(227, 180, 95, 0.22), transparent 44%),
		linear-gradient(145deg, var(--brl-walnut), var(--brl-walnut-dark));
	color: var(--brl-gold);
	font-size: 32px;
}

.brl-book__copy {
	display: flex;
	min-height: 150px;
	flex: 1;
	flex-direction: column;
	padding: 18px;
}

.brl-book__type,
.brl-book__title,
.brl-book__author,
.brl-book__shelves,
.brl-book__open {
	display: block;
}

.brl-book__type {
	margin-bottom: 7px;
	color: var(--brl-muted);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.brl-book__title {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(17px, 1.5vw, 21px);
	line-height: 1.28;
}

.brl-book__author {
	margin-top: 6px;
	color: var(--brl-muted);
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 13px;
	font-style: italic;
	line-height: 1.35;
}

.brl-book__shelves {
	margin-top: 8px;
	color: var(--brl-amber);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.03em;
}

.brl-book__open {
	margin-top: auto;
	padding-top: 18px;
	color: var(--brl-walnut-dark);
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.brl-catalog__more {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

.brl-random {
	position: relative;
	isolation: isolate;
	min-height: 420px;
	overflow: hidden;
	margin-top: clamp(52px, 7vw, 82px);
	padding: clamp(38px, 6vw, 68px);
	border: 1px solid #a96d28;
	border-radius: 22px;
	background:
		linear-gradient(90deg, rgba(25, 12, 6, 0.62) 0%, rgba(25, 12, 6, 0.3) 46%, rgba(25, 12, 6, 0.02) 72%),
		url('../images/corridoio-radicolume.jpg') center center / cover no-repeat;
	box-shadow: 0 18px 44px rgba(57, 32, 16, 0.2);
	color: #eadcc4;
	text-align: left;
}

.brl-random__intro {
	position: relative;
	z-index: 3;
	width: min(590px, 64%);
	transition: opacity 500ms ease, transform 500ms ease;
}

.brl-random__eyebrow,
.brl-random__found {
	margin: 0 0 13px !important;
	color: #dca552;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.brl-random__intro h2 {
	margin: 0 !important;
	color: #fff4dc;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(38px, 5.2vw, 62px);
	letter-spacing: -0.035em;
	line-height: 0.98;
}

.brl-random__intro > p:not(.brl-random__eyebrow):not(.brl-random__status) {
	max-width: 560px;
	margin: 25px 0 28px !important;
	color: #eadcc4;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(16px, 1.8vw, 19px);
	line-height: 1.65;
}

.brl-random__button {
	display: inline-flex;
	min-height: 50px;
	align-items: center;
	gap: 18px;
	padding: 0 24px;
	border: 1px solid #d89a3d;
	border-radius: 999px;
	background: #7b4319;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
	color: #fff4dc;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
	transition: background 180ms ease, transform 180ms ease;
}

.brl-random__button:hover,
.brl-random__button:focus-visible {
	background: #965722;
	transform: translateY(-2px);
}

.brl-random__button:focus-visible {
	outline: 3px solid #efc779;
	outline-offset: 3px;
}

.brl-random__button:disabled {
	cursor: default;
	opacity: 0.72;
	transform: none;
}

.brl-random__status {
	min-height: 20px;
	margin: 14px 0 0 !important;
	color: #d9b878;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 14px;
	font-style: italic;
}

.brl-random__falling-book {
	position: absolute;
	top: 48%;
	right: 31%;
	z-index: 4;
	width: 54px;
	height: 74px;
	opacity: 0;
	border-left: 7px solid #70401c;
	border-radius: 3px 7px 7px 3px;
	background: #b5682d;
	box-shadow: inset -4px 0 rgba(255, 255, 255, 0.12), 0 8px 15px rgba(0, 0, 0, 0.4);
}

.brl-random.is-walking .brl-random__falling-book {
	animation: brl-random-fall 1.3s cubic-bezier(0.35, 0.01, 0.48, 1) forwards;
}

.brl-random__discovery {
	position: absolute;
	inset: clamp(25px, 4vw, 45px);
	z-index: 5;
	display: grid;
	grid-template-columns: minmax(120px, 165px) minmax(0, 1fr);
	align-items: center;
	gap: clamp(25px, 5vw, 55px);
	padding: clamp(28px, 5vw, 52px);
	border: 1px solid rgba(220, 165, 82, 0.52);
	border-radius: 16px;
	background: rgba(29, 15, 8, 0.97);
	box-shadow: 0 20px 48px rgba(0, 0, 0, 0.42);
	opacity: 0;
	transform: translateY(18px);
	transition: opacity 500ms ease, transform 500ms ease;
}

.brl-random__discovery[hidden] { display: none; }

.brl-random.is-revealed .brl-random__intro,
.brl-random.is-revealed .brl-random__falling-book {
	opacity: 0;
	pointer-events: none;
	transform: translateY(-8px);
}

.brl-random.is-revealed .brl-random__discovery {
	opacity: 1;
	transform: translateY(0);
}

.brl-random__cover {
	display: block;
	width: 100%;
	max-height: 250px;
	border: 1px solid rgba(255, 240, 210, 0.35);
	border-radius: 3px 9px 9px 3px;
	box-shadow: 10px 15px 24px rgba(0, 0, 0, 0.38);
	object-fit: cover;
}

.brl-random__cover--placeholder {
	display: grid;
	aspect-ratio: 2 / 3;
	place-items: center;
	background: linear-gradient(145deg, #d0a252, #7f4c22 62%, #4f2d16);
	color: #fff0cf;
	font-size: 30px;
}

.brl-random__found { margin-bottom: 10px !important; }

.brl-random__type {
	display: block;
	margin-bottom: 7px;
	color: #cdb891;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.brl-random__title {
	margin: 0 0 8px !important;
	color: #fff4dc;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(30px, 4.5vw, 49px);
	line-height: 1.04;
}

.brl-random__author {
	margin: 0 0 13px !important;
	color: #dec8a5;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 18px;
	font-style: italic;
}

.brl-random__shelf {
	margin: 0 0 24px !important;
	color: #dca552;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.brl-random__open {
	display: block;
	width: max-content;
	padding-bottom: 5px;
	border-bottom: 1px solid #dca552;
	color: #fff1d2 !important;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none !important;
}

.brl-random__open:hover,
.brl-random__open:focus-visible { color: #efc779 !important; }

@keyframes brl-random-fall {
	0% { opacity: 0; transform: translate(0, 0) rotate(5deg); }
	15% { opacity: 1; }
	65% { transform: translate(-28px, 115px) rotate(28deg); }
	100% { opacity: 0; transform: translate(-42px, 175px) rotate(72deg); }
}

.brl-catalog__more-button[hidden] {
	display: none;
}

.brl-welcome__archive {
	background: transparent;
	box-shadow: none;
	color: var(--brl-walnut-dark) !important;
}

.brl-welcome__archive:hover,
.brl-welcome__archive:focus-visible {
	color: #fff8e9 !important;
}

.brl-entrance__button:focus-visible,
.brl-welcome__archive:focus-visible,
.brl-search button:focus-visible,
.brl-search input:focus-visible {
	outline: 3px solid var(--brl-gold);
	outline-offset: 3px;
}

.brl-type:focus-visible,
.brl-shelf:focus-visible,
.brl-book__link:focus-visible,
.brl-catalog__more-button:focus-visible {
	outline: 3px solid var(--brl-gold);
	outline-offset: 2px;
}

@keyframes brl-pulse {
	from { opacity: 0.45; transform: scale(0.88); }
	to { opacity: 1; transform: scale(1.08); }
}

@keyframes brl-guide-reveal {
	from {
		opacity: 0.55;
		transform: translateY(4px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 860px) {
	.brl-experience {
		width: calc(100vw - 24px);
		margin-top: 32px !important;
	}

	.brl-entrance {
		min-height: 710px;
	}

	.brl-entrance__background {
		object-position: 68% center;
	}

	.brl-entrance__veil {
		background: linear-gradient(0deg, rgba(24, 13, 7, 0.98) 0%, rgba(31, 18, 10, 0.91) 57%, rgba(29, 16, 9, 0.22) 100%);
	}

	.brl-entrance__content {
		align-self: end;
		width: 100%;
		padding: 42px 28px;
	}

	.brl-welcome {
		grid-template-columns: 1fr;
		padding: 30px 22px;
		text-align: center;
	}

	.brl-welcome__scene {
		width: min(290px, 100%);
		margin: 0 auto;
	}

	.brl-welcome__voice blockquote {
		padding-left: 0;
		border-left: 0;
	}

	.brl-search__row {
		flex-direction: column;
	}

	.brl-search button {
		width: 100%;
	}

	.brl-catalog {
		padding: 34px 22px;
	}

	.brl-shelf-guide {
		grid-template-columns: 44px minmax(0, 1fr);
		gap: 14px;
		padding: 16px 17px 17px 15px;
	}

	.brl-shelf-guide__light {
		width: 40px;
		height: 40px;
		font-size: 19px;
	}

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

	.brl-random {
		min-height: 540px;
		padding: 38px 28px;
	}

	.brl-random__intro { width: 100%; }

	.brl-random__discovery {
		grid-template-columns: 110px minmax(0, 1fr);
		gap: 24px;
		padding: 28px 24px;
	}
}

@media (max-width: 520px) {
	.brl-results {
		grid-template-columns: 1fr;
	}

	.brl-types,
	.brl-shelves {
		align-items: stretch;
		flex-direction: column;
	}

	.brl-type,
	.brl-shelf {
		width: 100%;
	}

	.brl-shelf-guide {
		grid-template-columns: 1fr;
		gap: 9px;
		padding: 16px;
		text-align: center;
	}

	.brl-shelf-guide__light {
		margin: 0 auto;
	}

	.brl-random {
		min-height: 580px;
		padding: 34px 22px;
	}

	.brl-random__discovery {
		inset: 18px;
		grid-template-columns: 88px minmax(0, 1fr);
		gap: 18px;
		padding: 24px 18px;
	}

	.brl-random__author { font-size: 16px; }
}

@media (prefers-reduced-motion: reduce) {
	.brl-entrance__button,
	.brl-welcome__archive,
	.brl-search button,
	.brl-catalog__more-button,
	.brl-shelf,
	.brl-shelf-guide,
	.brl-book__link,
	.brl-random__intro,
	.brl-random__discovery {
		transition: none;
	}

	.brl-shelf-guide.is-refreshed {
		animation: none;
	}

	.brl-search.is-loading .brl-search__status::before {
		animation: none;
	}

	.brl-catalog.is-loading .brl-catalog__status::before {
		animation: none;
	}

	.brl-random.is-walking .brl-random__falling-book {
		animation: none;
	}
}
