.art-news-page {
	background: var(--eg-paper);
}

.art-news-main {
	color: var(--eg-ink);
}

.art-news-main a {
	-webkit-tap-highlight-color: transparent;
}

.art-news-eyebrow {
	margin: 0;
	color: var(--eg-clay);
	font-family: var(--ieum-font-body);
	font-size: var(--ieum-type-label);
	font-weight: 800;
	letter-spacing: var(--ieum-tracking-label);
	line-height: 1.25;
	text-transform: uppercase;
}

.art-news-hero,
.art-news-lead,
.art-news-topics,
.art-news-next {
	width: min(var(--ieum-content-wide), calc(100% - 3rem));
	margin-inline: auto;
}

.art-news-hero {
	display: grid;
	grid-template-columns: 110px minmax(0, 1.25fr) minmax(360px, 0.82fr);
	min-height: 620px;
	border-inline: 1px solid var(--eg-line);
}

.art-news-hero__rail {
	display: flex;
	flex-direction: column;
	padding: 4.5rem 1.5rem 2rem;
	border-right: 1px solid var(--eg-line);
	color: var(--eg-clay);
}

.art-news-hero__rail > span {
	font-size: 1.05rem;
	font-weight: 800;
	letter-spacing: 0.08em;
}

.art-news-hero__rail > i {
	width: 1.4rem;
	height: 2px;
	margin-top: 1rem;
	background: currentColor;
}

.art-news-hero__rail > small {
	margin-top: auto;
	color: var(--eg-ink);
	font-size: 0.62rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	line-height: 1.6;
}

.art-news-hero__copy {
	display: flex;
	justify-content: center;
	flex-direction: column;
	min-width: 0;
	padding: 4.5rem clamp(2rem, 4.5vw, 4.75rem);
}

.art-news-hero__copy h1 {
	max-width: 690px;
	margin: 1.15rem 0 2rem;
	font-family: var(--ieum-font-body);
	font-size: var(--ieum-type-page-hero);
	font-weight: 300;
	letter-spacing: -0.062em;
	line-height: 1.06;
	word-break: keep-all;
}

.art-news-hero__copy h1 strong {
	font-family: var(--ieum-font-display);
	font-weight: 700;
}

.art-news-hero__copy > p:last-child {
	max-width: 520px;
	margin: 0;
	font-size: var(--ieum-type-lead);
	line-height: 1.82;
	word-break: keep-all;
}

.art-news-hero__principles {
	display: grid;
	grid-template-rows: repeat(3, minmax(0, 1fr));
	border-left: 1px solid var(--eg-line);
	background: #eee7da;
}

.art-news-hero__principles article {
	position: relative;
	display: grid;
	align-content: center;
	grid-template-columns: 2rem minmax(0, 1fr);
	gap: 0.45rem 1.1rem;
	padding: 2rem;
	border-bottom: 1px solid var(--eg-line);
}

.art-news-hero__principles article:last-child {
	border-bottom: 0;
}

.art-news-hero__principles span {
	grid-row: 1 / 3;
	color: var(--eg-clay);
	font-size: 0.72rem;
	font-weight: 800;
}

.art-news-hero__principles strong {
	font-size: 1.35rem;
	font-weight: 600;
	letter-spacing: -0.035em;
	line-height: 1.3;
}

.art-news-hero__principles p {
	margin: 0;
	color: #59655e;
	font-size: 0.9rem;
	line-height: 1.65;
	word-break: keep-all;
}

.art-news-lead {
	display: grid;
	grid-template-columns: minmax(230px, 0.58fr) minmax(0, 1.65fr);
	gap: clamp(2.5rem, 6vw, 6.5rem);
	padding-block: clamp(2.5rem, 5vw, 4.5rem) clamp(5rem, 9vw, 8rem);
	scroll-margin-top: 6rem;
}

.art-news-section-heading h1,
.art-news-section-heading h2,
.art-news-topics > header h2,
.art-news-policy__heading h2 {
	margin: 1rem 0 1.5rem;
	font-family: var(--ieum-font-body);
	font-size: var(--ieum-type-section-title);
	font-weight: 300;
	letter-spacing: var(--ieum-tracking-title);
	line-height: 1.22;
	word-break: keep-all;
}

