body.page-id-0,
body.page-template-template-codex-home,
body.page-template-template-codex-home-php,
body:has(.lpn-codex-home) {
	background: #090806;
}

body.page-template-template-codex-home .site-header,
body.page-template-template-codex-home-php .site-header,
body:has(.lpn-codex-home) .site-header,
body.page-template-template-codex-home .lpn-site-header,
body.page-template-template-codex-home-php .lpn-site-header,
body:has(.lpn-codex-home) .lpn-site-header,
body.page-template-template-codex-home .site-footer,
body.page-template-template-codex-home-php .site-footer,
body:has(.lpn-codex-home) .site-footer,
body.page-template-template-codex-home .lpn-site-footer,
body.page-template-template-codex-home-php .lpn-site-footer,
body:has(.lpn-codex-home) .lpn-site-footer {
	display: none;
}

body.page-template-template-codex-home .site-content,
body.page-template-template-codex-home-php .site-content,
body:has(.lpn-codex-home) .site-content,
body.page-template-template-codex-home #content.site-main,
body.page-template-template-codex-home-php #content.site-main,
body:has(.lpn-codex-home) #content.site-main {
	margin: 0;
	padding: 0;
	max-width: none;
	width: 100%;
}

.lpn-codex-home,
.lpn-codex-home * {
	box-sizing: border-box;
}

