/*
Theme Name: 전시가이드
Theme URI: https://example.invalid/exhibition-guide
Author: Exhibition Guide Editorial
Description: A calm, source-led Korean exhibition guide block theme.
Version: 0.1.0
Requires at least: 7.0
Requires PHP: 8.2
Text Domain: exhibition-guide
*/

@font-face {
	font-family: "LINE Seed Sans KR";
	src: url("assets/fonts/line-seed-kr/LINESeedKR-Bd.woff2") format("woff2");
	font-style: normal;
	font-weight: 700;
	font-display: swap;
}

:root {
	--eg-paper: #f7f4ee;
	--eg-ink: #1d2721;
	--eg-moss: #395b45;
	--eg-clay: #ca6548;
	--eg-sand: #e7ddca;
	--eg-line: rgba(29, 39, 33, 0.14);
}

html {
	scroll-behavior: smooth;
}

body {
	background: var(--eg-paper);
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 20;
	border-bottom: 1px solid var(--eg-line);
	background: color-mix(in srgb, var(--eg-paper) 94%, transparent);
	backdrop-filter: blur(14px);
}

.site-header-inner,
.site-footer-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 1.5rem;
}

.site-header-inner {
	min-height: 78px;
}

.site-header .wp-block-site-title {
	font-size: 1.1rem;
	font-weight: 800;
	letter-spacing: -0.04em;
}

.ieum-brand {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	line-height: 0;
	text-decoration: none;
}

.ieum-brand__lockup {
	display: block;
	width: auto;
	height: 3.5rem;
}

.site-header .wp-block-site-title a,
.site-header .wp-block-navigation-item__content {
	text-decoration: none;
}

.site-header .wp-block-navigation-item__content {
	font-size: 15px;
	font-weight: 700;
}

.site-header .wp-block-navigation__container {
	gap: 26px;
}

.site-header .wp-block-navigation-item.current-menu-item > .wp-block-navigation-item__content,
.site-header .wp-block-navigation-item__content[aria-current="page"] {
	color: var(--eg-clay);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 7px;
}

.hero-shell {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	min-height: min(680px, 78vh);
	padding: clamp(5rem, 12vw, 10rem) 1.5rem clamp(4rem, 10vw, 8rem);
	background: var(--eg-paper);
	color: #fffdf9;
}

.hero-shell::after {
	position: absolute;
	z-index: 3;
	inset: 1.5rem auto;
	left: 50%;
	width: min(1200px, calc(100% - 3rem));
	border: 1px solid rgba(255,255,255,0.22);
	border-radius: 1.25rem;
	content: '';
	pointer-events: none;
	transform: translateX(-50%);
}

.hero-artwork {
	position: absolute;
	z-index: -2;
	inset: 1.5rem auto;
	left: 50%;
	width: min(1200px, calc(100% - 3rem));
	max-width: none;
	overflow: hidden;
	border-radius: 1.25rem;
	background: #15231c;
	transform: translateX(-50%);
}

.hero-artwork__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	object-fit: cover;
	transform: scale(1.012);
	transition: opacity 1.5s ease;
}

.hero-artwork__image.is-active {
	opacity: 1;
}

.hero-artwork__image--caillebotte {
	object-position: 54% 48%;
}

.hero-artwork__image--kim {
	object-position: 51% 49%;
}

.hero-artwork__image--morisot {
	object-position: 56% 46%;
}

.hero-artwork__overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(0, 0, 0, 0.46) 0%, rgba(0, 0, 0, 0.38) 44%, rgba(0, 0, 0, 0.20) 100%),
		linear-gradient(0deg, rgba(0, 0, 0, 0.27), transparent 55%);
}

.hero-character {
	position: absolute;
	z-index: 0;
	top: 50%;
	right: clamp(-5rem, -2vw, -1rem);
	display: flex;
	align-items: center;
	gap: clamp(0.5rem, 1.8vw, 2rem);
	color: rgba(247, 244, 238, 0.2);
	font-size: clamp(12rem, 26vw, 27rem);
	font-weight: 760;
	letter-spacing: -0.18em;
	line-height: 0.72;
	transform: translateY(-48%);
	white-space: nowrap;
}