.art-news-section-heading h1 strong,
.art-news-section-heading h2 strong,
.art-news-policy__heading h2 strong {
	font-family: var(--ieum-font-display);
	font-weight: 700;
}

.art-news-section-heading > p:last-child,
.art-news-topics > header > p:last-child {
	max-width: 330px;
	margin: 0;
	color: #59655e;
	line-height: var(--ieum-leading-reading);
	word-break: keep-all;
}

.art-news-feature {
	display: grid;
	grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
	min-height: 560px;
	overflow: hidden;
	border: 1px solid var(--eg-line);
	border-radius: 1.15rem;
	background: #fffdf9;
	box-shadow: 0 24px 55px rgba(29, 39, 33, 0.08);
}

.art-news-feature__visual {
	position: relative;
	overflow: hidden;
	min-height: 100%;
	background: var(--eg-moss);
}

.art-news-feature__visual::before {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(247, 244, 238, 0.09) 1px, transparent 1px),
		linear-gradient(90deg, rgba(247, 244, 238, 0.09) 1px, transparent 1px);
	background-size: 52px 52px;
	content: "";
}

.art-news-feature__visual > span {
	position: absolute;
	top: 12%;
	left: 17%;
	width: 52%;
	aspect-ratio: 1;
	border: 2px solid rgba(247, 244, 238, 0.78);
	border-radius: 50%;
}

.art-news-feature__visual > i {
	position: absolute;
	right: 8%;
	bottom: 18%;
	width: 60%;
	height: 42%;
	background: var(--eg-clay);
}

.art-news-feature__visual > b {
	position: absolute;
	bottom: 16%;
	left: 10%;
	width: 58%;
	height: 3px;
	background: #f7f4ee;
	transform: rotate(-31deg);
	transform-origin: left;
}

.art-news-feature__visual > em {
	position: absolute;
	right: 1.5rem;
	bottom: 1.35rem;
	z-index: 2;
	color: #fffaf1;
	font-size: 0.7rem;
	font-style: normal;
	font-weight: 800;
	letter-spacing: 0.12em;
	line-height: 1.5;
	text-align: right;
}

.art-news-feature__copy {
	display: flex;
	flex-direction: column;
	padding: clamp(2rem, 4vw, 3.75rem);
}

.art-news-feature__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 1.1rem;
	border-bottom: 1px solid var(--eg-line);
	color: #667269;
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.08em;
}

.art-news-feature__category {
	margin: auto 0 0.85rem;
	padding-top: 2rem;
	color: var(--eg-clay);
	font-size: 0.82rem;
	font-weight: 800;
}

.art-news-feature h3 {
	margin: 0;
	font-family: var(--ieum-font-display);
	font-size: clamp(2.1rem, 3.5vw, 3.6rem);
	font-weight: 700;
	letter-spacing: -0.06em;
	line-height: 1.08;
	word-break: keep-all;
}

.art-news-feature__copy > p:not(.art-news-feature__category) {
	margin: 1.5rem 0 0;
	color: #536158;
	line-height: 1.78;
	word-break: keep-all;
}

.art-news-feature__status {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-top: auto;
	padding-top: 1.25rem;
	border-top: 1px solid var(--eg-line);
	font-size: 0.78rem;
}

.art-news-feature__status span {
	color: #667269;
}

.art-news-feature__status strong {
	font-weight: 700;
	text-align: right;
}

.art-news-feature__source {
	margin-top: 1rem !important;
	font-size: 0.8rem;
	font-weight: 800;
}

.art-news-feature__source a {
	display: inline-flex;
	gap: 0.5rem;
	padding-bottom: 0.3rem;
	border-bottom: 1px solid currentColor;
	color: var(--eg-ink);
	text-decoration: none;
}

.art-news-lead--second {
	border-top: 1px solid var(--eg-line);
}

.art-news-lead--third {
	border-top: 1px solid var(--eg-line);
}

.art-news-lead--fourth,
.art-news-lead--fifth,
.art-news-lead--sixth,
.art-news-lead--seventh,
.art-news-lead--eighth,
.art-news-lead--ninth {
	border-top: 1px solid var(--eg-line);
}

.art-news-feature--provenance .art-news-feature__visual {
	background: #ddd1b7;
}

