:root {
	--bg: #04050a;
	--bg-soft: #0c1020;
	--surface: rgba(255, 255, 255, 0.06);
	--line: rgba(255, 255, 255, 0.12);
	--line-strong: rgba(255, 255, 255, 0.24);
	--text: #f6f3ee;
	--text-soft: rgba(246, 243, 238, 0.72);
	--accent: #e9b45b;
	--accent-soft: rgba(233, 180, 91, 0.18);
	--hero-height: 100svh;
	--header-height: 86px;
	--section-gap: clamp(4rem, 8vw, 8rem);
	--shell: min(1200px, calc(100vw - 3rem));
	--scroll-depth: 0;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	background: var(--bg);
}

html[lang="ko-KR"],
html:lang(ko),
body {
	word-break: keep-all;
	line-break: strict;
	overflow-wrap: anywhere;
}

body {
	margin: 0;
	font-family: "Noto Sans KR", sans-serif;
	background:
		radial-gradient(circle at top, rgba(38, 74, 156, 0.22), transparent 34%),
		radial-gradient(circle at bottom left, rgba(233, 180, 91, 0.12), transparent 24%),
		linear-gradient(180deg, #020307 0%, #070a12 40%, #04050a 100%);
	color: var(--text);
	line-height: 1.7;
}

button,
input,
select,
textarea {
	font: inherit;
	word-break: keep-all;
	line-break: strict;
	overflow-wrap: anywhere;
}

img,
video,
iframe {
	display: block;
	max-width: 100%;
	min-width: 0;
}

img {
	height: auto;
}

a {
	color: inherit;
	text-decoration: none;
}

p {
	margin: 0 0 1rem;
	color: var(--text-soft);
}

h1,
h2,
h3,
h4 {
	margin: 0 0 1rem;
	font-family: "Syne", "Noto Sans KR", sans-serif;
	font-weight: 700;
	line-height: 1.05;
	letter-spacing: -0.03em;
	color: var(--text);
}

/* Korean copy keeps word units; unspaced data may break only when it must. */
.hdf-text-wrap,
.site-header,
.site-main,
.site-footer,
.landing-hero,
.home-section,
.archive-main,
.single-main,
.edition-strip__item,
.work-ribbon__item,
.venue-list__item,
.process-timeline__item,
.archive-list__item,
.single-entry,
.single-panel,
.faq-list__item {
	word-break: keep-all;
	line-break: strict;
	overflow-wrap: anywhere;
}

.site-brand__title,
.landing-hero__wordmark span,
.site-footer__brand,
.site-nav__menu a,
.button-primary,
.button-secondary {
	white-space: nowrap;
	word-break: normal;
	overflow-wrap: normal;
}

.hdf-text-anywhere,
.archive-list__meta,
.work-ribbon__meta,
.process-timeline__date,
.single-entry__meta,
.single-entry__body pre,
.single-entry__body code,
.single-entry__body a,
.linked-posts a,
.hdf-media__credit {
	word-break: normal;
	overflow-wrap: anywhere;
}

.single-entry__body pre {
	max-width: 100%;
	overflow-x: auto;
	white-space: pre-wrap;
}

@supports (text-wrap: balance) {
	h1,
	h2,
	h3,
	.section-heading h2,
	.archive-intro h1,
	.single-entry__hero h1,
	.edition-strip__item h3,
	.work-ribbon__body h3,
	.venue-list__item h3,
	.process-timeline__content h3,
	.archive-list__heading h2,
	.archive-list__heading h3,
	.single-panel h2,
	.faq-list__item h3 {
		text-wrap: balance;
	}
}

@supports (text-wrap: pretty) {
	p,
	.landing-hero__description,
	.section-heading > p:last-child,
	.archive-intro > p:last-child,
	.archive-list__item > a > p:last-child,
	.single-entry__body,
	.site-footer__text,
	.hdf-media__caption,
	.hdf-media__policy-note {
		text-wrap: pretty;
	}
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-header {
	position: fixed;
	inset: 0 0 auto;
	z-index: 30;
	backdrop-filter: blur(20px);
	background: linear-gradient(180deg, rgba(4, 5, 10, 0.92), rgba(4, 5, 10, 0.42));
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.site-header__inner,
.site-footer__inner,
.section-shell {
	width: var(--shell);
	margin: 0 auto;
}

.site-header__inner > *,
.landing-hero__content > *,
.edition-strip__item > *,
.work-ribbon__item a > *,
.venue-list__item a > *,
.archive-list__item a > *,
.process-timeline__item > *,
.single-entry__grid > *,
.single-entry__body > *,
.site-footer__inner > * {
	min-width: 0;
	max-width: 100%;
}

.site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: var(--header-height);
	gap: 1.5rem;
}

.site-brand {
	display: inline-flex;
	flex-direction: column;
	gap: 0.1rem;
}

.site-brand__label,
.section-kicker,
.archive-list__meta,
.hero-stat__label,
.process-timeline__phase,
.venue-list__city {
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--accent);
}

.site-brand__title {
	font-family: "Syne", "Noto Sans KR", sans-serif;
	font-size: 1.08rem;
	font-weight: 700;
	letter-spacing: -0.02em;
}

.site-nav__menu {
	display: flex;
	align-items: center;
	gap: 1.4rem;
	font-size: 0.92rem;
}

.site-nav__menu a {
	position: relative;
	padding-bottom: 0.15rem;
	color: rgba(255, 255, 255, 0.8);
}

.site-nav__menu a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -0.12rem;
	height: 1px;
	background: var(--accent);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 220ms ease;
}

