@font-face {
	font-family: "DM Serif Display";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("/assets/fonts/dm-serif-display-latin-ext-400-normal.woff2") format("woff2");
}

@font-face {
	font-family: "Manrope";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("/assets/fonts/manrope-latin-ext-400-normal.woff2") format("woff2");
}

@font-face {
	font-family: "Manrope";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("/assets/fonts/manrope-latin-ext-500-normal.woff2") format("woff2");
}

@font-face {
	font-family: "Manrope";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("/assets/fonts/manrope-latin-ext-700-normal.woff2") format("woff2");
}

:root {
	--archive-paper: #f2eee7;
	--archive-paper-bright: #f8f5ef;
	--archive-ink: #171713;
	--archive-ink-soft: #625e57;
	--archive-line: #cbc4b9;
	--archive-red: #c6231a;
	--archive-red-dark: #971a14;
	--archive-shell: min(100% - 64px, 1320px);
	--archive-copy: 760px;
}

html {
	scroll-behavior: smooth;
}

body.archive-interior,
body.archive-auth {
	margin: 0 !important;
	background: var(--archive-paper) !important;
	color: var(--archive-ink) !important;
	font-family: "Manrope", Arial, sans-serif !important;
	font-size: 15px !important;
	line-height: 1.75 !important;
	-webkit-font-smoothing: antialiased;
}

body.archive-interior.archive-nav-open,
body.archive-auth.archive-nav-open {
	overflow: hidden !important;
}

body.archive-interior *,
body.archive-auth * {
	box-sizing: border-box;
}

body.archive-interior a,
body.archive-auth a {
	color: inherit;
	text-decoration-color: color-mix(in srgb, var(--archive-red) 60%, transparent);
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

body.archive-interior a:hover,
body.archive-auth a:hover {
	color: var(--archive-red);
}

body.archive-interior img,
body.archive-auth img {
	max-width: 100%;
	height: auto;
}

body.archive-interior #document,
body.archive-auth #document {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
	background: var(--archive-paper) !important;
}

.archive-skip-link {
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 1000;
	padding: 10px 14px;
	background: var(--archive-ink);
	color: #fff !important;
	transform: translateY(-160%);
}

.archive-skip-link:focus {
	transform: translateY(0);
}

body.archive-interior #archive_notice,
body.archive-auth #archive_notice {
	order: -2;
	border: 0 !important;
	border-bottom: 1px solid var(--archive-line) !important;
	background: #e9e4da !important;
	color: var(--archive-ink) !important;
	font-family: "Manrope", Arial, sans-serif !important;
	font-size: 11px !important;
	line-height: 1.4 !important;
}

body.archive-interior #archive_notice .archive_notice_inner,
body.archive-auth #archive_notice .archive_notice_inner {
	width: var(--archive-shell) !important;
	max-width: none !important;
	margin: 0 auto !important;
	padding: 10px 0 !important;
}

body.archive-interior #archive_notice strong,
body.archive-auth #archive_notice strong {
	color: var(--archive-ink) !important;
	font-weight: 700;
}

body.archive-interior #topbar,
body.archive-auth #topbar {
	display: none !important;
}

body.archive-interior #header,
body.archive-auth #header {
	position: relative !important;
	order: -1;
	height: auto !important;
	min-height: 106px;
	padding: 0 !important;
	border: 0 !important;
	border-bottom: 1px solid var(--archive-line) !important;
	background: var(--archive-paper-bright) !important;
	box-shadow: none !important;
}

body.archive-interior #header_wrapper,
body.archive-auth #header_wrapper {
	position: relative;
	display: flex;
	width: min(1320px, calc(100% - 96px)) !important;
	height: 106px !important;
	margin: 0 auto !important;
	align-items: center;
}

body.archive-interior #logo,
body.archive-auth #logo {
	position: static !important;
	float: none !important;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.archive-interior #logo a,
body.archive-auth #logo a {
	display: block;
}

body.archive-interior #logo img,
body.archive-auth #logo img {
	display: block;
	width: min(320px, 28vw) !important;
	height: auto !important;
	max-height: 72px;
}

body.archive-interior #search,
body.archive-auth #search {
	display: none !important;
}

body.archive-interior #navigation,
body.archive-auth #navigation {
	position: static !important;
	float: none !important;
	width: auto !important;
	height: auto !important;
	margin: 0 0 0 auto !important;
	padding: 0 !important;
	background: transparent !important;
}