.art-news-feature--provenance .art-news-feature__visual::before {
	background-image:
		linear-gradient(rgba(29, 39, 33, 0.11) 1px, transparent 1px),
		linear-gradient(90deg, rgba(29, 39, 33, 0.11) 1px, transparent 1px);
}

.art-news-feature--provenance .art-news-feature__visual > span {
	border-color: var(--eg-ink);
	border-radius: 0;
	transform: rotate(12deg);
}

.art-news-feature--provenance .art-news-feature__visual > i {
	background: var(--eg-moss);
}

.art-news-feature--provenance .art-news-feature__visual > b {
	background: var(--eg-clay);
	transform: rotate(31deg);
}

.art-news-feature--provenance .art-news-feature__visual > em {
	color: var(--eg-ink);
}

.art-news-feature--technology .art-news-feature__visual {
	background: #17354c;
}

.art-news-feature--technology .art-news-feature__visual::before {
	background-image:
		linear-gradient(rgba(255, 253, 248, 0.12) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 253, 248, 0.12) 1px, transparent 1px);
}

.art-news-feature--technology .art-news-feature__visual > span {
	border-color: #fffdf8;
	border-radius: 0;
	transform: rotate(45deg);
}

.art-news-feature--technology .art-news-feature__visual > i {
	background: #3f87bd;
	transform: rotate(-26deg);
}

.art-news-feature--technology .art-news-feature__visual > b {
	background: #d4a41f;
	transform: rotate(31deg);
}

.art-news-feature--technology .art-news-feature__visual > em {
	color: #fffdf8;
}

.art-news-feature--research .art-news-feature__visual {
	background: #7b554d;
}

.art-news-feature--research .art-news-feature__visual > span {
	border-color: #f5e9db;
	border-radius: 50% 50% 8% 50%;
	transform: rotate(18deg);
}

.art-news-feature--research .art-news-feature__visual > i {
	background: #d7b57a;
	transform: rotate(-13deg);
}

.art-news-feature--research .art-news-feature__visual > b {
	background: #f2d9c8;
	transform: rotate(42deg);
}

.art-news-feature--authorship .art-news-feature__visual {
	background: #405c6d;
}

.art-news-feature--authorship .art-news-feature__visual > span {
	border-color: #f8f2e8;
	border-radius: 50%;
	transform: scale(0.86);
}

.art-news-feature--authorship .art-news-feature__visual > i {
	background: #8fb4c6;
	transform: rotate(34deg);
}

.art-news-feature--authorship .art-news-feature__visual > b {
	background: var(--eg-clay);
	transform: rotate(-24deg);
}

.art-news-feature--resilience .art-news-feature__visual {
	background: #713b2d;
}

.art-news-feature--resilience .art-news-feature__visual > span {
	border-color: #f4d2a9;
	border-radius: 50% 8% 50% 50%;
	transform: rotate(-35deg);
}

.art-news-feature--resilience .art-news-feature__visual > i {
	background: #e1884d;
	transform: rotate(18deg);
}

.art-news-feature--resilience .art-news-feature__visual > b {
	background: #1f4338;
	transform: rotate(54deg);
}

.art-news-feature--anonymity .art-news-feature__visual {
	background: #584d63;
}

.art-news-feature--anonymity .art-news-feature__visual > span {
	border-color: #f0dec6;
	border-radius: 50% 50% 8% 8%;
	transform: rotate(9deg);
}

.art-news-feature--anonymity .art-news-feature__visual > i {
	background: #ba8f62;
	transform: rotate(-31deg);
}

.art-news-feature--anonymity .art-news-feature__visual > b {
	background: #d8c8bc;
	transform: rotate(17deg);
}

.art-news-feature--attribution .art-news-feature__visual {
	background: #274f59;
}

.art-news-feature--attribution .art-news-feature__visual > span {
	border-color: #e9ddc7;
	border-radius: 50%;
	transform: scale(0.78);
}

.art-news-feature--attribution .art-news-feature__visual > i {
	background: #7aa4ad;
	transform: rotate(43deg);
}

.art-news-feature--attribution .art-news-feature__visual > b {
	background: #d89a4d;
	transform: rotate(-38deg);
}