.site-nav__menu a:hover::after,
.site-nav__menu a:focus-visible::after {
	transform: scaleX(1);
}

.site-main {
	padding-top: calc(var(--header-height) + 1.2rem);
}

.front-page-main {
	padding-top: 0;
}

.landing-hero {
	position: relative;
	min-height: calc(var(--hero-height) - 28px);
	display: flex;
	align-items: center;
	overflow: clip;
	background:
		radial-gradient(circle at 76% 36%, rgba(71, 105, 190, 0.28), transparent 28%),
		radial-gradient(circle at 19% 82%, rgba(233, 180, 91, 0.13), transparent 24%),
		linear-gradient(180deg, #111b3b 0%, #060815 56%, #03040a 100%);
}

.landing-hero__media,
.landing-hero__veil,
.landing-hero__grid {
	position: absolute;
	inset: 0;
}

.landing-hero__video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.08) translateY(calc(var(--scroll-depth) * 0.12px));
	filter: saturate(0.88) brightness(0.58);
}

.landing-hero__fallback {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	background:
		radial-gradient(circle at 72% 34%, rgba(54, 90, 180, 0.24), transparent 30%),
		linear-gradient(135deg, rgba(19, 30, 64, 0.96), rgba(4, 5, 10, 1));
}

.landing-hero__fallback span {
	position: absolute;
	right: 5vw;
	bottom: 10vh;
	font-family: "Syne", "Noto Sans KR", sans-serif;
	font-size: clamp(0.78rem, 1.5vw, 1.2rem);
	letter-spacing: 0.5em;
	color: rgba(255, 255, 255, 0.16);
	text-transform: uppercase;
}

.landing-hero__veil {
	background:
		linear-gradient(180deg, rgba(4, 5, 10, 0.2) 0%, rgba(4, 5, 10, 0.36) 48%, rgba(4, 5, 10, 0.92) 100%),
		radial-gradient(circle at 68% 38%, rgba(123, 148, 230, 0.18), transparent 26%);
}

.landing-hero__grid {
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.024) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.024) 1px, transparent 1px);
	background-size: 128px 128px;
	mask-image:
		radial-gradient(circle at 50% 48%, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.78) 58%, transparent 86%),
		linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.75) 34%, rgba(0, 0, 0, 0.52) 100%);
	opacity: 0.2;
	transform: translateY(calc(var(--scroll-depth) * 0.05px));
}

.landing-hero__content {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.65fr);
	gap: clamp(2rem, 4vw, 5rem);
	align-items: end;
	padding-bottom: clamp(3rem, 6vw, 6rem);
}

.landing-hero__content--brand {
	min-height: calc(var(--hero-height) - 28px);
	grid-template-columns: minmax(0, 1fr);
	place-items: center;
	gap: 0;
	padding-top: calc(var(--header-height) + 1.2rem);
	padding-bottom: clamp(2rem, 4vw, 3.6rem);
	text-align: center;
}

.landing-hero__brand-lockup {
	display: grid;
	justify-items: center;
	width: 100%;
	gap: clamp(0.9rem, 2vw, 1.4rem);
}

