.artulu-250-page {
	background: #f7f5f0;
	color: #141414;
}

.artulu-250-hero {
	background: #030303;
	color: #fff;
	min-height: 500px;
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
}

.artulu-250-hero:before {
	content: "";
	position: absolute;
	inset: 0;
	box-shadow: inset 14px 0 #bd1230, inset -14px 0 #1e5bb8;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	pointer-events: none;
}

.artulu-250-hero-inner {
	position: relative;
	width: min(1120px, calc(100% - 48px));
	margin: 0 auto;
	padding: 34px 0 54px;
	min-height: 460px;
}

.artulu-250-mark {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 300px;
	line-height: 0.78;
	font-weight: 900;
	letter-spacing: 0;
	position: absolute;
	right: 10px;
	top: 150px;
	width: min(850px, 82%);
	height: 285px;
	text-transform: uppercase;
	z-index: 1;
	isolation: isolate;
	pointer-events: none;
}

.artulu-250-mark span {
	position: absolute;
	display: block;
	mix-blend-mode: normal;
	text-shadow: 0 8px 34px rgba(0, 0, 0, 0.46);
}

.artulu-250-mark span:nth-child(1) {
	color: #c91937;
	opacity: 0.84;
	left: 0;
	top: 0;
	-webkit-text-stroke: 0;
	text-stroke: 0;
	z-index: 1;
}

.artulu-250-mark span:nth-child(2) {
	color: #ffffff;
	opacity: 0.44;
	left: 142px;
	top: 76px;
	-webkit-text-stroke: 0;
	text-stroke: 0;
	text-shadow: 2px 0 0 rgba(30, 91, 184, 0.55), 0 8px 38px rgba(120, 178, 224, 0.24);
	z-index: 3;
}

.artulu-250-mark span:nth-child(3) {
	color: #1e56b0;
	opacity: 0.78;
	left: 268px;
	top: 60px;
	-webkit-text-stroke: 0;
	text-stroke: 0;
	z-index: 2;
}

.artulu-250-hero-copy {
	position: absolute;
	left: 20px;
	bottom: 42px;
	z-index: 6;
	max-width: 820px;
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.7);
}

.artulu-250-kicker {
	margin: 0 0 12px;
	color: #f2f2f2;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0;
	font-weight: 700;
}

.artulu-250-page h1 {
	color: #fff;
	font-size: 58px;
	line-height: 1.02;
	margin: 0;
	max-width: 780px;
	letter-spacing: 0;
}

.artulu-250-intro {
	width: min(1040px, calc(100% - 40px));
	margin: 0 auto;
	padding: 44px 0 24px;
}

.artulu-250-intro p {
	font-size: 20px;
	line-height: 1.55;
	max-width: 820px;
	margin: 0;
}

.artulu-250-gallery {
	width: min(1320px, calc(100% - 36px));
	margin: 0 auto;
	padding: 20px 0 72px;
}

.artulu-250-story-paths {
	width: min(1120px, calc(100% - 40px));
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	padding: 10px 0 30px;
}

.artulu-250-story-card {
	background: #111;
	color: #fff;
	border-radius: 6px;
	padding: 0 0 18px;
	min-height: 340px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	border-top: 4px solid #bd1230;
	box-shadow: inset 0 -3px #1e5bb8;
	text-decoration: none;
	overflow: hidden;
}

.artulu-250-story-card img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	display: block;
	opacity: 0.72;
	background: #050505;
}

.artulu-250-story-card p {
	margin: 14px 18px 8px;
	font-size: 12px;
	font-weight: 800;
	color: #ef3340;
	text-transform: uppercase;
}

.artulu-250-story-card h2 {
	margin: 0 18px 6px;
	font-size: 28px;
	line-height: 1.12;
	color: #fff;
	letter-spacing: 0;
}

.artulu-250-story-card span {
	display: block;
	font-size: 14px;
	line-height: 1.45;
	color: #ddd;
	margin: 0 18px;
}

.artulu-250-timeline {
	width: min(1120px, calc(100% - 40px));
	margin: 0 auto 18px;
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	border-top: 3px solid #b60d2f;
	border-bottom: 3px solid #115aa8;
	background: #fff;
}