body.archive-interior #navigation ul,
body.archive-auth #navigation ul {
	display: flex !important;
	margin: 0 !important;
	padding: 0 !important;
	align-items: center;
	gap: clamp(26px, 3vw, 52px);
	list-style: none !important;
}

body.archive-interior #navigation li,
body.archive-auth #navigation li {
	display: block !important;
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
}

body.archive-interior #navigation a,
body.archive-auth #navigation a {
	position: relative;
	display: block !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: var(--archive-ink) !important;
	font-family: "Manrope", Arial, sans-serif !important;
	font-size: 15px !important;
	font-weight: 500 !important;
	line-height: 1.55 !important;
	text-decoration: none !important;
	text-shadow: none !important;
}

body.archive-interior #navigation a::after,
body.archive-auth #navigation a::after {
	position: absolute;
	right: 0;
	bottom: -6px;
	left: 0;
	height: 1px;
	background: var(--archive-red);
	content: "";
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 180ms ease;
}

body.archive-interior #navigation a:hover::after,
body.archive-interior #navigation a.active::after,
body.archive-auth #navigation a:hover::after,
body.archive-auth #navigation a.active::after {
	transform: scaleX(1);
	transform-origin: left;
}

.archive-menu-button {
	display: none;
	width: 48px;
	height: 48px;
	margin: 0 0 0 auto !important;
	padding: 0 !important;
	place-items: center;
	border: 0;
	border-radius: 0 !important;
	background: transparent;
	color: var(--archive-ink);
	cursor: pointer;
	font-family: inherit !important;
	font-size: 28px;
	font-weight: 400 !important;
	text-transform: none !important;
}

.archive-menu-button:focus-visible,
body.archive-interior #navigation a:focus-visible,
body.archive-auth #navigation a:focus-visible {
	outline: 3px solid var(--archive-red);
	outline-offset: 4px;
}

body.archive-interior #contentwrapper,
body.archive-auth #contentwrapper {
	width: 100% !important;
	min-height: 0 !important;
	flex: 1;
	margin: 0 !important;
	padding: 0 !important;
	background: var(--archive-paper) !important;
	font-size: 0;
}

body.archive-interior #content,
body.archive-auth #content {
	position: relative;
	width: var(--archive-shell) !important;
	min-height: 420px;
	margin: 0 auto !important;
	padding: 62px 0 100px !important;
	background: transparent !important;
	color: var(--archive-ink) !important;
	font-family: "Manrope", Arial, sans-serif !important;
	font-size: 15px;
	line-height: 1.75;
}

.archive-eyebrow {
	margin: 0 0 14px !important;
	color: var(--archive-red) !important;
	font-size: 11px !important;
	font-weight: 700;
	letter-spacing: .13em;
	line-height: 1.3;
	text-transform: uppercase;
}

body.archive-interior #content h1,
body.archive-auth #content h1 {
	max-width: 950px;
	margin: 0 0 46px !important;
	padding: 0 0 26px !important;
	border: 0 !important;
	border-bottom: 1px solid var(--archive-line) !important;
	background: transparent !important;
	color: var(--archive-ink) !important;
	font-family: "DM Serif Display", Georgia, serif !important;
	font-size: clamp(48px, 6vw, 78px) !important;
	font-weight: 400 !important;
	letter-spacing: -.035em;
	line-height: .98 !important;
	text-shadow: none !important;
	hyphens: auto;
	overflow-wrap: anywhere;
}

body.archive-interior #content h2,
body.archive-auth #content h2 {
	margin: 42px 0 18px;
	color: var(--archive-ink) !important;
	font-family: "DM Serif Display", Georgia, serif !important;
	font-size: clamp(30px, 3vw, 46px) !important;
	font-weight: 400 !important;
	letter-spacing: -.025em;
	line-height: 1.05 !important;
	hyphens: auto;
	overflow-wrap: break-word;
}

body.archive-interior #content h3,
body.archive-auth #content h3 {
	font-family: "DM Serif Display", Georgia, serif !important;
	font-size: 27px;
	font-weight: 400;
}

body.archive-interior #content h4,
body.archive-auth #content h4 {
	font-size: 12px;
	letter-spacing: .12em;
	text-transform: uppercase;
}

