:root {
	--ben-bz-ink: #25221d;
	--ben-bz-paper: #fffdf5;
	--ben-bz-red: #c53434;
}

.ben-bz-standalone-body {
	margin: 0;
	padding: 0;
	background: var(--ben-bz-paper);
}

html.ben-bz-overlay-open,
body.ben-bz-overlay-open {
	overflow: hidden !important;
}

.ben-bz-article-mode .entry-header,
.ben-bz-article-mode .post-thumbnail,
.ben-bz-article-mode .featured-media {
	display: none !important;
}

.ben-bz-article-mode .site-main,
.ben-bz-article-mode .content-area,
.ben-bz-article-mode article,
.ben-bz-article-mode .entry-content {
	max-width: none !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: visible !important;
}

.ben-bz-single-main,
.ben-bz-experience {
	margin: 0;
	max-width: none !important;
	padding: 0;
	width: 100%;
}

.ben-bz-experience {
	display: block;
	overflow: visible !important;
	background: var(--ben-bz-paper);
}

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

.ben-bz-viewer {
	display: none;
	background: #080808;
	overflow: hidden;
	isolation: isolate;
}

.ben-bz-viewer.is-fullscreen {
	position: fixed !important;
	display: block !important;
	inset: 0 !important;
	z-index: 2147483000 !important;
	width: 100vw !important;
	height: 100vh !important;
	height: 100dvh !important;
	max-width: none !important;
	max-height: none !important;
	margin: 0 !important;
	padding: 0 !important;
	transform: none !important;
}

.ben-bz-viewer:fullscreen,
.ben-bz-viewer:-webkit-full-screen {
	width: 100vw !important;
	height: 100vh !important;
	margin: 0 !important;
	background: #000 !important;
}

.ben-bz-slides,
.ben-bz-slide,
.ben-bz-slide img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.ben-bz-slide {
	margin: 0;
	opacity: 0;
	transform: scale(1.025);
	transition: opacity 1.15s ease, transform 7s ease;
	z-index: 0;
}

.ben-bz-slide.is-active {
	opacity: 1;
	transform: scale(1);
	z-index: 1;
}

.ben-bz-slide img {
	display: block;
	object-fit: cover;
	object-position: center;
}

.ben-bz-viewer::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
	pointer-events: none;
	background: linear-gradient(180deg, rgba(0,0,0,.1) 40%, rgba(0,0,0,.74) 100%);
}

.ben-bz-screen-title {
	position: absolute;
	left: clamp(18px, 5vw, 80px);
	right: clamp(18px, 28vw, 440px);
	bottom: clamp(88px, 13vh, 150px);
	z-index: 3;
	color: #fff;
	text-shadow: 0 3px 18px rgba(0,0,0,.5);
}

.ben-bz-screen-title span {
	display: block;
	margin-bottom: 10px;
	font: 800 .72rem/1.2 ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	letter-spacing: .18em;
	text-transform: uppercase;
}

.ben-bz-screen-title h1 {
	max-width: 1050px;
	margin: 0;
	color: #fff;
	font: 700 clamp(2.2rem, 6.3vw, 6.7rem)/.94 Georgia, "Times New Roman", serif;
	letter-spacing: -.045em;
}

.ben-bz-read-paper {
	position: absolute;
	left: clamp(18px, 5vw, 80px);
	bottom: clamp(34px, 6vh, 66px);
	z-index: 4;
	border: 1px solid rgba(255,255,255,.7);
	border-radius: 999px;
	background: rgba(8,8,8,.58);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	color: #fff;
	cursor: pointer;
	font: 800 .72rem/1 ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	letter-spacing: .11em;
	padding: 14px 19px;
	text-transform: uppercase;
}

.ben-bz-read-paper:hover,
.ben-bz-read-paper:focus-visible {
	background: var(--ben-bz-red);
	outline: 0;
}