.art-news-feature--collection .art-news-feature__visual {
	background: #665832;
}

.art-news-feature--collection .art-news-feature__visual > span {
	border-color: #f7ead0;
	border-radius: 8% 50% 50% 50%;
	transform: rotate(-18deg);
}

.art-news-feature--collection .art-news-feature__visual > i {
	background: #cfad55;
	transform: rotate(27deg);
}

.art-news-feature--collection .art-news-feature__visual > b {
	background: #b55b45;
	transform: rotate(59deg);
}

.art-news-feature__sources {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1.25rem;
}

.art-news-feature__sources .art-news-feature__source {
	margin-top: 1rem !important;
}

.art-news-topics {
	display: grid;
	grid-template-columns: minmax(230px, 0.58fr) minmax(0, 1.65fr);
	gap: clamp(2.5rem, 6vw, 6.5rem);
	padding-block: clamp(5rem, 9vw, 8rem);
	border-top: 1px solid var(--eg-line);
}

.art-news-topic-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid var(--eg-line);
	border-left: 1px solid var(--eg-line);
}

.art-news-topic-grid article {
	position: relative;
	display: flex;
	min-height: 430px;
	flex-direction: column;
	padding: 1.6rem;
	border-right: 1px solid var(--eg-line);
	border-bottom: 1px solid var(--eg-line);
	background: #fffdf9;
	transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.art-news-topic-grid article:hover,
.art-news-topic-grid article:focus-within {
	z-index: 1;
	background: var(--eg-ink);
	color: var(--eg-paper);
	transform: translateY(-5px);
}

.art-news-topic__link {
	position: absolute;
	inset: 0;
	z-index: 2;
	border: 2px solid transparent;
	border-radius: inherit;
}

.art-news-topic__link:focus-visible {
	border-color: var(--eg-clay);
	outline: 3px solid rgba(203, 77, 48, 0.25);
	outline-offset: 3px;
}

.art-news-topic__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 1.1rem;
	border-bottom: 1px solid currentColor;
	font-size: 0.72rem;
	font-weight: 800;
}

.art-news-topic__top i {
	width: 2rem;
	height: 0.45rem;
	background: var(--eg-clay);
}

.art-news-topic-grid article:nth-child(3n + 2) .art-news-topic__top i {
	background: #3f87bd;
}

.art-news-topic-grid article:nth-child(3n) .art-news-topic__top i {
	background: #d4a41f;
}

.art-news-topic__label {
	margin: auto 0 0.7rem;
	padding-top: 2.5rem;
	color: var(--eg-clay);
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.1em;
}

.art-news-topic-grid h3 {
	margin: 0;
	font-family: var(--ieum-font-display);
	font-size: var(--ieum-type-card-title);
	letter-spacing: -0.05em;
	line-height: 1.18;
	word-break: keep-all;
}

.art-news-topic-grid article > p:not(.art-news-topic__label) {
	margin: 1.2rem 0 0;
	color: #59655e;
	font-size: 0.88rem;
	line-height: 1.7;
	word-break: keep-all;
}

.art-news-topic-grid article:hover > p:not(.art-news-topic__label),
.art-news-topic-grid article:focus-within > p:not(.art-news-topic__label) {
	color: rgba(247, 244, 238, 0.78);
}

.art-news-topic__state {
	margin-top: auto;
	padding-top: 1rem;
	border-top: 1px solid currentColor;
	font-size: 0.72rem;
	font-weight: 800;
}

.art-news-policy {
	display: grid;
	grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
	gap: clamp(3rem, 8vw, 8rem);
	padding: clamp(4.5rem, 8vw, 7.5rem) max(1.5rem, calc((100vw - 1200px) / 2));
	background: var(--eg-ink);
	color: var(--eg-paper);
}

.art-news-policy__heading h2 {
	margin-bottom: 0;
	color: var(--eg-paper);
}

.art-news-policy__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.art-news-policy__copy > p {
	max-width: 670px;
	margin: 0;
	color: rgba(247, 244, 238, 0.78);
	font-size: var(--ieum-type-lead);
	line-height: 1.85;
	word-break: keep-all;
}

.art-news-policy__copy > p strong {
	color: var(--eg-paper);
}