body.archive-interior #content p,
body.archive-interior #content li,
body.archive-auth #content p,
body.archive-auth #content li {
	font-size: 15px;
	line-height: 1.78;
}

body.archive-interior #content > p,
body.archive-interior #page_page,
body.archive-interior #content > div:not(.filme):not(#blog):not(#galleries):not(#gallery):not(.film):not(.archive_video):not(.dialog):not(.clear) {
	max-width: var(--archive-copy);
}

body.archive-interior #page_page > p:first-of-type,
body.archive-interior #content > p:first-of-type {
	font-size: 17px;
	line-height: 1.75;
}

body.archive-interior #content strong,
body.archive-auth #content strong {
	font-weight: 700;
}

body.archive-interior #content a,
body.archive-auth #content a {
	overflow-wrap: anywhere;
}

body.archive-interior #content table,
body.archive-auth #content table {
	width: 100% !important;
	max-width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

body.archive-interior #content td,
body.archive-auth #content td {
	padding: 7px 0;
	vertical-align: top;
	overflow-wrap: anywhere;
}

body.archive-interior #content td:first-child,
body.archive-auth #content td:first-child {
	width: 34%;
	padding-right: 18px;
}

body.archive-interior #content hr,
body.archive-auth #content hr {
	margin: 42px 0;
	border: 0;
	border-top: 1px solid var(--archive-line);
}

body.archive-interior .filme {
	display: grid;
	gap: 0;
}

body.archive-interior .filme > .film {
	display: grid !important;
	grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
	gap: 38px;
	min-height: 250px;
	margin: 0 !important;
	padding: 34px 0 !important;
	border: 0 !important;
	border-top: 1px solid var(--archive-line) !important;
	background: transparent !important;
}

body.archive-interior .filme > .film:first-child {
	border-top: 0 !important;
}

body.archive-interior .filme .pic,
body.archive-interior .filme .title {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
}

body.archive-interior .filme .pic img {
	display: block;
	width: 100% !important;
	height: 210px !important;
	object-fit: cover;
	filter: saturate(.86) contrast(1.02);
}

body.archive-interior .filme .title {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

body.archive-interior .filme .title h2 {
	margin: 8px 0 15px !important;
}

body.archive-interior .filme .title > .date {
	order: -1;
	float: none !important;
	color: var(--archive-red);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
}

body.archive-interior .filme .title p {
	max-width: 66ch;
	margin: 0;
	color: var(--archive-ink-soft);
}

body.archive-interior[data-page-type="film-collection"] #content {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 30px;
}

body.archive-interior[data-page-type="film-collection"] #content > .archive-eyebrow,
body.archive-interior[data-page-type="film-collection"] #content > h1,
body.archive-interior[data-page-type="film-collection"] #content > .clear {
	grid-column: 1 / -1;
}

body.archive-interior[data-page-type="film-collection"] #content > .film {
	position: relative;
	display: flex;
	min-height: 320px;
	margin: 0 !important;
	padding: 0 0 26px !important;
	flex-direction: column-reverse;
	justify-content: flex-end;
	border: 0 !important;
	border-bottom: 1px solid var(--archive-line) !important;
	background: transparent !important;
	overflow: hidden;
}

body.archive-interior[data-page-type="film-collection"] #content > .film .pic,
body.archive-interior[data-page-type="film-collection"] #content > .film .title {
	float: none !important;
	width: 100% !important;
	height: auto !important;
	margin: 0 !important;
}

body.archive-interior[data-page-type="film-collection"] #content > .film .pic {
	order: 2;
}

body.archive-interior[data-page-type="film-collection"] #content > .film .pic img {
	display: block;
	width: 100% !important;
	height: 280px !important;
	object-fit: cover;
}

body.archive-interior[data-page-type="film-collection"] #content > .film .title {
	order: 1;
}

body.archive-interior[data-page-type="film-collection"] #content > .film h2 {
	margin: 22px 0 0 !important;
	font-size: 36px !important;
}

.archive-protected-label {
	display: inline-flex;
	margin-top: 12px;
	align-items: center;
	gap: 7px;
	color: var(--archive-red);
	font-size: 11px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

body.archive-interior #blog {
	display: grid;
	gap: 0;
}