.artulu-250-timeline a {
	color: #111;
	text-decoration: none;
	padding: 14px 12px;
	border-right: 1px solid rgba(0, 0, 0, 0.12);
	display: grid;
	gap: 3px;
}

.artulu-250-timeline a:last-child {
	border-right: 0;
}

.artulu-250-timeline strong {
	font-size: 13px;
	color: #b60d2f;
}

.artulu-250-timeline span {
	font-size: 14px;
	line-height: 1.25;
}

.artulu-250-era {
	padding: 38px 0 18px;
	border-top: 1px solid rgba(0, 0, 0, 0.16);
}

.artulu-250-era-header {
	display: grid;
	grid-template-columns: 150px 1fr;
	gap: 10px 24px;
	align-items: baseline;
	margin-bottom: 22px;
}

.artulu-250-era-header p {
	grid-row: span 2;
	margin: 0;
	color: #b60d2f;
	font-weight: 900;
	font-size: 18px;
}

.artulu-250-era-header h2 {
	margin: 0;
	font-size: 32px;
	line-height: 1.1;
	letter-spacing: 0;
}

.artulu-250-era-header span {
	font-size: 17px;
	line-height: 1.45;
	color: #444;
}

.artulu-250-era-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 28px;
}

.artulu-250-card {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.14);
	border-radius: 6px;
	overflow: hidden;
	position: relative;
	display: block;
}

.artulu-250-card-jump {
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 2;
	background: rgba(0, 0, 0, 0.74);
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: 800;
	padding: 5px 7px;
	border-radius: 4px;
}

.artulu-250-card-media {
	background: #101010;
	overflow: hidden;
	position: relative;
}

.artulu-250-card-media img {
	width: 100%;
	height: auto;
	display: block;
}

.artulu-250-card:nth-child(even) .artulu-250-card-media {
	order: 0;
}

.artulu-250-card-copy {
	padding: 28px 30px;
	min-width: 0;
}

.artulu-250-card-copy h3 {
	font-size: 34px;
	line-height: 1.18;
	margin: 0 0 8px;
	letter-spacing: 0;
	overflow-wrap: normal;
	word-break: normal;
	hyphens: none;
}

.artulu-250-card details {
	margin-top: 12px;
}

.artulu-250-card summary {
	cursor: pointer;
	font-weight: 800;
	color: #115aa8;
}

.artulu-250-card details p {
	font-size: 14px;
	line-height: 1.48;
	margin: 10px 0 0;
}

.artulu-250-card dl {
	display: grid;
	grid-template-columns: 74px 1fr;
	gap: 6px 10px;
	font-size: 13px;
	line-height: 1.35;
}

.artulu-250-card dt {
	font-weight: 800;
}

.artulu-250-card dd {
	margin: 0;
}

.artulu-250-empty-line {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.14);
	border-radius: 6px;
	padding: 16px;
}

.artulu-250-editor-content {
	width: min(1040px, calc(100% - 40px));
	margin: 0 auto;
	padding: 0 0 72px;
}

.artulu-250-lens-hero {
	min-height: 460px;
}

.artulu-250-lens-hero .artulu-250-hero-inner {
	min-height: 420px;
}

.artulu-250-lens-intro {
	padding-bottom: 18px;
}

.artulu-250-lens-nav {
	width: min(1120px, calc(100% - 40px));
	margin: 0 auto 28px;
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	background: #fff;
	border-top: 3px solid #bd1230;
	border-bottom: 3px solid #1e5bb8;
}

.artulu-250-lens-nav a {
	color: #111;
	text-decoration: none;
	padding: 13px 12px;
	font-size: 13px;
	line-height: 1.25;
	font-weight: 800;
	border-right: 1px solid rgba(0, 0, 0, 0.12);
}

.artulu-250-lens-nav a:last-child {
	border-right: 0;
}

.artulu-250-lens-nav a.is-active {
	background: #111;
	color: #fff;
}