.ben-bz-real-fullscreen {
	position: absolute;
	top: max(18px, env(safe-area-inset-top));
	right: max(18px, env(safe-area-inset-right));
	z-index: 6;
	border: 1px solid rgba(255,255,255,.72);
	border-radius: 999px;
	background: rgba(8,8,8,.58);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	color: #fff;
	cursor: pointer;
	font: 800 .68rem/1 ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	letter-spacing: .08em;
	padding: 12px 16px;
	text-transform: uppercase;
}

.ben-bz-real-fullscreen:hover,
.ben-bz-real-fullscreen:focus-visible {
	background: var(--ben-bz-red);
	outline: 0;
}

.ben-bz-recorder {
	position: absolute;
	right: clamp(18px, 5vw, 80px);
	bottom: clamp(42px, 7vh, 76px);
	z-index: 4;
	display: grid;
	place-items: center;
	width: 74px;
	height: 74px;
	border: 1px solid rgba(255,255,255,.65);
	border-radius: 50%;
	background: rgba(8,8,8,.55);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	color: #fff;
	cursor: pointer;
	transition: background .2s ease, transform .2s ease;
}

.ben-bz-recorder:hover,
.ben-bz-recorder:focus-visible {
	background: var(--ben-bz-red);
	outline: 0;
	transform: scale(1.05);
}

.ben-bz-recorder-icon {
	font-size: 1.25rem;
	line-height: 1;
}

.ben-bz-recorder-label {
	font: 750 .58rem/1 ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.ben-bz-counter {
	position: absolute;
	right: clamp(108px, calc(5vw + 92px), 178px);
	bottom: clamp(69px, calc(7vh + 27px), 103px);
	z-index: 4;
	color: #fff;
	font: 700 .72rem/1 ui-monospace, SFMono-Regular, Menlo, monospace;
	letter-spacing: .08em;
}

.ben-bz-progress {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
	height: 4px;
	background: rgba(255,255,255,.25);
}

.ben-bz-progress i {
	display: block;
	width: 100%;
	height: 100%;
	background: var(--ben-bz-red);
	transform: scaleX(0);
	transform-origin: left center;
}

.ben-bz-no-image {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	color: #eee;
	font: 700 1rem/1.4 ui-sans-serif, sans-serif;
}

.ben-bz-paper {
	position: relative;
	left: 50%;
	width: 100vw;
	margin-left: -50vw;
	color: var(--ben-bz-ink);
	background-color: var(--ben-bz-paper);
	background-image:
		radial-gradient(circle at 12% 10%, rgba(106,77,25,.035) 0 1px, transparent 2px),
		radial-gradient(circle at 82% 35%, rgba(106,77,25,.025) 0 1px, transparent 2px),
		linear-gradient(95deg, rgba(255,255,255,.34), transparent 24%, rgba(89,65,23,.018) 75%, transparent);
	background-size: 27px 29px, 41px 37px, 100% 100%;
	box-shadow: inset 0 14px 40px rgba(79,56,18,.055);
	overflow: visible;
}

.ben-bz-paper::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	opacity: .08;
	background: repeating-linear-gradient(0deg, transparent 0 3px, rgba(85,62,25,.08) 4px, transparent 5px);
	mix-blend-mode: multiply;
}

.ben-bz-paper-inner {
	position: relative;
	z-index: 1;
	width: min(calc(100% - 72px), 1120px);
	margin: 0 auto;
	padding: clamp(54px, 9vw, 120px) 0 clamp(70px, 10vw, 140px);
}

.ben-bz-article-head {
	border-top: 7px solid var(--ben-bz-ink);
	padding-bottom: clamp(30px, 5vw, 58px);
	border-bottom: 3px double rgba(60,49,31,.72);
	text-align: center;
}