body.archive-interior .blogentry {
	max-width: 900px;
	margin: 0 !important;
	padding: 34px 0 40px !important;
	border: 0 !important;
	border-top: 1px solid var(--archive-line) !important;
	background: transparent !important;
}

body.archive-interior .blogentry:first-child {
	border-top: 0 !important;
}

body.archive-interior .blogentry .date {
	display: block;
	float: none !important;
	clear: both;
	width: auto !important;
	margin: 0 0 10px;
	color: var(--archive-red) !important;
	font-size: 11px !important;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

body.archive-interior .blogentry h2 {
	margin: 0 0 20px !important;
}

body.archive-interior .blogentry .text {
	max-width: var(--archive-copy);
	color: var(--archive-ink-soft);
}

body.archive-interior .blogentry .text > :first-child {
	margin-top: 0;
}

body.archive-interior .blogentry iframe,
body.archive-interior #content iframe {
	width: min(100%, 760px) !important;
	height: auto !important;
	min-height: 430px;
	border: 0;
}

body.archive-interior #galleries .gallery {
	display: grid !important;
	grid-template-columns: minmax(260px, 390px) minmax(0, 1fr) auto;
	gap: 34px;
	margin: 0 !important;
	padding: 32px 0 !important;
	align-items: center;
	border: 0 !important;
	border-top: 1px solid var(--archive-line) !important;
	background: transparent !important;
}

body.archive-interior #galleries .preview,
body.archive-interior #galleries .description,
body.archive-interior #galleries .info {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
}

body.archive-interior #galleries .preview img {
	display: block;
	width: 100% !important;
	height: 250px !important;
	object-fit: cover;
}

body.archive-interior #galleries h2 {
	margin: 0 0 12px !important;
}

body.archive-interior #galleries .info {
	color: var(--archive-red);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .09em;
	text-transform: uppercase;
}

body.archive-interior #gallery {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	width: 100% !important;
	margin-top: 36px;
}

body.archive-interior #gallery .image {
	float: none !important;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	overflow: hidden;
	aspect-ratio: 1;
	background: #ded8ce;
}

body.archive-interior #gallery .image a,
body.archive-interior #gallery .image img {
	display: block;
	width: 100% !important;
	height: 100% !important;
}

body.archive-interior #gallery .image img {
	object-fit: cover;
	transition: transform 220ms ease, filter 220ms ease;
}

body.archive-interior #gallery .image a:hover img {
	filter: saturate(.75);
	transform: scale(1.025);
}

body.archive-interior .archive_video {
	max-width: 1000px;
	margin: 0 0 24px !important;
	padding: 12px;
	background: #111;
}

body.archive-interior .archive_video video {
	display: block;
	width: 100%;
	background: #000;
}

body.archive-interior .archive_video_link {
	margin: 10px 4px 0 !important;
	color: #fff;
	font-size: 12px !important;
}

body.archive-interior .archive_form_notice,
body.archive-auth .archive_form_notice {
	max-width: 720px;
	margin: 24px 0 !important;
	padding: 18px 20px !important;
	border: 1px solid var(--archive-line) !important;
	border-left: 3px solid var(--archive-red) !important;
	background: var(--archive-paper-bright) !important;
	color: var(--archive-ink-soft) !important;
}

body.archive-interior form:not([data-archive-disabled="true"]),
body.archive-auth .archive_login {
	max-width: 620px;
	margin: 30px 0;
}

body.archive-interior input[type="text"],
body.archive-interior input[type="search"],
body.archive-interior input[type="email"],
body.archive-interior input[type="password"],
body.archive-interior textarea,
body.archive-auth input[type="password"] {
	width: 100% !important;
	min-height: 52px;
	padding: 13px 15px !important;
	border: 1px solid var(--archive-line) !important;
	border-radius: 0 !important;
	background: var(--archive-paper-bright) !important;
	color: var(--archive-ink) !important;
	font: 500 15px/1.4 "Manrope", Arial, sans-serif !important;
	box-shadow: none !important;
}

body.archive-interior textarea {
	min-height: 180px;
}

body.archive-interior label,
body.archive-auth label {
	display: block;
	margin: 0 0 7px;
	font-size: 12px;
	font-weight: 700;
}