.artulu-250-lens-body {
	width: min(1280px, calc(100% - 36px));
	margin: 0 auto;
	padding: 0 0 76px;
}

.artulu-250-feature-list {
	display: grid;
	gap: 38px;
}

.artulu-250-feature {
	display: block;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.14);
	border-radius: 6px;
	overflow: hidden;
}

.artulu-250-feature-media {
	background: #0d0d0d;
	overflow: hidden;
	position: relative;
}

.artulu-250-feature-media img {
	width: 100%;
	height: auto;
	display: block;
}

.artulu-250-feature:nth-child(even) .artulu-250-feature-media {
	order: 0;
}

.artulu-250-frame-corner-control {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 3;
	max-width: calc(100% - 20px);
}

.artulu-250-frame-corner-control .artulu-fc-post-design-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 30px;
	padding: 8px 10px;
	border: 1px solid rgba(255, 255, 255, 0.9);
	background: transparent;
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0;
	text-transform: uppercase;
	cursor: pointer;
	position: static !important;
	z-index: 3;
	display: inline-flex !important;
	border-radius: 2px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18), 0 0 0 1px rgba(0, 0, 0, 0.18);
	font-family: Arial, sans-serif;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
}

.artulu-250-frame-corner-control .artulu-fc-post-design-button:hover,
.artulu-250-frame-corner-control .artulu-fc-post-design-button:focus {
	background: rgba(0, 0, 0, 0.78);
	color: #fff;
	outline: none;
}

.artulu-fc-post-menu.artulu-250-frame-corner-menu {
	position: fixed;
	z-index: 9999;
	display: grid;
	gap: 6px;
	width: 224px;
	max-width: calc(100vw - 52px);
	padding: 6px;
	background: #fff;
	border: 1px solid #d8d2c6;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

.artulu-fc-post-menu.artulu-250-frame-corner-menu button {
	background: #fff;
	border: 1px solid #d8d2c6;
	border-radius: 3px;
	color: #111;
	cursor: pointer;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0;
	min-height: 36px;
	padding: 0 14px;
	text-transform: uppercase;
}

.artulu-fc-post-menu.artulu-250-frame-corner-menu button:hover,
.artulu-fc-post-menu.artulu-250-frame-corner-menu button:focus {
	background: #111;
	color: #fff;
}

.artulu-fc-post-menu.artulu-250-frame-corner-menu button:disabled {
	cursor: wait;
	opacity: 0.6;
}

.artulu-fc-post-menu.artulu-250-frame-corner-menu .artulu-fc-post-message {
	color: #6f6b63;
	font: 400 12px/1.3 Arial, sans-serif;
	max-width: 230px;
	padding: 2px 4px;
}

.artulu-250-feature-copy {
	padding: 34px 36px;
	min-width: 0;
}

.artulu-250-feature-copy h2 {
	font-size: 38px;
	line-height: 1.06;
	margin: 0 0 10px;
	letter-spacing: 0;
	overflow-wrap: normal;
	word-break: normal;
	hyphens: none;
}

.artulu-250-feature-copy p {
	font-size: 16px;
	line-height: 1.55;
	margin: 12px 0 0;
}

.artulu-250-feature-copy dl {
	display: grid;
	grid-template-columns: 96px 1fr;
	gap: 8px 14px;
	margin: 22px 0 0;
	font-size: 14px;
	line-height: 1.35;
}

.artulu-250-feature-copy dt {
	font-weight: 900;
	color: #bd1230;
}

.artulu-250-feature-copy dd {
	margin: 0;
}

.artulu-250-artwork {
	display: grid;
	grid-template-columns: minmax(280px, 0.95fr) minmax(280px, 1.05fr);
	gap: 34px;
	padding: 36px 0;
	border-top: 1px solid rgba(20, 20, 20, 0.16);
	align-items: center;
}

.artulu-250-artwork-media {
	background: #111;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	border-radius: 4px;
}

.artulu-250-artwork-media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.artulu-250-artwork-copy h2 {
	font-size: 34px;
	line-height: 1.1;
	margin: 0 0 10px;
	color: #111;
	letter-spacing: 0;
}

.artulu-250-number {
	font-size: 13px;
	font-weight: 800;
	color: #b60d2f;
	margin: 0 0 10px;
}

.artulu-250-artist {
	font-weight: 700;
	margin: 0 0 8px;
}

.artulu-250-details {
	color: #555;
	font-size: 14px;
	line-height: 1.45;
}

.artulu-250-empty {
	border: 1px solid rgba(0, 0, 0, 0.18);
	border-radius: 6px;
	padding: 24px;
	background: #fff;
}

.artulu-nga-artwork-fragment {
	margin: 28px 0;
}

.artulu-nga-artwork-fragment img {
	max-width: 100%;
	height: auto;
	display: block;
	border-radius: 4px;
}

.artulu-nga-artwork-fragment figcaption {
	margin-top: 12px;
	display: grid;
	gap: 3px;
}

.artulu-nga-admin .artulu-nga-panel,
.artulu-nga-result,
.artulu-nga-empty,
.artulu-nga-stats span {
	background: #fff;
	border: 1px solid #dcdcde;
	border-radius: 6px;
}

.artulu-nga-panel {
	padding: 18px;
	margin: 18px 0;
}

.artulu-nga-panel h2 {
	margin-top: 0;
}

.artulu-nga-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 16px 0;
}