.art-news-policy__steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 2.5rem;
	border-top: 1px solid rgba(247, 244, 238, 0.35);
	border-left: 1px solid rgba(247, 244, 238, 0.35);
}

.art-news-policy__steps span {
	display: flex;
	min-height: 130px;
	flex-direction: column;
	justify-content: space-between;
	padding: 1.2rem;
	border-right: 1px solid rgba(247, 244, 238, 0.35);
	border-bottom: 1px solid rgba(247, 244, 238, 0.35);
	font-size: 0.82rem;
	font-weight: 700;
}

.art-news-policy__steps b {
	color: var(--eg-clay);
	font-size: 0.72rem;
}

.art-news-next {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-block: clamp(4rem, 8vw, 7rem);
	border-top: 1px solid var(--eg-line);
	border-left: 1px solid var(--eg-line);
}

.art-news-next a {
	display: grid;
	min-height: 180px;
	padding: 1.5rem;
	border-right: 1px solid var(--eg-line);
	border-bottom: 1px solid var(--eg-line);
	color: var(--eg-ink);
	text-decoration: none;
	transition: background-color 180ms ease, color 180ms ease;
}

.art-news-next a:hover {
	background: var(--eg-moss);
	color: var(--eg-paper);
}

.art-news-next span {
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.1em;
}

.art-news-next strong {
	align-self: center;
	font-family: var(--ieum-font-display);
	font-size: 1.35rem;
}

.art-news-next i {
	align-self: end;
	padding-top: 0.75rem;
	border-top: 1px solid currentColor;
	font-size: 1.3rem;
	font-style: normal;
	text-align: right;
}

@media (max-width: 980px) {
	.art-news-hero {
		grid-template-columns: 90px minmax(0, 1fr);
	}

	.art-news-hero__principles {
		grid-column: 1 / -1;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		grid-template-rows: none;
		border-top: 1px solid var(--eg-line);
		border-left: 0;
	}

	.art-news-hero__principles article {
		border-right: 1px solid var(--eg-line);
		border-bottom: 0;
	}

	.art-news-hero__principles article:last-child {
		border-right: 0;
	}

	.art-news-lead,
	.art-news-topics {
		grid-template-columns: 1fr;
	}

	.art-news-section-heading > p:last-child,
	.art-news-topics > header > p:last-child {
		max-width: 600px;
	}

	.art-news-policy {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 700px) {
	.art-news-hero,
	.art-news-lead,
	.art-news-topics,
	.art-news-next {
		width: min(100% - 2rem, var(--ieum-content-wide));
	}

	.art-news-hero {
		grid-template-columns: 1fr;
		min-height: 0;
		border-top: 1px solid var(--eg-line);
	}

	.art-news-hero__rail {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-direction: row;
		padding: 1rem;
		border-right: 0;
		border-bottom: 1px solid var(--eg-line);
	}

	.art-news-hero__rail > i,
	.art-news-hero__rail > small {
		display: none;
	}

	.art-news-hero__copy {
		padding: 3.25rem 1rem 4rem;
	}

	.art-news-hero__copy h1 {
		font-size: clamp(3rem, 14vw, 4.15rem);
	}

	.art-news-hero__principles {
		grid-template-columns: 1fr;
	}

	.art-news-hero__principles article,
	.art-news-hero__principles article:last-child {
		border-right: 0;
		border-bottom: 1px solid var(--eg-line);
	}

	.art-news-hero__principles article:last-child {
		border-bottom: 0;
	}

	.art-news-feature {
		grid-template-columns: 1fr;
	}

	.art-news-lead {
		padding-top: 2rem;
	}

	.art-news-feature__visual {
		min-height: 380px;
	}

	.art-news-feature__copy {
		min-height: 480px;
	}

	.art-news-topic-grid,
	.art-news-policy__steps,
	.art-news-next {
		grid-template-columns: 1fr;
	}

	.art-news-topic-grid article {
		min-height: 360px;
	}

	.art-news-policy {
		padding: 4rem 1rem;
	}

	.art-news-policy__steps span {
		min-height: 100px;
	}

	.art-news-next a {
		min-height: 150px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.art-news-topic-grid article,
	.art-news-next a {
		transition: none;
	}
}