body.archive-interior button:not(.archive-menu-button),
body.archive-interior input[type="submit"],
body.archive-auth button:not(.archive-menu-button) {
	display: inline-flex;
	min-height: 52px;
	margin-top: 12px;
	padding: 13px 23px !important;
	align-items: center;
	justify-content: center;
	border: 0 !important;
	border-radius: 0 !important;
	background: var(--archive-red) !important;
	color: #fff !important;
	cursor: pointer;
	font: 700 13px/1 "Manrope", Arial, sans-serif !important;
	box-shadow: none !important;
	text-shadow: none !important;
}

body.archive-interior button:not(.archive-menu-button):hover,
body.archive-interior input[type="submit"]:hover,
body.archive-auth button:not(.archive-menu-button):hover {
	background: var(--archive-red-dark) !important;
}

body.archive-auth #content {
	max-width: 1320px;
}

body.archive-auth .archive_login {
	padding: 28px;
	border: 1px solid var(--archive-line);
	background: var(--archive-paper-bright);
}

body.archive-auth .archive_login_error {
	margin: 0 0 18px;
	padding: 12px 14px;
	border-left: 3px solid var(--archive-red);
	background: #f3dfdb;
	color: var(--archive-red-dark);
	font-weight: 700;
}

body.archive-auth .archive-auth-intro {
	max-width: 560px;
	margin: -24px 0 28px;
	color: var(--archive-ink-soft);
	font-size: 15px;
}

body.archive-interior .pagination,
body.archive-interior .pages,
body.archive-interior .pager {
	display: flex;
	margin-top: 42px;
	gap: 10px;
	align-items: center;
}

body.archive-interior .pagination a,
body.archive-interior .pages a,
body.archive-interior .pager a {
	display: grid;
	min-width: 42px;
	height: 42px;
	place-items: center;
	border: 1px solid var(--archive-line);
	text-decoration: none;
}

body.archive-interior #footer,
body.archive-auth #footer {
	position: static !important;
	width: 100% !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-top: 1px solid var(--archive-line) !important;
	background: var(--archive-paper) !important;
	color: var(--archive-ink-soft) !important;
	font-family: "Manrope", Arial, sans-serif !important;
	font-size: 11px !important;
}

body.archive-interior #footer_inner,
body.archive-auth #footer_inner {
	display: grid;
	width: var(--archive-shell) !important;
	height: auto !important;
	margin: 0 auto !important;
	padding: 34px 0 42px !important;
	grid-template-columns: 1fr auto auto;
	gap: 30px;
	align-items: center;
}

body.archive-interior #footer_left,
body.archive-interior #footer_center,
body.archive-interior #footer_right,
body.archive-auth #footer_left,
body.archive-auth #footer_center,
body.archive-auth #footer_right {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	color: inherit !important;
	text-align: left !important;
}

body.archive-interior #footer_right,
body.archive-auth #footer_right {
	order: 3;
}

body.archive-interior #footer_left a,
body.archive-auth #footer_left a {
	color: var(--archive-red);
}

body.archive-interior .clear,
body.archive-auth .clear {
	clear: both;
}