.landing-hero__sr-title {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	white-space: nowrap;
}

.landing-hero__lockup {
	width: min(94vw, 1120px);
	max-height: min(62svh, 560px);
	object-fit: contain;
	filter:
		drop-shadow(0 24px 70px rgba(0, 0, 0, 0.38))
		drop-shadow(0 0 34px rgba(139, 160, 232, 0.16));
	transform: translateY(0);
}

.landing-hero__wordmark {
	display: grid;
	gap: 0.1em;
	font-family: "Syne", "Noto Sans KR", sans-serif;
	font-size: clamp(4rem, 11vw, 8.8rem);
	font-weight: 800;
	line-height: 0.92;
	color: var(--text);
}

.landing-hero__brand-lockup .section-kicker {
	margin-bottom: clamp(0.4rem, 1vw, 0.8rem);
}

.landing-hero__content--brand .landing-hero__description {
	max-width: 46rem;
	margin: 0;
	font-size: clamp(0.96rem, 1.35vw, 1.14rem);
	color: rgba(246, 243, 238, 0.76);
}

.landing-hero__credit-text {
	display: none;
	margin: 0;
	color: rgba(246, 243, 238, 0.74);
	font-size: 0.78rem;
	font-weight: 700;
	line-height: 1.8;
}

.landing-hero__credit-text span {
	display: inline-block;
	margin: 0 0.38rem;
}

.landing-hero__content--brand .landing-hero__actions {
	justify-content: center;
	margin-top: clamp(0.6rem, 1.4vw, 1rem);
}

.landing-hero__archive-note {
	position: absolute;
	right: 0;
	top: calc(var(--header-height) + clamp(1.2rem, 2.5vw, 2.4rem));
	max-width: 22rem;
	padding-top: 1rem;
	border-top: 1px solid rgba(255, 255, 255, 0.16);
	text-align: right;
}

.landing-hero__archive-note span {
	display: block;
	margin-bottom: 0.42rem;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--accent);
}

.landing-hero__archive-note strong {
	display: block;
	margin-bottom: 0.25rem;
	font-family: "Syne", "Noto Sans KR", sans-serif;
	font-size: clamp(1rem, 1.6vw, 1.28rem);
	line-height: 1.2;
}

.landing-hero__archive-note em {
	display: block;
	font-style: normal;
	color: rgba(246, 243, 238, 0.66);
}

.landing-hero__copy h1 {
	max-width: 10ch;
	font-size: clamp(3.2rem, 7.4vw, 7.4rem);
}

.landing-hero__description {
	max-width: 34rem;
	font-size: clamp(1rem, 1.5vw, 1.2rem);
}

.landing-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.9rem;
	margin-top: 1.8rem;
}

.button-primary,
.button-secondary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 1.3rem;
	border-radius: 999px;
	font-size: 0.92rem;
	font-weight: 700;
	transition: transform 220ms ease, background 220ms ease, border-color 220ms ease;
}

.button-primary {
	background: var(--accent);
	color: #111;
}

.button-secondary {
	border: 1px solid var(--line-strong);
	background: rgba(255, 255, 255, 0.03);
}

.button-primary:hover,
.button-secondary:hover,
.button-primary:focus-visible,
.button-secondary:focus-visible {
	transform: translateY(-2px);
}

.landing-hero__side {
	display: grid;
	gap: 1rem;
}

.hero-stat {
	padding: 1.3rem 0 0;
	border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.hero-stat strong {
	display: block;
	margin-bottom: 0.4rem;
	font-size: 1.2rem;
	font-weight: 700;
}

.hero-stat em {
	font-style: normal;
	color: var(--text-soft);
}

.home-section,
.archive-main,
.single-main {
	padding-top: var(--section-gap);
	padding-bottom: var(--section-gap);
}

.home-section {
	scroll-margin-top: calc(var(--header-height) + 1rem);
}

/* Fixed headers must clear archive and single-page headings at every width. */
.site-main.archive-main,
.site-main.single-main {
	padding-top: calc(var(--header-height) + var(--section-gap));
}

.section-heading {
	max-width: 52rem;
	margin-bottom: clamp(2rem, 5vw, 3.6rem);
}

.section-heading h2,
.archive-intro h1,
.single-entry__hero h1 {
	font-size: clamp(2.1rem, 5vw, 4.4rem);
}

.section-heading p:last-child,
.archive-intro p,
.single-entry__meta {
	max-width: 46rem;
	font-size: 1.02rem;
}

.edition-strip {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
}

.edition-strip__item {
	position: relative;
	min-height: 240px;
	border-right: 1px solid var(--line);
	overflow: hidden;
}

.edition-strip__item:last-child {
	border-right: 0;
}

.edition-strip__item a {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	padding: 1.5rem;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01)),
		radial-gradient(circle at top left, rgba(233, 180, 91, 0.12), transparent 34%);
	transition: background 240ms ease, transform 240ms ease;
}