.ben-bz-masthead {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 7px;
	margin-bottom: 30px;
	padding: 13px 0;
	border-bottom: 1px solid rgba(60,49,31,.72);
	font: 700 .64rem/1.2 "Courier New", Courier, monospace;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.ben-bz-masthead strong {
	font: 700 clamp(2.8rem, 8vw, 7.5rem)/.92 Georgia, "Times New Roman", serif;
	letter-spacing: -.055em;
	text-transform: none;
}

.ben-bz-edition,
.ben-bz-byline {
	font: 700 .7rem/1.4 "Courier New", Courier, monospace;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.ben-bz-article-head h2 {
	margin: 18px auto 20px;
	font: 700 clamp(2.1rem, 6vw, 5.4rem)/.98 "Courier New", Courier, monospace;
	letter-spacing: -.055em;
	text-shadow: .5px .5px 0 rgba(36,31,24,.35);
}

.ben-bz-lead {
	max-width: 760px;
	margin: 0 auto 20px;
	font: 700 clamp(1rem, 2vw, 1.3rem)/1.5 "Courier New", Courier, monospace;
}

.ben-bz-copy {
	padding-top: clamp(34px, 6vw, 68px);
	font: 400 clamp(1rem, 1.7vw, 1.18rem)/1.82 "Courier New", Courier, monospace;
	letter-spacing: .005em;
	text-shadow: .2px .2px 0 rgba(36,31,24,.22);
	column-count: 2;
	column-gap: clamp(34px, 6vw, 76px);
	column-rule: 1px solid rgba(60,49,31,.25);
	hyphens: auto;
	overflow-wrap: break-word;
	word-break: normal;
}

.ben-bz-copy > * {
	break-inside: avoid;
}

.ben-bz-copy > p:first-child::first-letter {
	float: left;
	margin: .08em .14em 0 .02em;
	font: 700 3.8em/.76 Georgia, "Times New Roman", serif;
	color: var(--ben-bz-red);
}

.ben-bz-copy h2,
.ben-bz-copy h3 {
	font-family: "Courier New", Courier, monospace;
	line-height: 1.15;
}

.ben-bz-copy blockquote {
	margin: 2.2em 0;
	padding: .4em 0 .4em 1.4em;
	border-left: 5px solid var(--ben-bz-red);
	font-weight: 700;
}

.ben-bz-copy img {
	max-width: 100%;
	height: auto;
	filter: saturate(.85) contrast(1.03);
}

.ben-bz-reopen {
	margin-top: 24px;
	border: 1px solid rgba(60,49,31,.72);
	border-radius: 999px;
	background: transparent;
	color: var(--ben-bz-ink);
	cursor: pointer;
	font: 700 .68rem/1 "Courier New", Courier, monospace;
	letter-spacing: .08em;
	padding: 11px 16px;
	text-transform: uppercase;
}

.ben-bz-reopen:hover,
.ben-bz-reopen:focus-visible {
	background: var(--ben-bz-ink);
	color: var(--ben-bz-paper);
	outline: 0;
}

@media (max-width: 700px) {
	.ben-bz-screen-title {
		right: 18px;
		bottom: 120px;
	}
	.ben-bz-screen-title h1 {
		font-size: clamp(2.1rem, 11vw, 4.2rem);
	}
	.ben-bz-recorder {
		width: 64px;
		height: 64px;
		bottom: 34px;
	}
	.ben-bz-counter {
		right: 100px;
		bottom: 61px;
	}
	.ben-bz-paper-inner {
		width: min(calc(100% - 34px), 940px);
	}
	.ben-bz-copy {
		column-count: 1;
		line-height: 1.68;
	}
	.ben-bz-masthead {
		gap: 6px;
		text-align: center;
	}
	.ben-bz-real-fullscreen {
		font-size: .58rem;
		padding: 10px 12px;
	}
}

@media (orientation: portrait) and (max-width: 700px) {
	.ben-bz-slide img {
		object-position: center center;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ben-bz-slide,
	.ben-bz-recorder {
		transition: none;
	}
}