.lpn-codex-home {
	--cwi-ink: #f2e7d4;
	--cwi-soft: #c9b89d;
	--cwi-muted: #9f927f;
	--cwi-gold: #d7a24a;
	--cwi-red: #8d3024;
	--cwi-green: #526f5b;
	--cwi-blue: #49677b;
	--cwi-bg: #090806;
	--cwi-panel: #17130e;
	--cwi-panel-2: #211a12;
	--cwi-line: rgba(215, 162, 74, .34);
	--cwi-line-soft: rgba(242, 231, 212, .12);
	--cwi-engraving: rgba(238, 199, 126, .72);
	background:
		linear-gradient(180deg, rgba(9, 8, 6, .24), #090806 720px),
		radial-gradient(circle at 20% 8%, rgba(141, 48, 36, .2), transparent 32rem),
		radial-gradient(circle at 82% 26%, rgba(73, 103, 123, .16), transparent 30rem),
		#090806;
	color: var(--cwi-ink);
	font-family: Georgia, "Times New Roman", serif;
	overflow: hidden;
}

.lpn-codex-home a {
	color: inherit;
}

.cwi-shell {
	width: min(1420px, calc(100% - 64px));
	margin: 0 auto;
}

.cwi-kicker {
	margin: 0 0 12px;
	color: var(--cwi-gold);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .16em;
	line-height: 1.35;
	text-transform: uppercase;
}

.cwi-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 13px 20px;
	border: 1px solid rgba(215, 162, 74, .68);
	background: linear-gradient(180deg, #d7a24a, #9f6429);
	box-shadow: 0 18px 38px rgba(0, 0, 0, .32);
	color: #1b1209;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .1em;
	text-decoration: none;
	text-transform: uppercase;
}

.cwi-button:hover,
.cwi-button:focus {
	background: linear-gradient(180deg, #edc77e, #b87935);
	color: #100b06;
}

.cwi-hero {
	position: relative;
	min-height: min(860px, calc(100vh - 8px));
	isolation: isolate;
	display: grid;
	align-items: end;
	border-bottom: 1px solid var(--cwi-line);
}

.cwi-hero__image {
	position: absolute;
	inset: 0;
	z-index: -3;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	filter: saturate(.95) contrast(1.03);
}

.cwi-hero__veil {
	position: absolute;
	inset: 0;
	z-index: -2;
	background:
		linear-gradient(90deg, rgba(9, 8, 6, .94), rgba(9, 8, 6, .66) 34%, rgba(9, 8, 6, .12) 70%, rgba(9, 8, 6, .5)),
		linear-gradient(180deg, rgba(9, 8, 6, .12), rgba(9, 8, 6, .72) 72%, rgba(9, 8, 6, .96));
}

.cwi-hero__inner {
	min-height: min(860px, calc(100vh - 8px));
	padding: 112px 0 72px;
	display: flex;
	align-items: center;
}

.cwi-hero__copy {
	max-width: 720px;
	padding-top: 36px;
}

.cwi-hero h1 {
	margin: 0 0 22px;
	color: #f7eddd;
	font-size: clamp(4.9rem, 8.7vw, 9.4rem);
	font-weight: 700;
	letter-spacing: 0;
	line-height: .86;
	text-shadow: 0 18px 46px rgba(0, 0, 0, .72);
}

.cwi-hero__subtitle {
	margin: 0 0 18px;
	max-width: 680px;
	color: #e6c27a;
	font-size: clamp(1.35rem, 2vw, 1.95rem);
	line-height: 1.25;
}

.cwi-hero__intro {
	margin: 0 0 30px;
	max-width: 660px;
	color: #eadbc4;
	font-size: clamp(1.06rem, 1.25vw, 1.28rem);
	line-height: 1.76;
}

.cwi-section {
	position: relative;
	padding: 70px 0;
}

.cwi-section + .cwi-section {
	border-top: 1px solid rgba(215, 162, 74, .16);
}

.cwi-section__head {
	max-width: 850px;
	margin: 0 auto 34px;
	text-align: center;
}

.cwi-section__head h2,
.cwi-codex-footer h2 {
	margin: 0;
	color: #efd6a4;
	font-size: clamp(2.45rem, 4.6vw, 5rem);
	font-weight: 700;
	letter-spacing: 0;
	line-height: .98;
}

.cwi-section__head p:not(.cwi-kicker) {
	margin: 18px 0 0;
	color: var(--cwi-soft);
	font-size: 1.14rem;
	line-height: 1.74;
}

.cwi-section__head--split {
	max-width: none;
	display: grid;
	grid-template-columns: minmax(0, .82fr) minmax(320px, .58fr);
	gap: 44px;
	align-items: end;
	text-align: left;
}

.cwi-prolegomena {
	padding: 92px 0;
	background:
		linear-gradient(180deg, rgba(215, 162, 74, .08), rgba(9, 8, 6, 0) 42%),
		linear-gradient(90deg, rgba(141, 48, 36, .12), transparent 38%, rgba(73, 103, 123, .1)),
		#0b0907;
}

.cwi-prolegomena__grid {
	display: grid;
	grid-template-columns: minmax(0, .72fr) minmax(360px, .58fr);
	gap: clamp(32px, 5vw, 82px);
	align-items: center;
}

.cwi-prolegomena__copy {
	max-width: 690px;
}

.cwi-prolegomena h2 {
	margin: 0;
	color: #efd6a4;
	font-size: clamp(2.9rem, 5.2vw, 5.9rem);
	font-weight: 700;
	letter-spacing: 0;
	line-height: .9;
}

.cwi-prolegomena__subtitle {
	margin: 16px 0 0;
	color: #e6c27a;
	font-size: clamp(1.28rem, 2.1vw, 2rem);
	line-height: 1.2;
}

.cwi-prolegomena__excerpt {
	margin: 28px 0 32px;
	max-width: 620px;
	color: var(--cwi-soft);
	font-size: clamp(1.05rem, 1.35vw, 1.28rem);
	line-height: 1.78;
}

.cwi-prolegomena__figure {
	margin: 0;
}

.cwi-prolegomena__figure img {
	display: block;
	width: 100%;
	height: auto;
}

.cwi-imperium__grid {
	display: grid;
	grid-template-columns: minmax(0, .98fr) minmax(360px, .64fr);
	gap: 0;
	align-items: stretch;
	border: 1px solid rgba(215, 162, 74, .42);
	background:
		linear-gradient(90deg, rgba(215, 162, 74, .09), transparent 22%, rgba(215, 162, 74, .06)),
		#0f0c09;
	box-shadow: 0 26px 70px rgba(0, 0, 0, .32);
}

.cwi-imperium__head {
	margin: 0;
	padding: 38px 38px 34px;
	background:
		linear-gradient(180deg, rgba(33, 26, 18, .88), rgba(17, 14, 10, .96));
	border: 0;
	border-right: 1px solid rgba(215, 162, 74, .28);
	text-align: left;
}

.cwi-illuminated-frame {
	position: relative;
	margin: 0;
	overflow: hidden;
	border: 0;
	background: #120f0b;
}

.cwi-illuminated-frame img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 320px;
	object-fit: cover;
}

.cwi-imperium__ledger {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1px;
	grid-column: 1 / -1;
	background: var(--cwi-line);
	border: 0;
	border-top: 1px solid rgba(215, 162, 74, .28);
}

.cwi-imperium__ledger div {
	min-height: 132px;
	padding: 22px 18px;
	display: grid;
	align-content: center;
	background: linear-gradient(180deg, #1e1811, #120f0b);
	text-align: center;
}

.cwi-imperium__ledger strong {
	color: #efcc7d;
	font-size: clamp(2.2rem, 4vw, 4.2rem);
	line-height: 1;
}

.cwi-imperium__ledger span {
	margin-top: 8px;
	color: var(--cwi-soft);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .13em;
	line-height: 1.4;
	text-transform: uppercase;
}

.cwi-imperium__structure {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: minmax(320px, .7fr) minmax(0, 1fr);
	border: 0;
	border-top: 1px solid rgba(215, 162, 74, .28);
	background: linear-gradient(90deg, #15110d, #211a12);
}

.cwi-imperium__structure img {
	width: 100%;
	height: 100%;
	min-height: 230px;
	object-fit: cover;
}

.cwi-imperium__structure div {
	padding: 32px;
	align-self: center;
}

.cwi-imperium__structure p:last-child {
	margin: 0;
	color: var(--cwi-soft);
	font-size: 1.08rem;
	line-height: 1.78;
}

.cwi-paths {
	background:
		linear-gradient(180deg, rgba(82, 111, 91, .08), transparent),
		#0c0a08;
}

.cwi-paths__rail {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0;
	border: 1px solid var(--cwi-line);
	background: var(--cwi-line);
	box-shadow: 0 22px 58px rgba(0, 0, 0, .28);
}

.cwi-path {
	min-height: 250px;
	padding: 28px;
	display: grid;
	grid-template-rows: auto 1fr;
	gap: 34px;
	background:
		linear-gradient(145deg, rgba(141, 48, 36, .14), transparent 42%),
		radial-gradient(circle at 78% 22%, rgba(215, 162, 74, .12), transparent 9rem),
		linear-gradient(180deg, #1b150f, #11100c);
	text-decoration: none;
}

.cwi-path:hover,
.cwi-path:focus {
	background:
		linear-gradient(145deg, rgba(215, 162, 74, .18), transparent 48%),
		linear-gradient(180deg, #231b12, #13100c);
}

.cwi-path__num {
	width: 58px;
	height: 58px;
	display: inline-grid;
	place-items: center;
	border: 1px solid rgba(215, 162, 74, .5);
	color: #efcc7d;
	font-size: 1.3rem;
}

.cwi-path__body {
	align-self: end;
	display: block;
}

.cwi-path__body strong,
.cwi-apparatus__entry strong {
	display: block;
	color: #f0e4d2;
	font-size: 1.55rem;
	line-height: 1.15;
}

.cwi-path__body em,
.cwi-apparatus__entry em {
	display: block;
	margin-top: 12px;
	color: var(--cwi-soft);
	font-size: 1rem;
	font-style: normal;
	line-height: 1.65;
}

.cwi-libri {
	padding-top: 86px;
	background:
		radial-gradient(circle at 50% 24%, rgba(215, 162, 74, .13), transparent 38rem),
		#090806;
}

.cwi-libri__table {
	position: relative;
	margin: 0;
	border: 1px solid rgba(215, 162, 74, .5);
	background: #130f0b;
	box-shadow: 0 34px 80px rgba(0, 0, 0, .42);
}

.cwi-libri__table img {
	display: block;
	width: 100%;
	height: auto;
}

.cwi-liber-hotspot {
	position: absolute;
	display: grid;
	align-content: end;
	padding: 14px;
	border: 1px solid transparent;
	background: linear-gradient(180deg, transparent 34%, rgba(0, 0, 0, .08));
	opacity: 0;
	text-decoration: none;
	transition: opacity .18s ease, border-color .18s ease, background .18s ease;
}

.cwi-liber-hotspot span,
.cwi-liber-hotspot strong {
	transform: translateY(5px);
	transition: transform .18s ease;
}

.cwi-liber-hotspot span {
	color: #efcc7d;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .12em;
	line-height: 1.2;
	text-transform: uppercase;
}

.cwi-liber-hotspot strong {
	margin-top: 5px;
	color: #fff7eb;
	font-size: clamp(.75rem, 1vw, 1.05rem);
	line-height: 1.15;
	text-shadow: 0 2px 12px rgba(0, 0, 0, .85);
}

.cwi-liber-hotspot:hover,
.cwi-liber-hotspot:focus,
.cwi-liber-hotspot.is-active {
	opacity: 1;
	border-color: rgba(239, 204, 125, .82);
	background: linear-gradient(180deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .72));
	outline: none;
}

.cwi-liber-hotspot:hover span,
.cwi-liber-hotspot:hover strong,
.cwi-liber-hotspot:focus span,
.cwi-liber-hotspot:focus strong,
.cwi-liber-hotspot.is-active span,
.cwi-liber-hotspot.is-active strong {
	transform: translateY(0);
}

.cwi-canonical-library {
	position: relative;
	padding: 30px 22px 0;
	background:
		linear-gradient(90deg, rgba(215, 162, 74, .16), transparent 7%, transparent 93%, rgba(215, 162, 74, .16)),
		linear-gradient(180deg, #16110c, #0c0907);
	border: 1px solid rgba(215, 162, 74, .48);
	box-shadow: 0 34px 90px rgba(0, 0, 0, .46);
}

.cwi-canonical-library::before,
.cwi-canonical-library::after {
	content: "";
	position: absolute;
	top: 18px;
	bottom: 74px;
	width: 24px;
	border: 1px solid rgba(215, 162, 74, .42);
	background:
		linear-gradient(90deg, rgba(255, 255, 255, .05), transparent),
		linear-gradient(180deg, #2d2114, #0e0a07);
}

.cwi-canonical-library::before {
	left: 18px;
}

.cwi-canonical-library::after {
	right: 18px;
}

.cwi-canonical-library__case {
	position: relative;
	z-index: 2;
	min-height: 392px;
	padding: 18px 34px 26px;
	display: grid;
	grid-template-columns: repeat(11, minmax(78px, 1fr));
	align-items: end;
	gap: 8px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, .03), transparent 22%),
		radial-gradient(circle at 50% 22%, rgba(215, 162, 74, .12), transparent 26rem),
		linear-gradient(180deg, #100c08 0%, #100c08 72%, #21170e 72%, #2d1f12 78%, #100c08 100%);
	border: 1px solid rgba(215, 162, 74, .28);
}

.cwi-canonical-library__case::before {
	content: "";
	position: absolute;
	left: 22px;
	right: 22px;
	bottom: 26px;
	height: 18px;
	background: linear-gradient(180deg, #5a3519, #1f130b);
	border: 1px solid rgba(215, 162, 74, .34);
	box-shadow: 0 -14px 24px rgba(0, 0, 0, .42);
}

.cwi-canonical-library__plinth {
	position: relative;
	z-index: 4;
	width: min(520px, 82%);
	margin: -3px auto 0;
	padding: 14px 20px 16px;
	background:
		linear-gradient(180deg, #402612, #1a1009);
	border: 1px solid rgba(215, 162, 74, .56);
	text-align: center;
	box-shadow: 0 16px 32px rgba(0, 0, 0, .36);
}

.cwi-canonical-library__plinth strong,
.cwi-canonical-library__plinth span {
	display: block;
}

.cwi-canonical-library__plinth strong {
	color: #efcc7d;
	font-size: .9rem;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.cwi-canonical-library__plinth span {
	margin-top: 6px;
	color: var(--cwi-soft);
	font-size: .95rem;
	line-height: 1.4;
}

.cwi-apparatus {
	background:
		linear-gradient(180deg, rgba(73, 103, 123, .08), rgba(9, 8, 6, 0)),
		#0b0907;
}

.cwi-apparatus__grid {
	display: grid;
	grid-template-columns: minmax(320px, .46fr) minmax(0, 1fr);
	gap: 32px;
	align-items: start;
}

.cwi-apparatus__head {
	position: sticky;
	top: 112px;
	margin: 0;
	text-align: left;
}

.cwi-apparatus__folio {
	display: grid;
	grid-template-columns: 1fr;
	border-top: 1px solid var(--cwi-line);
}

.cwi-apparatus__cabinet {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	border: 1px solid rgba(215, 162, 74, .42);
	background:
		linear-gradient(90deg, rgba(215, 162, 74, .08), transparent 50%, rgba(215, 162, 74, .08)),
		#100c08;
	box-shadow: 0 22px 58px rgba(0, 0, 0, .3);
}

.cwi-apparatus__instrument {
	min-height: 176px;
	padding: 26px;
	display: grid;
	grid-template-columns: 62px minmax(0, 1fr);
	gap: 18px;
	align-items: center;
	background:
		linear-gradient(145deg, rgba(215, 162, 74, .1), transparent 42%),
		linear-gradient(180deg, #1c150f, #100c08);
	border-right: 1px solid rgba(215, 162, 74, .26);
	border-bottom: 1px solid rgba(215, 162, 74, .26);
	text-decoration: none;
}

.cwi-apparatus__instrument:nth-child(2n) {
	border-right: 0;
}

.cwi-apparatus__seal {
	width: 58px;
	height: 58px;
	display: grid;
	place-items: center;
	border: 1px solid rgba(215, 162, 74, .52);
	border-radius: 50%;
	color: #e9c477;
	font-size: .86rem;
	font-weight: 800;
	letter-spacing: .08em;
	background:
		radial-gradient(circle, rgba(215, 162, 74, .2), transparent 58%),
		#15100b;
}

.cwi-apparatus__text strong {
	display: block;
	color: #f0e4d2;
	font-size: 1.35rem;
	line-height: 1.16;
}

.cwi-apparatus__text em {
	display: block;
	margin-top: 10px;
	color: var(--cwi-soft);
	font-size: .98rem;
	font-style: normal;
	line-height: 1.56;
}

.cwi-apparatus__instrument:hover .cwi-apparatus__text strong,
.cwi-apparatus__instrument:focus .cwi-apparatus__text strong {
	color: #efcc7d;
}

.cwi-apparatus__entry {
	display: grid;
	grid-template-columns: 210px minmax(0, 1fr);
	gap: 24px;
	align-items: center;
	padding: 22px 0;
	border-bottom: 1px solid var(--cwi-line);
	text-decoration: none;
}

.cwi-apparatus__entry img {
	width: 210px;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	border: 1px solid var(--cwi-line-soft);
	filter: saturate(.9);
}

.cwi-apparatus__entry:hover strong,
.cwi-apparatus__entry:focus strong {
	color: #efcc7d;
}

.cwi-codex-footer {
	padding: 54px 0;
	background:
		linear-gradient(90deg, rgba(141, 48, 36, .16), rgba(82, 111, 91, .1), rgba(73, 103, 123, .14)),
		#120e0a;
	border-top: 1px solid var(--cwi-line);
}

.cwi-codex-footer__inner {
	display: grid;
	grid-template-columns: minmax(0, .8fr) minmax(320px, .7fr);
	gap: 36px;
	align-items: end;
}

.cwi-codex-footer__nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 10px;
}

.cwi-codex-footer__nav a {
	min-height: 38px;
	padding: 10px 13px;
	border: 1px solid rgba(215, 162, 74, .36);
	color: var(--cwi-soft);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .1em;
	text-decoration: none;
	text-transform: uppercase;
}

.cwi-codex-footer__nav a:hover,
.cwi-codex-footer__nav a:focus {
	color: #f4e8d7;
	border-color: rgba(215, 162, 74, .72);
}

@media (max-width: 1080px) {
	.cwi-hero,
	.cwi-hero__inner {
		min-height: 700px;
	}

	.cwi-section__head--split,
	.cwi-prolegomena__grid,
	.cwi-imperium__grid,
	.cwi-apparatus__grid,
	.cwi-codex-footer__inner {
		grid-template-columns: 1fr;
	}

	.cwi-imperium__head,
	.cwi-apparatus__head {
		position: static;
		text-align: center;
	}

	.cwi-paths__rail {
		grid-template-columns: 1fr;
	}

	.cwi-path {
		min-height: 190px;
	}

	.cwi-canonical-library {
		padding: 24px 18px 0;
	}

	.cwi-canonical-library__case {
		min-height: 360px;
		grid-template-columns: repeat(11, minmax(70px, 1fr));
		gap: 6px;
		padding-inline: 28px;
	}

	.cwi-apparatus__cabinet {
		grid-template-columns: 1fr;
	}

	.cwi-apparatus__instrument,
	.cwi-apparatus__instrument:nth-child(2n) {
		border-right: 0;
	}
}

@media (max-width: 760px) {
	.cwi-shell {
		width: min(100% - 32px, 1360px);
	}

	.cwi-hero,
	.cwi-hero__inner {
		min-height: 650px;
	}

	.cwi-hero__inner {
		padding: 92px 0 52px;
	}

	.cwi-hero h1 {
		font-size: clamp(3.45rem, 17vw, 5.2rem);
	}

	.cwi-section {
		padding: 54px 0;
	}

	.cwi-prolegomena {
		padding: 64px 0;
	}

	.cwi-section__head,
	.cwi-section__head--split {
		text-align: left;
	}

	.cwi-section__head h2,
	.cwi-codex-footer h2 {
		font-size: clamp(2.15rem, 11vw, 3.4rem);
	}

	.cwi-prolegomena h2 {
		font-size: clamp(2.2rem, 10.2vw, 2.75rem);
	}

	.cwi-imperium__ledger {
		grid-template-columns: repeat(2, 1fr);
	}

	.cwi-imperium__structure {
		grid-template-columns: 1fr;
	}

	.cwi-imperium__head,
	.cwi-imperium__structure div,
	.cwi-path {
		padding: 24px;
	}

	.cwi-libri__table {
		overflow-x: auto;
	}

	.cwi-libri__table img {
		min-width: 920px;
	}

	.cwi-liber-hotspot {
		min-width: 0;
	}

	.cwi-canonical-library {
		margin-inline: -16px;
		padding: 18px 14px 0;
		overflow-x: auto;
	}

	.cwi-canonical-library::before,
	.cwi-canonical-library::after {
		display: none;
	}

	.cwi-canonical-library__case {
		width: 980px;
		min-height: 330px;
		grid-template-columns: repeat(11, 74px);
		gap: 7px;
		padding: 18px 20px 24px;
	}

	.cwi-canonical-library__plinth {
		width: 760px;
		margin-left: 110px;
		margin-right: 110px;
	}

	.cwi-apparatus__entry {
		grid-template-columns: 132px minmax(0, 1fr);
		gap: 14px;
	}

	.cwi-apparatus__entry img {
		width: 132px;
	}

	.cwi-apparatus__entry strong {
		font-size: 1.12rem;
	}

	.cwi-apparatus__entry em {
		font-size: .92rem;
		line-height: 1.45;
	}

	.cwi-apparatus__instrument {
		min-height: 150px;
		padding: 20px;
		grid-template-columns: 52px minmax(0, 1fr);
	}

	.cwi-apparatus__seal {
		width: 48px;
		height: 48px;
	}

	.cwi-apparatus__text strong {
		font-size: 1.1rem;
	}

	.cwi-apparatus__text em {
		font-size: .92rem;
		line-height: 1.45;
	}

	.cwi-codex-footer__nav {
		justify-content: flex-start;
	}
}

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

	.cwi-apparatus__entry {
		grid-template-columns: 1fr;
	}

	.cwi-apparatus__entry img {
		width: 100%;
	}

	.cwi-apparatus__instrument {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.cwi-codex-footer__nav {
		display: grid;
		grid-template-columns: 1fr;
	}
}

/* M036 - Biblioteca Canonica, scaffale imperiale riusabile */
.cwi-canonical-library {
	--shelf-light: rgba(239, 198, 118, .42);
	--shelf-dark: #080604;
	--shelf-wood: #3a2413;
	padding: 42px 38px 0;
	overflow: visible;
	background:
		radial-gradient(ellipse at 50% 0%, rgba(239, 198, 118, .22), transparent 36rem),
		linear-gradient(90deg, rgba(215, 162, 74, .12), transparent 9%, transparent 91%, rgba(215, 162, 74, .12)),
		linear-gradient(180deg, #1a130d 0%, #0b0806 74%, #120c07 100%);
	border-color: rgba(215, 162, 74, .58);
	box-shadow:
		inset 0 0 0 1px rgba(255, 235, 188, .05),
		inset 0 36px 80px rgba(255, 214, 128, .07),
		0 36px 110px rgba(0, 0, 0, .52);
}

.cwi-canonical-library__cornice {
	position: absolute;
	inset: 14px 16px 72px;
	z-index: 1;
	pointer-events: none;
	border: 1px solid rgba(215, 162, 74, .28);
	box-shadow:
		inset 0 0 0 8px rgba(0, 0, 0, .18),
		inset 0 0 0 10px rgba(215, 162, 74, .08);
}

.cwi-canonical-library::before,
.cwi-canonical-library::after {
	top: 28px;
	bottom: 96px;
	width: 32px;
	background:
		linear-gradient(90deg, rgba(255, 232, 172, .12), transparent 42%, rgba(0, 0, 0, .36)),
		linear-gradient(180deg, #4b2e17, #120b06);
	box-shadow: inset 0 0 0 4px rgba(0, 0, 0, .22);
}

.cwi-canonical-library::before {
	left: 30px;
}

.cwi-canonical-library::after {
	right: 30px;
}

.cwi-canonical-library__case {
	min-height: 430px;
	padding: 34px 54px 46px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	gap: 5px;
	background:
		linear-gradient(90deg, rgba(0, 0, 0, .44), transparent 9%, transparent 91%, rgba(0, 0, 0, .44)),
		radial-gradient(ellipse at 50% 16%, rgba(239, 198, 118, .18), transparent 33rem),
		linear-gradient(180deg, #0a0705 0%, #100b07 64%, #211408 64%, #4b2e16 70%, #160d07 79%, #080604 100%);
	border-color: rgba(215, 162, 74, .36);
	box-shadow:
		inset 0 40px 80px rgba(255, 216, 140, .05),
		inset 0 -44px 70px rgba(0, 0, 0, .64);
}

.cwi-canonical-library__case::before {
	left: 38px;
	right: 38px;
	bottom: 38px;
	height: 30px;
	background:
		linear-gradient(180deg, rgba(255, 218, 146, .16), transparent 34%),
		linear-gradient(90deg, #2a160a, #68401f 18%, #2d190d 48%, #704521 72%, #1c0f08);
	border-color: rgba(215, 162, 74, .5);
	box-shadow:
		0 -18px 34px rgba(0, 0, 0, .5),
		0 16px 30px rgba(0, 0, 0, .46);
}

.cwi-canonical-library__case::after {
	content: "";
	position: absolute;
	left: 44px;
	right: 44px;
	bottom: 68px;
	height: 72px;
	background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .42));
	pointer-events: none;
}

.cwi-canonical-library__plinth {
	width: min(640px, 86%);
	margin-top: -6px;
	padding: 15px 24px 17px;
	background:
		linear-gradient(180deg, rgba(255, 226, 157, .1), transparent 32%),
		linear-gradient(180deg, #4a2c14, #1a0f08);
	border-color: rgba(215, 162, 74, .68);
	box-shadow:
		inset 0 0 0 1px rgba(255, 239, 194, .06),
		0 18px 38px rgba(0, 0, 0, .44);
}

.cwi-canonical-library__plinth strong {
	color: #f2d58d;
}

.cwi-canonical-library__plinth span {
	color: #d4c0a0;
}

@media (max-width: 1080px) {
	.cwi-canonical-library {
		padding: 30px 24px 0;
	}

	.cwi-canonical-library__case {
		min-height: 390px;
		justify-content: flex-start;
		overflow-x: auto;
		padding: 30px 44px 42px;
	}

}

@media (max-width: 760px) {
	.cwi-canonical-library {
		margin-inline: -16px;
		padding: 22px 16px 0;
		overflow-x: auto;
	}

	.cwi-canonical-library__case {
		width: max-content;
		min-width: 980px;
		min-height: 342px;
		padding: 26px 34px 38px;
		overflow: visible;
	}

	.cwi-canonical-library__plinth {
		width: 680px;
		margin-left: 150px;
		margin-right: 150px;
	}
}

@media (max-width: 520px) {
	.cwi-canonical-library__case {
		min-width: 920px;
	}

}

/* M038 - Biblioteca Canonica rifondata: immagine unica e hotspot invisibili */
.cwi-canonical-library {
	--cwi-library-scene: none;
	padding: 24px 24px 0;
	background:
		radial-gradient(ellipse at 50% 0%, rgba(239, 198, 118, .16), transparent 34rem),
		linear-gradient(90deg, rgba(215, 162, 74, .09), transparent 8%, transparent 92%, rgba(215, 162, 74, .09)),
		linear-gradient(180deg, #100b07 0%, #040302 72%, #0d0805 100%);
}

.cwi-canonical-library__cornice {
	inset: 10px 12px 64px;
	z-index: 1;
}

.cwi-canonical-library::before,
.cwi-canonical-library::after {
	opacity: .12;
}

.cwi-canonical-library__case {
	position: relative;
	display: block;
	width: 100%;
	min-height: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	aspect-ratio: 1774 / 887;
	background: #050403;
	border: 1px solid rgba(215, 162, 74, .24);
	box-shadow:
		inset 0 0 0 1px rgba(255, 235, 188, .04),
		0 28px 72px rgba(0, 0, 0, .48);
}

.cwi-canonical-library__case::before,
.cwi-canonical-library__case::after {
	content: none;
}

.cwi-canonical-library__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cwi-canonical-library__hotspots {
	position: absolute;
	inset: 0;
	z-index: 3;
}

.cwi-canonical-hotspot {
	position: absolute;
	left: var(--hotspot-left);
	top: var(--hotspot-top);
	width: var(--hotspot-width);
	height: var(--hotspot-height);
	display: block;
	background: transparent;
	border: 0;
	box-shadow: none;
	color: transparent;
	text-decoration: none;
	opacity: 1;
	cursor: pointer;
}

.cwi-canonical-hotspot::before,
.cwi-canonical-hotspot::after {
	content: none;
}

.cwi-canonical-hotspot:hover,
.cwi-canonical-hotspot:focus,
.cwi-canonical-hotspot:focus-visible,
.cwi-canonical-hotspot.is-previewed,
.cwi-canonical-hotspot.is-active {
	background: transparent;
	border: 0;
	box-shadow: none;
	outline: 0;
	filter: none;
	transform: none;
}

.cwi-canonical-library__plinth {
	position: relative;
	z-index: 4;
	margin-top: -10px;
}

@media (max-width: 1080px) {
	.cwi-canonical-library__case {
		min-height: 0;
		padding: 0;
		background: #050403;
	}
}

@media (max-width: 760px) {
	.cwi-canonical-library {
		margin-inline: -16px;
		padding: 18px 12px 0;
		overflow-x: auto;
	}

	.cwi-canonical-library__case {
		width: 1040px;
		min-width: 1040px;
		min-height: 0;
		padding: 0;
	}

	.cwi-canonical-library__plinth {
		width: 680px;
		margin-left: 180px;
		margin-right: 180px;
	}
}

@media (max-width: 520px) {
	.cwi-canonical-library__case {
		width: 1000px;
		min-width: 1000px;
	}
}

/* M039 - Archivium Imperii Informatici: prima Home immersiva */
.lpn-codex-home {
	--cwi-stone: #17130f;
	--cwi-wood: #2c1a0d;
	background:
		linear-gradient(180deg, rgba(12, 9, 6, .18), #0b0805 860px),
		radial-gradient(ellipse at 50% 6%, rgba(239, 188, 103, .24), transparent 46rem),
		radial-gradient(ellipse at 50% 42%, rgba(145, 92, 43, .13), transparent 70rem),
		linear-gradient(90deg, rgba(72, 43, 21, .34), transparent 20%, transparent 80%, rgba(54, 32, 19, .38)),
		#0b0805;
	overflow: clip;
}

.cwi-shell {
	width: min(1500px, calc(100% - 72px));
}

.cwi-section {
	padding: clamp(76px, 9vw, 150px) 0;
}

.cwi-section + .cwi-section {
	border-top: 0;
}

.cwi-section::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -150px;
	height: 300px;
	pointer-events: none;
	background: linear-gradient(180deg, transparent, rgba(8, 6, 4, .72) 46%, transparent);
}

.cwi-kicker {
	color: #e5b866;
	letter-spacing: .18em;
}

.cwi-button {
	border-color: rgba(231, 190, 109, .62);
	background:
		linear-gradient(180deg, rgba(255, 229, 160, .2), transparent 42%),
		linear-gradient(180deg, #c98f38, #6e3d16);
	box-shadow: 0 18px 48px rgba(0, 0, 0, .56), inset 0 0 0 1px rgba(255, 239, 194, .14);
}

.cwi-hero {
	min-height: min(900px, 92vh);
	border-bottom: 0;
}

.cwi-hero::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	z-index: -1;
	height: 220px;
	background: linear-gradient(180deg, transparent, #080604 74%);
}

.cwi-hero__image {
	object-position: center top;
	filter: saturate(1.14) contrast(1.08) brightness(1.28);
	transform: none;
}

.cwi-hero__veil {
	background:
		linear-gradient(90deg, rgba(8, 6, 4, .62), rgba(8, 6, 4, .28) 34%, rgba(8, 6, 4, 0) 72%, rgba(8, 6, 4, .08)),
		radial-gradient(ellipse at 52% 4%, rgba(255, 225, 161, .28), transparent 28rem),
		linear-gradient(180deg, rgba(8, 6, 4, 0), rgba(8, 6, 4, .1) 66%, #0b0805);
}

.cwi-hero__inner {
	min-height: min(900px, 92vh);
	padding-bottom: clamp(84px, 10vw, 150px);
}

.cwi-hero__copy {
	max-width: 790px;
}

.cwi-hero h1 {
	font-size: clamp(4.5rem, 8.1vw, 10rem);
	text-wrap: balance;
}

.cwi-hero__subtitle,
.cwi-hero__intro,
.cwi-section__head p:not(.cwi-kicker) {
	color: #dcc9aa;
}

.cwi-imperium {
	margin-top: -36px;
	background:
		radial-gradient(ellipse at 50% 0%, rgba(226, 178, 96, .13), transparent 44rem),
		linear-gradient(180deg, #080604, #120d08 48%, #080604);
}

.cwi-imperium__grid {
	grid-template-columns: minmax(0, .86fr) minmax(420px, .7fr);
	gap: clamp(26px, 4vw, 70px);
	border: 0;
	background: transparent;
	box-shadow: none;
}

.cwi-imperium__head {
	padding: clamp(28px, 4vw, 54px) 0;
	background: transparent;
	border: 0;
}

.cwi-illuminated-frame {
	border: 0;
	background: transparent;
	box-shadow: 0 28px 76px rgba(0, 0, 0, .42);
}

.cwi-illuminated-frame::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(8, 6, 4, 0), rgba(8, 6, 4, .18)),
		linear-gradient(90deg, rgba(8, 6, 4, .14), transparent 18%, transparent 78%, rgba(8, 6, 4, .18));
	pointer-events: none;
}

.cwi-illuminated-frame img {
	filter: saturate(1.12) contrast(1.08) brightness(1.28);
}

.cwi-imperium__ledger {
	grid-column: 1 / -1;
	gap: clamp(18px, 4vw, 58px);
	margin-top: 6px;
	padding: 22px 0 18px;
	background:
		linear-gradient(90deg, transparent, rgba(217, 164, 83, .24), transparent) top / 100% 1px no-repeat,
		linear-gradient(90deg, transparent, rgba(217, 164, 83, .14), transparent) bottom / 100% 1px no-repeat;
	border: 0;
}

.cwi-imperium__ledger div {
	min-height: 104px;
	background: radial-gradient(ellipse at 50% 38%, rgba(226, 178, 96, .1), transparent 9rem);
}

.cwi-libri {
	padding-top: clamp(88px, 10vw, 160px);
	background:
		radial-gradient(ellipse at 50% 12%, rgba(229, 184, 102, .2), transparent 46rem),
		linear-gradient(180deg, #080604, #0d0905 42%, #070504);
}

.cwi-libri .cwi-section__head {
	margin-bottom: clamp(32px, 5vw, 70px);
}

.cwi-canonical-library {
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.cwi-canonical-library__cornice,
.cwi-canonical-library::before,
.cwi-canonical-library::after {
	display: none;
}

.cwi-canonical-library__case {
	aspect-ratio: 1672 / 941;
	border: 0;
	background: #050403;
	box-shadow: none;
	overflow: visible;
	mask-image:
		linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%),
		linear-gradient(180deg, transparent 0%, #000 7%, #000 88%, transparent 100%);
	mask-composite: intersect;
	-webkit-mask-image:
		linear-gradient(90deg, transparent 0%, #000 4.5%, #000 95.5%, transparent 100%),
		linear-gradient(180deg, transparent 0%, #000 5%, #000 90%, transparent 100%);
	-webkit-mask-composite: source-in;
}

.cwi-canonical-library__image {
	filter: saturate(1.12) contrast(1.1) brightness(1.28);
}

.cwi-canonical-hotspot::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 190%;
	height: 150%;
	border-radius: 0;
	background-image: url("/wp-content/uploads/2026/06/aureolaliber.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	filter: none;
	opacity: 0;
	transform: translate(-50%, -50%);
	pointer-events: none;
}

.cwi-canonical-hotspot.is-active::before {
	opacity: 1;
	transform: translate(-50%, -50%);
}

.cwi-canonical-hotspot:hover::before,
.cwi-canonical-hotspot:focus-visible::before,
.cwi-canonical-hotspot.is-previewed::before {
	opacity: 0;
	transform: translate(-50%, -50%);
}

.cwi-canonical-hotspot.is-active:hover::before,
.cwi-canonical-hotspot.is-active:focus-visible::before,
.cwi-canonical-hotspot.is-active.is-previewed::before {
	opacity: 1;
	transform: translate(-50%, -50%);
}

.cwi-canonical-library__plinth {
	width: min(720px, 88%);
	margin-top: -4px;
	background:
		linear-gradient(180deg, rgba(255, 230, 157, .12), transparent 34%),
		linear-gradient(180deg, #432713, #140b06);
	border: 0;
	box-shadow: 0 22px 48px rgba(0, 0, 0, .5);
}

.cwi-paths {
	background:
		radial-gradient(ellipse at 24% 8%, rgba(82, 111, 91, .15), transparent 32rem),
		linear-gradient(180deg, #070504, #0f0b07 52%, #080604);
}

.cwi-paths__rail {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(22px, 2.4vw, 34px);
	border: 0;
	background: transparent;
	box-shadow: none;
}

.cwi-path {
	position: relative;
	min-height: auto;
	aspect-ratio: 1.33;
	overflow: hidden;
	padding: clamp(22px, 3vw, 36px);
	align-content: end;
	background:
		linear-gradient(180deg, rgba(8, 6, 4, .02), rgba(8, 6, 4, .5) 76%),
		var(--cwi-path-image, linear-gradient(180deg, #1a120b, #090604));
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: 0 30px 78px rgba(0, 0, 0, .32);
	mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
	-webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}

.cwi-path::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(8, 6, 4, 0), rgba(8, 6, 4, .48) 74%, rgba(8, 6, 4, .72)),
		radial-gradient(ellipse at 48% 18%, rgba(255, 213, 136, .1), transparent 24rem),
		linear-gradient(90deg, rgba(8, 6, 4, .2), transparent 36%, transparent 80%, rgba(8, 6, 4, .18));
	pointer-events: none;
}

.cwi-path__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(1.14) brightness(1.22) contrast(1.1);
	transition: transform .3s ease, filter .3s ease;
}

.cwi-path:hover .cwi-path__image,
.cwi-path:focus .cwi-path__image {
	transform: scale(1.01);
	filter: saturate(1.18) brightness(1.3) contrast(1.1);
}

.cwi-path__num,
.cwi-path__body {
	position: relative;
	z-index: 2;
}

.cwi-path__num {
	width: 50px;
	height: 50px;
	border-color: rgba(232, 190, 111, .54);
	background: rgba(11, 8, 5, .46);
}

.cwi-path:hover,
.cwi-path:focus {
	background:
		linear-gradient(180deg, rgba(8, 6, 4, 0), rgba(8, 6, 4, .44) 76%),
		var(--cwi-path-image, linear-gradient(180deg, #1a120b, #090604));
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.cwi-apparatus {
	background:
		radial-gradient(ellipse at 72% 8%, rgba(73, 103, 123, .14), transparent 36rem),
		linear-gradient(180deg, #080604, #100b07 45%, #080604);
}

.cwi-apparatus__grid {
	gap: clamp(32px, 5vw, 84px);
}

.cwi-apparatus__cabinet {
	grid-template-columns: 1fr;
	gap: clamp(24px, 3.5vw, 44px);
	border: 0;
	background: transparent;
	box-shadow: none;
}

.cwi-apparatus__instrument {
	position: relative;
	min-height: 340px;
	aspect-ratio: 1672 / 520;
	padding: clamp(26px, 4vw, 54px);
	display: grid;
	grid-template-columns: 84px minmax(0, 520px);
	gap: 24px;
	align-content: end;
	align-items: end;
	overflow: hidden;
	border: 0;
	background:
		linear-gradient(180deg, rgba(7, 5, 3, .02), rgba(7, 5, 3, .5) 70%),
		var(--cwi-apparatus-image, linear-gradient(180deg, #1a120b, #090604));
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	box-shadow: 0 24px 62px rgba(0, 0, 0, .28);
	text-align: left;
	mask-image:
		linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent),
		linear-gradient(180deg, transparent, #000 7%, #000 93%, transparent);
	mask-composite: intersect;
	-webkit-mask-image:
		linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent),
		linear-gradient(180deg, transparent, #000 7%, #000 93%, transparent);
	-webkit-mask-composite: source-in;
}

.cwi-apparatus__instrument::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(7, 5, 3, 0), rgba(7, 5, 3, .52) 74%, rgba(7, 5, 3, .76)),
		radial-gradient(ellipse at 50% 18%, rgba(255, 218, 146, .14), transparent 13rem);
	pointer-events: none;
}

.cwi-apparatus__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: saturate(1.14) brightness(1.28) contrast(1.1);
	transition: transform .28s ease, filter .28s ease;
}

.cwi-apparatus__instrument:hover .cwi-apparatus__image,
.cwi-apparatus__instrument:focus .cwi-apparatus__image {
	transform: scale(1.01);
	filter: saturate(1.18) brightness(1.36) contrast(1.1);
}

.cwi-apparatus__instrument:nth-child(2n) {
	border-right: 0;
}

.cwi-apparatus__seal {
	position: relative;
	z-index: 2;
	margin: 0;
	background: rgba(8, 6, 4, .36);
	backdrop-filter: blur(2px);
}

.cwi-apparatus__text {
	position: relative;
	z-index: 2;
}

.cwi-codex-footer {
	border-top: 0;
	background:
		linear-gradient(180deg, rgba(8, 6, 4, .1), #070504),
		radial-gradient(ellipse at 50% 0%, rgba(229, 184, 102, .12), transparent 28rem);
}

@media (max-width: 1080px) {
	.cwi-shell {
		width: min(100% - 44px, 1500px);
	}

	.cwi-imperium__grid,
	.cwi-apparatus__cabinet {
		grid-template-columns: 1fr;
	}

	.cwi-paths__rail {
		grid-template-columns: 1fr;
	}

	.cwi-apparatus__instrument {
		min-height: 300px;
		grid-template-columns: 58px minmax(0, 1fr);
	}

	.cwi-apparatus__seal {
		margin: 0;
	}
}

@media (max-width: 760px) {
	.cwi-shell {
		width: min(100% - 30px, 1500px);
	}

	.cwi-hero__inner {
		padding-top: 84px;
	}

	.cwi-canonical-library {
		margin-inline: -15px;
		padding: 0;
		overflow-x: auto;
	}

	.cwi-canonical-library__case {
		width: 980px;
		min-width: 980px;
	}

	.cwi-canonical-library__plinth {
		width: 660px;
		margin-left: 160px;
		margin-right: 160px;
	}

	.cwi-path {
		aspect-ratio: 1672 / 980;
	}

	.cwi-apparatus__instrument {
		aspect-ratio: 1672 / 980;
	}
}

/* M002 - Polish grafico Archivium: luce, continuita e profondita */
.lpn-codex-home {
	background:
		radial-gradient(ellipse at 50% 0%, rgba(255, 225, 156, .18), transparent 38rem),
		radial-gradient(ellipse at 50% 22%, rgba(233, 184, 103, .1), transparent 58rem),
		linear-gradient(180deg, #0b0805 0%, #110d08 24%, #0d0906 49%, #120d08 72%, #080604 100%);
}

.cwi-section {
	padding-top: clamp(70px, 8vw, 128px);
	padding-bottom: clamp(70px, 8vw, 128px);
}

.cwi-section::before {
	top: -190px;
	height: 380px;
	background:
		radial-gradient(ellipse at 50% 42%, rgba(229, 184, 102, .08), transparent 42rem),
		linear-gradient(180deg, transparent, rgba(10, 7, 4, .38) 44%, transparent);
}

.cwi-hero__image {
	filter: saturate(1.08) contrast(1.06) brightness(1.18);
}

.cwi-hero__veil {
	background:
		linear-gradient(90deg, rgba(8, 6, 4, .58), rgba(8, 6, 4, .25) 34%, rgba(8, 6, 4, 0) 72%, rgba(8, 6, 4, .06)),
		radial-gradient(ellipse at 52% 4%, rgba(255, 230, 166, .24), transparent 30rem),
		radial-gradient(ellipse at 50% 20%, rgba(255, 210, 125, .1), transparent 48rem),
		linear-gradient(180deg, rgba(8, 6, 4, 0), rgba(8, 6, 4, .08) 66%, #0b0805);
}

.cwi-imperium {
	background:
		radial-gradient(ellipse at 62% 4%, rgba(255, 225, 152, .16), transparent 38rem),
		linear-gradient(180deg, #080604 0%, #130e09 44%, #0a0705 100%);
}

.cwi-imperium__grid {
	grid-template-columns: minmax(0, .78fr) minmax(520px, .86fr);
	gap: clamp(30px, 4.5vw, 78px);
	align-items: center;
}

.cwi-imperium__figure {
	min-height: clamp(380px, 35vw, 560px);
	margin-right: clamp(-22px, -1.7vw, 0px);
}

.cwi-imperium__figure img {
	min-height: clamp(380px, 35vw, 560px);
	transform: scale(1.045);
	transform-origin: center;
	filter: saturate(1.1) contrast(1.08) brightness(1.22);
}

.cwi-illuminated-frame::after {
	background:
		radial-gradient(ellipse at 28% 10%, rgba(255, 230, 160, .16), transparent 18rem),
		linear-gradient(180deg, rgba(8, 6, 4, 0), rgba(8, 6, 4, .12)),
		linear-gradient(90deg, rgba(8, 6, 4, .1), transparent 17%, transparent 82%, rgba(8, 6, 4, .12));
}

.cwi-libri {
	background:
		radial-gradient(ellipse at 50% 4%, rgba(232, 188, 106, .18), transparent 40rem),
		radial-gradient(ellipse at 50% 48%, rgba(185, 122, 52, .1), transparent 62rem),
		linear-gradient(180deg, #080604 0%, #100b07 44%, #090604 100%);
}

.cwi-canonical-library__case {
	background: transparent;
	mask-image:
		linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%),
		linear-gradient(180deg, transparent 0%, #000 8%, #000 86%, transparent 100%);
	-webkit-mask-image:
		linear-gradient(90deg, transparent 0%, #000 7%, #000 93%, transparent 100%),
		linear-gradient(180deg, transparent 0%, #000 7%, #000 88%, transparent 100%);
}

.cwi-canonical-library__image {
	filter: saturate(1.08) contrast(1.06) brightness(1.19);
}

.cwi-canonical-library__plinth {
	margin-top: -16px;
	background:
		linear-gradient(180deg, rgba(255, 230, 157, .1), transparent 40%),
		linear-gradient(180deg, rgba(67, 39, 19, .82), rgba(20, 11, 6, .88));
	box-shadow: 0 18px 42px rgba(0, 0, 0, .42);
}

.cwi-paths {
	background:
		radial-gradient(ellipse at 50% 0%, rgba(232, 188, 106, .11), transparent 36rem),
		radial-gradient(ellipse at 24% 12%, rgba(82, 111, 91, .12), transparent 32rem),
		linear-gradient(180deg, #090604 0%, #100c08 50%, #090604 100%);
}

.cwi-paths__rail {
	gap: clamp(12px, 1.6vw, 24px);
}

.cwi-path {
	aspect-ratio: 1.24;
	box-shadow: 0 24px 60px rgba(0, 0, 0, .24);
	mask-image: linear-gradient(90deg, transparent, #000 3.5%, #000 96.5%, transparent);
	-webkit-mask-image: linear-gradient(90deg, transparent, #000 3.5%, #000 96.5%, transparent);
}

.cwi-path::after {
	background:
		linear-gradient(180deg, rgba(8, 6, 4, 0), rgba(8, 6, 4, .42) 72%, rgba(8, 6, 4, .68)),
		radial-gradient(ellipse at 48% 16%, rgba(255, 218, 142, .14), transparent 25rem),
		linear-gradient(90deg, rgba(8, 6, 4, .12), transparent 34%, transparent 82%, rgba(8, 6, 4, .12));
}

.cwi-path__image {
	filter: saturate(1.1) brightness(1.2) contrast(1.06);
}

.cwi-apparatus {
	background:
		radial-gradient(ellipse at 50% 0%, rgba(232, 188, 106, .1), transparent 38rem),
		radial-gradient(ellipse at 72% 14%, rgba(73, 103, 123, .11), transparent 36rem),
		linear-gradient(180deg, #080604 0%, #100b07 46%, #080604 100%);
}

.cwi-apparatus__instrument {
	box-shadow: 0 22px 56px rgba(0, 0, 0, .22);
}

.cwi-apparatus__instrument::after {
	background:
		linear-gradient(180deg, rgba(7, 5, 3, 0), rgba(7, 5, 3, .46) 74%, rgba(7, 5, 3, .7)),
		radial-gradient(ellipse at 50% 16%, rgba(255, 218, 146, .12), transparent 18rem);
}

.cwi-apparatus__image {
	filter: saturate(1.08) brightness(1.22) contrast(1.08);
}

.cwi-apparatus__instrument:nth-child(1)::after {
	background:
		linear-gradient(180deg, rgba(7, 5, 3, 0), rgba(7, 5, 3, .4) 74%, rgba(7, 5, 3, .66)),
		radial-gradient(ellipse at 50% 14%, rgba(255, 232, 164, .18), transparent 20rem);
}

.cwi-apparatus__instrument:nth-child(2)::after {
	background:
		linear-gradient(180deg, rgba(9, 5, 2, 0), rgba(33, 18, 7, .34) 66%, rgba(9, 5, 2, .7)),
		radial-gradient(ellipse at 46% 16%, rgba(255, 196, 118, .17), transparent 20rem);
}

.cwi-apparatus__instrument:nth-child(3)::after {
	background:
		linear-gradient(180deg, rgba(7, 5, 3, 0), rgba(7, 5, 3, .46) 74%, rgba(7, 5, 3, .7)),
		radial-gradient(ellipse at 50% 16%, rgba(230, 214, 186, .11), transparent 18rem);
}

.cwi-apparatus__instrument:nth-child(4)::after {
	background:
		linear-gradient(180deg, rgba(4, 4, 4, 0), rgba(4, 4, 4, .52) 72%, rgba(4, 4, 4, .76)),
		radial-gradient(ellipse at 50% 15%, rgba(168, 146, 111, .1), transparent 18rem);
}

.cwi-apparatus__instrument:nth-child(5)::after {
	background:
		linear-gradient(180deg, rgba(5, 4, 5, 0), rgba(7, 5, 8, .5) 74%, rgba(5, 4, 5, .78)),
		radial-gradient(ellipse at 44% 15%, rgba(138, 112, 165, .12), transparent 18rem);
}

.cwi-apparatus__instrument:nth-child(1) .cwi-apparatus__image {
	filter: saturate(1.08) brightness(1.27) contrast(1.06);
}

.cwi-apparatus__instrument:nth-child(2) .cwi-apparatus__image {
	filter: saturate(1.1) sepia(.07) brightness(1.23) contrast(1.07);
}

.cwi-apparatus__instrument:nth-child(3) .cwi-apparatus__image {
	filter: saturate(1.04) brightness(1.2) contrast(1.06);
}

.cwi-apparatus__instrument:nth-child(4) .cwi-apparatus__image {
	filter: saturate(.96) brightness(1.12) contrast(1.12);
}

.cwi-apparatus__instrument:nth-child(5) .cwi-apparatus__image {
	filter: saturate(1.03) brightness(1.08) contrast(1.12);
}

@media (max-width: 1080px) {
	.cwi-imperium__grid {
		grid-template-columns: 1fr;
	}

	.cwi-imperium__figure,
	.cwi-imperium__figure img {
		min-height: clamp(320px, 56vw, 520px);
	}
}

@media (max-width: 760px) {
	.cwi-section {
		padding-top: 58px;
		padding-bottom: 58px;
	}

	.cwi-hero .cwi-kicker {
		max-width: 280px;
		font-size: 10px;
		line-height: 1.45;
	}

	.cwi-imperium__figure {
		margin-right: 0;
	}

	.cwi-imperium__figure img {
		transform: scale(1.02);
	}

	.cwi-path {
		aspect-ratio: 1672 / 1040;
	}
}

/* M003 - Correzione resa immagini: tavole integre e integrate */
.cwi-paths__rail {
	gap: clamp(18px, 2vw, 30px);
	align-items: stretch;
}

.cwi-path {
	min-height: clamp(340px, 27vw, 460px);
	aspect-ratio: auto;
	padding: clamp(20px, 2.4vw, 34px);
	background:
		radial-gradient(ellipse at 50% 12%, rgba(235, 190, 105, .1), transparent 18rem),
		linear-gradient(180deg, rgba(15, 10, 6, .34), rgba(8, 5, 3, .56));
	box-shadow:
		0 24px 72px rgba(0, 0, 0, .28),
		inset 0 0 80px rgba(8, 5, 3, .34);
	mask-image:
		linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent),
		linear-gradient(180deg, transparent, #000 5%, #000 91%, transparent);
	mask-composite: intersect;
	-webkit-mask-image:
		linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent),
		linear-gradient(180deg, transparent, #000 5%, #000 91%, transparent);
	-webkit-mask-composite: source-in;
}

.cwi-path:hover,
.cwi-path:focus {
	background:
		radial-gradient(ellipse at 50% 12%, rgba(235, 190, 105, .12), transparent 18rem),
		linear-gradient(180deg, rgba(15, 10, 6, .3), rgba(8, 5, 3, .52));
}

.cwi-path::before {
	content: "";
	position: absolute;
	inset: -2px;
	z-index: 1;
	pointer-events: none;
	background:
		linear-gradient(90deg, #090604 0%, rgba(9, 6, 4, .45) 9%, transparent 22%, transparent 78%, rgba(9, 6, 4, .45) 91%, #090604 100%),
		linear-gradient(180deg, #090604 0%, rgba(9, 6, 4, .22) 12%, transparent 30%, rgba(9, 6, 4, .42) 86%, #090604 100%);
}

.cwi-path::after {
	z-index: 1;
	background:
		linear-gradient(180deg, rgba(8, 6, 4, .02), rgba(8, 6, 4, .18) 48%, rgba(8, 6, 4, .72) 92%),
		radial-gradient(ellipse at 50% 12%, rgba(255, 224, 152, .12), transparent 20rem);
}

.cwi-path__image {
	inset: 50% auto auto 50%;
	width: 100%;
	height: auto;
	max-height: none;
	object-fit: contain;
	transform: translate(-50%, -50%);
	filter: saturate(1.08) brightness(1.16) contrast(1.05);
}

.cwi-path:hover .cwi-path__image,
.cwi-path:focus .cwi-path__image {
	transform: translate(-50%, -50%) scale(1.006);
	filter: saturate(1.1) brightness(1.2) contrast(1.05);
}

.cwi-apparatus__cabinet {
	gap: clamp(34px, 5vw, 72px);
}

.cwi-apparatus__instrument {
	min-height: clamp(430px, 32vw, 620px);
	aspect-ratio: auto;
	padding: clamp(24px, 3.4vw, 48px);
	background:
		radial-gradient(ellipse at 50% 9%, rgba(237, 190, 106, .09), transparent 26rem),
		linear-gradient(180deg, rgba(12, 8, 5, .18), rgba(8, 5, 3, .48));
	box-shadow:
		0 28px 84px rgba(0, 0, 0, .24),
		inset 0 0 96px rgba(8, 5, 3, .36);
	mask-image:
		linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent),
		linear-gradient(180deg, transparent, #000 5%, #000 90%, transparent);
	-webkit-mask-image:
		linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent),
		linear-gradient(180deg, transparent, #000 5%, #000 90%, transparent);
}

.cwi-apparatus__instrument::before {
	content: "";
	position: absolute;
	inset: -2px;
	z-index: 1;
	pointer-events: none;
	background:
		linear-gradient(90deg, #090604 0%, rgba(9, 6, 4, .5) 9%, transparent 24%, transparent 76%, rgba(9, 6, 4, .5) 91%, #090604 100%),
		linear-gradient(180deg, #090604 0%, rgba(9, 6, 4, .2) 12%, transparent 30%, rgba(9, 6, 4, .44) 86%, #090604 100%);
}

.cwi-apparatus__instrument::after,
.cwi-apparatus__instrument:nth-child(1)::after,
.cwi-apparatus__instrument:nth-child(2)::after,
.cwi-apparatus__instrument:nth-child(3)::after,
.cwi-apparatus__instrument:nth-child(4)::after,
.cwi-apparatus__instrument:nth-child(5)::after {
	z-index: 1;
	background:
		linear-gradient(180deg, rgba(7, 5, 3, 0), rgba(7, 5, 3, .18) 46%, rgba(7, 5, 3, .72) 92%),
		radial-gradient(ellipse at 50% 12%, rgba(255, 220, 145, .12), transparent 25rem);
}

.cwi-apparatus__image {
	inset: 50% auto auto 50%;
	width: min(100%, 1672px);
	height: auto;
	max-height: none;
	object-fit: contain;
	transform: translate(-50%, -50%);
	filter: saturate(1.06) brightness(1.15) contrast(1.05);
}

.cwi-apparatus__instrument:hover .cwi-apparatus__image,
.cwi-apparatus__instrument:focus .cwi-apparatus__image {
	transform: translate(-50%, -50%) scale(1.006);
	filter: saturate(1.08) brightness(1.19) contrast(1.05);
}

.cwi-apparatus__seal,
.cwi-apparatus__text {
	z-index: 2;
}

@media (max-width: 1080px) {
	.cwi-path {
		min-height: clamp(380px, 68vw, 640px);
	}

	.cwi-apparatus__instrument {
		min-height: clamp(430px, 68vw, 700px);
	}
}

@media (max-width: 760px) {
	.cwi-path {
		min-height: clamp(340px, 84vw, 540px);
	}

	.cwi-apparatus__instrument {
		min-height: clamp(350px, 86vw, 560px);
	}
}

/* M003b - Immagini integre: nessuna maschera sulla composizione */
.cwi-imperium__figure {
	overflow: visible;
	box-shadow: none;
	background: transparent;
}

.cwi-imperium__figure::before {
	content: "";
	position: absolute;
	inset: -36px;
	z-index: 1;
	pointer-events: none;
	background:
		linear-gradient(90deg, #100b07 0%, rgba(16, 11, 7, .48) 9%, transparent 23%, transparent 78%, rgba(16, 11, 7, .5) 91%, #100b07 100%),
		linear-gradient(180deg, #100b07 0%, rgba(16, 11, 7, .34) 13%, transparent 30%, transparent 70%, rgba(16, 11, 7, .44) 88%, #100b07 100%);
}

.cwi-imperium__figure::after {
	z-index: 2;
	inset: -1px;
	background:
		linear-gradient(180deg, rgba(8, 6, 4, .02), rgba(8, 6, 4, .08) 60%, rgba(8, 6, 4, .22)),
		radial-gradient(ellipse at 18% 8%, rgba(255, 230, 160, .14), transparent 17rem);
}

.cwi-imperium__figure img {
	position: relative;
	z-index: 0;
	width: 100%;
	height: auto;
	min-height: 0;
	object-fit: contain;
	transform: none;
	box-shadow: none;
	-webkit-mask-image:
		linear-gradient(90deg, transparent 0%, #000 15%, #000 85%, transparent 100%),
		linear-gradient(180deg, transparent 0%, #000 13%, #000 82%, transparent 100%);
	-webkit-mask-composite: source-in;
	mask-image:
		linear-gradient(90deg, transparent 0%, #000 15%, #000 85%, transparent 100%),
		linear-gradient(180deg, transparent 0%, #000 13%, #000 82%, transparent 100%);
	mask-composite: intersect;
}

.cwi-path,
.cwi-apparatus__instrument {
	display: block;
	min-height: 0;
	aspect-ratio: auto;
	padding: 0;
	overflow: visible;
	background: transparent;
	box-shadow: none;
	mask-image: none;
	-webkit-mask-image: none;
}

.cwi-path:hover,
.cwi-path:focus,
.cwi-apparatus__instrument:hover,
.cwi-apparatus__instrument:focus {
	background: transparent;
}

.cwi-path::before,
.cwi-apparatus__instrument::before {
	content: "";
	position: absolute;
	inset: -30px;
	z-index: 1;
	pointer-events: none;
	background:
		linear-gradient(90deg, #0b0805 0%, rgba(11, 8, 5, .58) 8%, transparent 23%, transparent 77%, rgba(11, 8, 5, .58) 92%, #0b0805 100%),
		linear-gradient(180deg, #0b0805 0%, rgba(11, 8, 5, .28) 12%, transparent 28%, transparent 72%, rgba(11, 8, 5, .52) 88%, #0b0805 100%);
}

.cwi-path::after,
.cwi-apparatus__instrument::after,
.cwi-apparatus__instrument:nth-child(1)::after,
.cwi-apparatus__instrument:nth-child(2)::after,
.cwi-apparatus__instrument:nth-child(3)::after,
.cwi-apparatus__instrument:nth-child(4)::after,
.cwi-apparatus__instrument:nth-child(5)::after {
	inset: 0;
	z-index: 2;
	background:
		linear-gradient(180deg, rgba(8, 6, 4, 0), rgba(8, 6, 4, .08) 48%, rgba(8, 6, 4, .72) 92%),
		radial-gradient(ellipse at 50% 10%, rgba(255, 225, 150, .11), transparent 24rem);
}

.cwi-path__image,
.cwi-apparatus__image {
	position: relative;
	inset: auto;
	z-index: 0;
	display: block;
	width: 100%;
	height: auto;
	max-height: none;
	object-fit: contain;
	transform: none;
	box-shadow: none;
	-webkit-mask-image:
		linear-gradient(90deg, transparent 0%, #000 4%, #000 96%, transparent 100%),
		linear-gradient(180deg, transparent 0%, #000 3%, #000 92%, transparent 100%);
	-webkit-mask-composite: source-in;
	mask-image:
		linear-gradient(90deg, transparent 0%, #000 4%, #000 96%, transparent 100%),
		linear-gradient(180deg, transparent 0%, #000 3%, #000 92%, transparent 100%);
	mask-composite: intersect;
}

.cwi-path:hover .cwi-path__image,
.cwi-path:focus .cwi-path__image,
.cwi-apparatus__instrument:hover .cwi-apparatus__image,
.cwi-apparatus__instrument:focus .cwi-apparatus__image {
	transform: none;
}

.cwi-path__num {
	position: absolute;
	left: clamp(16px, 2vw, 28px);
	top: clamp(16px, 2vw, 28px);
	z-index: 3;
}

.cwi-path__body {
	position: absolute;
	left: clamp(18px, 2.3vw, 34px);
	right: clamp(18px, 2.3vw, 34px);
	bottom: clamp(18px, 2.3vw, 34px);
	z-index: 3;
}

.cwi-apparatus__seal {
	position: absolute;
	left: clamp(22px, 3vw, 48px);
	bottom: clamp(26px, 3.4vw, 54px);
	z-index: 3;
}

.cwi-apparatus__text {
	position: absolute;
	left: clamp(100px, 10vw, 150px);
	right: clamp(24px, 4vw, 70px);
	bottom: clamp(28px, 3.5vw, 58px);
	z-index: 3;
}

@media (max-width: 1080px) {
	.cwi-imperium__figure img {
		min-height: 0;
	}

	.cwi-paths__rail,
	.cwi-apparatus__cabinet {
		gap: 46px;
	}
}

@media (max-width: 760px) {
	.cwi-paths__rail,
	.cwi-apparatus__cabinet {
		gap: 34px;
	}

	.cwi-path::before,
	.cwi-apparatus__instrument::before {
		inset: -18px;
	}

	.cwi-apparatus__seal {
		left: 18px;
		bottom: 20px;
	}

	.cwi-apparatus__text {
		left: 86px;
		right: 18px;
		bottom: 20px;
	}
}

/* M003c - Gallerie: tavole intere, stessa altezza, stemmi superiori visibili */
.cwi-paths__rail {
	align-items: start;
	width: min(1640px, calc(100vw - 48px));
	margin-left: 50%;
	transform: translateX(-50%);
}

.cwi-path {
	display: block;
	height: auto;
	min-height: 0;
	aspect-ratio: auto;
	overflow: visible;
	background: transparent;
}

.cwi-path::before {
	inset: -18px;
	background:
		linear-gradient(90deg, #0b0805 0%, rgba(11, 8, 5, .5) 7%, transparent 16%, transparent 84%, rgba(11, 8, 5, .5) 93%, #0b0805 100%);
}

.cwi-path::after {
	background:
		linear-gradient(180deg, transparent 0%, transparent 52%, rgba(8, 6, 4, .34) 76%, rgba(8, 6, 4, .78) 100%);
}

.cwi-path__image {
	width: 100%;
	aspect-ratio: 16 / 9;
	height: auto;
	object-fit: contain;
	object-position: center center;
	-webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 3%, #000 97%, transparent 100%);
	mask-image: linear-gradient(90deg, transparent 0%, #000 3%, #000 97%, transparent 100%);
}

.cwi-path__num {
	top: 18px;
}

.cwi-path__body {
	bottom: 18px;
}

.cwi-apparatus__instrument::before {
	background:
		linear-gradient(90deg, #0b0805 0%, rgba(11, 8, 5, .48) 7%, transparent 16%, transparent 84%, rgba(11, 8, 5, .48) 93%, #0b0805 100%);
}

.cwi-apparatus__instrument::after,
.cwi-apparatus__instrument:nth-child(1)::after,
.cwi-apparatus__instrument:nth-child(2)::after,
.cwi-apparatus__instrument:nth-child(3)::after,
.cwi-apparatus__instrument:nth-child(4)::after,
.cwi-apparatus__instrument:nth-child(5)::after {
	background:
		linear-gradient(180deg, transparent 0%, transparent 50%, rgba(7, 5, 3, .32) 74%, rgba(7, 5, 3, .76) 100%);
}

.cwi-apparatus__image {
	-webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 3%, #000 97%, transparent 100%);
	mask-image: linear-gradient(90deg, transparent 0%, #000 3%, #000 97%, transparent 100%);
}

@media (max-width: 760px) {
	.cwi-paths__rail {
		width: 100%;
		margin-left: 0;
		transform: none;
	}

	.cwi-path::before,
	.cwi-apparatus__instrument::before {
		inset: -12px;
	}
}

/* M003d - Gallerie: nessun testo o velo sopra la tavola illustrata */
.cwi-path {
	display: flex;
	flex-direction: column;
	gap: 14px;
	padding: 0;
	background: transparent;
	overflow: visible;
}

.cwi-path::before,
.cwi-path::after {
	content: none;
}

.cwi-path__image {
	position: static;
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: auto;
	object-fit: contain;
	object-position: center;
	filter: saturate(1.08) brightness(1.13) contrast(1.04);
	-webkit-mask-image: none;
	mask-image: none;
}

.cwi-path:hover .cwi-path__image,
.cwi-path:focus .cwi-path__image {
	transform: none;
	filter: saturate(1.1) brightness(1.16) contrast(1.04);
}

.cwi-path__num {
	position: static;
	order: 2;
	width: auto;
	height: auto;
	display: block;
	border: 0;
	background: transparent;
	color: #e9bd68;
	font-size: 12px;
	line-height: 1;
	text-align: left;
}

.cwi-path__body {
	position: static;
	order: 3;
	display: block;
	padding: 0 8px;
}

.cwi-path__body strong {
	font-size: clamp(1.22rem, 1.45vw, 1.58rem);
}

.cwi-path__body em {
	margin-top: 8px;
	max-width: 34em;
}

/* M003e - Gallerie con immagine isolata dal testo */
.cwi-paths__rail .cwi-path {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 0;
	color: inherit;
	text-decoration: none;
	background: transparent !important;
}

.cwi-paths__rail {
	width: min(1120px, calc(100vw - 64px));
	grid-template-columns: 1fr;
	gap: clamp(42px, 5vw, 72px);
}

.cwi-paths__rail .cwi-path::before,
.cwi-paths__rail .cwi-path::after {
	content: none !important;
	display: none !important;
}

.cwi-path__plate {
	position: relative;
	display: block;
	width: 100%;
	overflow: visible;
	background: transparent;
}

.cwi-path__plate::before {
	content: "";
	position: absolute;
	inset: -18px;
	z-index: -1;
	background: radial-gradient(ellipse at 50% 54%, rgba(215, 162, 74, .1), transparent 72%);
	pointer-events: none;
}

.cwi-path__plate .cwi-path__image {
	position: static !important;
	inset: auto !important;
	display: block;
	width: 100% !important;
	height: auto !important;
	max-width: none;
	max-height: none !important;
	aspect-ratio: auto !important;
	object-fit: contain !important;
	object-position: center center !important;
	transform: none !important;
	-webkit-mask-image: none !important;
	mask-image: none !important;
	filter: saturate(1.06) brightness(1.1) contrast(1.04);
}

.cwi-path:hover .cwi-path__plate .cwi-path__image,
.cwi-path:focus .cwi-path__plate .cwi-path__image {
	transform: none !important;
	filter: saturate(1.08) brightness(1.14) contrast(1.04);
}

.cwi-path__caption {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr);
	gap: 12px;
	align-items: start;
	width: min(760px, 100%);
	padding: 0 4px;
}

.cwi-path__caption .cwi-path__num,
.cwi-path__caption .cwi-path__body {
	position: static !important;
	inset: auto !important;
}

.cwi-path__caption .cwi-path__num {
	width: auto;
	height: auto;
	padding-top: 4px;
	border: 0;
	background: transparent;
	color: #e9bd68;
	font-size: 12px;
	line-height: 1;
}

.cwi-path__caption .cwi-path__body {
	padding: 0;
}

/* M003f - Ripristino orizzontale definitivo delle Gallerie */
.cwi-paths .cwi-paths__rail {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: clamp(20px, 2.4vw, 34px) !important;
	width: 100% !important;
	margin-left: 0 !important;
	transform: none !important;
	align-items: start !important;
}

.cwi-paths .cwi-path {
	display: flex !important;
	flex-direction: column !important;
	gap: 14px !important;
	padding: 0 !important;
	background: transparent !important;
	overflow: visible !important;
}

.cwi-paths .cwi-path::before,
.cwi-paths .cwi-path::after {
	content: none !important;
	display: none !important;
}

.cwi-paths .cwi-path__plate {
	display: block !important;
	width: 100% !important;
}

.cwi-paths .cwi-path__plate .cwi-path__image {
	display: block !important;
	width: 100% !important;
	height: auto !important;
	max-width: none !important;
	max-height: none !important;
	aspect-ratio: 16 / 9 !important;
	object-fit: contain !important;
	object-position: center center !important;
	transform: none !important;
	-webkit-mask-image: none !important;
	mask-image: none !important;
	filter: saturate(1.08) brightness(1.12) contrast(1.04) !important;
}

.cwi-paths .cwi-path__caption {
	display: grid !important;
	grid-template-columns: 34px minmax(0, 1fr) !important;
	gap: 12px !important;
	align-items: start !important;
	width: 100% !important;
	padding: 0 4px !important;
}

.cwi-paths .cwi-path__num,
.cwi-paths .cwi-path__body {
	position: static !important;
	inset: auto !important;
}

@media (max-width: 760px) {
	.cwi-paths .cwi-paths__rail {
		grid-template-columns: 1fr !important;
	}
}


/* M040 - Canonizzazione Home Codex: Fase 1, Biblioteca Canonica
   Intervento limitato alla sezione dei dieci Libri. Nessuna modifica PHP richiesta. */

.cwi-libri {
	position: relative;
	padding-top: clamp(72px, 8vw, 122px);
	padding-bottom: clamp(82px, 9vw, 138px);
	background:
		radial-gradient(ellipse at 50% 4%, rgba(236, 190, 106, .18), transparent 42rem),
		radial-gradient(ellipse at 50% 50%, rgba(152, 91, 43, .10), transparent 62rem),
		linear-gradient(180deg, #080604 0%, #110c07 48%, #080604 100%);
}

.cwi-libri .cwi-section__head {
	margin-bottom: clamp(26px, 4.4vw, 52px);
}

.cwi-libri .cwi-section__head--split {
	grid-template-columns: minmax(0, .9fr) minmax(340px, .55fr);
	align-items: end;
}

.cwi-libri .cwi-section__head h2 {
	color: #efd6a4;
	text-shadow: 0 12px 34px rgba(0, 0, 0, .48);
}

.cwi-libri .cwi-section__head p:not(.cwi-kicker) {
	max-width: 560px;
	color: #d9c6a8;
}

.cwi-canonical-library {
	position: relative;
	margin: 0 auto;
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.cwi-canonical-library::before,
.cwi-canonical-library::after,
.cwi-canonical-library__cornice {
	display: none !important;
}

.cwi-canonical-library__case {
	position: relative;
	width: min(100%, 1500px);
	margin: 0 auto;
	aspect-ratio: 1672 / 941;
	border: 0;
	background: transparent;
	box-shadow: none;
	overflow: visible;
	mask-image:
		linear-gradient(90deg, transparent 0%, #000 5.8%, #000 94.2%, transparent 100%),
		linear-gradient(180deg, transparent 0%, #000 5.6%, #000 89.5%, transparent 100%);
	mask-composite: intersect;
	-webkit-mask-image:
		linear-gradient(90deg, transparent 0%, #000 5.8%, #000 94.2%, transparent 100%),
		linear-gradient(180deg, transparent 0%, #000 5.6%, #000 89.5%, transparent 100%);
	-webkit-mask-composite: source-in;
}

.cwi-canonical-library__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(1.08) contrast(1.06) brightness(1.16);
}

.cwi-canonical-library__hotspots {
	position: absolute;
	inset: 0;
	z-index: 5;
}

.cwi-canonical-hotspot {
	position: absolute;
	left: var(--hotspot-left);
	top: var(--hotspot-top);
	width: var(--hotspot-width);
	height: var(--hotspot-height);
	display: block;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	color: transparent;
	text-decoration: none;
	outline: 0;
}

.cwi-canonical-hotspot::after {
	content: attr(aria-label);
	position: absolute;
	left: 50%;
	bottom: 100%;
	width: max-content;
	max-width: 240px;
	padding: 8px 10px;
	background: rgba(9, 6, 3, .88);
	border: 1px solid rgba(239, 204, 125, .58);
	color: #f5dfaa;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .08em;
	line-height: 1.25;
	text-align: center;
	text-transform: uppercase;
	opacity: 0;
	transform: translate(-50%, 8px);
	pointer-events: none;
	box-shadow: 0 14px 34px rgba(0,0,0,.42);
}

.cwi-canonical-hotspot:hover::after,
.cwi-canonical-hotspot:focus-visible::after {
	opacity: 1;
	transform: translate(-50%, -6px);
}

.cwi-canonical-hotspot::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 178%;
	height: 142%;
	background-image: url("/wp-content/uploads/2026/06/aureolaliber.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0;
	transform: translate(-50%, -50%);
	pointer-events: none;
	filter: saturate(1.05) brightness(1.08);
}

.cwi-canonical-hotspot:hover::before,
.cwi-canonical-hotspot:focus-visible::before,
.cwi-canonical-hotspot.is-active::before {
	opacity: 1;
}

.cwi-canonical-library__plinth {
	position: relative;
	z-index: 6;
	width: min(640px, 86%);
	margin: -18px auto 0;
	padding: 15px 24px 17px;
	background:
		linear-gradient(180deg, rgba(255, 230, 157, .10), transparent 40%),
		linear-gradient(180deg, rgba(67, 39, 19, .82), rgba(20, 11, 6, .90));
	border: 1px solid rgba(215, 162, 74, .34);
	box-shadow: 0 18px 42px rgba(0, 0, 0, .42);
	text-align: center;
}

.cwi-canonical-library__plinth strong {
	color: #f2d58d;
	letter-spacing: .12em;
}

.cwi-canonical-library__plinth span {
	color: #d4c0a0;
}

@media (max-width: 1080px) {
	.cwi-libri .cwi-section__head--split {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.cwi-libri .cwi-section__head p:not(.cwi-kicker) {
		margin-left: auto;
		margin-right: auto;
	}

	.cwi-canonical-library__case {
		width: 1120px;
		min-width: 1120px;
	}
}

@media (max-width: 760px) {
	.cwi-libri {
		padding-top: 58px;
		padding-bottom: 72px;
	}

	.cwi-canonical-library {
		margin-inline: -15px;
		overflow-x: auto;
		padding-bottom: 4px;
	}

	.cwi-canonical-library__case {
		width: 980px;
		min-width: 980px;
	}

	.cwi-canonical-library__plinth {
		width: 660px;
		margin-left: 160px;
		margin-right: 160px;
	}
}

/* M041 - Canonizzazione Home Codex: Apparati Critici
   Intervento limitato alla sezione Instrumenta Archivii.
   Nessuna modifica PHP richiesta. */

.cwi-apparatus {
	position: relative;
	background:
		radial-gradient(ellipse at 72% 8%, rgba(73, 103, 123, .12), transparent 36rem),
		radial-gradient(ellipse at 28% 22%, rgba(215, 162, 74, .10), transparent 38rem),
		linear-gradient(180deg, #080604 0%, #120d08 48%, #080604 100%);
}

.cwi-apparatus__grid {
	grid-template-columns: minmax(320px, .42fr) minmax(0, 1fr);
	gap: clamp(34px, 5vw, 78px);
	align-items: start;
}

.cwi-apparatus__head {
	position: sticky;
	top: 96px;
	text-align: left;
}

.cwi-apparatus__head h2 {
	text-shadow: 0 14px 38px rgba(0, 0, 0, .46);
}

.cwi-apparatus__head p:not(.cwi-kicker) {
	color: #d8c4a6;
}

.cwi-apparatus__cabinet {
	display: grid;
	grid-template-columns: 1fr;
	gap: clamp(18px, 2.4vw, 30px);
	border: 0;
	background: transparent;
	box-shadow: none;
}

.cwi-apparatus__instrument {
	position: relative;
	min-height: 260px;
	padding: clamp(24px, 3.8vw, 42px);
	display: grid;
	grid-template-columns: 76px minmax(0, 520px);
	gap: 24px;
	align-content: end;
	align-items: end;
	overflow: hidden;
	border: 1px solid rgba(215, 162, 74, .20);
	background:
		linear-gradient(180deg, rgba(7, 5, 3, .04), rgba(7, 5, 3, .56) 72%, rgba(7, 5, 3, .82)),
		var(--cwi-apparatus-image, linear-gradient(180deg, #1a120b, #090604));
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow:
		inset 0 0 0 1px rgba(255, 235, 188, .035),
		0 26px 68px rgba(0, 0, 0, .30);
	text-align: left;
	text-decoration: none;
	mask-image:
		linear-gradient(90deg, transparent, #000 4.5%, #000 95.5%, transparent),
		linear-gradient(180deg, transparent, #000 6%, #000 94%, transparent);
	mask-composite: intersect;
	-webkit-mask-image:
		linear-gradient(90deg, transparent, #000 4.5%, #000 95.5%, transparent),
		linear-gradient(180deg, transparent, #000 6%, #000 94%, transparent);
	-webkit-mask-composite: source-in;
}

.cwi-apparatus__instrument::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(90deg, rgba(8, 6, 4, .62), rgba(8, 6, 4, .28) 44%, rgba(8, 6, 4, .08)),
		radial-gradient(ellipse at 22% 18%, rgba(239, 204, 125, .14), transparent 24rem),
		linear-gradient(180deg, rgba(8, 6, 4, 0), rgba(8, 6, 4, .55) 76%, rgba(8, 6, 4, .88));
	pointer-events: none;
}

.cwi-apparatus__instrument::after {
	content: "";
	position: absolute;
	left: clamp(22px, 3vw, 38px);
	right: clamp(22px, 3vw, 38px);
	bottom: clamp(18px, 2.8vw, 34px);
	z-index: 1;
	height: 1px;
	background: linear-gradient(90deg, rgba(215, 162, 74, .60), transparent);
	pointer-events: none;
}

.cwi-apparatus__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(1.06) brightness(1.08) contrast(1.08);
	transition: transform .3s ease, filter .3s ease;
}

.cwi-apparatus__instrument:hover .cwi-apparatus__image,
.cwi-apparatus__instrument:focus .cwi-apparatus__image {
	transform: scale(1.012);
	filter: saturate(1.12) brightness(1.16) contrast(1.08);
}

.cwi-apparatus__seal {
	position: relative;
	z-index: 2;
	width: 58px;
	height: 58px;
	display: grid;
	place-items: center;
	margin: 0;
	border: 1px solid rgba(215, 162, 74, .54);
	border-radius: 50%;
	background:
		radial-gradient(circle, rgba(215, 162, 74, .18), transparent 58%),
		rgba(8, 6, 4, .55);
	color: #efcc7d;
	font-size: .82rem;
	font-weight: 800;
	letter-spacing: .08em;
	box-shadow:
		inset 0 0 0 1px rgba(255, 235, 188, .04),
		0 12px 28px rgba(0, 0, 0, .34);
}

.cwi-apparatus__text {
	position: relative;
	z-index: 2;
	display: block;
	padding-bottom: 10px;
}

.cwi-apparatus__text strong {
	display: block;
	max-width: 560px;
	color: #f2e4ce;
	font-size: clamp(1.55rem, 2.7vw, 2.45rem);
	line-height: 1.04;
	text-shadow: 0 8px 24px rgba(0, 0, 0, .64);
}

.cwi-apparatus__text em {
	display: block;
	max-width: 520px;
	margin-top: 12px;
	color: #d8c5a8;
	font-size: clamp(.98rem, 1.2vw, 1.12rem);
	font-style: normal;
	line-height: 1.62;
}

.cwi-apparatus__instrument:hover .cwi-apparatus__text strong,
.cwi-apparatus__instrument:focus .cwi-apparatus__text strong {
	color: #f4d894;
}

.cwi-apparatus__instrument:focus-visible {
	outline: 1px solid rgba(239, 204, 125, .76);
	outline-offset: 4px;
}

@media (max-width: 1080px) {
	.cwi-apparatus__grid {
		grid-template-columns: 1fr;
	}

	.cwi-apparatus__head {
		position: static;
		text-align: center;
		max-width: 780px;
		margin-inline: auto;
	}

	.cwi-apparatus__instrument {
		min-height: 240px;
	}
}

@media (max-width: 760px) {
	.cwi-apparatus__head {
		text-align: left;
	}

	.cwi-apparatus__instrument {
		min-height: 310px;
		grid-template-columns: 56px minmax(0, 1fr);
		gap: 16px;
		padding: 24px 22px;
	}

	.cwi-apparatus__seal {
		width: 48px;
		height: 48px;
	}

	.cwi-apparatus__text strong {
		font-size: clamp(1.35rem, 8vw, 2rem);
	}

	.cwi-apparatus__text em {
		font-size: .95rem;
		line-height: 1.5;
	}
}

@media (max-width: 520px) {
	.cwi-apparatus__instrument {
		grid-template-columns: 1fr;
		align-content: end;
	}

	.cwi-apparatus__seal {
		margin-bottom: 4px;
	}
}

/* M042 - Canonizzazione Home Codex: Itinera Principalia
   Intervento limitato alla sezione Percorsi.
   Nessuna modifica PHP richiesta. */

.cwi-paths {
	position: relative;
	background:
		radial-gradient(ellipse at 50% 0%, rgba(232, 188, 106, .12), transparent 36rem),
		radial-gradient(ellipse at 24% 12%, rgba(82, 111, 91, .12), transparent 32rem),
		linear-gradient(180deg, #090604 0%, #100c08 50%, #090604 100%);
}

.cwi-paths .cwi-section__head {
	max-width: 880px;
	margin-bottom: clamp(30px, 4vw, 58px);
}

.cwi-paths .cwi-section__head h2 {
	color: #efd6a4;
	text-shadow: 0 14px 38px rgba(0, 0, 0, .44);
}

.cwi-paths__rail {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(18px, 2.2vw, 32px);
	border: 0;
	background: transparent;
	box-shadow: none;
}

.cwi-path {
	position: relative;
	min-height: auto;
	aspect-ratio: auto;
	display: grid;
	grid-template-rows: auto 1fr;
	gap: 0;
	padding: 0;
	overflow: hidden;
	border: 1px solid rgba(215, 162, 74, .22);
	background:
		linear-gradient(180deg, rgba(255, 239, 198, .035), rgba(0, 0, 0, .16)),
		#100c08;
	box-shadow:
		inset 0 0 0 1px rgba(255, 235, 188, .035),
		0 26px 68px rgba(0, 0, 0, .28);
	text-decoration: none;
	mask-image:
		linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent),
		linear-gradient(180deg, transparent, #000 4%, #000 96%, transparent);
	mask-composite: intersect;
	-webkit-mask-image:
		linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent),
		linear-gradient(180deg, transparent, #000 4%, #000 96%, transparent);
	-webkit-mask-composite: source-in;
}

.cwi-path:hover,
.cwi-path:focus {
	background:
		linear-gradient(180deg, rgba(255, 239, 198, .05), rgba(0, 0, 0, .18)),
		#120d08;
}

.cwi-path__plate {
	position: relative;
	display: block;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #090604;
	border-bottom: 1px solid rgba(215, 162, 74, .22);
}

.cwi-path__plate::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(8, 6, 4, 0), rgba(8, 6, 4, .32) 78%, rgba(8, 6, 4, .55)),
		radial-gradient(ellipse at 50% 12%, rgba(255, 220, 145, .12), transparent 18rem);
	pointer-events: none;
}

.cwi-path__image {
	position: static;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(1.08) brightness(1.16) contrast(1.08);
	transition: transform .3s ease, filter .3s ease;
}

.cwi-path:hover .cwi-path__image,
.cwi-path:focus .cwi-path__image {
	transform: scale(1.018);
	filter: saturate(1.14) brightness(1.22) contrast(1.08);
}

.cwi-path__caption {
	position: relative;
	display: grid;
	grid-template-columns: 54px minmax(0, 1fr);
	gap: 18px;
	align-items: start;
	min-height: 190px;
	padding: clamp(22px, 3vw, 32px);
	background:
		linear-gradient(90deg, rgba(215, 162, 74, .08), transparent 38%),
		linear-gradient(180deg, #16100a, #0d0906);
}

.cwi-path__caption::before {
	content: "";
	position: absolute;
	left: clamp(22px, 3vw, 32px);
	right: clamp(22px, 3vw, 32px);
	top: 0;
	height: 1px;
	background: linear-gradient(90deg, rgba(215, 162, 74, .58), transparent);
}

.cwi-path__num {
	width: 48px;
	height: 48px;
	display: grid;
	place-items: center;
	border: 1px solid rgba(215, 162, 74, .52);
	background:
		radial-gradient(circle, rgba(215, 162, 74, .16), transparent 58%),
		rgba(8, 6, 4, .42);
	color: #efcc7d;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1;
	box-shadow: 0 12px 28px rgba(0,0,0,.30);
}

.cwi-path__body {
	align-self: start;
	display: block;
}

.cwi-path__body strong {
	display: block;
	color: #f2e4ce;
	font-size: clamp(1.28rem, 2vw, 1.72rem);
	line-height: 1.12;
	text-shadow: 0 8px 24px rgba(0, 0, 0, .52);
}

.cwi-path__body em {
	display: block;
	margin-top: 12px;
	color: #d6c2a3;
	font-size: .98rem;
	font-style: normal;
	line-height: 1.58;
}

.cwi-path__body::after {
	content: "Attraversa →";
	display: inline-block;
	margin-top: 18px;
	color: #efcc7d;
	font-size: .76rem;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.cwi-path:hover .cwi-path__body strong,
.cwi-path:focus .cwi-path__body strong {
	color: #f4d894;
}

.cwi-path:focus-visible {
	outline: 1px solid rgba(239, 204, 125, .76);
	outline-offset: 4px;
}

@media (max-width: 1080px) {
	.cwi-paths__rail {
		grid-template-columns: 1fr;
		max-width: 760px;
		margin-inline: auto;
	}

	.cwi-path {
		grid-template-columns: minmax(280px, .9fr) minmax(0, 1fr);
		grid-template-rows: auto;
	}

	.cwi-path__plate {
		aspect-ratio: auto;
		min-height: 260px;
		border-bottom: 0;
		border-right: 1px solid rgba(215, 162, 74, .22);
	}

	.cwi-path__caption {
		min-height: 260px;
		align-content: end;
	}
}

@media (max-width: 760px) {
	.cwi-paths__rail {
		max-width: none;
	}

	.cwi-path {
		grid-template-columns: 1fr;
	}

	.cwi-path__plate {
		aspect-ratio: 16 / 9;
		min-height: 0;
		border-right: 0;
		border-bottom: 1px solid rgba(215, 162, 74, .22);
	}

	.cwi-path__caption {
		min-height: 0;
		grid-template-columns: 48px minmax(0, 1fr);
		gap: 15px;
		padding: 22px;
	}

	.cwi-path__num {
		width: 42px;
		height: 42px;
	}
}

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

	.cwi-path__num {
		margin-bottom: 2px;
	}
}

/* M043/M044 - Pergamena Canonica di Soglia
   Versione pulita: immagine pergamena + titolo/testo HTML sovrapposti.
   Sostituisce i vecchi blocchi M043 e M044. */

.lpn-codex-home .cwi-threshold {
	position: relative !important;
	width: 100% !important;
	margin: clamp(42px, 6vw, 76px) auto !important;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	mask-image: none !important;
	-webkit-mask-image: none !important;
	overflow: visible !important;
}

.lpn-codex-home .cwi-threshold::before,
.lpn-codex-home .cwi-threshold::after {
	content: none !important;
	display: none !important;
}

.lpn-codex-home .cwi-threshold .cwi-shell {
	width: min(100% - 48px, 860px) !important;
	margin: 0 auto !important;
}

.lpn-codex-home .cwi-threshold__scroll {
	position: relative !important;
	width: 100% !important;
	margin: 0 auto !important;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

.lpn-codex-home .cwi-threshold__image {
	display: block !important;
	width: 100% !important;
	height: auto !important;
	margin: 0 auto !important;
}

.lpn-codex-home .cwi-threshold__content {
	position: absolute !important;
	left: 13% !important;
	right: 13% !important;
	top: 47% !important;
	transform: translateY(-50%) !important;
	z-index: 5 !important;
	display: block !important;
	text-align: center !important;
	pointer-events: none !important;
}

.lpn-codex-home .cwi-threshold__title {
	margin: 0 0 .62rem !important;
	padding: 0 !important;
	color: #351407 !important;
	font-family: Georgia, "Times New Roman", serif !important;
	font-size: clamp(1.22rem, 2.35vw, 2.05rem) !important;
	font-weight: 800 !important;
	letter-spacing: .085em !important;
	line-height: 1.05 !important;
	text-align: center !important;
	text-transform: uppercase !important;
	text-shadow: 0 1px 0 rgba(255, 235, 188, .46) !important;
}

.lpn-codex-home .cwi-threshold__text {
	max-width: 560px !important;
	margin: 0 auto !important;
	padding: 0 !important;
	color: #3a2110 !important;
	font-family: Georgia, "Times New Roman", serif !important;
	font-size: clamp(.98rem, 1.38vw, 1.22rem) !important;
	font-style: italic !important;
	font-weight: 600 !important;
	letter-spacing: 0 !important;
	line-height: 1.42 !important;
	text-align: center !important;
	text-shadow: 0 1px 0 rgba(255, 235, 188, .34) !important;
}

@media (max-width: 760px) {
	.lpn-codex-home .cwi-threshold {
		margin: 34px auto !important;
	}

	.lpn-codex-home .cwi-threshold .cwi-shell {
		width: min(100% - 28px, 860px) !important;
	}

	.lpn-codex-home .cwi-threshold__content {
		left: 12% !important;
		right: 12% !important;
		top: 47% !important;
	}

	.lpn-codex-home .cwi-threshold__title {
		margin-bottom: .32rem !important;
		font-size: clamp(.92rem, 4.9vw, 1.38rem) !important;
	}

	.lpn-codex-home .cwi-threshold__text {
		font-size: clamp(.74rem, 3.4vw, .9rem) !important;
		line-height: 1.28 !important;
	}
}
/* Valore calibrato otticamente sul centro utile della Pergamena Canonica */
top: 47% !important;