.hero-character b {
	width: clamp(2.5rem, 7vw, 8rem);
	height: clamp(0.3rem, 0.55vw, 0.5rem);
	margin-inline: clamp(-0.8rem, -0.5vw, -0.25rem);
	background: var(--eg-clay);
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.hero-copy {
	position: relative;
	z-index: 1;
	max-width: 680px;
	margin: 0 auto;
}

.hero-artwork-meta {
	position: absolute;
	z-index: 4;
	right: max(3rem, calc((100% - 1200px) / 2 + 1.5rem));
	bottom: clamp(2.2rem, 4vw, 3.4rem);
	display: flex;
	align-items: center;
	gap: 1rem;
	max-width: min(50vw, 720px);
	color: rgba(255, 253, 249, 0.84);
	text-shadow: 0 1px 18px rgba(0, 0, 0, 0.45);
}

.hero-artwork-meta p {
	display: flex;
	gap: 0.7rem;
	align-items: center;
	margin: 0;
	font-size: 0.7rem;
	line-height: 1.45;
}

.hero-artwork-meta__count {
	flex: 0 0 auto;
	font: 700 0.66rem/1 Arial, sans-serif;
	letter-spacing: 0.1em;
}

.hero-artwork-meta__license {
	color: #a8aea9;
}

.hero-artwork-meta__next {
	flex: 0 0 auto;
	padding: 0;
	border: 0;
	border-bottom: 1px solid rgba(255, 253, 249, 0.52);
	color: #fffdf9;
	background: transparent;
	font-size: 0.72rem;
	font-weight: 700;
	line-height: 1.6;
	cursor: pointer;
}

.hero-artwork-meta__next:hover,
.hero-artwork-meta__next:focus-visible {
	border-bottom-color: #fffdf9;
}

.hero-kicker,
.section-kicker,
.card-kicker {
	margin: 0 0 1rem;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.hero-title {
	max-width: 760px;
	margin: 0 !important;
	font-size: clamp(3.2rem, 8vw, 6.9rem) !important;
	font-weight: 800;
	letter-spacing: -0.075em;
	line-height: 0.95 !important;
}

.hero-intro {
	max-width: 570px;
	margin-top: 2rem !important;
	margin-right: auto !important;
	margin-left: 0 !important;
	font-size: clamp(1.05rem, 2vw, 1.25rem);
	line-height: 1.75;
}

.hero-shell .wp-block-button__link {
	padding: 0.9rem 1.25rem;
	border-radius: 999px;
	font-weight: 700;
}

.ieum-quiz-shell {
	padding: clamp(4rem, 8vw, 7rem) 1.5rem;
	background: var(--eg-sand);
}

.ieum-quiz {
	display: grid;
	grid-template-columns: minmax(16rem, 0.72fr) minmax(0, 1.28fr);
	gap: clamp(3rem, 8vw, 7rem);
	max-width: 1200px;
	margin: 0 auto;
}

.ieum-quiz__intro {
	align-self: start;
	position: sticky;
	top: 8rem;
}

.ieum-quiz__intro h2 {
	max-width: none;
	margin: 0.55rem 0 1rem;
	font-size: 50px;
	letter-spacing: -0.075em;
	line-height: 1.04;
}

.ieum-quiz__intro > p:last-child {
	max-width: 32rem;
	margin-bottom: 0;
	color: #536158;
	line-height: 1.8;
}

.ieum-quiz__stage,
.ieum-quiz__result {
	min-height: 31rem;
	padding: clamp(1.5rem, 4vw, 2.8rem);
	border: 1px solid rgba(29, 39, 33, 0.18);
}

.ieum-quiz__stage {
	border-color: var(--eg-ink);
	background: var(--eg-ink);
	color: var(--eg-paper);
}

.ieum-quiz__result {
	background: var(--eg-paper);
}

.ieum-quiz__progress {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 1px;
	margin-bottom: 3.2rem;
	background: rgba(247, 244, 238, 0.28);
}

.ieum-quiz__progress span {
	position: absolute;
	top: 0;
	left: 0;
	height: 2px;
	background: var(--eg-clay);
	transition: width 220ms ease;
}

.ieum-quiz__progress b {
	position: absolute;
	top: 0.8rem;
	right: 0;
	color: rgba(247, 244, 238, 0.68);
	font-size: 0.68rem;
	letter-spacing: 0.12em;
}

.ieum-quiz__question-number {
	margin: 0 0 0.8rem;
	color: var(--eg-clay);
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.14em;
}

.ieum-quiz__question {
	max-width: 18ch;
	margin: 0 0 2rem;
	font-size: clamp(calc(1.65rem + 3px), calc(3.2vw + 3px), calc(2.45rem + 3px));
	letter-spacing: -0.055em;
	line-height: 1.25;
}

.ieum-quiz__answers {
	display: grid;
	gap: 0.7rem;
}

.ieum-quiz__answer {
	position: relative;
	display: block;
	width: 100%;
	padding: 1rem 1rem 1rem 4rem;
	border: 1px solid rgba(29, 39, 33, 0.18);
	border-radius: 0;
	background: var(--eg-paper);
	color: var(--eg-ink);
	font: inherit;
	text-align: left;
	cursor: pointer;
	transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.ieum-quiz__answer:hover,
.ieum-quiz__answer:focus-visible {
	border-color: var(--eg-moss);
	background: #fffdf9;
	transform: translateX(0.3rem);
}

.ieum-quiz__answer-index {
	position: absolute;
	top: 50%;
	left: 0.85rem;
	transform: translateY(-50%);
	color: var(--eg-clay);
	font-size: 1.05rem;
	font-weight: 800;
	line-height: 1;
}

.ieum-quiz__answer strong,
.ieum-quiz__answer small {
	display: block;
}

.ieum-quiz__answer strong {
	font-size: 1rem;
}

.ieum-quiz__answer small {
	margin-top: 0.25rem;
	color: #667269;
	font-size: 0.82rem;
	line-height: 1.5;
}

.ieum-quiz__result-title {
	max-width: 22ch;
	margin: 0.45rem 0 0;
	font-size: clamp(1.8rem, 3.5vw, 2.7rem);
	letter-spacing: -0.06em;
	line-height: 1.2;
}

.ieum-quiz__result-heading {
	display: grid;
	grid-template-columns: 3.6rem minmax(0, 1fr);
	gap: 1.05rem;
	align-items: start;
}

.ieum-quiz__result-mark {
	position: relative;
	display: block;
	width: 3.6rem;
	aspect-ratio: 1;
	margin-top: 0.1rem;
	background: url("assets/brand/ieum/ieum-symbol-primary.svg") center / contain no-repeat;
}

.ieum-quiz__result-mark::before,
.ieum-quiz__result-mark::after {
	display: none;
}

.ieum-quiz__result-intro {
	max-width: 42rem;
	margin-top: 1.35rem;
	color: #667269;
	line-height: 1.75;
}

.ieum-quiz__evidence {
	margin-top: 1.5rem;
	padding: 1.15rem 1.25rem;
	border-left: 3px solid var(--eg-clay);
	background: #f1ece2;
}

.ieum-quiz__evidence-label,
.ieum-quiz__card-label {
	margin: 0 0 0.7rem;
	color: #647068;
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.ieum-quiz__choice-chips,
.ieum-quiz__routes {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
}

.ieum-quiz__choice-chips span,
.ieum-quiz__route {
	display: inline-flex;
	padding: 0.35rem 0.58rem;
	border: 1px solid rgba(29, 39, 33, 0.2);
	border-radius: 999px;
	background: rgba(255, 253, 249, 0.72);
	font-size: 0.72rem;
	font-weight: 700;
}

.ieum-quiz__connection {
	max-width: 42rem;
	margin: 0.8rem 0 0;
	font-size: 0.9rem;
	line-height: 1.7;
}

.ieum-quiz__result-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 2rem;
	border-top: 1px solid rgba(29, 39, 33, 0.2);
	border-bottom: 1px solid rgba(29, 39, 33, 0.2);
}

.ieum-quiz__result-card {
	position: relative;
	padding: 1.5rem;
	animation: ieum-result-rise 520ms ease both;
}

.ieum-quiz__result-card:nth-child(2) {
	animation-delay: 120ms;
}

.ieum-quiz__result-card + .ieum-quiz__result-card {
	border-left: 1px solid rgba(29, 39, 33, 0.2);
}

.ieum-quiz__result-eyebrow {
	margin: 0 0 1rem;
	color: var(--eg-clay);
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.08em;
}

.ieum-quiz__role {
	min-height: 3.4em;
	margin: -0.35rem 0 1rem;
	color: #667269;
	font-size: 0.82rem;
	line-height: 1.65;
}

.ieum-quiz__routes {
	margin-bottom: 0.9rem;
}

.ieum-quiz__route {
	background: transparent;
}

.ieum-quiz__result-card h4 {
	margin: 0 0 1.2rem;
	font-size: 1.35rem;
	letter-spacing: -0.04em;
	line-height: 1.35;
}

.ieum-quiz__official,
.ieum-quiz__editorial {
	padding-top: 1rem;
	border-top: 1px solid rgba(29, 39, 33, 0.14);
}

.ieum-quiz__official dl {
	display: grid;
	gap: 0.55rem;
	margin: 0;
}

.ieum-quiz__official dl div {
	display: grid;
	grid-template-columns: 4.7rem minmax(0, 1fr);
	gap: 0.6rem;
}

.ieum-quiz__official dt,
.ieum-quiz__official dd {
	margin: 0;
	font-size: 0.76rem;
	line-height: 1.55;
}

.ieum-quiz__official dt {
	color: #667269;
	font-weight: 700;
}

.ieum-quiz__editorial {
	margin-top: 1rem;
}

.ieum-quiz__match,
.ieum-quiz__reason {
	margin: 0;
	font-size: 0.82rem;
	line-height: 1.65;
}

.ieum-quiz__reason {
	margin-top: 0.6rem;
	color: #667269;
}

.ieum-quiz__card-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem 1rem;
	align-items: center;
	margin-top: 1.2rem;
}

.ieum-quiz__link,
.ieum-quiz__source-link {
	font-size: 0.82rem;
	font-weight: 800;
}

.ieum-quiz__link {
	padding: 0.7rem 0.9rem;
	border: 2px solid var(--eg-ink);
	background: transparent;
	color: var(--eg-ink);
	text-decoration: none;
	transition: border-color 160ms ease, color 160ms ease;
}

.ieum-quiz__link:hover,
.ieum-quiz__link:focus-visible {
	border-color: var(--eg-clay);
	color: var(--eg-clay);
}

.ieum-quiz__source-link {
	color: var(--eg-moss);
}

.ieum-quiz__mission {
	margin-top: 1.5rem;
	padding: 1.25rem;
	border: 1px solid rgba(29, 39, 33, 0.18);
	background: var(--eg-moss);
	color: var(--eg-paper);
}

.ieum-quiz__mission .ieum-quiz__card-label {
	color: rgba(247, 244, 238, 0.68);
}

.ieum-quiz__mission-question {
	max-width: 38rem;
	margin: 0;
	font-family: "LINE Seed Sans KR", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: clamp(1.15rem, 2.4vw, 1.55rem);
	font-weight: 700;
	letter-spacing: -0.04em;
	line-height: 1.5;
}

.ieum-quiz__mission > .ieum-quiz__link {
	display: inline-block;
	margin-top: 1.1rem;
}

.ieum-quiz__footer-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem 1.2rem;
	align-items: center;
	margin-top: 1.35rem;
}

.ieum-quiz__restart,
.ieum-quiz__copy {
	padding: 0;
	border: 0;
	border-bottom: 1px solid currentColor;
	background: transparent;
	color: var(--eg-moss);
	font: inherit;
	font-size: 0.86rem;
	font-weight: 800;
	cursor: pointer;
}

.ieum-quiz__copy {
	color: #68746c;
	font-size: 0.78rem;
}

@keyframes ieum-result-rise {
	from {
		opacity: 0;
		transform: translateY(0.7rem);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.ieum-quiz__result-card {
		animation: none;
	}
}

.section-shell {
	max-width: 1200px;
	margin: 0 auto;
	padding: clamp(4.5rem, 9vw, 7rem) 1.5rem;
}

.section-heading {
	margin-top: 0 !important;
	font-size: clamp(2rem, 4vw, 3.5rem) !important;
	letter-spacing: -0.06em;
	line-height: 1.05 !important;
}

.section-heading-row {
	gap: 1rem;
}

.section-link {
	margin: 0 !important;
	white-space: nowrap;
}

.finder-shell {
	max-width: 1200px;
	margin: 0 auto;
	padding: clamp(2.25rem, 5vw, 4rem) 1.5rem;
}

.finder-heading {
	margin-top: 0 !important;
	font-size: clamp(1.8rem, 3vw, 2.7rem) !important;
	letter-spacing: -0.055em;
}

.exhibition-finder {
	display: grid;
	grid-template-columns: minmax(13rem, 1.8fr) repeat(4, minmax(9rem, 1fr)) auto;
	gap: 0.7rem;
	margin-top: 1.5rem;
}

.exhibition-finder input,
.exhibition-finder select,
.exhibition-finder button {
	min-height: 3.1rem;
	border: 1px solid var(--eg-line);
	border-radius: 0.72rem;
	background: #fffdf9;
	color: var(--eg-ink);
	font: inherit;
}

.exhibition-finder input,
.exhibition-finder select {
	padding: 0.75rem 0.85rem;
}

.exhibition-finder button {
	padding: 0.75rem 1rem;
	border-color: var(--eg-ink);
	background: var(--eg-ink);
	color: var(--eg-paper);
	font-weight: 800;
	cursor: pointer;
}

.finder-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	margin-top: 0.85rem;
}

.finder-chips a {
	padding: 0.4rem 0.7rem;
	border: 1px solid var(--eg-line);
	border-radius: 999px;
	background: #fffdf9;
	font-size: 0.86rem;
	font-weight: 700;
	text-decoration: none;
}

.finder-note {
	margin: 0.85rem 0 0;
	color: #667269;
	font-size: 0.84rem;
}

.section-intro {
	max-width: 560px;
	color: #536158;
	font-size: 1.05rem;
}

.exhibition-loop .wp-block-post-template {
	gap: 1.25rem;
}

.exhibition-loop .wp-block-post {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	min-height: 0;
	padding: 1.6rem;
	border: 1px solid var(--eg-line);
	border-radius: 1.05rem;
	background: #fffdf9;
	box-shadow: 0 12px 34px rgba(29, 39, 33, 0.05);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.exhibition-loop .wp-block-post:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 40px rgba(29, 39, 33, 0.12);
}

.exhibition-loop .wp-block-post-terms,
.exhibition-loop .wp-block-post-date {
	margin: 0;
	color: var(--eg-moss);
	font-size: 0.78rem;
	font-weight: 700;
}

.exhibition-loop .wp-block-post-title {
	margin-top: 1rem;
	font-size: 1.45rem;
	letter-spacing: -0.045em;
	line-height: 1.2;
}

.exhibition-loop .wp-block-post-title a {
	text-decoration: none;
}

.exhibition-card-meta {
	display: grid;
	gap: 0.25rem;
	margin: 0;
	color: #5f6d63;
	font-size: 0.82rem;
	line-height: 1.45;
}

.exhibition-card-meta p {
	margin: 0;
}

.exhibition-status {
	display: inline-flex;
	width: fit-content;
	margin-bottom: 0.25rem;
	padding: 0.24rem 0.52rem;
	border-radius: 999px;
	background: #e6eee6;
	color: #284b35;
	font-size: 0.72rem;
	font-weight: 800;
}

.exhibition-status--closing-soon {
	background: #f7e3d9;
	color: #9b472e;
}

.exhibition-status--upcoming {
	background: #e6e6ee;
	color: #4c4c72;
}

.exhibition-card-meta + .wp-block-post-title {
	display: -webkit-box;
	min-height: 4.8em;
	overflow: hidden;
	word-break: keep-all;
	overflow-wrap: normal;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.exhibition-loop .wp-block-post-excerpt {
	margin-top: 0.45rem;
	color: #58645d;
	font-size: 0.95rem;
}

.exhibition-loop .wp-block-read-more {
	margin-top: auto;
	padding-top: 1rem;
	color: var(--eg-clay);
	font-size: 0.9rem;
	font-weight: 800;
	text-decoration: none;
}

@media (min-width: 782px) {
	.featured-exhibition .wp-block-post:first-child {
		grid-column: span 2;
		padding: 2rem;
	}

	.featured-exhibition .wp-block-post:first-child .wp-block-post-title {
		font-size: clamp(1.75rem, 3vw, 2.65rem);
	}
}

.guide-grid .wp-block-column {
	padding: 1.5rem;
	border-top: 1px solid var(--eg-line);
}

.guide-grid .wp-block-heading {
	font-size: 1.25rem;
	letter-spacing: -0.04em;
}

.trust-band {
	border-top: 1px solid var(--eg-line);
	border-bottom: 1px solid var(--eg-line);
	background: #eee6d7;
}

.trust-band__inner {
	display: grid;
	grid-template-columns: minmax(220px, 0.31fr) minmax(0, 0.69fr);
	align-items: stretch;
	gap: clamp(2rem, 4vw, 4rem);
	padding-top: clamp(3.25rem, 5vw, 4.5rem);
	padding-bottom: clamp(3.25rem, 5vw, 4.5rem);
}

.trust-band__intro {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	min-width: 0;
}

.trust-band__intro > * {
	margin-right: 0 !important;
	margin-left: 0 !important;
	text-align: left;
}

.trust-band__intro .section-kicker {
	width: 100%;
	margin: 0;
	padding-bottom: 0.8rem;
	border-bottom: 1px solid var(--eg-moss);
}

.trust-band__index {
	margin: 1.15rem 0 0;
	color: var(--eg-moss);
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: clamp(4rem, 7vw, 6.5rem);
	font-weight: 300;
	letter-spacing: -0.06em;
	line-height: 1;
}

.trust-band__title {
	max-width: 8.5em;
	margin: 1.1rem 0 0;
	font-family: "LINE Seed Sans KR", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: clamp(2.25rem, 3.4vw, 3.125rem);
	font-weight: 700;
	letter-spacing: -0.065em;
	line-height: 1.08;
	word-break: keep-all;
}

.trust-band__intro-copy {
	max-width: 19rem;
	margin: 1.35rem 0 0;
	color: #536158;
	font-size: 0.95rem;
	line-height: 1.78;
}

.trust-band .guide-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.8rem;
	margin: 0;
}

.trust-band .guide-grid .wp-block-column {
	position: relative;
	display: grid;
	grid-template-rows: auto 1fr;
	min-width: 0;
	min-height: 310px;
	margin: 0;
	padding: 10rem 1.3rem 1.5rem;
	border: 1px solid rgba(29, 39, 33, 0.2);
	background: var(--eg-paper);
}

.trust-band .guide-grid .wp-block-column::before {
	position: absolute;
	top: 1rem;
	left: 1.15rem;
	color: var(--eg-clay);
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 1.05rem;
	line-height: 1;
}

.trust-band .guide-grid .wp-block-column:first-child::before {
	content: "01";
}

.trust-band .guide-grid .wp-block-column:nth-child(2)::before {
	content: "02";
}

.trust-band .guide-grid .wp-block-column:nth-child(3)::before {
	content: "03";
}

.trust-band .guide-grid .wp-block-column::after {
	position: absolute;
	top: 1rem;
	right: 1.15rem;
	width: 2.6rem;
	height: 0.45rem;
	background: var(--eg-clay);
	content: "";
}

.trust-band .guide-grid .wp-block-column:first-child::after {
	width: 0.95rem;
	height: 0.95rem;
	border-radius: 50%;
}

.trust-band .guide-grid .wp-block-column:nth-child(2) {
	border-color: var(--eg-ink);
	background: var(--eg-ink);
	color: var(--eg-paper);
}

.trust-band .guide-grid .wp-block-column:nth-child(2)::before {
	color: var(--eg-paper);
}

.trust-band .guide-grid .wp-block-column:nth-child(2)::after {
	background: #4b91cc;
}

.trust-band .guide-grid .wp-block-column:nth-child(3)::after {
	background: #d4a41f;
}

.trust-band .guide-grid .wp-block-heading {
	align-self: end;
	margin: 0;
	padding-top: 1.3rem;
	border-top: 1px solid currentColor;
	font-size: clamp(1.3rem, 1.7vw, 1.65rem);
	letter-spacing: -0.045em;
	line-height: 1.25;
}

.trust-band .guide-grid p {
	align-self: start;
	margin: 1.2rem 0 0;
	color: #536158;
	font-size: 0.9rem;
	line-height: 1.75;
}

.trust-band .guide-grid .wp-block-column:nth-child(2) p {
	color: rgba(247, 244, 238, 0.72);
}

.trust-band__link {
	margin-top: auto;
	margin-bottom: 0;
	padding-top: 2rem;
	font-weight: 700;
}

.trust-band__link a {
	color: var(--eg-clay);
}

@media (max-width: 920px) {
	.trust-band__inner {
		grid-template-columns: minmax(0, 1fr);
		gap: 1.75rem;
	}

	.trust-band__intro {
		display: grid;
		grid-template-columns: auto minmax(0, 1fr);
		gap: 0.6rem 1.5rem;
	}

	.trust-band__intro .section-kicker {
		grid-column: 1 / -1;
	}

	.trust-band__index {
		grid-column: 1;
		grid-row: 2 / span 3;
		margin-top: 0.75rem;
	}

	.trust-band__title,
	.trust-band__intro-copy,
	.trust-band__link {
		grid-column: 2;
	}

	.trust-band__title {
		margin-top: 0.75rem;
	}

	.trust-band .guide-grid .wp-block-column {
		padding-top: 5.2rem;
	}

	.trust-band__intro-copy,
	.trust-band__link {
		margin-top: 0.6rem;
		padding-top: 0;
	}
}

@media (max-width: 680px) {
	.trust-band__inner {
		display: block;
		padding-top: 2.75rem;
		padding-bottom: 3rem;
	}

	.trust-band__intro {
		display: block;
		padding: 0 0 1.5rem;
	}

	.trust-band__index {
		font-size: 4.6rem;
	}

	.trust-band__title {
		max-width: 9em;
		font-size: 2.45rem;
	}

	.trust-band .guide-grid {
		grid-template-columns: minmax(0, 1fr);
		gap: 0.75rem;
	}

	.trust-band .guide-grid .wp-block-column {
		min-height: 235px;
	}
}

.archive-intro {
	padding: clamp(4rem, 9vw, 7rem) 1.5rem 3rem;
	background: #e9e3d6;
}

.archive-intro > * {
	max-width: 1200px;
	margin-right: auto !important;
	margin-left: auto !important;
}

.archive-title {
	max-width: 850px !important;
	font-size: clamp(3rem, 7vw, 6rem) !important;
	letter-spacing: -0.08em;
	line-height: 0.92 !important;
}

.article-shell {
	max-width: 1040px;
	margin: 0 auto;
	padding: clamp(3.5rem, 7vw, 6rem) 1.5rem;
}

.article-shell .wp-block-post-title {
	max-width: 900px;
	font-size: clamp(2.6rem, 6vw, 5rem);
	letter-spacing: -0.07em;
	line-height: 0.98;
}

.exhibition-slug-korea-artist-prize-2026-mmca .article-shell .wp-block-post-title {
	display: flex;
	align-items: center;
	gap: clamp(0.8rem, 2vw, 1.4rem);
}

.exhibition-slug-korea-artist-prize-2026-mmca .article-shell .wp-block-post-title::after {
	flex: 0 0 auto;
	width: clamp(3rem, 5.5vw, 4.7rem);
	aspect-ratio: 1;
	background: url("assets/brand/ieum/ieum-trophy-mark.svg") center / contain no-repeat;
	content: "";
}

.article-shell .wp-block-post-content {
	max-width: 760px;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.08rem;
	line-height: 1.9;
}

.article-shell .wp-block-post-content a {
	font-weight: 700;
}

.exhibition-details {
	margin-top: 3.5rem;
	padding: 1.75rem;
	border: 1px solid var(--eg-line);
	border-radius: 1rem;
	background: #fffdf9;
}

.exhibition-details h2 {
	margin-top: 0;
	font-size: 1.35rem;
}

.exhibition-details dl {
	margin: 1rem 0;
}

.exhibition-details dl > div {
	display: grid;
	grid-template-columns: 7rem 1fr;
	gap: 1rem;
	padding: 0.75rem 0;
	border-top: 1px solid var(--eg-line);
}

.exhibition-details dt {
	font-weight: 800;
}

.exhibition-details dd {
	margin: 0;
}

.exhibition-details__notice {
	margin-bottom: 0;
	color: #667269;
	font-size: 0.84rem;
}

.visit-decision-panel {
	margin: 2rem 0;
	padding: 1.5rem;
	border: 1px solid var(--eg-line);
	border-radius: 1rem;
	background: #fffdf9;
	box-shadow: 0 14px 36px rgba(29, 39, 33, 0.06);
}

.visit-decision-panel__heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1rem;
}