.edition-strip__item a:hover,
.edition-strip__item a:focus-visible {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
		radial-gradient(circle at top left, rgba(233, 180, 91, 0.22), transparent 42%);
	transform: translateY(-4px);
}

.edition-strip__index {
	display: inline-block;
	font-family: "Syne", "Noto Sans KR", sans-serif;
	font-size: clamp(2.8rem, 5vw, 4.8rem);
	color: rgba(255, 255, 255, 0.16);
}

.edition-strip__item h3,
.work-ribbon__body h3,
.venue-list__item h3,
.process-timeline__content h3,
.archive-list__heading h2,
.single-panel h2,
.faq-list__item h3 {
	font-size: clamp(1.25rem, 2vw, 2rem);
}

.work-ribbon {
	display: grid;
	gap: 1rem;
}

.work-ribbon__item a {
	position: relative;
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr) auto;
	align-items: center;
	gap: 1.2rem;
	min-height: 220px;
	padding: clamp(1.5rem, 3vw, 2rem);
	border: 1px solid var(--line);
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01)),
		linear-gradient(180deg, rgba(4, 5, 10, 0.44), rgba(4, 5, 10, 0.88));
	background-size: cover;
	background-position: center;
	transition: transform 260ms ease, border-color 260ms ease, filter 260ms ease;
}

.work-ribbon__item--has-media a {
	grid-template-columns: minmax(260px, 0.72fr) 72px minmax(0, 1fr) auto;
}

.work-ribbon__item a:hover,
.work-ribbon__item a:focus-visible {
	transform: translateY(-4px);
	border-color: rgba(233, 180, 91, 0.4);
	filter: brightness(1.06);
}

.work-ribbon__index {
	font-family: "Syne", "Noto Sans KR", sans-serif;
	font-size: clamp(2.4rem, 4vw, 4rem);
	color: rgba(255, 255, 255, 0.42);
}

.work-ribbon__body p,
.archive-list__item p:last-child,
.faq-list__item p {
	margin-bottom: 0;
}

.work-ribbon__meta {
	display: grid;
	gap: 0.35rem;
	text-align: right;
	font-size: 0.86rem;
	color: rgba(255, 255, 255, 0.82);
}

.hdf-media {
	position: relative;
	width: 100%;
	margin: 0;
	overflow: hidden;
	isolation: isolate;
}

.hdf-media::before {
	content: "";
	position: absolute;
	inset: -18px;
	z-index: -1;
	background:
		radial-gradient(circle at 50% 45%, rgba(233, 180, 91, 0.18), transparent 44%),
		radial-gradient(circle at 72% 20%, rgba(102, 130, 220, 0.2), transparent 38%);
	filter: blur(18px);
	opacity: 0.58;
	transition: opacity 260ms ease, transform 260ms ease;
}

.hdf-media__video,
.hdf-media__poster-wrap,
.hdf-media__fallback,
.hdf-media__embed,
.hdf-media__external-link {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.13);
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01)),
		#050711;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.hdf-media--ratio-9-16 .hdf-media__video,
.hdf-media--ratio-9-16 .hdf-media__poster-wrap,
.hdf-media--ratio-9-16 .hdf-media__fallback,
.hdf-media--ratio-9-16 .hdf-media__embed,
.hdf-media--ratio-9-16 .hdf-media__external-link {
	aspect-ratio: 9 / 16;
}

.hdf-media--ratio-1-1 .hdf-media__video,
.hdf-media--ratio-1-1 .hdf-media__poster-wrap,
.hdf-media--ratio-1-1 .hdf-media__fallback,
.hdf-media--ratio-1-1 .hdf-media__embed,
.hdf-media--ratio-1-1 .hdf-media__external-link {
	aspect-ratio: 1 / 1;
}