.artulu-nga-stats span {
	display: inline-flex;
	gap: 6px;
	align-items: baseline;
	padding: 10px 12px;
}

.artulu-nga-search-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(150px, 1fr));
	gap: 12px;
	align-items: end;
	background: #fff;
	border: 1px solid #dcdcde;
	border-radius: 6px;
	padding: 16px;
	margin: 16px 0;
}

.artulu-nga-search-grid label {
	display: grid;
	gap: 4px;
	font-weight: 600;
}

.artulu-nga-search-grid input[type="search"],
.artulu-nga-search-grid input[type="number"],
.artulu-nga-panel select {
	width: 100%;
}

.artulu-nga-checkbox {
	align-self: center;
	display: flex !important;
	grid-template-columns: none !important;
	flex-direction: row;
	gap: 8px !important;
}

.artulu-nga-batch-actions,
.artulu-nga-actions,
.artulu-nga-result-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
}

.artulu-nga-queue-status {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	margin: 12px 0 0;
}

.artulu-nga-results {
	display: grid;
	gap: 14px;
	margin-top: 16px;
}

.artulu-nga-result {
	display: grid;
	grid-template-columns: 168px 1fr;
	gap: 16px;
	padding: 12px;
}

.artulu-nga-thumb {
	background: #111;
	border-radius: 4px;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}

.artulu-nga-thumb img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.artulu-nga-result h2 {
	margin: 0 0 4px;
	font-size: 19px;
	line-height: 1.25;
}

.artulu-nga-result p {
	margin: 6px 0;
}

.artulu-nga-meta {
	font-weight: 700;
}

.artulu-nga-result-text {
	margin: 8px 0;
}

.artulu-nga-result-text summary {
	cursor: pointer;
	font-weight: 700;
}

.artulu-nga-post-picker {
	display: grid;
	gap: 8px;
}

.artulu-nga-selected {
	border: 1px solid #dcdcde;
	background: #fff;
	border-radius: 4px;
	padding: 8px;
	display: grid;
	gap: 4px;
}

.artulu-nga-picker-results {
	display: grid;
	gap: 8px;
	max-height: 320px;
	overflow: auto;
}

.artulu-nga-picker-item {
	display: grid;
	grid-template-columns: 48px 1fr;
	gap: 8px;
	border: 1px solid #dcdcde;
	border-radius: 4px;
	padding: 6px;
	background: #fff;
	cursor: pointer;
	text-align: left;
	width: 100%;
}

.artulu-nga-picker-item img {
	width: 48px;
	height: 48px;
	object-fit: contain;
	background: #111;
}

.artulu-nga-picker-item strong,
.artulu-nga-picker-item span {
	display: block;
}

.artulu-nga-picker-item span {
	font-size: 12px;
	color: #555;
}