.visit-decision-panel__heading p {
	margin: 0;
	color: var(--eg-moss);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.visit-decision-panel__heading strong {
	padding: 0.32rem 0.65rem;
	border-radius: 999px;
	background: #e6eee6;
	color: #284b35;
	font-size: 0.78rem;
}

.visit-decision-panel dl {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	margin: 0;
	border-top: 1px solid var(--eg-line);
}

.visit-decision-panel dl > div {
	display: grid;
	grid-template-columns: 5.5rem minmax(0, 1fr);
	gap: 0.75rem;
	padding: 0.75rem 0;
	border-bottom: 1px solid var(--eg-line);
}

.visit-decision-panel dl > div:nth-child(n+5) {
	grid-column: 1 / -1;
}

.visit-decision-panel dt {
	font-weight: 800;
}

.visit-decision-panel dd {
	margin: 0;
}

.visit-decision-panel__links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1rem;
	margin-top: 1.15rem;
}

.visit-decision-panel__links .wp-element-button {
	padding: 0.7rem 0.9rem;
	font-size: 0.9rem;
	text-decoration: none;
}

.visit-decision-panel__source {
	max-width: 740px;
	margin: 1rem 0 0;
	color: #667269;
	font-size: 0.78rem;
	line-height: 1.65;
}

.ieum-curation {
	position: relative;
	margin: 2.5rem 0 4rem;
	padding: clamp(1.5rem, 3vw, 2.4rem);
	overflow: hidden;
	border: 1px solid var(--eg-line);
	background: var(--eg-moss);
	color: var(--eg-paper);
}

.ieum-curation::after {
	position: absolute;
	top: -6.5rem;
	right: -5.2rem;
	width: 14rem;
	height: 14rem;
	border: 1px solid rgba(247, 244, 238, 0.32);
	border-radius: 50%;
	content: "";
}

.ieum-curation__eyebrow,
.artist-connections__eyebrow {
	margin: 0 0 1.7rem;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.ieum-curation__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.55fr) minmax(15rem, 0.75fr);
	gap: clamp(2rem, 5vw, 5rem);
}

.ieum-curation__note > p,
.ieum-curation__lenses > p {
	margin: 0 0 0.7rem;
	color: rgba(247, 244, 238, 0.7);
	font-size: 0.78rem;
	font-weight: 700;
}

.ieum-curation__note h2 {
	max-width: 660px;
	margin: 0;
	color: inherit;
	font-size: clamp(1.55rem, 3.2vw, 2.5rem);
	letter-spacing: -0.055em;
	line-height: 1.28;
}

.ieum-curation__lenses ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin: 0 0 1rem;
	padding: 0;
	list-style: none;
}

.ieum-curation__lenses li {
	padding: 0.4rem 0.65rem;
	border: 1px solid rgba(247, 244, 238, 0.42);
	border-radius: 999px;
	font-size: 0.82rem;
	font-weight: 700;
}

.ieum-curation__lenses small {
	display: block;
	color: rgba(247, 244, 238, 0.65);
	font-size: 0.75rem;
	line-height: 1.65;
}

.artist-connections,
.artist-sources {
	margin-top: 2rem;
	padding: 1.5rem 1.75rem;
	border-left: 4px solid var(--eg-clay);
	background: #efe7da;
}

.artist-connections h2,
.artist-sources h2 {
	margin-top: 0;
	font-size: 1.3rem;
}

.artist-connections p,
.artist-sources p {
	margin-bottom: 0.8rem;
}

.artist-connections ul,
.artist-sources ul {
	margin: 0;
	padding-left: 1.15rem;
}

.artist-connections li + li,
.artist-sources li + li {
	margin-top: 0.55rem;
}

.artist-connections span {
	display: block;
	margin-top: 0.1rem;
	color: #667269;
	font-size: 0.88rem;
}

.artist-connections--profiles {
	margin-top: 4rem;
	padding: clamp(1.5rem, 4vw, 2.5rem);
	border: 1px solid var(--eg-line);
	border-left: 1px solid var(--eg-line);
	background: #efe7da;
}

.artist-connections--profiles > p:not(.artist-connections__eyebrow) {
	max-width: 600px;
}

.artist-connections__eyebrow {
	color: var(--eg-clay);
}

.artist-connections--profiles ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	margin-top: 1.5rem;
	padding: 0;
	border-top: 1px solid rgba(29, 39, 33, 0.24);
	list-style: none;
}

.artist-connections--profiles li {
	margin: 0 !important;
	border-bottom: 1px solid rgba(29, 39, 33, 0.24);
}

.artist-connections--profiles li:nth-child(odd) {
	border-right: 1px solid rgba(29, 39, 33, 0.24);
}

.artist-connections--profiles a {
	position: relative;
	display: grid;
	grid-template-columns: 2rem minmax(0, 1fr);
	gap: 0.35rem 0.75rem;
	min-height: 8.5rem;
	padding: 1.2rem 2.5rem 1.2rem 0.8rem;
	color: inherit;
	text-decoration: none;
}

.artist-connections--profiles a:hover {
	background: rgba(255, 253, 249, 0.55);
}

.artist-connections--profiles strong {
	font-size: 1.2rem;
}

.artist-connections--profiles .artist-connections__number {
	grid-row: 1 / span 2;
	color: var(--eg-clay);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.08em;
}

.artist-connections--profiles a > span:not(.artist-connections__number):not(.artist-connections__arrow) {
	display: -webkit-box;
	margin: 0;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 1.65;
}

.artist-connections--profiles .artist-connections__arrow {
	position: absolute;
	top: 1.1rem;
	right: 0.8rem;
	color: var(--eg-clay);
	font-size: 1rem;
}

.artist-sources {
	margin-top: 1rem;
	border-left-color: var(--eg-green);
	background: #edf1ec;
}

.artist-sources__eyebrow {
	margin-top: 0;
	color: #54665b;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.artist-sources a {
	font-weight: 650;
}

.single-artist .article-shell > .wp-block-post-excerpt {
	max-width: 46rem;
	margin: 1rem 0 2.5rem;
	color: #54665b;
	font-size: clamp(1.05rem, 1.8vw, 1.28rem);
	line-height: 1.75;
}

.single-artist .wp-block-post-content > p,
.single-artist .wp-block-post-content > h2,
.single-artist .wp-block-post-content > ol {
	max-width: 46rem;
	margin-right: auto;
	margin-left: 0;
}

.single-artist .wp-block-post-content > h2 {
	margin-top: clamp(2.6rem, 6vw, 4.5rem);
	font-size: clamp(1.65rem, 3.2vw, 2.25rem);
	line-height: 1.25;
}

.artist-profile__lead {
	padding-top: 1.75rem;
	border-top: 1px solid var(--eg-line);
	font-size: clamp(1.1rem, 2vw, 1.35rem);
	line-height: 1.85;
}

.artist-profile__clues {
	display: grid;
	gap: 0;
	padding: 0;
	border-top: 1px solid var(--eg-line);
	list-style: none;
}

.artist-profile__clues li {
	display: grid;
	grid-template-columns: minmax(10rem, 0.8fr) minmax(0, 1.6fr);
	gap: 1.25rem;
	padding: 1.2rem 0;
	border-bottom: 1px solid var(--eg-line);
}

.artist-profile__clues strong {
	font-size: 1.03rem;
}

.artist-profile__clues span {
	color: #54665b;
	line-height: 1.75;
}

.artist-profile__question {
	padding: 1.5rem 1.75rem;
	border-left: 4px solid var(--eg-clay);
	background: #efe7da;
	font-size: clamp(1.08rem, 2vw, 1.3rem);
	font-weight: 650;
	line-height: 1.75;
}

.artist-sources__checked {
	margin-top: 1rem;
	color: #667269;
	font-size: 0.76rem;
	letter-spacing: 0.04em;
}

.artist-profile-nav {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	max-width: 46rem;
	margin: 3rem 0 0;
	border-top: 1px solid var(--eg-line);
	border-bottom: 1px solid var(--eg-line);
}

.artist-profile-nav__link {
	display: flex;
	flex-direction: column;
	gap: 0.55rem;
	min-height: 8.5rem;
	padding: 1.25rem 1rem 1.35rem 0;
	color: inherit;
	text-decoration: none;
}

.artist-profile-nav__link + .artist-profile-nav__link {
	padding-right: 0;
	padding-left: 1rem;
	border-left: 1px solid var(--eg-line);
}

.artist-profile-nav__link--next {
	text-align: right;
}

.artist-profile-nav__link span {
	color: var(--eg-clay);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.12em;
}

.artist-profile-nav__link strong {
	margin-top: auto;
	font-size: 1.15rem;
}

.artist-profile-nav__link:hover strong {
	text-decoration: underline;
	text-underline-offset: 0.25em;
}

@media (max-width: 640px) {
	.artist-profile__clues li {
		grid-template-columns: 1fr;
		gap: 0.45rem;
	}

	.artist-profile-nav {
		grid-template-columns: 1fr;
	}

	.artist-profile-nav__link {
		min-height: 6.5rem;
	}

	.artist-profile-nav__link + .artist-profile-nav__link {
		padding-left: 0;
		border-top: 1px solid var(--eg-line);
		border-left: 0;
	}
}

.site-footer {
	border-top: 1px solid var(--eg-line);
	background: #1d2721;
	color: #f7f4ee;
}

.site-footer a {
	color: inherit;
	text-decoration: none;
}

.site-footer .wp-block-site-title {
	font-size: 1.25rem;
	font-weight: 800;
	letter-spacing: -0.05em;
}

.ieum-brand--footer .ieum-brand__lockup {
	width: auto;
	height: 4.25rem;
}

.site-footer .wp-block-navigation-item__content {
	font-size: 0.86rem;
}

.hero-title,
.archive-title,
.article-shell .wp-block-post-title,
.section-heading,
.finder-heading,
.ieum-quiz__intro h2,
.ieum-quiz__question,
.ieum-quiz__result-title,
.ieum-curation__note h2 {
	font-family: "LINE Seed Sans KR", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-weight: 700;
}

.ieum-quiz__question {
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-weight: 500;
}