.hdf-media__video,
.hdf-media__poster {
	height: 100%;
	object-fit: cover;
}

.hdf-media__poster {
	width: 100%;
	transform: scale(1.01);
	transition: transform 420ms ease, filter 420ms ease;
}

.hdf-media__poster-wrap::after,
.hdf-media__fallback::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 42%, rgba(3, 4, 10, 0.76));
	pointer-events: none;
}

.hdf-media__fallback,
.hdf-media__external-link {
	display: grid;
	place-items: center;
	padding: 1.2rem;
	color: rgba(246, 243, 238, 0.64);
	font-family: "Syne", "Noto Sans KR", sans-serif;
	font-size: clamp(0.95rem, 1.6vw, 1.4rem);
	font-weight: 700;
	letter-spacing: 0.08em;
	text-align: center;
	text-transform: uppercase;
}

.hdf-media__fallback span {
	max-width: 18ch;
}

.hdf-media__play-badge {
	position: absolute;
	left: 0.9rem;
	bottom: 0.8rem;
	z-index: 1;
	padding: 0.32rem 0.56rem;
	border: 1px solid rgba(255, 255, 255, 0.18);
	background: rgba(4, 5, 10, 0.72);
	backdrop-filter: blur(12px);
	color: rgba(246, 243, 238, 0.86);
	font-size: 0.66rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.hdf-media__embed iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.hdf-media--single {
	margin-bottom: 2rem;
}

.hdf-media--single .hdf-media__video,
.hdf-media--single .hdf-media__poster-wrap,
.hdf-media--single .hdf-media__fallback,
.hdf-media--single .hdf-media__embed,
.hdf-media--single .hdf-media__external-link {
	border-color: rgba(233, 180, 91, 0.26);
}

.hdf-media--card .hdf-media__video,
.hdf-media--card .hdf-media__poster-wrap,
.hdf-media--card .hdf-media__fallback,
.hdf-media--card .hdf-media__external-link {
	min-height: 170px;
}

.archive-list__item a:hover .hdf-media::before,
.archive-list__item a:focus-visible .hdf-media::before,
.work-ribbon__item a:hover .hdf-media::before,
.work-ribbon__item a:focus-visible .hdf-media::before {
	opacity: 0.9;
	transform: scale(1.04);
}

.archive-list__item a:hover .hdf-media__poster,
.archive-list__item a:focus-visible .hdf-media__poster,
.work-ribbon__item a:hover .hdf-media__poster,
.work-ribbon__item a:focus-visible .hdf-media__poster {
	transform: scale(1.05);
	filter: brightness(1.08);
}

.hdf-media__meta {
	display: grid;
	gap: 0.35rem;
	margin-top: 0.75rem;
	color: var(--text-soft);
	font-size: 0.92rem;
}

.hdf-media__caption p {
	margin-bottom: 0;
}

.hdf-media__credit {
	color: rgba(246, 243, 238, 0.54);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.hdf-media__policy-note {
	margin-top: -1.2rem;
	margin-bottom: 2rem;
	color: rgba(246, 243, 238, 0.62);
	font-size: 0.88rem;
}

.venue-list,
.archive-list {
	display: grid;
	gap: 1rem;
}

.venue-list__item a,
.archive-list__item a {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(240px, 0.8fr);
	gap: 1rem;
	align-items: start;
	padding: 1.35rem 0;
	border-top: 1px solid var(--line);
}

.post-type-archive-artwork .archive-list__item a {
	grid-template-columns: minmax(260px, 0.72fr) minmax(0, 0.72fr) minmax(260px, 0.9fr);
	align-items: center;
}

.venue-list__item:last-child a,
.archive-list__item:last-child a {
	border-bottom: 1px solid var(--line);
}

.artwork-relation-summary {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem 0.8rem;
	margin: 1rem 0 0;
	padding: 0;
	list-style: none;
}

.artwork-relation-summary li {
	display: inline-flex;
	align-items: baseline;
	gap: 0.36rem;
	color: rgba(246, 243, 238, 0.76);
	font-size: 0.78rem;
}

.artwork-relation-summary li + li::before {
	content: "·";
	margin-right: 0.35rem;
	color: var(--accent);
}

.artwork-relation-summary span {
	color: rgba(246, 243, 238, 0.42);
	font-size: 0.66rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.artwork-relation-summary strong {
	font-weight: 500;
}

.process-timeline {
	position: relative;
	display: grid;
	gap: 1.4rem;
	padding-left: clamp(1.2rem, 2vw, 2.4rem);
}

.process-timeline::before {
	content: "";
	position: absolute;
	left: 0.2rem;
	top: 0.5rem;
	bottom: 0.5rem;
	width: 1px;
	background: linear-gradient(180deg, rgba(233, 180, 91, 0.5), rgba(255, 255, 255, 0.08));
}

.process-timeline__item {
	position: relative;
	display: grid;
	grid-template-columns: minmax(120px, 0.25fr) minmax(0, 1fr);
	gap: 1.4rem;
}

.process-timeline__item::before {
	content: "";
	position: absolute;
	left: -1.22rem;
	top: 0.45rem;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--accent);
	box-shadow: 0 0 0 8px rgba(233, 180, 91, 0.08);
}

.archive-intro,
.single-entry__hero {
	padding-bottom: 2rem;
	border-bottom: 1px solid var(--line);
}

.single-entry__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.65fr);
	gap: clamp(2rem, 5vw, 4rem);
	padding-top: 2rem;
}