@media (max-width: 1180px) {
	.artulu-250-card-copy h3,
	.artulu-250-feature-copy h2 {
		font-size: 32px;
	}
}

@media (max-width: 900px) {
	.artulu-250-hero {
		min-height: 500px;
	}

	.artulu-250-mark {
		font-size: 190px;
		right: 10px;
		top: 172px;
		width: min(640px, 100%);
		height: 184px;
	}

	.artulu-250-mark span:nth-child(2) {
		left: 88px;
		top: 48px;
	}

	.artulu-250-mark span:nth-child(3) {
		left: 168px;
		top: 38px;
	}

	.artulu-250-page h1 {
		font-size: 42px;
	}

	.artulu-250-artwork,
	.artulu-nga-result,
	.artulu-nga-search-grid,
	.artulu-250-story-paths,
	.artulu-250-timeline,
	.artulu-250-era-grid,
	.artulu-250-card,
	.artulu-250-lens-nav,
	.artulu-250-feature {
		grid-template-columns: 1fr;
	}

	.artulu-250-era-header {
		grid-template-columns: 1fr;
	}

	.artulu-250-card:nth-child(even) .artulu-250-card-media,
	.artulu-250-feature:nth-child(even) .artulu-250-feature-media {
		order: 0;
	}

	.artulu-250-feature-copy h2 {
		font-size: 30px;
	}
}

@media (max-width: 560px) {
	.artulu-250-hero-inner {
		width: min(100% - 28px, 1120px);
		padding: 38px 0 54px;
	}

	.artulu-250-mark {
		font-size: 128px;
		height: 128px;
		top: 168px;
		bottom: auto;
	}

	.artulu-250-mark span:nth-child(2) {
		left: 58px;
		top: 32px;
	}

	.artulu-250-mark span:nth-child(3) {
		left: 112px;
		top: 26px;
	}

	.artulu-250-hero-copy {
		left: 14px;
		bottom: 42px;
	}

	.artulu-250-page h1 {
		font-size: 34px;
	}

	.artulu-250-intro p {
		font-size: 17px;
	}

	.artulu-250-card-copy,
	.artulu-250-feature-copy {
		padding: 20px;
	}

	.artulu-250-feature {
		padding: 0;
	}

	.artulu-250-card {
		padding: 0;
	}

	.artulu-250-card-copy h3,
	.artulu-250-feature-copy h2 {
		font-size: 25px;
	}

	.artulu-250-feature-copy dl {
		grid-template-columns: 1fr;
	}
}

.artulu-250-card,
.artulu-250-feature {
	display: block;
	grid-template-columns: none;
	padding: 0;
	overflow: hidden;
}

.artulu-250-card-media,
.artulu-250-feature-media {
	background: #101010;
	min-height: 0 !important;
	overflow: hidden;
}

.artulu-250-card-media img,
.artulu-250-feature-media img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.artulu-250-card-copy,
.artulu-250-feature-copy {
	padding: 30px;
	min-width: 0;
}

.artulu-250-card-copy h3,
.artulu-250-feature-copy h2 {
	max-width: 100%;
	overflow-wrap: normal;
	word-break: normal;
	hyphens: none;
}

@media (max-width: 560px) {
	.artulu-250-card-copy,
	.artulu-250-feature-copy {
		padding: 22px;
	}

	.artulu-250-frame-corner-control {
		right: 10px;
		top: 10px;
		max-width: calc(100% - 20px);
	}

	.artulu-250-frame-corner-control .artulu-fc-post-design-button {
		min-height: 30px;
		padding: 7px 9px;
		font-size: 11px;
	}

	.artulu-fc-post-menu.artulu-250-frame-corner-menu {
		bottom: 14px !important;
		left: 12px !important;
		right: 12px !important;
		top: auto !important;
		width: 210px;
	}

	.artulu-fc-post-menu.artulu-250-frame-corner-menu button {
		font-size: 13px;
		min-height: 48px;
	}

	.artulu-fc-post-menu.artulu-250-frame-corner-menu .artulu-fc-post-message {
		max-width: none;
	}
}