@media (max-width: 781px) {
	.site-header {
		background: var(--eg-paper);
		backdrop-filter: none;
	}

	.site-header .wp-block-navigation__responsive-container.is-menu-open {
		padding: 0;
		color: var(--eg-ink);
		background: var(--eg-paper);
	}

	.site-header .wp-block-navigation__responsive-dialog {
		padding: 1.25rem;
	}

	.site-header .wp-block-navigation__responsive-container-close {
		top: 1.15rem;
		right: 1rem;
		display: grid;
		width: 2.5rem;
		height: 2.5rem;
		padding: 0;
		place-items: center;
		border: 1px solid var(--eg-line);
		border-radius: 50%;
		background: var(--eg-paper);
	}

	.site-header .wp-block-navigation__responsive-container-content {
		align-items: flex-start !important;
		padding-top: 5.5rem !important;
	}

	.site-header .wp-block-navigation__responsive-container-content::before {
		width: 100%;
		margin-bottom: 1.35rem;
		color: var(--eg-moss);
		content: 'IEUM / MENU';
		font: 700 0.72rem/1 Arial, sans-serif;
		letter-spacing: 0.13em;
		text-align: left;
	}

	.site-header .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
		width: 100%;
		align-items: stretch !important;
		gap: 0 !important;
	}

	.site-header .wp-block-navigation__responsive-container-content .wp-block-navigation-item {
		width: 100%;
		border-top: 1px solid var(--eg-line);
	}

	.site-header .wp-block-navigation__responsive-container-content .wp-block-navigation-item:last-child {
		border-bottom: 1px solid var(--eg-line);
	}

	.site-header .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
		display: flex;
		justify-content: space-between;
		width: 100%;
		padding: 1rem 0 !important;
		font-family: "LINE Seed Sans KR", sans-serif;
		font-size: 1.35rem;
		font-weight: 700;
		letter-spacing: -0.035em;
		line-height: 1.25;
	}

	.site-header .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content::after {
		align-self: center;
		color: var(--eg-moss);
		content: '→';
		font: 700 0.9rem/1 Arial, sans-serif;
	}

	.site-header-inner,
	.site-footer-inner {
		padding: 0.9rem 1rem;
	}

	.ieum-brand__lockup {
		width: auto;
		height: 3rem;
	}

	.ieum-curation__grid {
		grid-template-columns: 1fr;
		gap: 2rem;
	}

	.hero-shell {
		min-height: auto;
		padding-bottom: 8.5rem;
		padding-right: 1rem;
		padding-left: 1rem;
	}

	.hero-shell::after {
		inset: 0.65rem;
		width: auto;
		transform: none;
	}

	.hero-artwork {
		inset: 0.65rem;
		width: auto;
		border-radius: 0.9rem;
		transform: none;
	}

	.hero-character {
		top: auto;
		right: -3.6rem;
		bottom: 1.65rem;
		font-size: clamp(10rem, 48vw, 15rem);
		transform: none;
	}

	.hero-character b {
		width: 2.8rem;
	}

	.hero-artwork__image--caillebotte {
		object-position: 59% 48%;
	}

	.hero-artwork__image--kim {
		object-position: 54% 50%;
	}

	.hero-artwork__image--morisot {
		object-position: 60% 46%;
	}

	.hero-artwork__overlay {
		background:
			linear-gradient(0deg, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0.38) 58%, rgba(0, 0, 0, 0.26) 100%);
	}

	.hero-artwork-meta {
		right: 1.4rem;
		bottom: 1.7rem;
		left: 1.4rem;
		align-items: flex-start;
		flex-direction: column;
		gap: 0.55rem;
		max-width: none;
	}

	.hero-artwork-meta p {
		align-items: flex-start;
		flex-direction: column;
		gap: 0.35rem;
		font-size: 0.65rem;
	}

	.hero-title {
		font-size: clamp(2.55rem, 10.8vw, 4rem) !important;
	}

	.hero-intro {
		font-size: 1rem;
		line-height: 1.68;
	}

	.hero-shell .wp-block-buttons {
		gap: 0.65rem;
	}

	.hero-shell .wp-block-button__link {
		padding: 0.82rem 0.9rem;
		font-size: 0.92rem;
		white-space: nowrap;
	}

	.ieum-quiz-shell {
		padding: 3.5rem 1rem;
	}

	.ieum-quiz {
		grid-template-columns: 1fr;
		gap: 2rem;
	}

	.ieum-quiz__intro {
		position: static;
	}

	.ieum-quiz__intro h2 {
		max-width: none;
		font-size: clamp(2.15rem, 10vw, 2.8rem);
	}

	.ieum-quiz__stage,
	.ieum-quiz__result {
		min-height: 0;
		padding: 1.25rem;
	}

	.ieum-quiz__question {
		margin-bottom: 1.5rem;
		font-size: calc(1.65rem + 3px);
	}

	.ieum-quiz__answer {
		padding: 0.9rem 0.8rem 0.9rem 3.8rem;
	}

	.ieum-quiz__answer:hover {
		transform: none;
	}

	.ieum-quiz__result-grid {
		grid-template-columns: 1fr;
	}

	.ieum-quiz__result-card + .ieum-quiz__result-card {
		border-top: 1px solid rgba(29, 39, 33, 0.2);
		border-left: 0;
	}

	.ieum-quiz__result-heading {
		grid-template-columns: 2.7rem minmax(0, 1fr);
		gap: 0.75rem;
	}

	.ieum-quiz__result-mark {
		width: 2.7rem;
	}

	.ieum-quiz__result-title {
		font-size: 1.8rem;
	}

	.ieum-quiz__evidence {
		padding: 1rem;
	}

	.ieum-quiz__role {
		min-height: 0;
	}

	.ieum-quiz__official dl div {
		grid-template-columns: 4.4rem minmax(0, 1fr);
	}

	.ieum-quiz__footer-actions {
		display: grid;
		align-items: start;
	}

	.ieum-quiz__restart,
	.ieum-quiz__copy {
		justify-self: start;
	}

	.section-shell,
	.article-shell {
		padding-right: 1rem;
		padding-left: 1rem;
	}

	.section-heading {
		font-size: clamp(1.95rem, 8.8vw, 2.45rem) !important;
	}

	.finder-shell {
		padding-right: 1rem;
		padding-left: 1rem;
	}

	.exhibition-finder {
		grid-template-columns: 1fr;
	}

	.exhibition-finder input,
	.exhibition-finder select,
	.exhibition-finder button {
		width: 100%;
	}

	.exhibition-loop {
		margin-right: -1rem;
		margin-left: -1rem;
	}

	.exhibition-loop .wp-block-post-template {
		grid-template-columns: minmax(0, 1fr) !important;
		gap: 0.9rem;
	}

	.exhibition-loop .wp-block-post {
		padding: 1.1rem 1.15rem;
		border-right: 0;
		border-left: 0;
		border-radius: 0;
		box-shadow: none;
	}

	.exhibition-loop .wp-block-post-title {
		font-size: 1.35rem;
	}

	.exhibition-card-meta + .wp-block-post-title {
		min-height: 4.8em;
	}

	.exhibition-loop .wp-block-post-excerpt {
		font-size: 0.98rem;
	}

	.visit-decision-panel {
		padding: 1.2rem;
	}

	.visit-decision-panel dl {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.article-shell {
		padding: 2.75rem 1rem 4rem;
	}

	.article-shell .wp-block-post-title {
		font-size: clamp(2.4rem, 14vw, 3.7rem);
		line-height: 1.02;
	}

	.exhibition-slug-korea-artist-prize-2026-mmca .article-shell .wp-block-post-title {
		position: relative;
		display: block;
		padding-bottom: 3.4rem;
	}

	.exhibition-slug-korea-artist-prize-2026-mmca .article-shell .wp-block-post-title::after {
		position: absolute;
		right: 0;
		bottom: 0;
		width: 3.2rem;
	}

	.visit-decision-panel {
		padding: 1.15rem;
		border-radius: 0.75rem;
	}

	.visit-decision-panel dl {
		grid-template-columns: 1fr;
	}

	.visit-decision-panel dl > div {
		grid-template-columns: 5rem minmax(0, 1fr);
	}

	.visit-decision-panel__links {
		align-items: stretch;
		flex-direction: column;
	}

	.visit-decision-panel__links .wp-element-button {
		text-align: center;
	}

	.ieum-curation {
		margin-top: 2rem;
		margin-bottom: 3rem;
		padding: 1.35rem;
	}

	.artist-connections--profiles ul {
		grid-template-columns: 1fr;
	}

	.artist-connections--profiles li:nth-child(odd) {
		border-right: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hero-artwork__image {
		transition: none;
	}
}

/* 2026-07-29 — Home 06: artist typography cards.
 * Portrait-free by design so the artist DB does not imply an unverified likeness.
 */
.artist-db-section {
	display: grid;
	grid-template-columns: minmax(220px, 0.32fr) minmax(0, 0.68fr);
	align-items: stretch;
	gap: clamp(1.75rem, 3.6vw, 4rem);
	padding-top: clamp(3rem, 5vw, 4.5rem);
	padding-bottom: clamp(3rem, 5vw, 4.5rem);
}

.artist-db-intro {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	min-width: 0;
}

.artist-db-intro .section-kicker {
	width: 100%;
	padding-bottom: 0.75rem;
	border-bottom: 1px solid var(--eg-moss);
}

.artist-section-index {
	width: 100%;
	margin: 1.2rem 0 0;
	color: var(--eg-moss);
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: clamp(4rem, 7vw, 6.5rem);
	font-weight: 300;
	letter-spacing: -0.06em;
	line-height: 1;
	text-align: left;
}

.artist-db-intro .section-heading {
	max-width: 8.5em;
	margin-top: 1.2rem;
	font-size: clamp(2rem, 3.25vw, 3.25rem);
	line-height: 1.08;
	word-break: keep-all;
}

.artist-db-intro .section-intro {
	max-width: 19rem;
	margin-top: 1.4rem;
	margin-right: 0 !important;
	margin-left: 0 !important;
	font-size: 0.95rem;
	line-height: 1.78;
	text-align: left;
}

.artist-db-intro .section-link {
	margin-top: auto;
	padding-top: 2rem;
}

.artist-db-section .artist-loop {
	min-width: 0;
	margin: 0;
}

.artist-db-section .artist-loop .wp-block-post-template {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	height: 100%;
}

.artist-db-section .artist-loop .wp-block-post {
	position: relative;
	display: grid;
	grid-template-rows: minmax(240px, 56%) auto 1fr auto;
	min-height: 510px;
	overflow: hidden;
	padding: 0;
	border: 1px solid var(--eg-line);
	border-radius: 0;
	background: #fffdf9;
	box-shadow: none;
}

.artist-db-section .artist-loop .wp-block-post:hover {
	box-shadow: 0 16px 34px rgba(29, 39, 33, 0.09);
	transform: translateY(-2px);
}

.artist-db-section .artist-loop .wp-block-post::before {
	display: flex;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	grid-row: 1;
	background:
		radial-gradient(circle at 88% 13%, var(--eg-clay) 0 9px, transparent 10px),
		linear-gradient(90deg, transparent 0 12%, var(--eg-moss) 12% 12.5%, transparent 12.5%),
		#f4f0e7;
	color: var(--eg-moss);
	content: "KJA";
	font-family: Arial, Helvetica, sans-serif;
	font-size: clamp(5.6rem, 9vw, 9rem);
	font-weight: 300;
	letter-spacing: -0.2em;
	line-height: 0.8;
	text-indent: -0.16em;
}

.artist-db-section .artist-loop .wp-block-post:nth-child(2)::before {
	background:
		radial-gradient(circle at 102% 60%, transparent 0 74px, #3d7fc2 75px 76px, transparent 77px),
		linear-gradient(90deg, transparent 0 70%, #3d7fc2 70% 94%, transparent 94%) top 16% right 8% / 45% 4px no-repeat,
		var(--eg-ink);
	color: #f7f2e8;
	content: "KBJ";
}

.artist-db-section .artist-loop .wp-block-post:nth-child(3)::before {
	background:
		radial-gradient(circle at 102% 72%, transparent 0 86px, #d5a124 87px 88px, transparent 89px),
		linear-gradient(90deg, #d5a124, #d5a124) top 13% right 8% / 38px 13px no-repeat,
		#f4f0e7;
	color: #17251d;
	content: "KYG";
}

.artist-db-section .artist-loop .wp-block-post::after {
	position: absolute;
	top: 1rem;
	left: 1rem;
	color: var(--eg-clay);
	content: "01";
	font-size: 0.78rem;
	font-weight: 800;
}

.artist-db-section .artist-loop .wp-block-post:nth-child(2)::after {
	color: #fffdf9;
	content: "02";
}

.artist-db-section .artist-loop .wp-block-post:nth-child(3)::after {
	color: var(--eg-ink);
	content: "03";
}

.artist-db-section .artist-loop .wp-block-post-title,
.artist-db-section .artist-loop .wp-block-post-excerpt,
.artist-db-section .artist-loop .wp-block-read-more {
	margin-right: 1.15rem;
	margin-left: 1.15rem;
}

.artist-db-section .artist-loop .wp-block-post-title {
	grid-row: 2;
	min-height: 0;
	margin-top: 1.05rem;
	margin-bottom: 0;
	font-size: clamp(1.35rem, 1.8vw, 1.7rem) !important;
	line-height: 1.12;
}

.artist-db-section .artist-loop .wp-block-post-title a {
	text-decoration: none;
}

.artist-db-section .artist-loop .wp-block-post-title::after {
	display: block;
	width: fit-content;
	margin-top: 0.85rem;
	padding: 0.32rem 0.48rem;
	border: 1px solid var(--eg-line);
	color: var(--eg-moss);
	content: "설치 · 영상";
	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 0;
}

.artist-db-section .artist-loop .wp-block-post:nth-child(2) .wp-block-post-title::after {
	content: "사운드 · 미디어";
}

.artist-db-section .artist-loop .wp-block-post:nth-child(3) .wp-block-post-title::after {
	content: "사진";
}

.artist-db-section .artist-loop .wp-block-post-excerpt {
	grid-row: 3;
	margin-top: 2rem;
	color: #59655e;
	font-size: 0.78rem;
	line-height: 1.55;
}

.artist-db-section .artist-loop .wp-block-post-excerpt__more-link {
	display: none;
}

.artist-db-section .artist-loop .wp-block-read-more {
	display: flex;
	align-items: center;
	justify-content: space-between;
	grid-row: 4;
	margin-bottom: 1rem;
	padding-top: 0.85rem;
	border-top: 1px solid var(--eg-line);
	color: var(--eg-ink);
	font-size: 0.76rem;
}

.artist-db-section .artist-loop .wp-block-read-more::after {
	content: "→";
	font-size: 1.1rem;
}

@media (max-width: 920px) {
	.artist-db-section {
		grid-template-columns: minmax(0, 1fr);
	}

	.artist-db-intro {
		display: grid;
		grid-template-columns: auto minmax(0, 1fr);
		gap: 0.75rem 1.5rem;
	}

	.artist-db-intro .section-kicker {
		grid-column: 1 / -1;
	}

	.artist-section-index {
		grid-column: 1;
		grid-row: 2 / span 2;
		margin-top: 0.5rem;
	}

	.artist-db-intro .section-heading,
	.artist-db-intro .section-intro {
		grid-column: 2;
	}

	.artist-db-intro .section-link {
		grid-column: 2;
		margin-top: 0;
	}
}

@media (max-width: 680px) {
	.artist-db-section {
		display: block;
		padding-top: 2.75rem;
		padding-bottom: 3rem;
	}

	.artist-db-intro {
		display: block;
		padding: 0 1rem 1.4rem;
	}

	.artist-section-index {
		margin-top: 0.9rem;
		font-size: 3.8rem;
	}

	.artist-db-intro .section-heading {
		max-width: none;
		margin-top: 0.85rem;
	}

	.artist-db-intro .section-intro {
		max-width: 28rem;
		margin-top: 0.9rem;
	}

	.artist-db-intro .section-link {
		margin-top: 1rem;
	}

	.artist-db-section .artist-loop {
		margin-right: 0;
		margin-left: 0;
	}

	.artist-db-section .artist-loop .wp-block-post-template {
		grid-template-columns: minmax(0, 1fr) !important;
		gap: 0.8rem;
		height: auto;
	}

	.artist-db-section .artist-loop .wp-block-post {
		grid-template-rows: 220px auto 1fr auto;
		min-height: 450px;
		border-right: 1px solid var(--eg-line);
		border-left: 1px solid var(--eg-line);
	}

	.artist-db-section .artist-loop .wp-block-post::before {
		font-size: clamp(6.5rem, 31vw, 9rem);
	}
}

/* 2026-07-29 — Home section title scale */
@media (min-width: 782px) {
	.finder-heading,
	.now-showing-intro .section-heading,
	.artist-db-intro .section-heading,
	.start-here-intro .section-heading {
		font-size: 50px !important;
	}
}

@media (max-width: 781px) {
	.finder-heading,
	.now-showing-intro .section-heading,
	.artist-db-intro .section-heading,
	.start-here-intro .section-heading {
		font-size: clamp(2.15rem, 10vw, 2.8rem) !important;
	}
}

/* 2026-07-29 — Home 07: first-visit guide cards. */
.start-here-section {
	display: grid;
	grid-template-columns: minmax(220px, 0.32fr) minmax(0, 0.68fr);
	align-items: stretch;
	gap: clamp(1.75rem, 3.6vw, 4rem);
	padding-top: clamp(3rem, 5vw, 4.5rem);
	padding-bottom: clamp(3rem, 5vw, 4.5rem);
}

.start-here-intro {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	min-width: 0;
}

.start-here-intro .section-kicker {
	width: 100%;
	padding-bottom: 0.75rem;
	border-bottom: 1px solid var(--eg-moss);
}

.start-here-index {
	width: 100%;
	margin: 1.2rem 0 0;
	color: var(--eg-moss);
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: clamp(4rem, 7vw, 6.5rem);
	font-weight: 300;
	letter-spacing: -0.06em;
	line-height: 1;
	text-align: left;
}

.start-here-intro .section-heading {
	max-width: 8.5em;
	margin-top: 1.2rem;
	font-size: clamp(2rem, 3.25vw, 3.25rem);
	line-height: 1.08;
	word-break: keep-all;
}

.start-here-intro .section-intro {
	max-width: 20rem;
	margin-top: 1.4rem;
	margin-right: 0 !important;
	margin-left: 0 !important;
	font-size: 0.95rem;
	line-height: 1.78;
	text-align: left;
}

.start-here-intro .section-link {
	margin-top: auto;
	padding-top: 2rem;
}

.start-here-section .guide-loop {
	min-width: 0;
	margin: 0;
}

.start-here-section .guide-loop .wp-block-post-template {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	height: 100%;
}

.start-here-section .guide-loop .wp-block-post {
	position: relative;
	display: grid;
	grid-template-rows: 3.4rem auto 1fr auto 210px;
	min-height: 540px;
	overflow: hidden;
	padding: 0;
	border: 1px solid var(--eg-line);
	border-radius: 0;
	background: #fffdf9;
	box-shadow: none;
}

.start-here-section .guide-loop .wp-block-post:hover {
	box-shadow: 0 16px 34px rgba(29, 39, 33, 0.09);
	transform: translateY(-2px);
}

.start-here-section .guide-loop .wp-block-post::before {
	grid-row: 5;
	background-color: #e9e4d9;
	background-image:
		linear-gradient(rgba(246, 242, 233, 0.03), rgba(246, 242, 233, 0.03)),
		url("assets/brand/ieum/card-study-images/01-slow-solo.png");
	background-position: center;
	background-size: cover;
	content: "";
}

.start-here-section .guide-loop .wp-block-post:nth-child(2)::before {
	background-image:
		linear-gradient(rgba(246, 242, 233, 0.03), rgba(246, 242, 233, 0.03)),
		url("assets/brand/ieum/card-study-images/03-photo-walk.png");
}

.start-here-section .guide-loop .wp-block-post:nth-child(3)::before {
	background-image:
		linear-gradient(rgba(246, 242, 233, 0.04), rgba(246, 242, 233, 0.04)),
		url("assets/brand/ieum/card-study-images/04-at-home-viewing.png");
}

.start-here-section .guide-loop .wp-block-post::after {
	position: absolute;
	top: 1rem;
	left: 1rem;
	color: var(--eg-clay);
	content: "01";
	font-size: 0.78rem;
	font-weight: 800;
}

.start-here-section .guide-loop .wp-block-post:nth-child(2)::after {
	color: var(--eg-ink);
	content: "02";
}

.start-here-section .guide-loop .wp-block-post:nth-child(3)::after {
	color: var(--eg-clay);
	content: "03";
}

.start-here-section .guide-loop .wp-block-post-terms {
	display: none;
}

.start-here-section .guide-loop .wp-block-post-title,
.start-here-section .guide-loop .wp-block-post-excerpt,
.start-here-section .guide-loop .wp-block-read-more {
	margin-right: 1.2rem;
	margin-left: 1.2rem;
}

.start-here-section .guide-loop .wp-block-post-title {
	grid-row: 2;
	min-height: 5.3rem;
	overflow: hidden;
	margin-top: 0.9rem;
	margin-bottom: 0;
	font-size: clamp(1.28rem, 1.75vw, 1.65rem) !important;
	line-height: 1.22;
	word-break: keep-all;
}

.start-here-section .guide-loop .wp-block-post-title a {
	text-decoration: none;
}

.start-here-section .guide-loop .wp-block-post-excerpt {
	grid-row: 3;
	margin-top: 1rem;
	color: #59655e;
	font-size: 0.78rem;
	line-height: 1.6;
}

.start-here-section .guide-loop .wp-block-post-excerpt__more-link {
	display: none;
}

.start-here-section .guide-loop .wp-block-read-more {
	display: flex;
	align-items: center;
	justify-content: space-between;
	grid-row: 4;
	margin-bottom: 0.9rem;
	padding-top: 0.8rem;
	border-top: 1px solid var(--eg-line);
	color: var(--eg-ink);
	font-size: 0.76rem;
}

.start-here-section .guide-loop .wp-block-read-more::after {
	content: "→";
	font-size: 1.1rem;
}

@media (max-width: 920px) {
	.start-here-section {
		grid-template-columns: minmax(0, 1fr);
	}

	.start-here-intro {
		display: grid;
		grid-template-columns: auto minmax(0, 1fr);
		gap: 0.75rem 1.5rem;
	}

	.start-here-intro .section-kicker {
		grid-column: 1 / -1;
	}

	.start-here-index {
		grid-column: 1;
		grid-row: 2 / span 2;
		margin-top: 0.5rem;
	}

	.start-here-intro .section-heading,
	.start-here-intro .section-intro {
		grid-column: 2;
	}

	.start-here-intro .section-link {
		grid-column: 2;
		margin-top: 0;
	}
}

@media (max-width: 680px) {
	.start-here-section {
		display: block;
		padding-top: 2.75rem;
		padding-bottom: 3rem;
	}

	.start-here-intro {
		display: block;
		padding: 0 1rem 1.4rem;
	}

	.start-here-index {
		margin-top: 0.9rem;
		font-size: 3.8rem;
	}

	.start-here-intro .section-heading {
		max-width: none;
		margin-top: 0.85rem;
	}

	.start-here-intro .section-intro {
		max-width: 28rem;
		margin-top: 0.9rem;
	}

	.start-here-intro .section-link {
		margin-top: 1rem;
	}

	.start-here-section .guide-loop {
		margin-right: 0;
		margin-left: 0;
	}

	.start-here-section .guide-loop .wp-block-post-template {
		grid-template-columns: minmax(0, 1fr) !important;
		gap: 0.8rem;
		height: auto;
	}

	.start-here-section .guide-loop .wp-block-post {
		grid-template-rows: 3.1rem auto 1fr auto 210px;
		min-height: 520px;
		border-right: 1px solid var(--eg-line);
		border-left: 1px solid var(--eg-line);
	}
}

/* 2026-07-29 — Home 04: compact editorial exhibition grid.
 * Scope deliberately limited to the "Now showing" section.
 */
.now-showing-section {
	display: grid;
	grid-template-columns: minmax(190px, 0.27fr) minmax(0, 0.73fr);
	align-items: stretch;
	gap: clamp(1.5rem, 3vw, 3.25rem);
	padding-top: clamp(3rem, 5vw, 4.25rem);
	padding-bottom: clamp(3rem, 5vw, 4.25rem);
}

.now-showing-intro {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	min-width: 0;
}

.now-showing-intro .section-kicker {
	width: 100%;
	margin-right: 0 !important;
	margin-left: 0 !important;
	text-align: left;
}

.now-showing-intro .section-heading {
	max-width: 8em;
	margin-top: 0.45rem;
	margin-right: 0 !important;
	margin-left: 0 !important;
	font-size: clamp(2.1rem, 3vw, 2.8rem);
	line-height: 1.04;
	text-align: left;
	word-break: keep-all;
}

.now-showing-intro .section-intro {
	max-width: 15rem;
	margin-top: 1.4rem;
	font-size: 0.95rem;
	line-height: 1.72;
}

.now-showing-intro .section-link {
	margin-top: auto;
	padding-top: 2rem;
}

.now-showing-section .featured-exhibition {
	min-width: 0;
	margin: 0;
}

.now-showing-section .featured-exhibition .wp-block-post-template {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
	grid-template-rows: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	height: 500px;
}

.now-showing-section .featured-exhibition .wp-block-post {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(135px, 38%);
	grid-template-rows: auto auto 1fr auto;
	min-height: 0;
	overflow: hidden;
	padding: 0;
	border: 1px solid var(--eg-line);
	border-radius: 0;
	background: #fffdf9;
	box-shadow: none;
}

.now-showing-section .featured-exhibition .wp-block-post:hover {
	box-shadow: 0 16px 34px rgba(29, 39, 33, 0.09);
	transform: translateY(-2px);
}

.now-showing-section .featured-exhibition .wp-block-post:first-child {
	grid-column: 1;
	grid-row: 1 / span 2;
	grid-template-columns: minmax(0, 1.08fr) minmax(190px, 0.92fr);
	min-height: 500px;
}

.now-showing-section .featured-exhibition .wp-block-post:nth-child(2) {
	grid-column: 2;
	grid-row: 1;
}

.now-showing-section .featured-exhibition .wp-block-post:nth-child(3) {
	grid-column: 2;
	grid-row: 2;
}

.now-showing-section .featured-exhibition .wp-block-post::before {
	z-index: 0;
	grid-column: 2;
	grid-row: 1 / -1;
	min-height: 100%;
	background-color: #d9d4c8;
	background-image:
		linear-gradient(rgba(10, 24, 16, 0.2), rgba(10, 24, 16, 0.2)),
		url("assets/brand/ieum/card-study-images/02-sound-sensation.png");
	background-position: center;
	background-size: cover;
	content: "";
}

.now-showing-section .featured-exhibition .wp-block-post:nth-child(2)::before {
	background-image:
		linear-gradient(rgba(10, 24, 16, 0.16), rgba(10, 24, 16, 0.16)),
		url("assets/brand/ieum/card-study-images/01-slow-solo.png");
}

.now-showing-section .featured-exhibition .wp-block-post:nth-child(3)::before {
	background-image:
		linear-gradient(rgba(10, 24, 16, 0.16), rgba(10, 24, 16, 0.16)),
		url("assets/brand/ieum/card-study-images/03-photo-walk.png");
}

.now-showing-section .featured-exhibition .wp-block-post::after {
	position: absolute;
	right: 0.65rem;
	bottom: 0.55rem;
	z-index: 1;
	padding: 0.24rem 0.42rem;
	border-radius: 999px;
	background: rgba(17, 35, 25, 0.68);
	color: rgba(255, 255, 255, 0.8);
	content: "이음 편집 이미지";
	font-size: 0.58rem;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.now-showing-section .featured-exhibition .wp-block-post > *:not(.wp-block-post-title) {
	min-width: 0;
}

.now-showing-section .featured-exhibition .exhibition-card-meta,
.now-showing-section .featured-exhibition .wp-block-post-title,
.now-showing-section .featured-exhibition .wp-block-post-excerpt,
.now-showing-section .featured-exhibition .wp-block-read-more {
	z-index: 1;
	grid-column: 1;
	margin-right: 1.2rem;
	margin-left: 1.2rem;
}

.now-showing-section .featured-exhibition .exhibition-card-meta {
	grid-row: 1;
	margin-top: 1.15rem;
	font-size: 0.73rem;
}

.now-showing-section .featured-exhibition .wp-block-post-title {
	grid-row: 2;
	min-height: 0;
	margin-top: 0.85rem;
	font-size: clamp(1.5rem, 2.2vw, 2rem) !important;
	line-height: 1.08;
	-webkit-line-clamp: 4;
}

.now-showing-section .featured-exhibition .wp-block-post:not(:first-child) .wp-block-post-title {
	margin-top: 0.55rem;
	font-size: clamp(1rem, 1.35vw, 1.15rem) !important;
	line-height: 1.1;
	-webkit-line-clamp: 4;
}

.now-showing-section .featured-exhibition .wp-block-post-excerpt {
	display: none;
}

.now-showing-section .featured-exhibition .wp-block-read-more {
	grid-row: 4;
	align-self: end;
	margin-bottom: 1.05rem;
	padding-top: 0.8rem;
	border-top: 1px solid var(--eg-line);
	font-size: 0.78rem;
}

@media (max-width: 920px) {
	.now-showing-section {
		grid-template-columns: minmax(0, 1fr);
		gap: 1.5rem;
	}

	.now-showing-intro {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: end;
		gap: 0.75rem 1.5rem;
	}

	.now-showing-intro .section-kicker,
	.now-showing-intro .section-heading,
	.now-showing-intro .section-intro {
		grid-column: 1;
	}

	.now-showing-intro .section-link {
		grid-column: 2;
		grid-row: 1 / span 3;
		margin: 0;
		padding: 0;
	}
}

@media (max-width: 680px) {
	.now-showing-section {
		display: block;
		padding-top: 2.5rem;
		padding-bottom: 3rem;
	}

	.now-showing-intro {
		display: block;
		padding: 0 1rem 1.25rem;
	}

	.now-showing-intro .section-heading {
		max-width: none;
	}

	.now-showing-intro .section-intro {
		max-width: 28rem;
		margin-top: 0.9rem;
	}

	.now-showing-intro .section-link {
		margin-top: 1.1rem;
	}

	.now-showing-section .featured-exhibition {
		margin-right: 0;
		margin-left: 0;
	}

	.now-showing-section .featured-exhibition .wp-block-post-template {
		grid-template-columns: minmax(0, 1fr) !important;
		grid-template-rows: none;
		gap: 0.8rem;
		height: auto;
	}

	.now-showing-section .featured-exhibition .wp-block-post,
	.now-showing-section .featured-exhibition .wp-block-post:first-child,
	.now-showing-section .featured-exhibition .wp-block-post:nth-child(2),
	.now-showing-section .featured-exhibition .wp-block-post:nth-child(3) {
		grid-column: auto;
		grid-row: auto;
		grid-template-columns: minmax(0, 1fr) minmax(112px, 34%);
		min-height: 285px;
		border-right: 1px solid var(--eg-line);
		border-left: 1px solid var(--eg-line);
	}

	.now-showing-section .featured-exhibition .wp-block-post-excerpt {
		display: none;
	}

	.now-showing-section .featured-exhibition .wp-block-post-title,
	.now-showing-section .featured-exhibition .wp-block-post:not(:first-child) .wp-block-post-title {
		font-size: clamp(1.25rem, 6.2vw, 1.65rem);
		-webkit-line-clamp: 4;
	}
}

/* 2026-07-29 — Lumi visual QA: restrained type and responsive refinements.
 * Presentation only. Content, links, filters, quiz logic and data stay untouched.
 */
.trust-band .guide-grid .wp-block-heading {
	font-size: clamp(1.25rem, 1.5vw, 1.5rem);
	line-height: 1.28;
	overflow-wrap: normal;
	word-break: keep-all;
}

.artist-db-section .artist-loop .wp-block-post::before {
	box-sizing: border-box;
	padding-inline: 0.45rem;
	font-size: clamp(5.4rem, 7.25vw, 7.25rem);
	letter-spacing: -0.14em;
	text-indent: 0;
}

.start-here-section .guide-loop .wp-block-post-title {
	min-height: clamp(5.5rem, 7.2vw, 7rem);
	overflow: visible;
	font-size: clamp(1.2rem, 1.45vw, 1.4rem) !important;
	line-height: 1.24;
	overflow-wrap: normal;
	text-wrap: balance;
	word-break: keep-all;
}

.trust-band .guide-grid,
.artist-db-section .artist-loop,
.artist-db-section .artist-loop .wp-block-post-template,
.artist-db-section .artist-loop .wp-block-post,
.start-here-section .guide-loop,
.start-here-section .guide-loop .wp-block-post-template,
.start-here-section .guide-loop .wp-block-post {
	min-width: 0;
	max-width: 100%;
}

@media (max-width: 680px) {
	.now-showing-intro,
	.artist-db-intro,
	.start-here-intro {
		padding-right: 0;
		padding-left: 0;
	}

	.artist-db-section .artist-loop .wp-block-post::before {
		padding-inline: 0.75rem;
		font-size: clamp(6rem, 30vw, 8rem);
	}

	.start-here-section .guide-loop .wp-block-post-title {
		min-height: 4.9rem;
		font-size: clamp(1.2rem, 5.8vw, 1.35rem) !important;
	}
}

@media (max-width: 390px) {
	.trust-band .guide-grid .wp-block-column,
	.artist-db-section .artist-loop .wp-block-post,
	.start-here-section .guide-loop .wp-block-post {
		box-sizing: border-box;
		width: 100%;
	}

	.trust-band__title,
	.artist-db-intro .section-heading,
	.start-here-intro .section-heading {
		overflow-wrap: normal;
		word-break: keep-all;
	}
}

/* 2026-07-29 — Home 05: one integrated editorial guide panel.
 * The existing three guide texts and their order are preserved.
 */
.trust-band {
	background: #f0eadf;
}

.trust-band__inner {
	display: block;
	padding-top: clamp(3.5rem, 6vw, 5.5rem);
	padding-bottom: clamp(3.75rem, 6vw, 5.75rem);
}

.trust-band__intro {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
	gap: 0.75rem 2rem;
}

.trust-band__intro .section-kicker {
	position: relative;
	grid-column: 1;
	width: auto;
	margin: 0;
	padding: 0 0 0 2.35rem;
	border: 0;
	color: var(--eg-moss);
}

.trust-band__intro .section-kicker::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 1.7rem;
	height: 2px;
	background: var(--eg-clay);
	content: "";
	transform: translateY(-50%);
}

.trust-band__index {
	display: none;
	grid-column: 2;
	grid-row: 1;
	margin: 0;
	color: var(--eg-moss);
	font-size: 0.8rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	line-height: 1;
}

.trust-band__title {
	grid-column: 1 / -1;
	max-width: none;
	margin: 0.7rem 0 0;
	padding-bottom: clamp(1.25rem, 2.5vw, 1.75rem);
	border-bottom: 1px solid var(--eg-line);
	font-size: clamp(2.65rem, 5.1vw, 4.8rem);
	letter-spacing: -0.072em;
	line-height: 1.02;
}

@media (min-width: 782px) {
	.trust-band__title {
		font-size: 50px;
	}
}

.trust-band__intro-copy {
	grid-column: 1;
	max-width: 46rem;
	margin: 0.8rem 0 0;
	font-size: 0.98rem;
	line-height: 1.75;
}

.trust-band__link {
	grid-column: 2;
	grid-row: 3;
	margin: 0.8rem 0 0;
	padding: 0;
	white-space: nowrap;
}

.trust-band .guide-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	margin-top: clamp(1.75rem, 3vw, 2.5rem);
	overflow: hidden;
	border: 1px solid var(--eg-line);
	border-radius: 1.1rem;
	background: #fffdf9;
	box-shadow: 0 22px 50px rgba(29, 39, 33, 0.07);
}

.trust-band .guide-grid .wp-block-column,
.trust-band .guide-grid .wp-block-column:nth-child(2) {
	position: relative;
	display: flex;
	align-items: stretch;
	flex-direction: column;
	min-height: 245px;
	padding: 1.75rem 1.7rem 1.65rem;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: var(--eg-ink);
}

.trust-band .guide-grid .wp-block-column:nth-child(2) {
	border-right: 1px solid var(--eg-line);
	border-left: 1px solid var(--eg-line);
}

.trust-band .guide-grid .wp-block-column::before,
.trust-band .guide-grid .wp-block-column:nth-child(2)::before {
	top: 1.45rem;
	left: 1.7rem;
	color: var(--eg-clay);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.1em;
}

.trust-band .guide-grid .wp-block-column:first-child::after,
.trust-band .guide-grid .wp-block-column:nth-child(2)::after,
.trust-band .guide-grid .wp-block-column:nth-child(3)::after {
	top: 1.5rem;
	right: 1.7rem;
	width: 1.8rem;
	height: 2px;
	border-radius: 0;
	background: var(--eg-clay);
}

.trust-band .guide-grid .wp-block-column:nth-child(2)::after {
	background: #4b91cc;
}

.trust-band .guide-grid .wp-block-column:nth-child(3)::after {
	background: #d4a41f;
}

.trust-band .guide-grid .wp-block-heading {
	align-self: stretch;
	margin: 0;
	padding: 4rem 0 0;
	border: 0;
	font-size: clamp(1.35rem, 1.75vw, 1.65rem);
	line-height: 1.25;
	word-break: keep-all;
}

.trust-band .guide-grid p,
.trust-band .guide-grid .wp-block-column:nth-child(2) p {
	margin: 1rem 0 0;
	color: #536158;
	font-size: 0.9rem;
	line-height: 1.75;
}

@media (max-width: 680px) {
	.trust-band__inner {
		padding-top: 3rem;
		padding-bottom: 3.5rem;
	}

	.trust-band__intro {
		display: block;
		padding: 0;
	}

	.trust-band__intro .section-kicker {
		padding-left: 2rem;
	}

	.trust-band__index {
		margin-top: 0.9rem;
		font-size: 0.74rem;
	}

	.trust-band__title {
		max-width: none;
		margin-top: 0.65rem;
		padding-bottom: 1.1rem;
		font-size: clamp(2.25rem, 10.5vw, 2.8rem);
	}

	.trust-band__intro-copy {
		max-width: none;
		margin-top: 0.9rem;
	}

	.trust-band__link {
		margin-top: 1rem;
		white-space: normal;
	}

	.trust-band .guide-grid {
		grid-template-columns: minmax(0, 1fr);
		margin-top: 1.5rem;
		border-radius: 0.9rem;
	}

	.trust-band .guide-grid .wp-block-column,
	.trust-band .guide-grid .wp-block-column:nth-child(2) {
		box-sizing: border-box;
		width: 100%;
		min-height: 205px;
		padding: 1.5rem 1.35rem 1.55rem;
		border-right: 0;
		border-left: 0;
	}

	.trust-band .guide-grid .wp-block-column:nth-child(2) {
		border-top: 1px solid var(--eg-line);
		border-bottom: 1px solid var(--eg-line);
	}

	.trust-band .guide-grid .wp-block-column::before,
	.trust-band .guide-grid .wp-block-column:nth-child(2)::before {
		top: 1.3rem;
		left: 1.35rem;
	}

	.trust-band .guide-grid .wp-block-column:first-child::after,
	.trust-band .guide-grid .wp-block-column:nth-child(2)::after,
	.trust-band .guide-grid .wp-block-column:nth-child(3)::after {
		top: 1.35rem;
		right: 1.35rem;
	}

	.trust-band .guide-grid .wp-block-heading {
		padding-top: 3.25rem;
		font-size: 1.4rem;
	}
}

/* 2026-07-29 — Local comparison page: editorial hero study.
 * Scoped to page-hero-study.html so the production home hero is unchanged.
 */
.hero-study-shell {
	display: flex;
	align-items: flex-end;
	min-height: min(760px, 84vh);
	padding: clamp(4.5rem, 8vw, 7rem) 1.5rem 3rem;
}

.hero-study-shell::before {
	position: absolute;
	top: clamp(4.5rem, 8vw, 7rem);
	right: max(4rem, calc((100% - 1200px) / 2 + 4rem));
	z-index: 2;
	width: clamp(8rem, 16vw, 14rem);
	height: clamp(5rem, 9vw, 8rem);
	border-top: 1px solid rgba(202, 101, 72, 0.88);
	border-right: 1px solid rgba(202, 101, 72, 0.88);
	border-radius: 0 100% 0 0;
	content: "";
	pointer-events: none;
}

.hero-study-shell::after {
	inset: 1.5rem auto;
}

.hero-study-shell .hero-artwork__overlay {
	background:
		linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.08) 56%, rgba(0, 0, 0, 0.18) 100%),
		linear-gradient(0deg, rgba(0, 0, 0, 0.24), transparent 55%);
}

.hero-study-card {
	position: relative;
	z-index: 4;
	display: grid;
	grid-template-columns: 9.5rem minmax(0, 1fr);
	width: min(900px, calc(100% - 6rem));
	margin: 0 auto 0 max(3rem, calc((100% - 1200px) / 2 + 3rem));
	overflow: hidden;
	border: 1px solid rgba(29, 39, 33, 0.16);
	background: rgba(255, 253, 249, 0.7);
	color: var(--eg-ink);
	box-shadow: 0 22px 55px rgba(20, 30, 24, 0.18);
	backdrop-filter: blur(10px);
}

.hero-study-card__index {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	min-width: 0;
	padding: 2rem 1.55rem 1.7rem;
	border-right: 1px solid var(--eg-line);
	color: var(--eg-ink);
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.hero-study-card__index strong {
	color: var(--eg-clay);
	font-size: 2.35rem;
	font-weight: 400;
	letter-spacing: -0.06em;
	line-height: 1;
}

.hero-study-card__index > span {
	width: 1.5rem;
	height: 2px;
	margin-top: 1rem;
	background: var(--eg-clay);
}

.hero-study-card__index b {
	margin-top: auto;
	font-size: 0.65rem;
	letter-spacing: 0.08em;
}

.hero-study-card__index small {
	margin-top: 0.75rem;
	color: #657169;
	font-size: 0.6rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: none;
}

.hero-study-copy {
	display: grid;
	grid-template-columns: minmax(19rem, 1.05fr) minmax(17rem, 0.95fr);
	grid-template-rows: auto 1fr auto;
	gap: 0.75rem 2rem;
	max-width: none;
	margin: 0;
	padding: 2rem 2.4rem 1.85rem;
}

.hero-study-copy > * {
	max-width: none !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.hero-study-copy .hero-kicker {
	grid-column: 1;
	grid-row: 1;
	margin: 0;
	color: var(--eg-clay);
}

.hero-study-copy .hero-title {
	grid-column: 1;
	grid-row: 2 / span 2;
	align-self: start;
	color: var(--eg-ink);
	font-size: clamp(3.2rem, 5vw, 4.3rem) !important;
	line-height: 0.96 !important;
	text-shadow: none;
}

.hero-study-copy .hero-intro {
	grid-column: 2;
	grid-row: 1 / span 2;
	align-self: center;
	margin-top: 0 !important;
	color: #536158;
	font-size: 0.94rem;
	line-height: 1.72;
}

.hero-study-copy .wp-block-buttons {
	align-self: end;
	grid-column: 2;
	grid-row: 3;
	gap: 0.65rem;
	margin: 0;
}

.hero-study-copy .wp-block-button__link {
	padding: 0.8rem 1rem;
	border-radius: 0;
	font-size: 0.82rem;
}

.hero-study-copy .wp-block-button:first-child .wp-block-button__link {
	border-color: var(--eg-clay);
	background: var(--eg-clay) !important;
	color: #fffdf9 !important;
}

.hero-study-copy .wp-block-button.is-style-outline .wp-block-button__link {
	border-color: var(--eg-ink);
	color: var(--eg-ink);
}

.hero-study-shell .hero-artwork-meta {
	top: clamp(3rem, 6vw, 5rem);
	right: max(3rem, calc((100% - 1200px) / 2 + 3rem));
	bottom: auto;
	align-items: flex-end;
	flex-direction: column;
	max-width: 23rem;
	text-align: right;
}

.hero-study-shell .hero-artwork-meta p {
	align-items: flex-end;
	flex-direction: column;
	gap: 0.35rem;
}

@media (max-width: 920px) {
	.hero-study-shell {
		min-height: 720px;
	}

	.hero-study-card {
		grid-template-columns: 7.25rem minmax(0, 1fr);
		width: calc(100% - 3rem);
		margin-left: 1.5rem;
	}

	.hero-study-copy {
		grid-template-columns: minmax(0, 1fr);
		grid-template-rows: auto auto auto auto;
		padding: 1.75rem 1.8rem;
	}

	.hero-study-copy .hero-kicker,
	.hero-study-copy .hero-title,
	.hero-study-copy .hero-intro,
	.hero-study-copy .wp-block-buttons {
		grid-column: 1;
		grid-row: auto;
	}

	.hero-study-copy .hero-title {
		font-size: clamp(3rem, 7vw, 4rem) !important;
	}

	.hero-study-copy .hero-intro {
		margin-top: 0.4rem !important;
	}
}

@media (max-width: 680px) {
	.hero-study-shell {
		display: flex;
		min-height: 700px;
		padding: 5rem 0.65rem 8.5rem;
	}

	.hero-study-shell::before {
		top: 2.8rem;
		right: 2rem;
		width: 7rem;
		height: 4rem;
	}

	.hero-study-card {
		grid-template-columns: minmax(0, 1fr);
		width: calc(100% - 1.3rem);
		margin: 0 0.65rem;
	}

	.hero-study-card__index {
		display: grid;
		grid-template-columns: auto 1fr auto;
		align-items: center;
		gap: 0.75rem;
		padding: 0.85rem 1rem;
		border-right: 0;
		border-bottom: 1px solid var(--eg-line);
	}

	.hero-study-card__index strong {
		font-size: 1.45rem;
	}

	.hero-study-card__index > span {
		width: 100%;
		margin: 0;
	}

	.hero-study-card__index b {
		margin: 0;
		font-size: 0.58rem;
		white-space: nowrap;
	}

	.hero-study-card__index small {
		display: none;
	}

	.hero-study-copy {
		gap: 0.75rem;
		padding: 1.25rem 1.15rem 1.35rem;
	}

	.hero-study-copy .hero-title {
		font-size: clamp(2.65rem, 13vw, 3.5rem) !important;
	}

	.hero-study-copy .hero-intro {
		font-size: 0.9rem;
		line-height: 1.65;
	}

	.hero-study-copy .wp-block-buttons {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		width: 100%;
	}

	.hero-study-copy .wp-block-button,
	.hero-study-copy .wp-block-button__link {
		width: 100%;
	}

	.hero-study-shell .hero-artwork-meta {
		top: auto;
		right: 1.4rem;
		bottom: 1.5rem;
		left: 1.4rem;
		align-items: flex-start;
		max-width: none;
		text-align: left;
	}

	.hero-study-shell .hero-artwork-meta p {
		align-items: flex-start;
	}
}

/* 2026-07-29 — Comparison page quiz: artwork field + one glass answer panel. */
.hero-study-page .ieum-quiz__stage {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	border-color: rgba(29, 39, 33, 0.72);
	background:
		linear-gradient(135deg, rgba(15, 29, 21, 0.9), rgba(15, 29, 21, 0.76)),
		url("assets/images/open-art-hero/2026-week-01-kim-eungwon-orchids.jpg") center 42% / cover no-repeat;
	box-shadow: 0 24px 55px rgba(29, 39, 33, 0.14);
}

.hero-study-page .ieum-quiz__stage::before {
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		linear-gradient(90deg, rgba(202, 101, 72, 0.14), transparent 24%),
		radial-gradient(circle at 92% 10%, rgba(247, 244, 238, 0.11), transparent 32%);
	content: "";
	pointer-events: none;
}

.hero-study-page .ieum-quiz__question {
	max-width: 19ch;
	text-shadow: 0 2px 22px rgba(0, 0, 0, 0.34);
}

.hero-study-page .ieum-quiz__answers {
	gap: 0;
	overflow: hidden;
	border: 1px solid rgba(255, 253, 249, 0.44);
	border-radius: 0.75rem;
	background: rgba(255, 253, 249, 0.7);
	box-shadow: 0 16px 38px rgba(0, 0, 0, 0.16);
	backdrop-filter: blur(10px);
}

.hero-study-page .ieum-quiz__answer {
	border: 0;
	border-bottom: 1px solid rgba(29, 39, 33, 0.16);
	background: transparent;
}

.hero-study-page .ieum-quiz__answer:last-child {
	border-bottom: 0;
}

.hero-study-page .ieum-quiz__answer:hover,
.hero-study-page .ieum-quiz__answer:focus-visible {
	border-color: rgba(29, 39, 33, 0.16);
	background: rgba(255, 253, 249, 0.56);
	box-shadow: inset 3px 0 0 var(--eg-clay);
	transform: none;
}

.hero-study-page .ieum-quiz__answer small {
	color: #4f5e55;
}

/* 2026-07-29 — Home entry to the internal open art room. */
.home-open-art-entry {
	display: grid;
	grid-template-columns: 0.42fr 1.25fr 0.8fr;
	width: min(1200px, calc(100% - 3rem));
	margin: 0 auto;
	border-inline: 1px solid var(--eg-line);
	border-bottom: 1px solid var(--eg-line);
	background: var(--eg-ink);
	color: var(--eg-paper);
}

.home-open-art-entry > * {
	min-width: 0;
	padding: clamp(2rem, 4vw, 4rem);
}

.home-open-art-entry__index {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-right: 1px solid rgba(247, 244, 238, 0.24);
	color: rgba(247, 244, 238, 0.72);
	font: 700 0.72rem/1.2 Arial, sans-serif;
	letter-spacing: 0.14em;
}

.home-open-art-entry__index strong {
	color: var(--eg-clay);
	font-size: clamp(2.8rem, 5vw, 5.4rem);
	font-weight: 500;
	letter-spacing: -0.06em;
}

.home-open-art-entry__copy .section-kicker {
	color: var(--eg-clay);
}

.home-open-art-entry__copy h2 {
	max-width: none;
	margin: 0.7rem 0 1.5rem;
	font-size: clamp(2.4rem, 3.2vw, 3.8rem);
	letter-spacing: -0.065em;
	line-height: 1.05;
}

.home-open-art-entry__copy h2 span {
	display: block;
}

.home-open-art-entry__copy > p:last-of-type {
	max-width: 40rem;
	color: rgba(247, 244, 238, 0.74);
	line-height: 1.75;
}

.home-open-art-entry__copy a {
	display: inline-flex;
	justify-content: space-between;
	gap: 2rem;
	min-width: min(100%, 19rem);
	margin-top: 1.5rem;
	padding: 0.95rem 0;
	border-bottom: 1px solid rgba(247, 244, 238, 0.65);
	color: var(--eg-paper);
	font-weight: 800;
	text-decoration: none;
}

.home-open-art-entry__notes {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	border-left: 1px solid rgba(247, 244, 238, 0.24);
}

.home-open-art-entry__notes p {
	display: grid;
	grid-template-columns: 2rem 1fr;
	gap: 0.75rem;
	margin: 0;
	padding: 1rem 0;
	border-bottom: 1px solid rgba(247, 244, 238, 0.18);
	color: rgba(247, 244, 238, 0.78);
}

.home-open-art-entry__notes span {
	color: var(--eg-clay);
	font: 700 0.72rem/1.7 Arial, sans-serif;
}

@media (max-width: 680px) {
	.home-open-art-entry {
		grid-template-columns: 1fr;
		width: calc(100% - 2rem);
	}

	.home-open-art-entry > * {
		padding: 1.6rem;
	}

	.home-open-art-entry__index {
		flex-direction: row;
		align-items: center;
		border-right: 0;
		border-bottom: 1px solid rgba(247, 244, 238, 0.24);
	}

	.home-open-art-entry__index strong {
		font-size: 2.5rem;
	}

	.home-open-art-entry__copy h2 {
		font-size: clamp(2.35rem, 11vw, 3.2rem);
	}

	.home-open-art-entry__notes {
		border-top: 1px solid rgba(247, 244, 238, 0.24);
		border-left: 0;
	}

	.hero-study-page .ieum-quiz__stage {
		background-position: 58% center;
	}

	.hero-study-page .ieum-quiz__answers {
		border-radius: 0.6rem;
	}

	.hero-study-page .ieum-quiz__answer {
		padding: 0.95rem 0.85rem 0.95rem 3.65rem;
	}
}

/* 2026-07-29 — Comparison 02: asymmetric exhibition board.
 * Scoped to the second local study page; the home and first study stay intact.
 */
.now-showing-study-page .now-showing-section {
	display: block;
	padding-top: clamp(4rem, 6vw, 5.5rem);
	padding-bottom: clamp(4rem, 6vw, 5.5rem);
}

.now-showing-study-page .now-showing-intro {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
	gap: 0.8rem 2rem;
	margin-bottom: clamp(2rem, 3.5vw, 3.25rem);
	padding-bottom: 1.4rem;
	border-bottom: 1px solid var(--eg-line);
}

.now-showing-study-page .now-showing-intro .section-kicker,
.now-showing-study-page .now-showing-intro .section-heading,
.now-showing-study-page .now-showing-intro .section-intro {
	grid-column: 1;
}

.now-showing-study-page .now-showing-intro .section-kicker {
	width: auto;
}

.now-showing-study-page .now-showing-intro .section-heading {
	max-width: none;
	margin-top: 0.25rem;
	font-size: 50px;
	line-height: 1.02;
}

.now-showing-study-page .now-showing-intro .section-heading br {
	display: none;
}

.now-showing-study-page .now-showing-intro .section-intro {
	justify-self: start;
	max-width: 43rem;
	margin-top: 0.35rem;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.now-showing-study-page .now-showing-intro .section-link {
	grid-column: 2;
	grid-row: 2 / span 2;
	align-self: end;
	margin: 0 0 0.1rem;
	padding: 0;
	white-space: nowrap;
}

.now-showing-study-page .featured-exhibition .wp-block-post-template {
	display: grid;
	grid-template-columns: minmax(0, 1.8fr) minmax(315px, 0.98fr);
	grid-template-rows: repeat(2, minmax(0, 1fr));
	gap: 1.25rem;
	height: 760px;
}

.now-showing-study-page .featured-exhibition .wp-block-post,
.now-showing-study-page .featured-exhibition .wp-block-post:first-child,
.now-showing-study-page .featured-exhibition .wp-block-post:nth-child(2),
.now-showing-study-page .featured-exhibition .wp-block-post:nth-child(3) {
	position: relative;
	display: flex;
	align-items: stretch;
	flex-direction: column;
	min-height: 0;
	overflow: hidden;
	padding: clamp(1.5rem, 2.35vw, 2.15rem);
	border: 1px solid rgba(29, 39, 33, 0.15);
	border-radius: 1.35rem;
	background: #fffdf9;
	box-shadow: 0 18px 42px rgba(29, 39, 33, 0.07);
}

.now-showing-study-page .featured-exhibition .wp-block-post:first-child {
	grid-column: 1;
	grid-row: 1 / span 2;
	color: #fffdf9;
	border-color: #365d48;
	background: #365d48;
}

.now-showing-study-page .featured-exhibition .wp-block-post:nth-child(2) {
	grid-column: 2;
	grid-row: 1;
}

.now-showing-study-page .featured-exhibition .wp-block-post:nth-child(3) {
	grid-column: 2;
	grid-row: 2;
}

.now-showing-study-page .featured-exhibition .wp-block-post:not(:first-child) {
	padding: 1.7rem 1.8rem 1.55rem;
}

.now-showing-study-page .featured-exhibition .wp-block-post:hover {
	box-shadow: 0 24px 52px rgba(29, 39, 33, 0.12);
	transform: translateY(-2px);
}

.now-showing-study-page .featured-exhibition .wp-block-post::before {
	display: none;
}

.now-showing-study-page .featured-exhibition .wp-block-post:first-child::before {
	position: absolute;
	top: 2.6rem;
	right: 4.4rem;
	z-index: 0;
	display: block;
	width: 5.2rem;
	height: 5.2rem;
	min-height: 0;
	border-radius: 50%;
	background: var(--eg-clay);
	box-shadow:
		0 0 0 1px rgba(255, 253, 249, 0.24),
		0 0 0 10.5rem transparent,
		0 0 0 10.55rem rgba(255, 253, 249, 0.22);
	content: "";
}

.now-showing-study-page .featured-exhibition .wp-block-post::after {
	display: none;
}

.now-showing-study-page .featured-exhibition .exhibition-card-meta,
.now-showing-study-page .featured-exhibition .wp-block-post-title,
.now-showing-study-page .featured-exhibition .wp-block-post-excerpt,
.now-showing-study-page .featured-exhibition .wp-block-read-more {
	position: relative;
	z-index: 1;
	width: 100%;
	margin-right: 0;
	margin-left: 0;
}

.now-showing-study-page .featured-exhibition .exhibition-card-meta {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: start;
	gap: 0.45rem 1rem;
	margin-top: 0;
	font-size: 0.7rem;
}

.now-showing-study-page .featured-exhibition .exhibition-card-meta .exhibition-status {
	grid-column: 1;
	grid-row: 1;
}

.now-showing-study-page .featured-exhibition .exhibition-card-meta p:first-of-type {
	grid-column: 2;
	grid-row: 1;
	padding-top: 0.25rem;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 0.66rem;
	font-weight: 700;
	letter-spacing: 0.025em;
	white-space: nowrap;
}

.now-showing-study-page .featured-exhibition .exhibition-card-meta p:last-child {
	grid-column: 1 / -1;
	margin-top: clamp(1.6rem, 3vw, 3.5rem);
}

.now-showing-study-page .featured-exhibition .wp-block-post:not(:first-child) .exhibition-card-meta p:last-child {
	margin-top: 1.85rem;
	line-height: 1.55;
}

.now-showing-study-page .featured-exhibition .wp-block-post:first-child .exhibition-card-meta {
	color: rgba(255, 253, 249, 0.82);
}

.now-showing-study-page .featured-exhibition .wp-block-post:first-child .exhibition-status {
	background: rgba(255, 253, 249, 0.14);
	color: #fffdf9;
}

.now-showing-study-page .featured-exhibition .wp-block-post-title,
.now-showing-study-page .featured-exhibition .wp-block-post:not(:first-child) .wp-block-post-title {
	flex: 0 0 auto;
	min-height: 0;
	margin-top: 0.7rem;
	font-size: clamp(1.75rem, 2.15vw, 2.15rem) !important;
	line-height: 1.02;
	letter-spacing: -0.055em;
	-webkit-line-clamp: 4;
}

.now-showing-study-page .featured-exhibition .wp-block-post:first-child .wp-block-post-title {
	max-width: 12em;
	margin-top: 0.65rem;
	font-size: clamp(2.8rem, 4.05vw, 3.95rem) !important;
	line-height: 0.96;
}

.now-showing-study-page .featured-exhibition .wp-block-post:first-child .wp-block-post-title a {
	color: #fffdf9;
}

.now-showing-study-page .featured-exhibition .wp-block-post-excerpt {
	display: block;
	flex: 0 0 auto;
	min-height: 3.5em;
	margin-top: 1.05rem;
	color: #5c685f;
	font-size: 0.82rem;
	line-height: 1.7;
}

.now-showing-study-page .featured-exhibition .wp-block-post:first-child .wp-block-post-excerpt {
	display: block;
	max-width: 35rem;
	min-height: 12em;
	margin-top: clamp(1.55rem, 2.5vw, 2.25rem);
	color: rgba(255, 253, 249, 0.9);
	font-size: clamp(0.96rem, 1.15vw, 1.05rem);
	line-height: 1.88;
}

.now-showing-study-page .featured-exhibition .wp-block-post-excerpt__excerpt {
	display: -webkit-box;
	margin: 0;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.now-showing-study-page .featured-exhibition .wp-block-post:first-child .wp-block-post-excerpt__excerpt {
	display: block;
	overflow: visible;
	white-space: pre-line;
	word-break: keep-all;
	-webkit-line-clamp: unset;
}

.now-showing-study-page .featured-exhibition .wp-block-post-excerpt__more-text {
	display: none;
}

.now-showing-study-page .featured-exhibition .wp-block-post-excerpt__more-link {
	display: none;
}

.now-showing-study-page .featured-exhibition .wp-block-read-more {
	align-self: stretch;
	margin-top: auto;
	margin-bottom: 0;
	padding-top: 1rem;
	border-top: 1px solid rgba(29, 39, 33, 0.7);
	font-size: 0.77rem;
	font-weight: 700;
	letter-spacing: -0.01em;
}

.now-showing-study-page .featured-exhibition .wp-block-post:first-child .wp-block-read-more {
	border-color: rgba(255, 253, 249, 0.38);
	color: #fffdf9;
}

@media (max-width: 920px) {
	.now-showing-study-page .now-showing-intro {
		display: grid;
	}

	.now-showing-study-page .featured-exhibition .wp-block-post-template {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: auto auto;
		height: auto;
	}

	.now-showing-study-page .featured-exhibition .wp-block-post:first-child {
		grid-column: 1 / -1;
		grid-row: 1;
		min-height: 620px;
	}

	.now-showing-study-page .featured-exhibition .wp-block-post:nth-child(2) {
		grid-column: 1;
		grid-row: 2;
		min-height: 390px;
	}

	.now-showing-study-page .featured-exhibition .wp-block-post:nth-child(3) {
		grid-column: 2;
		grid-row: 2;
		min-height: 390px;
	}

	.now-showing-study-page .featured-exhibition .wp-block-post:first-child .wp-block-post-title {
		font-size: clamp(2.65rem, 5.8vw, 3.75rem) !important;
	}
}

@media (max-width: 680px) {
	.now-showing-study-page .now-showing-section {
		display: block;
		padding-top: 3rem;
		padding-bottom: 3.5rem;
	}

	.now-showing-study-page .now-showing-intro {
		display: block;
		margin-bottom: 1.4rem;
		padding: 0 0 1.15rem;
	}

	.now-showing-study-page .now-showing-intro .section-heading {
		font-size: clamp(2.3rem, 11.5vw, 3rem);
	}

	.now-showing-study-page .now-showing-intro .section-heading br {
		display: initial;
	}

	.now-showing-study-page .now-showing-intro .section-link {
		margin-top: 1rem;
	}

	.now-showing-study-page .featured-exhibition .wp-block-post-template {
		grid-template-columns: minmax(0, 1fr) !important;
		grid-template-rows: none;
		gap: 0.85rem;
		height: auto;
	}

	.now-showing-study-page .featured-exhibition .wp-block-post,
	.now-showing-study-page .featured-exhibition .wp-block-post:first-child,
	.now-showing-study-page .featured-exhibition .wp-block-post:nth-child(2),
	.now-showing-study-page .featured-exhibition .wp-block-post:nth-child(3) {
		grid-column: auto;
		grid-row: auto;
		min-height: 390px;
		padding: 1.35rem 1.25rem;
		border-radius: 1rem;
	}

	.now-showing-study-page .featured-exhibition .wp-block-post:first-child {
		min-height: 530px;
	}

	.now-showing-study-page .featured-exhibition .wp-block-post:first-child::before {
		top: 1.9rem;
		right: 2rem;
		width: 4rem;
		height: 4rem;
		box-shadow:
			0 0 0 1px rgba(255, 253, 249, 0.22),
			0 0 0 7rem transparent,
			0 0 0 7.05rem rgba(255, 253, 249, 0.18);
	}

	.now-showing-study-page .featured-exhibition .exhibition-card-meta p:last-child {
		margin-top: 2rem;
	}

	.now-showing-study-page .featured-exhibition .wp-block-post-title,
	.now-showing-study-page .featured-exhibition .wp-block-post:not(:first-child) .wp-block-post-title {
		font-size: clamp(1.8rem, 9vw, 2.4rem) !important;
	}

	.now-showing-study-page .featured-exhibition .wp-block-post:first-child .wp-block-post-title {
		font-size: clamp(2.45rem, 11.7vw, 3.25rem) !important;
	}

	.now-showing-study-page .featured-exhibition .wp-block-post-excerpt,
	.now-showing-study-page .featured-exhibition .wp-block-post:first-child .wp-block-post-excerpt {
		min-height: 4.9em;
	}

	.now-showing-study-page .featured-exhibition .wp-block-post:first-child .wp-block-post-excerpt {
		min-height: 0;
		margin-top: 1.4rem;
		font-size: 0.95rem;
		line-height: 1.78;
	}
}

/* 2026-07-29 — Comparison 02: align finder and exhibition board to the 1200px section grid. */
.now-showing-study-page .finder-shell .section-kicker,
.now-showing-study-page .finder-shell .finder-heading,
.now-showing-study-page .finder-shell .exhibition-finder,
.now-showing-study-page .finder-shell .finder-chips,
.now-showing-study-page .finder-shell .finder-note,
.now-showing-study-page .now-showing-section > .now-showing-intro,
.now-showing-study-page .now-showing-section > .featured-exhibition {
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	margin-right: 0;
	margin-left: 0;
}

.now-showing-study-page .trust-band__inner > .trust-band__intro {
	max-width: none;
	margin-right: 0 !important;
	margin-left: 0 !important;
}