@media (max-width: 980px) {
	:root {
		--archive-shell: min(100% - 40px, 900px);
	}

	body.archive-interior #gallery {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	:root {
		--archive-shell: calc(100% - 32px);
	}

	body.archive-interior,
	body.archive-auth {
		font-size: 14px !important;
	}

	body.archive-interior #archive_notice .archive_notice_inner,
	body.archive-auth #archive_notice .archive_notice_inner {
		width: auto !important;
		margin: 0 16px !important;
		padding: 9px 0 !important;
	}

	body.archive-interior #header,
	body.archive-auth #header,
	body.archive-interior #header_wrapper,
	body.archive-auth #header_wrapper {
		min-height: 72px;
		height: 72px !important;
	}

	body.archive-interior #header_wrapper,
	body.archive-auth #header_wrapper {
		width: var(--archive-shell) !important;
	}

	body.archive-interior #logo img,
	body.archive-auth #logo img {
		width: 220px !important;
	}

	.archive-menu-button {
		display: grid;
	}

	body.archive-interior #navigation,
	body.archive-auth #navigation {
		position: absolute !important;
		top: 72px;
		right: -16px;
		left: -16px;
		z-index: 20;
		display: block;
		margin: 0 !important;
		padding: 10px 16px 22px !important;
		border-bottom: 1px solid var(--archive-line);
		background: var(--archive-paper-bright) !important;
		box-shadow: 0 18px 32px rgb(23 23 19 / 12%);
		opacity: 0;
		pointer-events: none;
		transform: translateY(-12px);
		transition: opacity 180ms ease, transform 180ms ease;
	}

	body.archive-interior.archive-nav-open #navigation,
	body.archive-auth.archive-nav-open #navigation {
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0);
	}

	body.archive-interior #navigation ul,
	body.archive-auth #navigation ul {
		display: grid !important;
		gap: 0;
	}

	body.archive-interior #navigation a,
	body.archive-auth #navigation a {
		display: flex !important;
		min-height: 48px;
		padding: 13px 4px !important;
		align-items: center;
		border-bottom: 1px solid var(--archive-line) !important;
		font-family: "DM Serif Display", Georgia, serif !important;
		font-size: 24px !important;
		font-weight: 400 !important;
	}

	body.archive-interior #navigation li:last-child a,
	body.archive-auth #navigation li:last-child a {
		border-bottom: 0 !important;
	}

	body.archive-interior #navigation a::after,
	body.archive-auth #navigation a::after {
		display: none;
	}

	body.archive-interior #navigation a[aria-current="page"],
	body.archive-auth #navigation a[aria-current="page"] {
		color: var(--archive-red) !important;
	}

	body.archive-interior #content,
	body.archive-auth #content {
		padding: 36px 0 64px !important;
	}

	body.archive-interior #content h1,
	body.archive-auth #content h1 {
		margin-bottom: 28px !important;
		padding-bottom: 20px !important;
		font-size: clamp(40px, 11vw, 50px) !important;
		line-height: 1 !important;
	}

	body.archive-interior #content h2,
	body.archive-auth #content h2 {
		font-size: 31px !important;
		line-height: 1.08 !important;
	}

	body.archive-interior #content p,
	body.archive-interior #content li,
	body.archive-auth #content p,
	body.archive-auth #content li {
		font-size: 16px;
		line-height: 1.7;
	}

	body.archive-interior .filme > .film {
		grid-template-columns: 1fr;
		gap: 18px;
		padding: 26px 0 !important;
	}

	body.archive-interior .filme .pic img {
		height: min(56vw, 220px) !important;
	}

	body.archive-interior[data-page-type="film-collection"] #content {
		display: block;
	}

	body.archive-interior[data-page-type="film-collection"] #content > .film {
		min-height: 0;
		margin-bottom: 28px !important;
	}

	body.archive-interior[data-page-type="film-collection"] #content > .film .pic img {
		height: min(58vw, 230px) !important;
	}

	body.archive-interior .blogentry {
		padding: 26px 0 34px !important;
	}

	body.archive-interior .blogentry iframe,
	body.archive-interior #content iframe {
		min-height: 220px;
	}

	body.archive-interior #galleries .gallery {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	body.archive-interior #galleries .preview img {
		height: 230px !important;
	}

	body.archive-interior #gallery {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
	}

	body.archive-interior #footer_inner,
	body.archive-auth #footer_inner {
		grid-template-columns: 1fr;
		gap: 10px;
		padding: 28px 0 34px !important;
	}

	body.archive-interior #footer_right,
	body.archive-auth #footer_right {
		order: initial;
	}

	body.archive-interior #footer a,
	body.archive-auth #footer a {
		display: inline-flex;
		min-height: 44px;
		align-items: center;
	}

	body.archive-auth .archive_login {
		padding: 20px;
	}

	body.archive-interior #content td:first-child,
	body.archive-auth #content td:first-child {
		width: 31%;
		padding-right: 12px;
	}

	body.archive-interior input[type="text"],
	body.archive-interior input[type="search"],
	body.archive-interior input[type="email"],
	body.archive-interior input[type="password"],
	body.archive-interior textarea,
	body.archive-auth input[type="password"] {
		font-size: 16px !important;
	}
}

@media (max-width: 480px) {
	body.archive-interior #logo img,
	body.archive-auth #logo img {
		width: min(205px, calc(100vw - 96px)) !important;
	}

	body.archive-interior .blogentry .date {
		font-size: 10px !important;
		letter-spacing: .055em;
	}

	body.archive-interior #gallery {
		gap: 6px;
	}
}

@media (prefers-reduced-motion: reduce) {
	* {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
	}
}