.single-entry__thumbnail {
	margin-bottom: 1.5rem;
	border: 1px solid var(--line);
	overflow: hidden;
}

.single-entry__thumbnail img {
	width: 100%;
	height: auto;
}

.single-entry__body > *:first-child {
	margin-top: 0;
}

.single-entry__body ul {
	padding-left: 1.1rem;
	list-style: disc;
}

.single-entry__sidebar {
	display: grid;
	align-content: start;
	gap: 1rem;
}

.single-panel {
	padding: 1.25rem;
	border: 1px solid var(--line);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
		rgba(255, 255, 255, 0.02);
}

.single-panel h2 {
	margin-bottom: 1rem;
}

.single-panel h3 {
	margin: 1rem 0 0.35rem;
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--text-soft);
}

.single-panel--relations {
	position: relative;
	overflow: hidden;
	padding: clamp(1.3rem, 2.6vw, 1.8rem);
	background:
		radial-gradient(circle at 100% 0, rgba(233, 180, 91, 0.13), transparent 38%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.016));
}

.single-panel__eyebrow {
	margin-bottom: 0.45rem;
	color: var(--accent);
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.single-panel__description {
	margin-bottom: 1.35rem;
	font-size: 0.86rem;
	line-height: 1.7;
}

.artwork-relation-rail {
	display: grid;
	margin-top: 0.4rem;
}

.artwork-relation-rail__item {
	position: relative;
	display: grid;
	grid-template-columns: 14px 54px minmax(0, 1fr);
	gap: 0.7rem;
	align-items: start;
	min-height: 64px;
	padding: 0.85rem 0;
	border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.artwork-relation-rail__item:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.artwork-relation-rail__item:not(:last-child)::after {
	content: "";
	position: absolute;
	left: 5px;
	top: 24px;
	bottom: -12px;
	width: 1px;
	background: linear-gradient(180deg, rgba(233, 180, 91, 0.42), rgba(255, 255, 255, 0.08));
}

.artwork-relation-rail__node {
	position: relative;
	z-index: 1;
	width: 11px;
	height: 11px;
	margin-top: 0.18rem;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 50%;
	background: var(--bg);
}

.artwork-relation-rail__item.is-connected .artwork-relation-rail__node {
	border-color: var(--accent);
	background: var(--accent);
	box-shadow: 0 0 0 5px rgba(233, 180, 91, 0.09);
}

.artwork-relation-rail__label,
.artwork-publish-state span {
	color: rgba(246, 243, 238, 0.46);
	font-size: 0.67rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.artwork-relation-rail__value {
	display: grid;
	gap: 0.35rem;
	min-width: 0;
	color: rgba(246, 243, 238, 0.42);
	font-size: 0.9rem;
}

.artwork-relation-rail__value a {
	display: flex;
	justify-content: space-between;
	gap: 0.6rem;
	color: var(--text);
	font-weight: 700;
	transition: color 180ms ease, transform 180ms ease;
}

.artwork-relation-rail__value a:hover,
.artwork-relation-rail__value a:focus-visible {
	color: var(--accent);
	transform: translateX(3px);
}

.artwork-publish-state {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.7rem;
	margin-top: 1.25rem;
}

.artwork-publish-state > div {
	display: grid;
	gap: 0.3rem;
	padding-top: 0.85rem;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.artwork-publish-state strong {
	font-size: 0.9rem;
}

.linked-posts {
	display: grid;
	gap: 0.5rem;
}

.linked-posts a {
	color: var(--text);
}

.single-related {
	margin-top: 3rem;
	padding-top: 2rem;
	border-top: 1px solid var(--line);
}

.single-related__header {
	max-width: 48rem;
	margin-bottom: 1.7rem;
}

.single-related__header h2 {
	font-size: clamp(1.8rem, 3.8vw, 3.2rem);
}

.faq-list {
	display: grid;
	gap: 1rem;
}

.faq-list__item {
	padding: 1rem 0;
	border-top: 1px solid var(--line);
}

.faq-list__item:last-child {
	border-bottom: 1px solid var(--line);
}

.site-footer {
	padding: 2rem 0 3rem;
	border-top: 1px solid var(--line);
}

.site-footer__brand {
	color: var(--text);
	font-family: "Syne", "Noto Sans KR", sans-serif;
	font-size: 1.08rem;
}

.empty-copy {
	padding: 1.4rem 0;
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.archive-pagination {
	margin-top: clamp(2rem, 5vw, 3.5rem);
}

.archive-pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.55rem;
}

.archive-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.75rem;
	min-height: 2.75rem;
	padding: 0.45rem 0.8rem;
	border: 1px solid var(--line);
	background: rgba(255, 255, 255, 0.03);
	color: var(--text-soft);
	font-weight: 700;
	line-height: 1;
	transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.archive-pagination a.page-numbers:hover,
.archive-pagination a.page-numbers:focus-visible {
	border-color: var(--accent);
	background: var(--accent-soft);
	color: var(--text);
	outline: none;
}

.archive-pagination .page-numbers.current {
	border-color: var(--accent);
	background: var(--accent);
	color: var(--bg);
}

.archive-pagination .page-numbers.dots {
	min-width: auto;
	padding-inline: 0.3rem;
	border-color: transparent;
	background: transparent;
}

[data-reveal] {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 720ms ease, transform 720ms ease;
}

[data-reveal].is-visible {
	opacity: 1;
	transform: translateY(0);
}

@media (max-width: 1100px) {
	.landing-hero__content,
	.single-entry__grid,
	.venue-list__item a,
	.archive-list__item a {
		grid-template-columns: 1fr;
	}

	.post-type-archive-artwork .archive-list__item a {
		grid-template-columns: 1fr;
	}

	.edition-strip {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 780px) {
	:root {
		--shell: min(100vw - 1.4rem, 1200px);
		--header-height: 76px;
	}

	.home-section {
		scroll-margin-top: calc(var(--header-height) + 3rem);
	}

	.site-header__inner,
	.site-nav__menu,
	.landing-hero__actions,
	.work-ribbon__item a {
		gap: 0.8rem;
	}

	.site-header__inner {
		align-items: start;
		padding-top: 1rem;
		padding-bottom: 1rem;
		flex-direction: column;
	}

	.site-nav__menu {
		flex-wrap: wrap;
	}

	.landing-hero {
		min-height: calc(100svh - 10px);
	}

	.landing-hero__content--brand {
		min-height: calc(100svh - 10px);
		padding-top: calc(var(--header-height) + 4.4rem);
		padding-bottom: 2.2rem;
	}

	.landing-hero__lockup {
		width: 100%;
		max-height: 46svh;
	}

	.landing-hero__content--brand .landing-hero__description {
		max-width: 30rem;
		font-size: 0.94rem;
	}

	.landing-hero__credit-text {
		display: grid;
		gap: 0.12rem;
	}

	.landing-hero__credit-text span {
		margin: 0;
	}

	.landing-hero__archive-note {
		display: none;
	}

	.landing-hero__content,
	.edition-strip,
	.process-timeline__item,
	.work-ribbon__item a,
	.work-ribbon__item--has-media a {
		grid-template-columns: 1fr;
	}

	.work-ribbon__meta {
		text-align: left;
	}

	.edition-strip__item {
		border-right: 0;
		border-bottom: 1px solid var(--line);
	}

	.edition-strip__item:last-child {
		border-bottom: 0;
	}

	.process-timeline__item::before {
		left: -1.12rem;
	}
}
