/*
Theme Name: Witness The Presence
Theme URI: https://witnessthepresence.com/
Version: 3.0.53
Text Domain: witnessthepresence
*/

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

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

@font-face {
	font-family: "Poppins";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("assets/fonts/poppins-latin-600-normal.woff2") format("woff2");
}

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

:root {
	--color-black: #000;
	--color-white: #fff;
	--content-max-width: 1800px;
	--slider-max-width: 1600px;
	--container-padding: 32px;
	--section-slant: clamp(32px, 5vw, 110px);
	--section-title-spacing: 56px;
	--font-primary: "Poppins", sans-serif;
}

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

html {
	margin: 0;
	padding: 0;
}

body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	min-height: 100dvh;
	margin: 0;
	background: var(--color-black);
	color: var(--color-white);
	font-family: var(--font-primary);
	font-weight: 400;
	line-height: 1.5;
	overflow-x: hidden;
}

body > main {
	flex: 1 0 auto;
	min-width: 0;
}

body.single-post {
	background: #0e102e;
}

html.has-team-modal-open,
html.has-team-modal-open body,
html.has-video-modal-open,
html.has-video-modal-open body,
html.has-home-entry-modal-open,
html.has-home-entry-modal-open body,
html.has-award-lightbox-open,
html.has-award-lightbox-open body {
	overflow: hidden;
}

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

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

button {
	font: inherit;
}

.container {
	width: 100%;
	max-width: calc(var(--content-max-width) + var(--container-padding) + var(--container-padding));
	margin-inline: auto;
	padding-inline: var(--container-padding);
}

.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;
}

.single-post-main {
	padding: 150px var(--container-padding) 100px;
	background: #0e102e;
	clip-path: none;
}

.single-post-article {
	width: 100%;
	max-width: 1200px;
	margin-inline: auto;
	clip-path: none;
}

.single-post-header {
	margin-bottom: clamp(44px, 9vw, 72px);
}

.single-post-header h1 {
	margin: 0;
	font-size: clamp(2rem, 8.5vw, 4rem);
	font-weight: 700;
	line-height: 1.12;
	text-wrap: balance;
}

.single-post-header time {
	display: block;
	margin-top: 18px;
	color: rgba(255, 255, 255, 0.62);
	font-size: 0.85rem;
	line-height: 1.5;
}

.single-post-content {
	color: rgba(255, 255, 255, 0.88);
	font-size: 1rem;
	line-height: 1.85;
}

.single-post-content > * {
	margin-top: 0;
	margin-bottom: 32px;
}

.single-post-content > *:last-child {
	margin-bottom: 0;
}

.single-post-content h2,
.single-post-content h3,
.single-post-content h4,
.single-post-content h5,
.single-post-content h6 {
	color: var(--color-white);
	font-weight: 600;
	line-height: 1.3;
}

.single-post-content h2 {
	margin-top: 64px;
	margin-bottom: 24px;
	font-size: clamp(1.65rem, 6vw, 2.5rem);
}

.single-post-content h3 {
	margin-top: 52px;
	margin-bottom: 22px;
	font-size: clamp(1.35rem, 5vw, 2rem);
}

.single-post-content h4,
.single-post-content h5,
.single-post-content h6 {
	margin-top: 42px;
	margin-bottom: 20px;
	font-size: clamp(1.1rem, 4vw, 1.5rem);
}

.single-post-content p,
.single-post-content ul,
.single-post-content ol,
.single-post-content blockquote {
	margin-top: 0;
	margin-bottom: 28px;
}

.single-post-content ul,
.single-post-content ol {
	padding-left: 1.4em;
}

.single-post-content li + li {
	margin-top: 10px;
}

.single-post-content figure,
.single-post-content .wp-block-image,
.single-post-content .wp-block-video,
.single-post-content .wp-block-embed,
.single-post-content .wp-block-gallery,
.single-post-content video,
.single-post-content iframe {
	margin-top: 44px;
	margin-bottom: 44px;
}

.single-post-content > figure.wp-block-image {
	display: table;
	width: auto;
	max-width: 100%;
}

.single-post-content > figure.wp-block-image > figcaption {
	display: table-caption;
	caption-side: bottom;
}

.single-post-content img,
.single-post-content video,
.single-post-content iframe {
	max-width: 100%;
	height: auto;
}

.single-post-content iframe {
	width: 100%;
}

.single-post-content .alignwide,
.single-post-content .alignfull {
	width: 100%;
	max-width: 100%;
	margin-right: 0;
	margin-left: 0;
}

.single-post-content .wp-block-columns {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	align-items: stretch;
	width: 100%;
	padding: 16px;
	background: #ef5aca;
}

.single-post-content .wp-block-columns > .wp-block-column {
	display: flex;
	flex-direction: column;
	min-width: 0;
	margin: 0;
	padding: 14px;
	color: #0e102e;
	background: var(--color-white);
	transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.single-post-content .wp-block-columns > .wp-block-column:hover {
	box-shadow: 0 12px 28px rgba(14, 16, 46, 0.2);
	transform: translateY(-3px);
}

.single-post-content .wp-block-columns > .wp-block-column > p:first-child {
	min-height: 2.8em;
	margin: 0 0 16px;
	color: #e846aa;
	font-size: 0.82rem;
	font-weight: 500;
	line-height: 1.4;
}

.single-post-content .wp-block-columns > .wp-block-column > p:first-child a {
	color: inherit;
	text-decoration: none;
}

.single-post-content .wp-block-columns > .wp-block-column > p:first-child a:hover,
.single-post-content .wp-block-columns > .wp-block-column > p:first-child a:focus-visible {
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

.single-post-content .wp-block-columns > .wp-block-column figure,
.single-post-content .wp-block-columns > .wp-block-column .wp-block-image {
	width: 100%;
	margin: 0;
}

.single-post-content .wp-block-columns > .wp-block-column img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.single-post-content .wp-block-columns > .wp-block-column > *:last-child {
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.single-post-content .wp-block-columns {
		grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
		gap: 18px;
		padding: 18px;
	}

	.single-post-content .wp-block-columns > .wp-block-column {
		padding: 16px;
	}

	.single-post-content .wp-block-columns > .wp-block-column > p:first-child {
		font-size: 0.9rem;
	}
}

.single-post-content table {
	width: 100%;
	margin-top: 40px;
	margin-bottom: 40px;
	border-collapse: collapse;
}

.single-post-content th,
.single-post-content td {
	padding: 14px 16px;
	border: 1px solid rgba(255, 255, 255, 0.18);
}

.single-post-content pre {
	max-width: 100%;
	margin-top: 40px;
	margin-bottom: 40px;
	padding: 22px;
	overflow-x: auto;
	background: rgba(255, 255, 255, 0.07);
}

.single-post-content figcaption {
	margin-top: 12px;
	color: rgba(255, 255, 255, 0.58);
	font-size: 0.82rem;
	line-height: 1.6;
	text-align: center;
}

.single-post-content blockquote {
	padding: 4px 0 4px 24px;
	border-left: 3px solid #ef5aca;
}

.single-post-content a {
	color: #8ebcf1;
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

.single-post-content hr {
	margin-top: 56px;
	margin-bottom: 56px;
	border: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.page-main {
	padding: 150px var(--container-padding) 100px;
	background: var(--color-black);
}

.page-article {
	width: 100%;
	max-width: 1200px;
	margin-inline: auto;
}

.page-header {
	margin-bottom: clamp(42px, 8vw, 68px);
}

.page-header h1 {
	margin: 0;
	font-size: clamp(2.2rem, 9vw, 4.5rem);
	font-weight: 700;
	line-height: 1.12;
	text-wrap: balance;
}

.page-content {
	color: rgba(255, 255, 255, 0.88);
	font-size: 1rem;
	line-height: 1.8;
}

.page-content > * {
	margin-top: 0;
	margin-bottom: 30px;
}

.page-content > *:last-child {
	margin-bottom: 0;
}

.page-content img,
.page-content video,
.page-content iframe {
	max-width: 100%;
	height: auto;
}

.winners-page {
	min-height: 100vh;
	padding-top: 150px;
	padding-bottom: 110px;
	color: var(--color-white);
	background:
		radial-gradient(circle at 86% 8%, rgba(122, 53, 180, 0.3), transparent 30%),
		radial-gradient(circle at 4% 54%, rgba(52, 103, 185, 0.16), transparent 28%),
		#08051d;
}

.winners-page__header {
	max-width: 1120px;
	padding-bottom: clamp(56px, 12vw, 100px);
	text-align: center;
}

.winners-page__eyebrow,
.winner-year-page__eyebrow {
	margin: 0 0 18px;
	color: #e59bff;
	font-size: 0.74rem;
	font-weight: 600;
	letter-spacing: 0.24em;
	line-height: 1.4;
	text-transform: uppercase;
}

.winners-page__header h1 {
	margin: 0;
	font-size: clamp(2.5rem, 10vw, 5rem);
	font-weight: 700;
	line-height: 1.08;
	text-wrap: balance;
}

.winners-page__intro {
	max-width: 780px;
	margin: 24px auto 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.96rem;
	line-height: 1.8;
}

.winners-page__list {
	display: grid;
	gap: clamp(42px, 9vw, 84px);
}

.winners-archive-card {
	display: grid;
	overflow: hidden;
	border: 1px solid rgba(206, 142, 255, 0.22);
	border-radius: 18px;
	background:
		linear-gradient(135deg, rgba(36, 25, 79, 0.92), rgba(12, 9, 37, 0.96)),
		#100b29;
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.22);
}

.winners-archive-card__visual {
	position: relative;
	display: grid;
	min-height: 280px;
	place-items: center;
	overflow: hidden;
	color: var(--color-white);
	background:
		radial-gradient(circle at 48% 42%, rgba(213, 81, 190, 0.34), transparent 34%),
		linear-gradient(145deg, #13174c, #35115b);
	text-decoration: none;
}

.winners-archive-card__visual::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 58%, rgba(5, 3, 18, 0.38));
	content: "";
	pointer-events: none;
}

.winners-archive-card__visual img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.7s ease;
}

.winners-archive-card:hover .winners-archive-card__visual img {
	transform: scale(1.035);
}

.winners-archive-card__year-mark {
	font-size: clamp(4.5rem, 18vw, 8rem);
	font-weight: 700;
	line-height: 1;
	opacity: 0.26;
}

.winners-archive-card__body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(34px, 9vw, 64px) 32px;
}

.winners-archive-card__year {
	margin: 0 0 14px;
	color: #e59bff;
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.winners-archive-card__body h2 {
	margin: 0;
	font-size: clamp(2rem, 8vw, 3.5rem);
	font-weight: 700;
	line-height: 1.12;
	text-wrap: balance;
}

.winners-archive-card__description {
	margin-top: 22px;
	color: rgba(255, 255, 255, 0.74);
	font-size: 0.94rem;
	line-height: 1.8;
}

.winners-archive-card__description > * {
	margin-top: 0;
	margin-bottom: 1em;
}

.winners-archive-card__description > *:last-child {
	margin-bottom: 0;
}

.winners-archive-card__button {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	gap: 18px;
	min-height: 50px;
	margin-top: 30px;
	padding: 12px 24px;
	border: 1px solid rgba(229, 155, 255, 0.75);
	border-radius: 999px;
	color: var(--color-white);
	font-size: 0.82rem;
	font-weight: 600;
	text-decoration: none;
	transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.winners-archive-card__button:hover,
.winners-archive-card__button:focus-visible {
	border-color: #ec61c4;
	background: #b9339d;
	transform: translateY(-2px);
}

.winners-page__empty {
	color: rgba(255, 255, 255, 0.76);
	text-align: center;
}

.winner-year-page {
	min-height: 100vh;
	padding-top: 140px;
	color: var(--color-white);
	background:
		radial-gradient(circle at 88% 4%, rgba(109, 43, 169, 0.3), transparent 30%),
		#08051d;
}

.winner-year-page__header {
	padding-bottom: clamp(54px, 11vw, 100px);
	text-align: center;
}

.winner-year-page__back {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin-bottom: clamp(46px, 10vw, 82px);
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.78rem;
	font-weight: 500;
	text-decoration: none;
	transition: color 0.25s ease;
}

.winner-year-page__back:hover,
.winner-year-page__back:focus-visible {
	color: #e59bff;
}

.winner-year-page__header h1 {
	max-width: 1100px;
	margin: 0 auto;
	font-size: clamp(2.5rem, 10vw, 5rem);
	font-weight: 700;
	line-height: 1.08;
	text-wrap: balance;
}

.winner-year-page__intro {
	max-width: 820px;
	margin: 26px auto 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.96rem;
	line-height: 1.8;
}

.winner-year-page__intro > * {
	margin-top: 0;
	margin-bottom: 1em;
}

.winner-year-page__intro > *:last-child {
	margin-bottom: 0;
}

.winner-reader-section {
	position: relative;
	padding-block: clamp(34px, 8vw, 70px);
	background:
		radial-gradient(circle at 50% 48%, rgba(118, 72, 188, 0.28), transparent 38%),
		linear-gradient(135deg, #121944, #2d1251 62%, #101332);
}

.winner-reader-section:fullscreen,
.winner-reader-section.is-reader-fullscreen {
	width: 100%;
	height: 100%;
	padding: 20px;
	overflow: auto;
}

.winner-reader-section.is-reader-fullscreen {
	position: fixed;
	inset: 0;
	z-index: 10000;
	height: 100vh;
	height: 100dvh;
	padding:
		max(14px, env(safe-area-inset-top))
		max(14px, env(safe-area-inset-right))
		max(14px, env(safe-area-inset-bottom))
		max(14px, env(safe-area-inset-left));
}

html.has-winner-reader-fullscreen,
html.has-winner-reader-fullscreen body {
	overflow: hidden;
	overscroll-behavior: none;
}

.winner-reader-section:fullscreen .winner-reader-section__inner,
.winner-reader-section.is-reader-fullscreen .winner-reader-section__inner {
	max-width: none;
	min-height: calc(100vh - 40px);
	min-height: calc(100dvh - 40px);
}

.winner-reader-section.is-reader-fullscreen .winner-reader__viewport,
.winner-reader-section:fullscreen .winner-reader__viewport {
	min-height: calc(100vh - 110px);
	min-height: calc(100dvh - 110px);
}

.winner-reader-section.is-reader-fullscreen .winner-reader__book,
.winner-reader-section:fullscreen .winner-reader__book {
	width: calc(100vw - 40px) !important;
	max-width: min(1980px, calc(100vw - 40px)) !important;
}

.winner-reader-section.is-reader-fullscreen .winner-reader__toolbar,
.winner-reader-section:fullscreen .winner-reader__toolbar {
	position: relative;
	z-index: 5;
	justify-content: center;
	column-gap: clamp(22px, 3vw, 52px);
}

.winner-reader__toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 18px;
	margin-bottom: 24px;
}

.winner-reader__toolbar-group {
	display: flex;
	align-items: center;
	gap: 10px;
}

.winner-reader__control,
.winner-reader__text-control {
	border: 1px solid rgba(255, 255, 255, 0.28);
	color: var(--color-white);
	background: rgba(4, 3, 18, 0.28);
	font-family: inherit;
	font-weight: 500;
	cursor: pointer;
	text-decoration: none;
	transition: border-color 0.25s ease, background-color 0.25s ease;
}

.winner-reader__control {
	display: grid;
	width: 42px;
	height: 42px;
	padding: 0;
	border-radius: 50%;
	place-items: center;
	font-size: 1.05rem;
}

.winner-reader__text-control {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 8px 15px;
	border-radius: 999px;
	font-size: 0.72rem;
}

.winner-reader__control:hover,
.winner-reader__control:focus-visible,
.winner-reader__text-control:hover,
.winner-reader__text-control:focus-visible {
	border-color: #ec61c4;
	background: rgba(185, 51, 157, 0.72);
}

.winner-reader__control:disabled {
	opacity: 0.34;
	cursor: default;
}

.winner-reader__counter {
	min-width: 68px;
	margin: 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.78rem;
	text-align: center;
}

.winner-reader__viewport {
	position: relative;
	display: grid;
	min-height: clamp(420px, 120vw, 660px);
	place-items: center;
	overflow: hidden;
}

.winner-reader__loading {
	display: grid;
	max-width: 300px;
	place-items: center;
	gap: 18px;
	color: rgba(255, 255, 255, 0.68);
	font-size: 0.78rem;
	text-align: center;
}

.winner-reader__loading[hidden] {
	display: none;
}

.winner-reader__loading img {
	display: block;
	width: min(210px, 50vw);
	max-height: 300px;
	object-fit: contain;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.38);
}

.winner-reader__loading p {
	margin: 0;
}

.winner-reader__book {
	width: 100%;
	max-width: 100% !important;
	min-width: 0 !important;
	margin-inline: auto;
	opacity: 0;
	transition: opacity 0.35s ease;
}

.winner-reader__book :where(
	.stf__outerShadow,
	.stf__innerShadow,
	.stf__hardShadow,
	.stf__hardInnerShadow
) {
	display: none !important;
	opacity: 0 !important;
	box-shadow: none !important;
}

.winner-reader__book :where(.stf__item, .stf__item img, .stf__block, .stf__wrapper) {
	box-shadow: none !important;
	filter: none !important;
}

.winner-reader__book.is-ready {
	opacity: 1;
}

.winner-reader__book canvas {
	background: #fff;
}

@media (max-width: 1023px) {
	.winner-reader-section.is-mobile-half-reader .winner-reader__viewport {
		display: block;
		min-height: 0;
		overflow: visible;
	}

	.winner-reader__book.is-mobile-reader {
		width: 100% !important;
		height: min(72vh, 760px);
		height: min(72dvh, 760px);
		max-width: 100% !important;
		overflow: auto;
		background: #fff;
		overscroll-behavior: contain;
		-webkit-overflow-scrolling: touch;
		touch-action: pan-x pan-y;
	}

	.winner-reader__mobile-page {
		display: block;
		width: 145%;
		max-width: none;
		height: auto;
		margin: 0;
		box-shadow: none;
		user-select: none;
	}

	.winner-reader-section.is-reader-fullscreen.is-mobile-half-reader .winner-reader__viewport,
	.winner-reader-section:fullscreen.is-mobile-half-reader .winner-reader__viewport {
		min-height: 0;
	}

	.winner-reader-section.is-reader-fullscreen.is-mobile-half-reader,
	.winner-reader-section:fullscreen.is-mobile-half-reader {
		padding-right: 0;
		padding-left: 0;
	}

	.winner-reader-section.is-reader-fullscreen.is-mobile-half-reader .winner-reader-section__inner,
	.winner-reader-section:fullscreen.is-mobile-half-reader .winner-reader-section__inner {
		width: 100%;
		max-width: none;
		padding-right: 0;
		padding-left: 0;
	}

	.winner-reader-section.is-reader-fullscreen.is-mobile-half-reader .winner-reader__toolbar,
	.winner-reader-section:fullscreen.is-mobile-half-reader .winner-reader__toolbar {
		padding-right: max(14px, env(safe-area-inset-right));
		padding-left: max(14px, env(safe-area-inset-left));
	}

	.winner-reader-section.is-reader-fullscreen .winner-reader__book.is-mobile-reader,
	.winner-reader-section:fullscreen .winner-reader__book.is-mobile-reader {
		width: 100vw !important;
		height: calc(100vh - 130px);
		height: calc(100dvh - 130px);
		max-width: 100vw !important;
		max-height: none;
	}
}

.winner-year-page__gallery {
	padding-block: clamp(90px, 16vw, 150px) clamp(110px, 18vw, 180px);
}

.winner-year-page__gallery-header {
	margin-bottom: clamp(36px, 8vw, 64px);
}

.winner-year-page__gallery-header p {
	margin: 0 0 14px;
	color: #e59bff;
	font-size: 0.74rem;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.winner-year-page__gallery-header h2 {
	margin: 0;
	color: #e59bff;
	font-size: clamp(2rem, 9vw, 4rem);
	font-weight: 700;
	line-height: 1;
}

.winners-year__content {
	color: rgba(255, 255, 255, 0.84);
	font-size: 0.92rem;
	line-height: 1.7;
}

.winners-year__content > * {
	margin-top: 0;
	margin-bottom: 28px;
}

.winners-year__content :where(.wp-block-gallery, .gallery) {
	display: block !important;
	margin: 0;
	padding: 0;
	column-count: 2;
	column-gap: 12px;
}

.winners-year__content :where(.wp-block-gallery, .gallery) :where(.wp-block-image, .gallery-item),
.winners-year__content > .wp-block-image {
	display: inline-block !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 0 12px !important;
	break-inside: avoid;
	vertical-align: top;
}

.winners-year__content :where(.wp-block-gallery, .gallery) img,
.winners-year__content > .wp-block-image img {
	display: block;
	width: 100% !important;
	height: auto !important;
	border-radius: 4px;
	cursor: zoom-in;
	transition: opacity 0.25s ease, transform 0.35s ease;
}

.winners-year__content :where(.wp-block-gallery, .gallery) img:hover,
.winners-year__content :where(.wp-block-gallery, .gallery) img:focus-visible,
.winners-year__content > .wp-block-image img:hover,
.winners-year__content > .wp-block-image img:focus-visible {
	opacity: 0.88;
	transform: scale(1.015);
}

.winners-year__content figcaption,
.winners-year__content .gallery-caption {
	position: static !important;
	margin-top: 10px !important;
	padding: 0 4px !important;
	color: rgba(255, 255, 255, 0.68) !important;
	background: transparent !important;
	font-size: 0.76rem !important;
	line-height: 1.5;
	text-align: center;
}

@media (min-width: 600px) {
	.winners-year__content :where(.wp-block-gallery, .gallery) {
		column-count: 2;
		column-gap: 24px;
	}
}

@media (max-width: 599px) {
	.winner-reader__toolbar {
		justify-content: center;
	}

	.winner-reader__toolbar-group:last-child {
		width: 100%;
		justify-content: center;
	}
}

.award-competition {
	--award-accent: #c987ff;
	--award-accent-strong: #e59bff;
	--award-surface: #15102f;
	--award-border: rgba(201, 135, 255, 0.3);
	color: var(--color-white);
	background: #08051d;
}

.award-competition__hero {
	position: relative;
	padding-top: 138px;
	padding-bottom: 64px;
	overflow: hidden;
	background:
		radial-gradient(circle at 85% 28%, rgba(111, 43, 171, 0.38), transparent 34%),
		linear-gradient(135deg, #0a0622 0%, #16083a 58%, #08051d 100%);
}

.award-competition__hero::after {
	position: absolute;
	top: -20%;
	right: -15%;
	width: 68%;
	height: 130%;
	background: repeating-radial-gradient(ellipse at center, transparent 0 18px, rgba(210, 133, 255, 0.08) 19px 20px);
	content: "";
	transform: rotate(-18deg);
	pointer-events: none;
}

.award-competition__hero-inner {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 42px;
	align-items: center;
}

.award-competition__hero-visual {
	width: min(100%, 620px);
	margin-inline: auto;
	overflow: hidden;
	background: #171027;
}

.award-competition__hero-visual img {
	width: 100%;
	height: 100%;
	min-height: 360px;
	aspect-ratio: 5 / 4;
	object-fit: cover;
}

.award-competition__hero-content {
	position: relative;
}

.award-competition__year {
	margin: 0 0 4px;
	color: var(--award-accent);
	font-family: var(--font-primary);
	font-size: clamp(1.75rem, 9vw, 3rem);
	font-weight: 600;
	line-height: 1;
}

.award-competition__hero h1 {
	margin: 0;
	font-family: var(--font-primary);
	font-size: clamp(3rem, 14vw, 5.6rem);
	font-weight: 700;
	line-height: 0.94;
	letter-spacing: -0.045em;
}

.award-competition__subtitle {
	margin: 28px 0 0;
	padding-bottom: 15px;
	color: var(--award-accent-strong);
	border-bottom: 1px solid rgba(201, 135, 255, 0.52);
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	line-height: 1.5;
	text-transform: uppercase;
}

.award-competition__description {
	max-width: 670px;
	margin-top: 22px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.88rem;
	line-height: 1.75;
}

.award-competition__description p {
	margin: 0;
}

.global-judging-panel {
	padding-top: clamp(72px, 16vw, 120px);
	padding-bottom: clamp(80px, 16vw, 130px);
	background:
		radial-gradient(circle at 92% 30%, rgba(74, 34, 132, 0.2), transparent 36%),
		#08051d;
}

.global-judging-panel__header {
	margin-bottom: 38px;
}

.global-judging-panel__header h2 {
	margin: 0;
	color: var(--award-accent-strong);
	font-family: var(--font-primary);
	font-size: clamp(2rem, 9vw, 3.4rem);
	font-weight: 700;
	line-height: 1.1;
}

.global-judging-panel__header p {
	margin: 12px 0 0;
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.82rem;
	line-height: 1.6;
}

.global-judging-panel__grid {
	display: grid;
	gap: 38px 24px;
}

.global-judge {
	min-width: 0;
}

.global-judge__photo {
	margin-bottom: 20px;
	overflow: hidden;
	aspect-ratio: 1;
	background: #17102e;
}

.global-judge__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(0.72) contrast(1.04);
}

.global-judge h3 {
	margin: 0 0 10px;
	color: var(--award-accent-strong);
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.35;
}

.global-judge__position,
.global-judge__bio {
	margin: 0;
	color: rgba(255, 255, 255, 0.74);
	font-size: 0.75rem;
	line-height: 1.62;
}

.global-judge__position + .global-judge__bio {
	margin-top: 8px;
}

.award-competition__details {
	padding-top: clamp(64px, 14vw, 110px);
	padding-bottom: clamp(90px, 16vw, 150px);
	background: linear-gradient(135deg, #100928, #08051d 58%);
	border-top: 1px solid var(--award-border);
}

.award-competition__details-grid {
	display: grid;
	gap: 54px;
}

.award-competition__details-column,
.award-competition__page-content {
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.82rem;
	line-height: 1.72;
}

.award-competition__details h2,
.award-competition__details h3,
.award-competition__details h4 {
	margin-top: 36px;
	margin-bottom: 12px;
	color: var(--award-accent-strong);
	font-weight: 600;
	line-height: 1.3;
}

.award-competition__details h2:first-child,
.award-competition__details h3:first-child,
.award-competition__details h4:first-child {
	margin-top: 0;
}

.award-competition__details p,
.award-competition__details ul,
.award-competition__details ol,
.award-competition__details table {
	margin-top: 0;
	margin-bottom: 22px;
}

.award-competition__details ul,
.award-competition__details ol {
	padding-left: 1.5em;
}

.award-competition__details table {
	width: 100%;
	border-collapse: collapse;
}

.award-competition__details th,
.award-competition__details td {
	padding: 12px;
	border: 1px solid var(--award-border);
	text-align: left;
	vertical-align: top;
}

.award-competition__details th {
	color: var(--color-white);
	background: rgba(201, 135, 255, 0.09);
}

.award-competition__details a {
	color: var(--award-accent-strong);
	text-decoration: underline;
	text-underline-offset: 0.16em;
}

@media (min-width: 600px) {
	.global-judging-panel__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.site-header {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 30;
	padding-top: 24px;
}

.site-header__inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.site-header--home .site-header__inner {
	justify-content: flex-end;
}

.site-logo {
	position: relative;
	z-index: 32;
	width: clamp(130px, 38vw, 170px);
	flex: 0 0 auto;
}

.site-logo img {
	width: 100%;
	height: auto;
}

.site-header__actions {
	position: relative;
	z-index: 32;
	display: flex;
	align-items: center;
	gap: 12px;
}

.site-language-switch {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.6em;
	min-height: 44px;
	color: var(--color-white);
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
	transition: color 0.25s ease;
}

.site-language-switch:hover,
.site-language-switch:focus-visible {
	color: #ef5bca;
}

.menu-toggle {
	position: relative;
	z-index: 32;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	width: 48px;
	height: 48px;
	padding: 0 12px;
	background: rgba(255, 255, 255, 0.72);
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	transition: background-color 0.25s ease;
}

.menu-toggle span {
	display: block;
	width: 100%;
	height: 2px;
	background: var(--color-black);
	transform-origin: center;
	transition: opacity 0.25s ease, transform 0.25s ease;
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
	position: absolute;
	top: 50%;
	right: 25%;
	left: 25%;
	width: auto;
	transform: translateY(-50%) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
	display: none;
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
	position: absolute;
	top: 50%;
	right: 25%;
	left: 25%;
	width: auto;
	transform: translateY(-50%) rotate(-45deg);
}

.menu-overlay {
	position: fixed;
	inset: 0;
	z-index: 25;
	display: grid;
	place-items: center;
	padding: 110px 32px 48px;
	background: #30105a;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.menu-overlay.is-open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.site-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.site-menu li + li {
	margin-top: 20px;
}

.site-menu a {
	font-size: clamp(1.35rem, 7vw, 2rem);
	font-weight: 600;
	text-transform: uppercase;
}

.home-hero {
	position: relative;
	display: flex;
	align-items: center;
	height: 60vh;
	height: 60svh;
	overflow: hidden;
	background: var(--color-black);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.home-hero__video,
.home-hero__overlay {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.home-hero__video {
	object-fit: cover;
}

.home-hero__overlay {
	background: rgba(0, 0, 0, 0.2);
}

.home-hero__logo {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	width: clamp(240px, 52vw, 560px);
	transform: translate(-50%, -50%);
}

.home-hero__logo img {
	display: block;
	width: 100%;
	height: auto;
}

.home-hero__content {
	position: relative;
	z-index: 2;
	padding-top: 110px;
	padding-bottom: 56px;
}

.home-hero__message {
	max-width: 900px;
	margin: 0 auto;
	font-size: clamp(1.45rem, 6.5vw, 2.4rem);
	font-weight: 500;
	line-height: 1.45;
	text-align: center;
	white-space: pre-line;
}

.home-hero__message.is-typing::after {
	content: "";
	display: inline-block;
	width: 2px;
	height: 1em;
	margin-left: 0.12em;
	background: currentColor;
	vertical-align: -0.08em;
	animation: typewriter-cursor 0.75s step-end infinite;
}

@keyframes typewriter-cursor {
	50% {
		opacity: 0;
	}
}

.home-founder-message {
	position: relative;
	isolation: isolate;
	padding-top: 64px;
	padding-bottom: calc(72px + var(--section-slant));
	overflow: hidden;
	background-color: #0e102e;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - var(--section-slant)));
}

.home-founder-message__overlay {
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(90deg, rgba(5, 9, 34, 0.28), rgba(18, 10, 42, 0.18));
}

.home-founder-message__entries {
	display: grid;
	gap: clamp(88px, 10vw, 180px);
}

.home-founder-message__inner {
	display: grid;
	gap: 48px;
	align-items: start;
}

.home-founder-message__visual {
	width: min(100%, 390px);
	margin: 0 auto;
}

.home-founder-message__portrait-frame {
	position: relative;
}

.home-founder-message__play {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	padding: 0;
	background: transparent;
	border: 0;
	cursor: pointer;
	transform: translate(-50%, -50%);
}

.home-founder-message__play:hover .home-activities__play-icon {
	transform: scale(1.08);
}

.home-founder-message__play:focus-visible {
	outline: 2px solid var(--color-white);
	outline-offset: 5px;
	border-radius: 50%;
}

.home-founder-message__portrait {
	display: block;
	width: 100%;
	height: auto;
}

.home-founder-message__caption {
	margin-top: 30px;
	padding-left: 0;
	text-align: center;
}

.home-founder-message__caption strong {
	display: block;
	color: #ef5ab7;
	font-size: clamp(2rem, 10vw, 3.2rem);
	font-style: normal;
	font-weight: 600;
	line-height: 1;
}

.home-founder-message__caption p {
	margin: 16px 0 0;
	font-size: 0.95rem;
	line-height: 1.45;
}

.home-founder-message__content {
	align-self: center;
}

.home-founder-message__eyebrow {
	margin: 0 0 10px;
	color: #ef5ab7;
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.22em;
	line-height: 1.4;
	text-transform: uppercase;
}

.home-founder-message__content h2 {
	margin: 0;
	font-family: var(--font-primary);
	font-size: clamp(2.2rem, 10vw, 4rem);
	font-weight: 700;
	line-height: 1.02;
}

.home-founder-message__content h2 span,
.home-founder-message__content h2 em {
	display: block;
}

.home-founder-message__content h2 em {
	font-family: inherit;
	font-weight: inherit;
}

.home-founder-message__accent {
	display: block;
	width: 118px;
	height: 5px;
	margin-top: 18px;
	background: #ef5ab7;
	transform: rotate(-5deg);
	transform-origin: left center;
}

.home-founder-message__body {
	margin-top: 28px;
	color: rgba(255, 255, 255, 0.9);
	font-size: 0.95rem;
	line-height: 1.72;
}

.home-founder-message__body p {
	margin-top: 0;
	margin-bottom: 1.15em;
}

.home-founder-message__body p:last-child {
	margin-bottom: 0;
}

.home-introduction {
	position: relative;
	padding-top: var(--section-title-spacing);
	padding-bottom: 0;
	overflow: hidden;
	background: var(--color-black);
}

.home-introduction__title {
	position: relative;
	width: min(100%, 640px);
	margin-right: auto;
	margin-bottom: var(--section-title-spacing);
}

.home-introduction__title-image {
	display: block;
	width: 100%;
	height: auto;
}

.home-introduction__stage {
	position: relative;
	padding-top: 104px;
	padding-bottom: 120px;
	overflow: hidden;
	background-color: #11143d;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	clip-path: polygon(0 var(--section-slant), 100% 0, 100% calc(100% - var(--section-slant)), 0 100%);
}

.home-introduction__video,
.home-introduction__overlay {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.home-introduction__video {
	object-fit: cover;
}

.home-introduction__overlay {
	background:
		linear-gradient(90deg, rgba(12, 19, 66, 0.84), rgba(45, 18, 62, 0.68)),
		rgba(0, 0, 0, 0.2);
}

.home-introduction__grid {
	position: relative;
	z-index: 2;
	display: grid;
	gap: 38px;
}

.home-introduction__visual {
	position: relative;
	width: min(100%, 560px);
	margin-inline: auto;
}

.home-introduction__image {
	width: 100%;
	aspect-ratio: 6 / 5;
	object-fit: cover;
	filter: grayscale(0.1);
}

.home-introduction__stamp {
	--stamp-radius: 32px;
	position: absolute;
	top: -32px;
	right: -14px;
	width: 88px;
	height: 88px;
	opacity: 0.58;
	border: 1px solid currentColor;
	border-radius: 50%;
}

.home-introduction__stamp::after {
	content: "";
	position: absolute;
	inset: 24px;
	border: 1px solid currentColor;
	border-radius: 50%;
}

.home-introduction__stamp span {
	position: absolute;
	top: 50%;
	left: 50%;
	font-family: var(--font-primary);
	font-size: 8px;
	font-weight: 600;
	line-height: 1;
	transform:
		translate(-50%, -50%)
		rotate(calc(var(--stamp-index) * var(--stamp-step)))
		translateY(calc(-1 * var(--stamp-radius)));
	transform-origin: center;
}

.home-introduction__content {
	align-self: center;
}

.home-introduction__content h2 {
	margin: 0 0 24px;
	font-size: clamp(1.65rem, 7vw, 2.25rem);
	font-weight: 500;
	line-height: 1.12;
}

.home-introduction__text {
	font-size: 0.95rem;
	line-height: 1.7;
}

.home-introduction__text p {
	margin-top: 0;
	margin-bottom: 1.25em;
}

.home-introduction__text p:last-child {
	margin-bottom: 0;
}

.home-introduction__button {
	display: inline-flex;
	align-items: center;
	gap: 16px;
	min-height: 48px;
	margin-top: 30px;
	padding: 11px 22px;
	color: var(--color-white);
	background: rgba(239, 91, 202, 0.12);
	border: 1px solid rgba(239, 91, 202, 0.82);
	border-radius: 999px;
	font-size: 0.86rem;
	font-weight: 600;
	line-height: 1.3;
	text-decoration: none;
	transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.home-introduction__button::after {
	font-size: 1.1em;
	line-height: 1;
	content: "\2192";
	transition: transform 0.25s ease;
}

.home-introduction__button:hover,
.home-introduction__button:focus-visible {
	color: var(--color-white);
	background: rgba(239, 91, 202, 0.28);
	border-color: #ef5bca;
	transform: translateY(-2px);
}

.home-introduction__button:hover::after,
.home-introduction__button:focus-visible::after {
	transform: translateX(4px);
}

.home-introduction__button:focus-visible {
	outline: 2px solid var(--color-white);
	outline-offset: 4px;
}

.home-team {
	--team-title-spacing: var(--section-title-spacing);
	position: relative;
	padding-top: var(--team-title-spacing);
	padding-bottom: 0;
	overflow: hidden;
	background: var(--color-black);
}

.home-team__title {
	position: relative;
	width: min(100%, 680px);
	margin-left: auto;
	margin-bottom: var(--team-title-spacing);
}

.home-team__title img {
	display: block;
	width: 100%;
	height: auto;
}

.home-introduction__title h2,
.home-team__title h2,
.home-award__title h2,
.home-exhibitions__title h2,
.home-activities__title h2,
.home-news__title h2,
.home-contact__title h2,
.home-stories__header h2 {
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 24px 32px;
	color: var(--color-white);
	font-size: clamp(2rem, 9vw, 4.8rem);
	font-weight: 700;
	line-height: 0.96;
	text-transform: uppercase;
}

.home-introduction__title.has-art h2,
.home-team__title.has-art h2,
.home-award__title.has-art h2,
.home-exhibitions__title.has-art h2,
.home-activities__title.has-art h2,
.home-news__title.has-art h2,
.home-contact__title.has-art h2,
.home-stories__header.has-art h2 {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
}

.home-exhibitions__title h2 {
	font-size: clamp(1.9rem, 8.1vw, 4.4rem);
}

.home-introduction__title h2,
.home-award__title h2,
.home-exhibitions__title h2,
.home-activities__title h2,
.home-stories__header h2 {
	justify-content: flex-start;
	padding-right: 0;
	padding-left: var(--container-padding);
	text-align: left;
}

.home-team__title h2,
.home-news__title h2,
.home-contact__title h2 {
	justify-content: flex-end;
	padding-right: var(--container-padding);
	padding-left: 0;
	text-align: right;
}

.home-team__stage {
	position: relative;
	padding-top: 96px;
	padding-bottom: 108px;
	overflow: hidden;
	background-color: #20221f;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	clip-path: polygon(0 0, 100% var(--section-slant), 100% 100%, 0 100%);
}

.home-team__video,
.home-team__overlay {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.home-team__video {
	object-fit: cover;
}

.home-team__overlay {
	background: rgba(0, 0, 0, 0.68);
}

.home-team__content {
	position: relative;
	z-index: 2;
}

.home-team__intro {
	margin: 0 auto 34px;
	text-align: center;
}

.home-team__intro h2 {
	margin: 0 0 14px;
	font-size: clamp(1.65rem, 6vw, 2.15rem);
	font-weight: 600;
	line-height: 1.2;
}

.home-team__intro p {
	margin: 0;
	color: #ec5fc1;
	font-size: 0.95rem;
	font-weight: 500;
	line-height: 1.6;
}

.home-team__tabs {
	width: 100%;
}

.home-team__tablist {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	width: min(100%, 760px);
	margin: 0 auto 30px;
}

.home-team__tab {
	flex: 1 1 110px;
	min-height: 44px;
	padding: 10px 16px;
	color: rgba(255, 255, 255, 0.72);
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 999px;
	cursor: pointer;
	font-size: 0.86rem;
	font-weight: 600;
	line-height: 1.25;
	transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

.home-team__tab:hover,
.home-team__tab:focus-visible {
	color: var(--color-white);
	border-color: rgba(236, 95, 193, 0.8);
}

.home-team__tab:focus-visible {
	outline: 2px solid var(--color-white);
	outline-offset: 3px;
}

.home-team__tab.is-active {
	color: var(--color-white);
	background: #ec5fc1;
	border-color: #ec5fc1;
	box-shadow: 0 9px 26px rgba(236, 95, 193, 0.24);
}

.home-team__panel[hidden] {
	display: none;
}

.home-team__slider-wrap {
	position: relative;
	max-width: 1060px;
	margin-inline: auto;
}

.home-team__slider {
	overflow: hidden;
}

.team-member {
	position: relative;
	text-align: center;
}

.team-member__trigger {
	position: absolute;
	inset: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 8px;
	cursor: pointer;
}

.team-member__trigger:focus-visible {
	outline: 2px solid var(--color-white);
	outline-offset: 5px;
}

.team-member__photo {
	position: relative;
	overflow: hidden;
	aspect-ratio: 1 / 1;
	background: #e8e8e8;
	border-radius: 8px;
}

.team-member__photo img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.team-member h3 {
	margin: 16px 0 3px;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.25;
}

.team-member p {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.35;
}

.home-team__button {
	position: absolute;
	top: 44%;
	z-index: 3;
	width: 32px;
	height: 44px;
	padding: 0;
	background: transparent;
	border: 0;
	cursor: pointer;
	transform: translateY(-50%);
	transition: opacity 0.2s ease;
}

.home-team__button::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	border-top: 2px solid rgba(255, 255, 255, 0.48);
	border-right: 2px solid rgba(255, 255, 255, 0.48);
}

.home-team__button--prev {
	left: -30px;
}

.home-team__button--prev::before {
	transform: translate(-35%, -50%) rotate(-135deg);
}

.home-team__button--next {
	right: -30px;
}

.home-team__button--next::before {
	transform: translate(-65%, -50%) rotate(45deg);
}

.home-team__button.swiper-button-disabled {
	opacity: 0.28;
	cursor: default;
}

.team-modal {
	position: fixed;
	inset: 0;
	z-index: 100;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.9);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.team-modal.is-open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.team-modal__backdrop {
	position: fixed;
	inset: 0;
}

.team-modal__panel {
	position: relative;
	z-index: 1;
	display: flex;
	width: 100%;
	max-width: 952px;
	height: 100%;
	margin-left: auto;
	pointer-events: none;
	transform: translateX(100%);
	transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}

.team-modal.is-open .team-modal__panel {
	transform: translateX(0);
}

.team-modal__dialog {
	width: calc(100% - 52px);
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	background: var(--color-black);
	overscroll-behavior: contain;
	pointer-events: auto;
}

.team-modal__close {
	position: relative;
	z-index: 3;
	order: -1;
	flex: 0 0 52px;
	width: 52px;
	height: 52px;
	padding: 0;
	background: rgba(255, 255, 255, 0.28);
	border: 0;
	cursor: pointer;
	backdrop-filter: blur(6px);
	pointer-events: auto;
	transition: background-color 0.2s ease;
}

.team-modal__close::before,
.team-modal__close::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 21px;
	height: 2px;
	background: var(--color-white);
	border-radius: 2px;
}

.team-modal__close::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.team-modal__close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.team-modal__close:hover,
.team-modal__close:focus-visible {
	background: rgba(239, 91, 202, 0.82);
}

.team-modal__poster {
	width: 100%;
	height: auto;
}

.team-modal__body {
	padding: 34px 32px 64px;
}

.team-modal__body > h2 {
	margin: 0 0 24px;
	font-size: 2rem;
	line-height: 1.15;
}

.team-modal__position {
	margin: 0 0 22px;
	color: #ef5bca;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.5;
}

.team-modal__text {
	font-size: 1rem;
	line-height: 1.9;
}

.team-modal__text > :first-child {
	margin-top: 0;
}

.team-modal__text > :last-child {
	margin-bottom: 0;
}

.home-why {
	position: relative;
	padding-top: 104px;
	padding-bottom: 136px;
	overflow: hidden;
	background:
		linear-gradient(
			180deg,
			#050306 0%,
			#1b0a17 18%,
			#6f275d 55%,
			#e953bd 100%
		);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - var(--section-slant)));
}

.home-why__inner {
	position: relative;
	display: grid;
	gap: 58px;
}

.home-why__visual {
	position: relative;
	width: min(100%, 590px);
	min-height: 480px;
	margin-inline: auto;
}

.home-why__image {
	--parallax-y: 0px;
	position: absolute;
	height: auto;
	will-change: transform;
}

.home-why__image--primary {
	top: 0;
	left: 19%;
	z-index: 2;
	width: 67%;
	transform: translate3d(0, var(--parallax-y), 0);
}

.home-why__image--left {
	bottom: 3%;
	left: 0;
	z-index: 3;
	width: 42%;
	transform: translate3d(0, var(--parallax-y), 0) rotate(-5deg);
}

.home-why__image--right {
	right: 1%;
	bottom: 12%;
	z-index: 1;
	width: 31%;
	transform: translate3d(0, var(--parallax-y), 0) rotate(4deg);
}

.home-why__content {
	align-self: center;
}

.home-why__content h2 {
	margin: 0 0 12px;
	font-size: clamp(1.55rem, 7vw, 2.15rem);
	font-weight: 600;
	line-height: 1.2;
}

.home-why__highlight {
	margin: 0 0 18px;
	color: #7294d2;
	font-size: clamp(1.05rem, 5vw, 1.45rem);
	font-weight: 500;
	line-height: 1.35;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.home-why__text {
	font-size: 0.92rem;
	line-height: 1.7;
}

.home-why__text p {
	margin-top: 0;
	margin-bottom: 1.1em;
}

.home-why__text p:last-child {
	margin-bottom: 0;
}

.home-why__stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-top: 44px;
	text-align: center;
}

.home-why__stat strong,
.home-why__stat span {
	display: block;
}

.home-why__stat strong {
	font-size: clamp(1.8rem, 9vw, 3rem);
	font-weight: 600;
	line-height: 1;
}

.home-why__stat span {
	margin-top: 10px;
	font-size: clamp(0.62rem, 2.8vw, 0.85rem);
	line-height: 1.25;
}

.home-award {
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
	overflow: hidden;
	background: var(--color-black);
}

.home-award__header {
	padding-bottom: 0;
	text-align: left;
}

.home-award__title {
	position: relative;
	width: min(100%, 760px);
	margin-right: auto;
	margin-left: 0;
}

.home-award__title img {
	display: block;
	width: 100%;
	height: auto;
}

.home-award__description {
	width: max-content;
	max-width: calc(100% - var(--container-padding) - var(--container-padding));
	margin: 12px auto 0 var(--container-padding);
	font-size: 0.8rem;
	line-height: 1.6;
	text-align: left;
}

.home-award__stage {
	position: relative;
	padding-top: 150px;
	padding-bottom: 165px;
	overflow: hidden;
	background-color: #252b33;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	clip-path: polygon(0 var(--section-slant), 100% 0, 100% calc(100% - var(--section-slant)), 0 100%);
}

.home-award__video,
.home-award__overlay {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.home-award__video {
	object-fit: cover;
}

.home-award__overlay {
	background: rgba(17, 25, 34, 0.72);
}

.home-award__content {
	position: relative;
	z-index: 2;
}

.home-award__slider-wrap {
	position: relative;
	max-width: 1120px;
	margin-inline: auto;
}

.home-award__slider {
	overflow: hidden;
	perspective: 1200px;
}

.home-award__slider .swiper-wrapper {
	align-items: center;
}

.home-award__slider .swiper-slide {
	opacity: 0.58;
	transform: scale(0.9);
	transition: opacity 0.8s ease, transform 0.8s ease;
}

.home-award__slider .swiper-slide-active {
	z-index: 2;
	opacity: 1;
	transform: scale(1);
}

.home-award__slider .swiper-slide-prev {
	transform: perspective(900px) rotateY(7deg) scale(0.9);
}

.home-award__slider .swiper-slide-next {
	transform: perspective(900px) rotateY(-7deg) scale(0.9);
}

.award-artwork {
	margin: 0;
	background: transparent;
}

.award-artwork__open {
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
	background: #111;
	border: 0;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
	cursor: default;
}

.home-award__slider .swiper-slide:not(.swiper-slide-active) .award-artwork__open {
	pointer-events: none;
}

.home-award__slider .swiper-slide-active .award-artwork__open {
	cursor: zoom-in;
}

.award-artwork__open:focus-visible {
	outline: 3px solid var(--color-white);
	outline-offset: 5px;
}

.award-artwork img {
	width: 100%;
	height: auto;
}

.award-artwork__description {
	margin: 12px 0 0;
	padding-inline: 8px;
	color: var(--color-white);
	font-size: clamp(0.68rem, 2.8vw, 0.82rem);
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
}

.award-lightbox {
	position: fixed;
	inset: 0;
	z-index: 160;
	display: grid;
	padding: 72px 24px 24px;
	place-items: center;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.award-lightbox.is-open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.award-lightbox__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.94);
}

.award-lightbox__dialog {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: min(100%, 1600px);
	height: 100%;
	transform: scale(0.97);
	transition: transform 0.3s ease;
}

.award-lightbox.is-open .award-lightbox__dialog {
	transform: scale(1);
}

.award-lightbox__media {
	position: relative;
	display: inline-block;
	max-width: 100%;
	max-height: calc(100svh - 96px);
	line-height: 0;
}

.award-lightbox__image {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: calc(100svh - 96px);
	opacity: 1;
	object-fit: contain;
	transition: opacity 0.22s ease;
}

.award-lightbox__image.is-loading {
	opacity: 0;
}

.award-lightbox__close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	width: 48px;
	height: 48px;
	padding: 0;
	background: rgba(255, 255, 255, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 50%;
	cursor: pointer;
	backdrop-filter: blur(8px);
	transform: translate(50%, -50%);
	transition: background-color 0.2s ease;
}

.award-lightbox__close::before,
.award-lightbox__close::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 22px;
	height: 2px;
	background: var(--color-white);
	border-radius: 2px;
	content: "";
}

.award-lightbox__close::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.award-lightbox__close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.award-lightbox__close:hover,
.award-lightbox__close:focus-visible {
	background: rgba(239, 91, 202, 0.82);
}

.award-lightbox__nav {
	position: absolute;
	top: 50%;
	z-index: 3;
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	padding: 0;
	color: var(--color-white);
	background: rgba(255, 255, 255, 0.18);
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 50%;
	cursor: pointer;
	backdrop-filter: blur(8px);
	transform: translateY(-50%);
	transition: background-color 0.2s ease, border-color 0.2s ease;
}

.award-lightbox__nav[hidden] {
	display: none;
}

.award-lightbox__nav::before {
	width: 12px;
	height: 12px;
	border-bottom: 2px solid currentColor;
	border-left: 2px solid currentColor;
	content: "";
}

.award-lightbox__nav--prev {
	left: 0;
}

.award-lightbox__nav--prev::before {
	margin-left: 5px;
	transform: rotate(45deg);
}

.award-lightbox__nav--next {
	right: 0;
}

.award-lightbox__nav--next::before {
	margin-right: 5px;
	transform: rotate(225deg);
}

.award-lightbox__nav:hover,
.award-lightbox__nav:focus-visible {
	background: rgba(239, 91, 202, 0.82);
	border-color: #ef5bca;
}

.home-award__button {
	position: absolute;
	top: 50%;
	z-index: 4;
	width: 38px;
	height: 46px;
	padding: 0;
	background: transparent;
	border: 0;
	cursor: pointer;
	transform: translateY(-50%);
}

.home-award__button::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	border-top: 2px solid rgba(255, 255, 255, 0.82);
	border-right: 2px solid rgba(255, 255, 255, 0.82);
}

.home-award__button--prev {
	left: -30px;
}

.home-award__button--prev::before {
	transform: translate(-35%, -50%) rotate(-135deg);
}

.home-award__button--next {
	right: -30px;
}

.home-award__button--next::before {
	transform: translate(-65%, -50%) rotate(45deg);
}

.home-award__button.swiper-button-disabled {
	opacity: 0.3;
	cursor: default;
}

.home-award__ticker {
	position: relative;
	z-index: 3;
	width: 110%;
	margin-top: -28px;
	margin-left: -5%;
	padding: 38px 0 58px;
	overflow: hidden;
	background: transparent;
	transform: rotate(4deg);
}

.home-award__ticker-track {
	display: flex;
	width: max-content;
	animation: award-ticker 34s linear infinite;
}

.home-award__ticker-group {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
}

.home-award__ticker-group span {
	padding-right: clamp(48px, 8vw, 150px);
	color: rgba(255, 255, 255, 0.16);
	font-size: clamp(2.6rem, 10vw, 7rem);
	font-weight: 600;
	line-height: 1;
	white-space: nowrap;
}

@keyframes award-ticker {
	to {
		transform: translateX(-50%);
	}
}

.home-exhibitions {
	position: relative;
	padding-top: var(--section-title-spacing);
	padding-bottom: 0;
	overflow: hidden;
	background: var(--color-black);
}

.home-exhibitions__title {
	position: relative;
	width: min(100%, 780px);
	margin-right: auto;
	margin-bottom: var(--section-title-spacing);
}

.home-exhibitions__title img {
	display: block;
	width: 100%;
	height: auto;
}

.home-exhibitions__stage {
	position: relative;
	height: clamp(680px, 190vw, 780px);
	overflow: hidden;
	background: #171717;
}

.home-exhibitions__backgrounds,
.home-exhibitions__background,
.home-exhibitions__overlay {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.home-exhibitions__background {
	object-fit: cover;
	opacity: 0;
	transform: scale(1.025);
	transition: opacity 0.62s ease, transform 1.1s ease;
}

.home-exhibitions__background.is-active {
	opacity: 1;
	transform: scale(1);
}

.home-exhibitions__overlay {
	background: rgba(0, 0, 0, 0.12);
}

.home-exhibitions__nav {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-template-rows: repeat(3, minmax(0, 1fr));
	overflow: hidden;
}

.home-exhibitions__nav::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	z-index: 3;
	width: 1px;
	background: rgba(255, 255, 255, 0.28);
	pointer-events: none;
}

.home-exhibitions__country {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	min-height: 0;
	padding: 42px 10px 18px;
	overflow: hidden;
	isolation: isolate;
	color: var(--color-white);
	background: transparent;
	border: 0;
	cursor: pointer;
}

.home-exhibitions__country::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: #ef5ac7;
	transform: scaleY(0);
	transform-origin: top;
	transition: transform 0.38s cubic-bezier(0.22, 1, 0.36, 1);
}

.home-exhibitions__country.is-highlighted::before,
.home-exhibitions__country:focus-visible::before {
	transform: scaleY(1);
}

.home-exhibitions__country span,
.home-exhibitions__country strong {
	position: relative;
	z-index: 1;
	display: block;
}

.home-exhibitions__country span {
	margin-bottom: 8px;
	font-size: 0.58rem;
	font-weight: 500;
	letter-spacing: 0.32em;
	text-transform: uppercase;
}

.home-exhibitions__country strong {
	font-size: 1.08rem;
	font-weight: 500;
	line-height: 1.2;
}

.home-exhibitions__country:focus-visible {
	outline: 2px solid var(--color-white);
	outline-offset: -4px;
}

.home-activities {
	position: relative;
	padding-top: var(--section-title-spacing);
	padding-bottom: 0;
	overflow: hidden;
	background: var(--color-black);
}

.home-activities__title {
	position: relative;
	width: min(100%, 760px);
	margin-right: auto;
	margin-bottom: var(--section-title-spacing);
}

.home-activities__title img {
	display: block;
	width: 100%;
	height: auto;
}

.home-activities__stage {
	position: relative;
	padding-top: 100px;
	padding-bottom: 126px;
	overflow: hidden;
	background: linear-gradient(180deg, #0e131d 0%, #607dae 100%);
	clip-path: polygon(0 0, 100% var(--section-slant), 100% calc(100% - var(--section-slant)), 0 100%);
}

.home-activities__inner {
	display: grid;
	gap: 54px;
}

.home-activities__content {
	align-self: center;
}

.home-activities__accent {
	display: flex;
	align-items: center;
	gap: 4px;
	width: max-content;
	margin-bottom: 20px;
}

.home-activities__accent i {
	display: block;
	width: 4px;
	height: 4px;
	background: #f05ccc;
	border-radius: 50%;
}

.home-activities__accent i:last-child {
	width: 42px;
	height: 4px;
	border-radius: 4px;
}

.home-activities__content h2 {
	margin: 0 0 28px;
	font-size: clamp(1.65rem, 7vw, 2.35rem);
	font-weight: 600;
	line-height: 1.35;
}

.home-activities__text {
	color: rgba(255, 255, 255, 0.74);
	font-size: 0.94rem;
	line-height: 1.72;
}

.home-activities__text p {
	margin-top: 0;
	margin-bottom: 1em;
}

.home-activities__text p:last-child {
	margin-bottom: 0;
}

.home-activities__play {
	display: inline-flex;
	align-items: center;
	gap: 24px;
	margin-top: 34px;
	padding: 0;
	color: var(--color-white);
	background: transparent;
	border: 0;
	cursor: pointer;
}

.home-activities__play-icon {
	position: relative;
	display: grid;
	flex: 0 0 60px;
	width: 60px;
	height: 60px;
	place-items: center;
	background: linear-gradient(135deg, #ef5dcc, #6797d5);
	border-radius: 50%;
	transition: transform 0.25s ease;
}

.home-activities__play-icon::before {
	content: "";
	width: 0;
	height: 0;
	margin-left: 4px;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 11px solid var(--color-white);
}

.home-activities__play > span:last-child {
	font-size: 1rem;
	font-weight: 500;
}

.home-activities__play:hover .home-activities__play-icon {
	transform: scale(1.08);
}

.home-activities__visual img {
	width: 100%;
	height: auto;
}

.activity-video-modal {
	position: fixed;
	inset: 0;
	z-index: 120;
	display: grid;
	padding: 76px 20px 24px;
	place-items: center;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.activity-video-modal.is-open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.activity-video-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.93);
}

.activity-video-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(100%, 1200px);
	background: #000;
	transform: scale(0.96);
	transition: transform 0.3s ease;
}

.activity-video-modal.is-open .activity-video-modal__dialog {
	transform: scale(1);
}

.activity-video-modal__video {
	display: block;
	width: 100%;
	max-height: calc(100svh - 120px);
	background: #000;
}

.activity-video-modal__close {
	position: absolute;
	top: -58px;
	right: 0;
	z-index: 2;
	width: 46px;
	height: 46px;
	padding: 0;
	background: rgba(255, 255, 255, 0.22);
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	backdrop-filter: blur(6px);
	transition: background-color 0.2s ease;
}

.activity-video-modal__close::before,
.activity-video-modal__close::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 21px;
	height: 2px;
	background: var(--color-white);
	border-radius: 2px;
}

.activity-video-modal__close::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.activity-video-modal__close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.activity-video-modal__close:hover,
.activity-video-modal__close:focus-visible {
	background: rgba(239, 91, 202, 0.82);
}

.home-news,
.news-page__section {
	position: relative;
	padding-top: var(--section-title-spacing);
	padding-bottom: 0;
	overflow: hidden;
	background: var(--color-black);
}

.home-news {
	padding-top: calc(var(--section-title-spacing) + 40px);
}

.home-news__title,
.news-page__title {
	position: relative;
	width: min(100%, 790px);
	margin-left: auto;
	margin-bottom: var(--section-title-spacing);
}

.home-news__title img,
.news-page__title img {
	display: block;
	width: 100%;
	height: auto;
}

.news-page__section {
	padding-top: clamp(150px, 24vw, 210px);
}

.news-page__title {
	width: min(100%, 1000px);
	margin-right: auto;
	margin-left: auto;
}

.news-page__title h1 {
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 24px 32px;
	color: var(--color-white);
	font-size: clamp(2rem, 9vw, 4.8rem);
	font-weight: 700;
	line-height: 0.96;
	text-align: center;
	text-transform: uppercase;
}

.news-page__title.has-art h1 {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.news-page__stage {
	clip-path: none !important;
}

.news-page,
.news-page__section,
.news-page__title {
	clip-path: none !important;
	transform: none;
}

.news-page__empty {
	margin: 0;
	padding: 32px;
	color: rgba(255, 255, 255, 0.76);
	background: rgba(14, 29, 51, 0.76);
	border: 1px solid rgba(118, 161, 216, 0.46);
	border-radius: 14px;
	text-align: center;
}

.news-page__load-more-wrap {
	display: flex;
	justify-content: center;
	margin-top: clamp(40px, 7vw, 72px);
}

.news-page__load-more {
	min-width: 170px;
	min-height: 52px;
	padding: 12px 30px;
	color: var(--color-white);
	background: rgba(239, 90, 202, 0.12);
	border: 1px solid #ef5aca;
	border-radius: 999px;
	cursor: pointer;
	font-size: 0.9rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	transition: background-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.news-page__load-more:hover,
.news-page__load-more:focus-visible {
	background: #ef5aca;
	box-shadow: 0 10px 28px rgba(239, 90, 202, 0.28);
	transform: translateY(-2px);
}

.news-page__load-more:focus-visible {
	outline: 2px solid var(--color-white);
	outline-offset: 4px;
}

.news-page__load-more.is-loading {
	cursor: wait;
	opacity: 0.68;
	transform: none;
}

.home-news__stage,
.news-page__stage {
	position: relative;
	padding-top: 108px;
	padding-bottom: 136px;
	overflow: hidden;
}

.home-news__stage {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #151c28;
	clip-path: polygon(0 0, 100% var(--section-slant), 100% 100%, 0 calc(100% - var(--section-slant)));
}

.news-page__stage {
	background: none;
}

.home-news__overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(14, 22, 34, 0.66), rgba(7, 12, 21, 0.82)),
		rgba(0, 0, 0, 0.28);
}

.home-news__inner,
.news-page__inner {
	position: relative;
	z-index: 1;
}

.home-news__intro,
.news-page__intro {
	margin-bottom: 34px;
}

.home-news__intro h2,
.news-page__intro h2 {
	margin: 0 0 10px;
	font-size: clamp(1.65rem, 7vw, 2.35rem);
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.home-news__description,
.news-page__description {
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.82rem;
	line-height: 1.65;
}

.home-news__description p,
.news-page__description p {
	margin: 0;
}

.home-news__grid,
.news-page__grid {
	display: grid;
	gap: 24px;
}

.news-card {
	min-width: 0;
}

.news-card__inner {
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	background: rgba(14, 29, 51, 0.76);
	border: 1px solid rgba(118, 161, 216, 0.46);
	border-radius: 14px;
	backdrop-filter: blur(7px);
	transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

a.news-card__inner:hover {
	background: rgba(22, 42, 70, 0.9);
	border-color: rgba(181, 218, 255, 0.96);
	box-shadow:
		0 0 0 1px rgba(128, 185, 238, 0.3),
		0 12px 30px rgba(60, 128, 205, 0.18);
	transform: translateY(-3px);
}

a.news-card__inner:focus-visible {
	outline: 2px solid rgba(181, 218, 255, 0.96);
	outline-offset: 4px;
}

.news-card__media {
	position: relative;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: rgba(5, 12, 24, 0.9);
}

.news-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.45s ease;
}

a.news-card__inner:hover .news-card__media img {
	transform: scale(1.045);
}

.news-card__content {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 20px;
}

.news-card h3 {
	margin: 0 0 20px;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.5;
}

.news-card time {
	margin-top: auto;
	color: rgba(255, 255, 255, 0.66);
	font-size: 0.8rem;
	line-height: 1.4;
}

.home-stories {
	position: relative;
	padding-top: var(--section-title-spacing);
	padding-bottom: 0;
	overflow: hidden;
	background: var(--color-black);
}

.home-stories__header {
	position: relative;
	width: min(100%, 760px);
	max-width: 100%;
	margin-right: auto;
	margin-bottom: var(--section-title-spacing);
	margin-left: 0;
}

.home-stories__header img {
	display: block;
	width: 100%;
	height: auto;
}

.home-stories__stage {
	position: relative;
	padding-top: 140px;
	padding-bottom: 150px;
	overflow: hidden;
	background:
		radial-gradient(circle at 90% 12%, rgba(239, 91, 202, 0.16), transparent 34%),
		radial-gradient(circle at 7% 88%, rgba(102, 137, 199, 0.2), transparent 38%),
		#080916;
	clip-path: polygon(0 var(--section-slant), 100% 0, 100% 100%, 0 100%);
}

.home-stories__content {
	position: relative;
	z-index: 1;
}

.home-stories__slider {
	overflow: hidden;
}

.home-stories__slider-wrap.is-single .home-stories__slider,
.home-stories__slider-wrap.is-single .home-stories__slides,
.home-stories__slider-wrap.is-single .home-stories__slide {
	width: 100%;
}

.participant-story {
	display: grid;
	justify-items: center;
	width: 100%;
	overflow: visible;
}

.participant-story__visual {
	position: relative;
	width: clamp(160px, 44vw, 230px);
	padding: 5px;
	aspect-ratio: 1;
	overflow: hidden;
	background: linear-gradient(135deg, #ef5bca, #6689c7);
	border-radius: 50%;
	box-shadow: 0 18px 46px rgba(0, 0, 0, 0.35);
}

.participant-story__visual::after {
	display: none;
}

.participant-story__visual img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 0;
	aspect-ratio: 1;
	border-radius: 50%;
	object-fit: cover;
	object-position: center top;
}

.participant-story__body {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	padding: clamp(30px, 8vw, 50px) 0 clamp(58px, 9vw, 82px);
	text-align: center;
}

.participant-story__body::before,
.participant-story__body::after {
	position: absolute;
	color: rgba(239, 91, 202, 0.14);
	font-family: Georgia, serif;
	font-size: 8rem;
	font-weight: 700;
	line-height: 1;
	pointer-events: none;
}

.participant-story__body::before {
	top: 8px;
	right: 22px;
	content: "\201C";
}

.participant-story__body::after {
	bottom: 0;
	left: 22px;
	content: "\201D";
}

.participant-story__body h3 {
	position: relative;
	margin: 0 0 22px;
	font-size: clamp(1.35rem, 5vw, 1.9rem);
	font-weight: 700;
	line-height: 1.2;
}

.participant-story__content {
	position: relative;
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.92rem;
	line-height: 1.8;
	text-align: left;
}

.participant-story__content p {
	margin-top: 0;
	margin-bottom: 1em;
}

.participant-story__content p:last-child {
	margin-bottom: 0;
}

.participant-story__content.is-collapsible {
	max-height: 14rem;
	overflow: hidden;
}

.participant-story__content.is-collapsible.is-expanded {
	max-height: none;
	overflow: visible;
}

.participant-story__toggle {
	position: relative;
	display: inline-flex;
	align-items: center;
	align-self: center;
	justify-content: center;
	min-width: 138px;
	min-height: 46px;
	margin-top: 28px;
	padding: 10px 24px;
	color: var(--color-white);
	background: rgba(239, 91, 202, 0.12);
	border: 1px solid rgba(239, 91, 202, 0.82);
	border-radius: 999px;
	font: inherit;
	font-size: 0.86rem;
	font-weight: 600;
	cursor: pointer;
	transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.participant-story__toggle[hidden] {
	display: none;
}

.participant-story__toggle:hover,
.participant-story__toggle:focus-visible {
	background: rgba(239, 91, 202, 0.28);
	border-color: #ef5bca;
	transform: translateY(-2px);
}

.participant-story__toggle:focus-visible {
	outline: 2px solid var(--color-white);
	outline-offset: 4px;
}

.participant-story__name {
	position: relative;
	margin: 28px 0 0;
	padding-top: 18px;
	color: #ef5bca;
	font-size: 0.95rem;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
}

.participant-story__name::before {
	position: absolute;
	top: 0;
	left: 50%;
	width: 32px;
	height: 2px;
	background: currentColor;
	content: "";
	transform: translateX(-50%);
}

.home-stories__navigation {
	display: flex;
	justify-content: center;
	gap: 12px;
	margin-top: 26px;
}

.home-stories__button {
	display: grid;
	width: 48px;
	height: 48px;
	padding: 0;
	place-items: center;
	color: var(--color-white);
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 50%;
	cursor: pointer;
	transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.home-stories__button:hover,
.home-stories__button:focus-visible {
	background: rgba(239, 91, 202, 0.22);
	border-color: #ef5bca;
	transform: translateY(-2px);
}

.home-stories__button.swiper-button-disabled {
	opacity: 0.38;
	cursor: default;
	transform: none;
}

.home-presence-banner {
	position: relative;
	display: grid;
	min-height: 390px;
	overflow: hidden;
	place-items: center;
	background-color: #242323;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.home-presence-banner__video,
.home-presence-banner__gallery,
.home-presence-banner__overlay {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.home-presence-banner__video {
	z-index: 0;
	object-fit: cover;
}

.home-presence-banner__gallery {
	z-index: 0;
	isolation: isolate;
	overflow: hidden;
	background: var(--color-black);
}

.home-presence-banner__gallery-slide {
	position: absolute;
	inset: 0;
	overflow: hidden;
	background: var(--color-black);
	opacity: 0;
	transition: opacity 1.5s ease;
}

.home-presence-banner__gallery-slide.is-active {
	z-index: 2;
	opacity: 1;
}

.home-presence-banner__gallery-slide.is-leaving {
	z-index: 1;
}

.home-presence-banner__gallery-slide img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	max-width: none;
	transform: translate3d(0, var(--presence-pan-from, 0px), 0);
	will-change: transform;
}

@media (max-width: 1023px) {
	.home-presence-banner__gallery-slide img {
		height: calc(100% + clamp(64px, 18vw, 96px));
		object-fit: cover;
		object-position: center;
	}
}

.home-presence-banner__gallery.is-playing .home-presence-banner__gallery-slide.is-active img,
.home-presence-banner__gallery.is-playing .home-presence-banner__gallery-slide.is-leaving img {
	animation: presence-gallery-pan var(--presence-pan-duration, 12s) linear forwards;
}

@keyframes presence-gallery-pan {
	from {
		transform: translate3d(0, var(--presence-pan-from, 0px), 0);
	}

	to {
		transform: translate3d(0, var(--presence-pan-to, 0px), 0);
	}
}

.home-presence-banner__overlay {
	z-index: 1;
	background: rgba(0, 0, 0, 0.58);
}

.home-presence-banner__content {
	position: relative;
	z-index: 2;
	padding-top: 88px;
	padding-bottom: 88px;
	text-align: center;
}

.home-presence-banner__content h2 {
	margin: 0;
	font-size: clamp(1.85rem, 8vw, 3rem);
	font-weight: 600;
	line-height: 1.2;
}

.home-presence-banner__content p {
	max-width: 900px;
	margin: 22px auto 0;
	color: rgba(255, 255, 255, 0.86);
	font-size: 0.92rem;
	line-height: 1.7;
}

.home-contact {
	position: relative;
	padding-top: var(--section-title-spacing);
	padding-bottom: 0;
	overflow: hidden;
	background: var(--color-black);
}

.home-contact__title {
	position: relative;
	width: min(100%, 800px);
	margin-right: 0;
	margin-bottom: var(--section-title-spacing);
	margin-left: auto;
}

.home-contact__title img {
	display: block;
	width: 100%;
	height: auto;
}

.home-introduction__title,
.home-award__title,
.home-exhibitions__title,
.home-activities__title,
.home-stories__header {
	max-width: 100%;
	margin-right: auto;
	margin-left: 0;
}

.home-team__title,
.home-news__title,
.home-contact__title {
	max-width: 100%;
	margin-right: 0;
	margin-left: auto;
}

.home-contact__stage {
	position: relative;
	padding-top: 112px;
	padding-bottom: 128px;
	overflow: hidden;
	background-color: #0c1017;
	clip-path: polygon(0 0, 100% var(--section-slant), 100% 100%, 0 100%);
}

.home-contact__inner {
	display: grid;
	gap: 58px;
}

.home-contact__eyebrow {
	margin: 0 0 14px;
	font-size: 0.85rem;
	font-weight: 500;
}

.home-contact__information > h2 {
	margin: 0;
	font-size: clamp(1.75rem, 7vw, 2.4rem);
	font-weight: 600;
	line-height: 1.15;
}

.home-contact__information > h2 {
	margin-bottom: 24px;
}

.home-contact__text {
	color: rgba(255, 255, 255, 0.8);
	font-size: 0.92rem;
	line-height: 1.72;
}

.home-contact__text p {
	margin-top: 0;
	margin-bottom: 1em;
}

.home-contact__text p:last-child {
	margin-bottom: 0;
}

.home-contact__connections {
	padding: 30px 24px;
	background: rgba(0, 0, 0, 0.18);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 12px;
}

.home-contact__items {
	margin: 0;
	color: rgba(255, 255, 255, 0.8);
	font-size: 0.9rem;
	line-height: 1.65;
}

.home-contact__items p {
	margin-top: 0;
	margin-bottom: 1em;
}

.home-contact__items p:last-child {
	margin-bottom: 0;
}

.home-contact__items a {
	color: inherit;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.home-contact__social {
	margin-top: 30px;
	padding-top: 26px;
	border-top: 1px solid rgba(239, 91, 202, 0.8);
}

.home-contact__items + .home-contact__social {
	margin-top: 30px;
}

.home-contact__social:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

.home-contact__social h2 {
	margin: 0 0 18px;
	color: #7895c8;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.3;
}

.home-contact__social-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}

.home-contact__social-menu,
.home-contact__social-menu li {
	display: contents;
	margin: 0;
	padding: 0;
	list-style: none;
}

.home-contact__social-menu a,
.home-contact__wechat-button {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 9px 17px;
	color: rgba(255, 255, 255, 0.9);
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 999px;
	font-size: 0.82rem;
	font-family: inherit;
	line-height: 1.3;
	cursor: pointer;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.home-contact__social-menu a:hover,
.home-contact__social-menu a:focus-visible,
.home-contact__wechat-button:hover,
.home-contact__wechat-button:focus-visible {
	color: var(--color-white);
	background: rgba(239, 91, 202, 0.16);
	border-color: #ef5bca;
}

.wechat-modal {
	position: fixed;
	inset: 0;
	z-index: 100;
	display: grid;
	place-items: center;
	padding: 32px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.25s ease, visibility 0.25s ease;
}

.wechat-modal.is-open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.wechat-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.82);
	backdrop-filter: blur(8px);
}

.wechat-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(100%, 420px);
	padding: 34px;
	color: var(--color-white);
	background: #0e102e;
	border: 1px solid rgba(239, 91, 202, 0.55);
	border-radius: 20px;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.5);
	text-align: center;
}

.wechat-modal__dialog h2 {
	margin: 0 0 22px;
	font-size: clamp(1.35rem, 6vw, 2rem);
	font-weight: 700;
}

.wechat-modal__dialog img {
	display: block;
	width: 100%;
	height: auto;
	margin-inline: auto;
	background: var(--color-white);
	border-radius: 10px;
}

.wechat-modal__close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 46px;
	height: 46px;
	padding: 0;
	background: rgba(255, 255, 255, 0.3);
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	backdrop-filter: blur(7px);
}

.wechat-modal__close::before,
.wechat-modal__close::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 21px;
	height: 2px;
	background: var(--color-white);
	border-radius: 2px;
}

.wechat-modal__close::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.wechat-modal__close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.wechat-modal__close:hover,
.wechat-modal__close:focus-visible {
	background: rgba(239, 91, 202, 0.82);
}

.home-entry-modal {
	position: fixed;
	inset: 0;
	z-index: 150;
	display: grid;
	place-items: center;
	padding: clamp(18px, 4vw, 54px);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.home-entry-modal.is-open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.home-entry-modal__backdrop {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 72% 22%, rgba(137, 58, 188, 0.32), transparent 42%),
		rgba(5, 2, 18, 0.9);
	backdrop-filter: blur(8px);
}

.home-entry-modal__dialog {
	position: relative;
	z-index: 1;
	display: grid;
	width: min(100%, 1080px);
	max-height: calc(100dvh - clamp(36px, 8vw, 108px));
	overflow-x: hidden;
	overflow-y: auto;
	color: var(--color-white);
	background: linear-gradient(135deg, #11143d 0%, #2d123e 100%);
	border: 1px solid rgba(239, 91, 202, 0.52);
	border-radius: clamp(18px, 2vw, 28px);
	box-shadow: 0 30px 90px rgba(0, 0, 0, 0.58);
	transform: translateY(18px) scale(0.98);
	transition: transform 0.38s cubic-bezier(0.22, 1, 0.36, 1);
	overscroll-behavior: contain;
}

.home-entry-modal.is-open .home-entry-modal__dialog {
	transform: translateY(0) scale(1);
}

.home-entry-modal__media {
	display: grid;
	place-items: center;
	min-width: 0;
	background: rgba(0, 0, 0, 0.22);
}

.home-entry-modal__media img {
	width: 100%;
	height: auto;
	max-height: 56vh;
	object-fit: contain;
}

.home-entry-modal__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: clamp(28px, 6vw, 54px);
}

.home-entry-modal__content h2 {
	margin: 0;
	font-size: clamp(1.75rem, 7vw, 2.75rem);
	font-weight: 700;
	line-height: 1.12;
}

.home-entry-modal__button {
	display: inline-flex;
	align-items: center;
	gap: 16px;
	min-height: 50px;
	margin-top: clamp(26px, 5vw, 38px);
	padding: 12px 24px;
	background: rgba(239, 91, 202, 0.16);
	border: 1px solid #ef5bca;
	border-radius: 999px;
	font-size: 0.9rem;
	font-weight: 600;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.home-entry-modal__button::after {
	content: "\2192";
	font-size: 1.15em;
	line-height: 1;
}

.home-entry-modal__button:hover,
.home-entry-modal__button:focus-visible {
	background: rgba(239, 91, 202, 0.34);
	transform: translateY(-2px);
}

.home-entry-modal__close {
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 3;
	width: 46px;
	height: 46px;
	padding: 0;
	background: rgba(10, 10, 18, 0.58);
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	cursor: pointer;
	backdrop-filter: blur(7px);
	transition: background-color 0.2s ease, border-color 0.2s ease;
}

.home-entry-modal__close::before,
.home-entry-modal__close::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 21px;
	height: 2px;
	background: var(--color-white);
	border-radius: 2px;
}

.home-entry-modal__close::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.home-entry-modal__close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.home-entry-modal__close:hover,
.home-entry-modal__close:focus-visible {
	background: rgba(239, 91, 202, 0.9);
	border-color: #ef5bca;
}

@media (min-width: 768px) {
	.home-entry-modal__dialog {
		grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
		align-items: stretch;
	}

	.home-entry-modal__media img {
		height: 100%;
		max-height: none;
		object-fit: cover;
	}

	.home-entry-modal__content h2 {
		font-size: clamp(2rem, 3.2vw, 3.25rem);
	}
}

.site-footer {
	flex-shrink: 0;
	margin-top: auto;
	padding: 42px 0;
	color: var(--color-white);
	background: #080808;
}

.site-footer__summary {
	display: grid;
	gap: 28px;
	padding-top: 32px;
	border-top: 1px solid rgba(107, 142, 202, 0.7);
}

.site-footer__brand h2 {
	margin: 0 0 14px;
	font-size: 1.45rem;
	font-weight: 600;
	line-height: 1.2;
}

.site-footer__brand p {
	max-width: 390px;
	margin: 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.83rem;
	line-height: 1.45;
}

.site-footer__meta {
	display: grid;
	gap: 10px;
}

.site-footer__address {
	margin: 0;
	color: rgba(255, 255, 255, 0.88);
	font-size: 0.78rem;
	font-style: normal;
	line-height: 1.65;
}

.site-footer__copyright {
	margin: 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.72rem;
	line-height: 1.6;
}

@media (min-width: 1024px) {
	:root {
		--container-padding: clamp(100px, 6vw, 180px);
		--section-title-spacing: clamp(80px, 5vw, 120px);
	}

	.single-post-main {
		padding-top: clamp(190px, 12vw, 260px);
		padding-bottom: clamp(130px, 8vw, 190px);
	}

	.single-post-header {
		margin-bottom: clamp(56px, 4vw, 84px);
	}

	.single-post-header h1 {
		font-size: clamp(3rem, 4vw, 5rem);
	}

	.single-post-content {
		font-size: clamp(1rem, 1vw, 1.15rem);
	}

	.page-main {
		padding-top: clamp(190px, 12vw, 260px);
		padding-bottom: clamp(130px, 8vw, 190px);
	}

	.page-header {
		margin-bottom: clamp(54px, 4vw, 82px);
	}

	.page-header h1 {
		font-size: clamp(3.2rem, 4.5vw, 5.5rem);
	}

	.page-content {
		font-size: clamp(1rem, 1vw, 1.12rem);
	}

	.winners-page {
		padding-top: clamp(190px, 12vw, 260px);
		padding-bottom: clamp(130px, 8vw, 190px);
	}

	.winners-page__header {
		padding-bottom: clamp(80px, 7vw, 130px);
	}

	.winners-page__header h1 {
		font-size: clamp(4rem, 5.2vw, 7rem);
	}

	.winners-page__intro {
		font-size: clamp(1rem, 1vw, 1.15rem);
	}

	.winners-archive-card {
		grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
		min-height: clamp(500px, 39vw, 690px);
		border-radius: 24px;
	}

	.winners-archive-card.is-reversed {
		grid-template-columns: minmax(390px, 0.92fr) minmax(0, 1.08fr);
	}

	.winners-archive-card.is-reversed .winners-archive-card__visual {
		grid-column: 2;
	}

	.winners-archive-card.is-reversed .winners-archive-card__body {
		grid-column: 1;
		grid-row: 1;
	}

	.winners-archive-card__visual {
		min-height: 100%;
	}

	.winners-archive-card__body {
		padding: clamp(54px, 5vw, 96px);
	}

	.winners-archive-card__body h2 {
		font-size: clamp(2.6rem, 3.5vw, 4.8rem);
	}

	.winners-archive-card__description {
		font-size: clamp(0.94rem, 0.9vw, 1.08rem);
	}

	.winner-year-page {
		padding-top: clamp(180px, 11vw, 240px);
	}

	.winner-year-page__header h1 {
		font-size: clamp(4rem, 5.2vw, 7rem);
	}

	.winner-year-page__intro {
		font-size: clamp(1rem, 1vw, 1.15rem);
	}

	.winner-reader__viewport {
		min-height: clamp(680px, 54vw, 940px);
	}

	.winner-reader__toolbar {
		margin-bottom: 36px;
	}

	.winner-reader__control {
		width: 48px;
		height: 48px;
	}

	.winner-reader__text-control {
		min-height: 48px;
		padding-inline: 20px;
		font-size: 0.78rem;
	}

	.winners-year h2 {
		font-size: clamp(3rem, 3.5vw, 4.8rem);
	}

	.winners-year__content {
		font-size: clamp(0.92rem, 0.9vw, 1.05rem);
	}

	.winners-year__content :where(.wp-block-gallery, .gallery) {
		column-count: 3;
		column-gap: 30px;
	}

	.winners-year__content :where(.wp-block-gallery, .gallery) :where(.wp-block-image, .gallery-item),
	.winners-year__content > .wp-block-image {
		margin-bottom: 30px !important;
	}

	.award-competition__hero {
		padding-top: clamp(150px, 9vw, 205px);
		padding-bottom: clamp(80px, 6vw, 120px);
	}

	.award-competition__hero-inner {
		grid-template-columns: minmax(420px, 0.82fr) minmax(0, 1.18fr);
		gap: clamp(70px, 7vw, 150px);
		max-width: calc(var(--content-max-width) + var(--container-padding) + var(--container-padding));
		margin-inline: auto;
	}

	.award-competition__hero-visual {
		width: 100%;
		margin: 0;
	}

	.award-competition__hero-visual img {
		min-height: clamp(520px, 36vw, 760px);
		aspect-ratio: 0.95;
	}

	.award-competition__year {
		font-size: clamp(2.4rem, 2.6vw, 3.6rem);
	}

	.award-competition__hero h1 {
		font-size: clamp(5rem, 6.2vw, 8.4rem);
	}

	.award-competition__subtitle {
		max-width: 720px;
		margin-top: 38px;
		font-size: clamp(0.74rem, 0.75vw, 0.92rem);
	}

	.award-competition__description {
		margin-top: 30px;
		font-size: clamp(0.92rem, 0.95vw, 1.08rem);
	}

	.global-judging-panel > .container,
	.award-competition__details > .container {
		max-width: calc(var(--content-max-width) + var(--container-padding) + var(--container-padding));
		margin-inline: auto;
	}

	.global-judging-panel__header {
		margin-bottom: clamp(42px, 4vw, 72px);
	}

	.global-judging-panel__header h2 {
		font-size: clamp(2.4rem, 3vw, 4rem);
	}

	.global-judging-panel__header p {
		font-size: clamp(0.82rem, 0.82vw, 0.98rem);
	}

	.global-judging-panel__grid {
		grid-template-columns: repeat(5, minmax(0, 1fr));
		gap: clamp(30px, 3vw, 58px);
	}

	.global-judge h3 {
		font-size: clamp(1rem, 1vw, 1.2rem);
	}

	.global-judge__position,
	.global-judge__bio {
		font-size: clamp(0.72rem, 0.72vw, 0.86rem);
	}

	.award-competition__details-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: clamp(60px, 7vw, 140px);
	}

	.award-competition__details-column + .award-competition__details-column {
		padding-left: clamp(50px, 5vw, 100px);
		border-left: 1px solid var(--award-border);
	}

	.award-competition__details-column,
	.award-competition__page-content {
		font-size: clamp(0.82rem, 0.82vw, 0.98rem);
	}

	.award-competition__page-content {
		column-count: 2;
		column-gap: clamp(70px, 7vw, 140px);
		column-rule: 1px solid var(--award-border);
	}

	.award-competition__page-content h2,
	.award-competition__page-content h3,
	.award-competition__page-content h4,
	.award-competition__page-content figure,
	.award-competition__page-content table,
	.award-competition__page-content ul,
	.award-competition__page-content ol {
		break-inside: avoid-column;
	}

	.site-header {
		padding-top: 34px;
	}

	.site-logo {
		width: clamp(180px, 15vw, 230px);
	}

	.menu-toggle {
		width: 56px;
		height: 56px;
		padding-inline: 15px;
		background: rgba(255, 255, 255, 0.72);
	}

	.menu-toggle:hover {
		background: var(--color-white);
	}

	.site-header__actions {
		gap: 16px;
	}

	.site-language-switch {
		font-size: 1.05rem;
	}

	.site-menu a {
		font-size: 3rem;
	}

	.home-hero__content {
		padding-top: 140px;
		padding-bottom: 80px;
	}

	.home-hero__message {
		font-size: clamp(2rem, 3vw, 3.75rem);
	}

	.home-founder-message {
		padding-top: clamp(100px, 6vw, 150px);
		padding-bottom: calc(clamp(110px, 7vw, 175px) + var(--section-slant));
	}

	.home-founder-message__inner {
		grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.55fr);
		gap: clamp(64px, 6vw, 120px);
		max-width: calc(var(--content-max-width) + var(--container-padding) + var(--container-padding));
		margin-inline: auto;
	}

	.home-founder-message__inner--text-only {
		grid-template-columns: minmax(0, 980px);
		justify-content: center;
	}

	.home-founder-message__inner--reverse .home-founder-message__visual {
		grid-column: 2;
		grid-row: 1;
	}

	.home-founder-message__inner--reverse:not(.home-founder-message__inner--text-only) {
		grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.72fr);
	}

	.home-founder-message__inner--reverse .home-founder-message__content {
		grid-column: 1;
		grid-row: 1;
	}

	.home-founder-message__visual {
		width: 100%;
		max-width: 520px;
	}

	.home-founder-message__eyebrow {
		font-size: 0.9rem;
	}

	.home-founder-message__content h2 {
		font-size: clamp(3rem, 3.8vw, 4.8rem);
	}

	.home-founder-message__body {
		font-size: clamp(0.95rem, 1vw, 1.08rem);
		line-height: 1.68;
	}

	.home-introduction {
		padding-top: var(--section-title-spacing);
		padding-bottom: 0;
	}

	.home-introduction__title {
		width: min(48vw, 1200px);
		margin-bottom: var(--section-title-spacing);
	}

	.home-introduction__stage {
		padding-top: clamp(180px, 10vw, 260px);
		padding-bottom: clamp(210px, 12vw, 310px);
		clip-path: polygon(0 var(--section-slant), 100% 0, 100% calc(100% - var(--section-slant)), 0 100%);
	}

	.home-introduction__grid {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		gap: clamp(70px, 7vw, 140px);
		align-items: center;
		max-width: calc(var(--content-max-width) + var(--container-padding) + var(--container-padding));
		margin-inline: auto;
	}

	.home-introduction__grid--text-only {
		grid-template-columns: minmax(0, 760px);
		justify-content: center;
	}

	.home-introduction__content h2 {
		font-size: clamp(2rem, 2.2vw, 2.75rem);
	}

	.home-introduction__visual {
		width: min(100%, 720px);
	}

	.home-introduction__text {
		font-size: clamp(0.95rem, 1vw, 1.1rem);
	}

	.home-introduction__button {
		min-height: 54px;
		margin-top: 38px;
		padding: 13px 28px;
		font-size: clamp(0.9rem, 0.9vw, 1rem);
	}

	.home-introduction__stamp {
		--stamp-radius: 39px;
		top: -42px;
		right: -26px;
		width: 106px;
		height: 106px;
	}

	.home-introduction__stamp::after {
		inset: 29px;
	}

	.home-introduction__stamp span {
		font-size: 9px;
	}

	.home-team {
		--team-title-spacing: var(--section-title-spacing);
		padding-top: var(--team-title-spacing);
		padding-bottom: 0;
	}

	.home-team__title {
		margin-bottom: var(--team-title-spacing);
	}

	.home-team__title img {
		width: 100%;
	}

	.home-team__title {
		width: min(48vw, 1300px);
	}

	.home-team__stage {
		padding-top: clamp(170px, 9vw, 240px);
		padding-bottom: clamp(180px, 10vw, 260px);
		clip-path: polygon(0 0, 100% var(--section-slant), 100% 100%, 0 100%);
	}

	.home-team__intro {
		margin-bottom: 44px;
	}

	.home-team__intro h2 {
		font-size: clamp(2rem, 2.1vw, 2.65rem);
	}

	.home-team__intro p {
		font-size: clamp(0.95rem, 1vw, 1.1rem);
	}

	.home-team__tablist {
		gap: 14px;
		margin-bottom: 56px;
	}

	.home-team__tab {
		flex-basis: 180px;
		min-height: 52px;
		padding: 12px 24px;
		font-size: clamp(0.95rem, 1vw, 1.1rem);
	}

	.home-team__slider-wrap {
		max-width: min(100%, 1400px);
	}

	.team-member h3 {
		font-size: 1.05rem;
	}

	.team-member p {
		font-size: 0.95rem;
	}

	.home-team__button--prev {
		left: -72px;
	}

	.home-team__button--next {
		right: -72px;
	}

	.team-modal__close {
		flex-basis: 56px;
		width: 56px;
		height: 56px;
	}

	.team-modal__dialog {
		width: calc(100% - 56px);
	}

	.team-modal__body {
		padding: 48px 64px 72px;
	}

	.team-modal__text {
		font-size: 1.08rem;
		line-height: 2;
	}

	.home-why {
		padding-top: clamp(150px, 8vw, 220px);
		padding-bottom: clamp(190px, 10vw, 280px);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - var(--section-slant)));
	}

	.home-why__inner {
		grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.15fr);
		gap: clamp(80px, 8vw, 150px);
		align-items: center;
		max-width: calc(var(--content-max-width) + var(--container-padding) + var(--container-padding));
		margin-inline: auto;
	}

	.home-why__visual {
		width: 100%;
		min-height: clamp(610px, 52vw, 830px);
	}

	.home-why__content h2 {
		font-size: clamp(1.8rem, 2vw, 2.35rem);
	}

	.home-why__highlight {
		margin-bottom: 24px;
		font-size: clamp(1.25rem, 1.6vw, 1.75rem);
	}

	.home-why__text {
		font-size: clamp(0.95rem, 1vw, 1.1rem);
	}

	.home-why__stats {
		gap: 30px;
		margin-top: 62px;
	}

	.home-why__stat strong {
		font-size: clamp(3rem, 4vw, 4.75rem);
	}

	.home-why__stat span {
		margin-top: 12px;
		font-size: clamp(0.8rem, 0.9vw, 1rem);
	}

	.home-award {
		padding-top: 0;
		padding-bottom: 0;
	}

	.home-award__header {
		padding-bottom: 0;
	}

	.home-award__title {
		width: min(58vw, 1500px);
	}

	.home-award__description {
		width: max-content;
		max-width: calc(100% - var(--container-padding) - var(--container-padding));
		margin-top: -70px;
		font-size: clamp(1rem, 1.3vw, 1.4rem);
	}

	.home-award__stage {
		padding-top: clamp(280px, 15vw, 380px);
		padding-bottom: clamp(300px, 16vw, 410px);
		clip-path: polygon(0 var(--section-slant), 100% 0, 100% calc(100% - var(--section-slant)), 0 100%);
	}

	.home-award__slider-wrap {
		max-width: var(--slider-max-width);
	}

	.home-award__slider {
		margin-block: -64px;
		padding-block: 64px;
		overflow: hidden;
	}

	.home-award__slider .swiper-slide {
		transform: scale(0.84);
	}

	.home-award__slider .swiper-slide-active {
		transform: scale(1.16);
	}

	.home-award__slider .swiper-slide-prev {
		transform: perspective(900px) rotateY(7deg) scale(0.84);
	}

	.home-award__slider .swiper-slide-next {
		transform: perspective(900px) rotateY(-7deg) scale(0.84);
	}

	.home-award__button--prev {
		left: -70px;
	}

	.home-award__button--next {
		right: -70px;
	}

	.home-award__ticker {
		margin-top: -48px;
		padding-top: 54px;
		padding-bottom: 78px;
	}

	.home-award__ticker-group span {
		font-size: clamp(2.75rem, 4.5vw, 5rem);
	}

	.home-exhibitions {
		padding-top: var(--section-title-spacing);
		padding-bottom: 0;
	}

	.home-exhibitions__title {
		margin-bottom: var(--section-title-spacing);
	}

	.home-exhibitions__title {
		width: min(62vw, 1580px);
	}

	.home-exhibitions__stage {
		height: clamp(560px, 42vw, 1080px);
		min-height: 0;
	}

	.home-exhibitions__nav {
		bottom: 0;
		display: grid;
		grid-template-columns: repeat(var(--country-count), minmax(0, 1fr));
		grid-template-rows: minmax(0, 1fr);
		overflow: visible;
	}

	.home-exhibitions__nav::after {
		display: none;
	}

	.home-exhibitions__country {
		justify-content: flex-start;
		height: 100%;
		min-height: 0;
		padding: 22px 16px 0;
		border-right: 1px solid rgba(255, 255, 255, 0.18);
	}

	.home-exhibitions__country::before {
		top: 0;
		right: 0;
		bottom: auto;
		left: 0;
		height: 112px;
	}

	.home-exhibitions__country:last-child {
		border-right: 0;
	}

	.home-exhibitions__country span {
		font-size: clamp(0.58rem, 0.55vw, 0.72rem);
	}

	.home-exhibitions__country strong {
		font-size: clamp(0.95rem, 0.95vw, 1.15rem);
	}

	.home-activities {
		padding-top: var(--section-title-spacing);
		padding-bottom: 0;
	}

	.home-activities__title {
		margin-bottom: var(--section-title-spacing);
	}

	.home-activities__title {
		width: min(48vw, 1200px);
	}

	.home-activities__stage {
		padding-top: clamp(150px, 8vw, 220px);
		padding-bottom: clamp(180px, 10vw, 280px);
		clip-path: polygon(0 0, 100% var(--section-slant), 100% calc(100% - var(--section-slant)), 0 100%);
	}

	.home-activities__inner {
		grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
		gap: clamp(80px, 8vw, 150px);
		align-items: center;
		max-width: calc(var(--content-max-width) + var(--container-padding) + var(--container-padding));
		margin-inline: auto;
	}

	.home-activities__content h2 {
		font-size: clamp(2rem, 2.25vw, 2.8rem);
	}

	.home-activities__text {
		font-size: clamp(0.95rem, 1vw, 1.1rem);
	}

	.home-activities__play-icon {
		flex-basis: 72px;
		width: 72px;
		height: 72px;
	}

	.home-activities__play > span:last-child {
		font-size: 1.12rem;
	}

	.activity-video-modal {
		padding: 90px var(--container-padding) 42px;
	}

	.activity-video-modal__close {
		top: -64px;
		width: 52px;
		height: 52px;
	}

	.home-news {
		padding-top: calc(var(--section-title-spacing) + clamp(50px, 4vw, 90px));
		padding-bottom: 0;
	}

	.news-page__section {
		padding-top: clamp(190px, 12vw, 260px);
	}

	.news-page__title h1 {
		font-size: clamp(3.5rem, 5vw, 7rem);
	}

	.home-news__title {
		margin-bottom: var(--section-title-spacing);
	}

	.home-news__title {
		width: min(56vw, 1400px);
	}

	.home-news__stage,
	.news-page__stage {
		padding-top: clamp(170px, 9vw, 240px);
		padding-bottom: clamp(210px, 11vw, 300px);
	}

	.home-news__stage {
		clip-path: polygon(0 0, 100% var(--section-slant), 100% 100%, 0 calc(100% - var(--section-slant)));
	}

	.home-news__inner,
	.news-page__inner {
		max-width: calc(var(--content-max-width) + var(--container-padding) + var(--container-padding));
		margin-inline: auto;
	}

	.home-news__intro,
	.news-page__intro {
		margin-bottom: 42px;
	}

	.home-news__intro h2,
	.news-page__intro h2 {
		font-size: clamp(2rem, 2.1vw, 2.65rem);
	}

	.home-news__description,
	.news-page__description {
		font-size: clamp(0.85rem, 0.9vw, 1rem);
	}

	.home-news__grid,
	.news-page__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 32px 34px;
	}

	.news-card__inner {
		min-height: 0;
	}

	.news-card__content {
		padding: 24px;
	}

	.news-card h3 {
		font-size: 1.05rem;
	}

	.home-stories {
		padding-top: var(--section-title-spacing);
		padding-bottom: 0;
	}

	.home-stories__header {
		width: min(58vw, 1500px);
		margin-bottom: var(--section-title-spacing);
	}

	.home-stories__stage {
		padding-top: clamp(210px, 11vw, 300px);
		padding-bottom: clamp(220px, 12vw, 320px);
		clip-path: polygon(0 var(--section-slant), 100% 0, 100% 100%, 0 100%);
	}

	.participant-story__visual {
		width: clamp(240px, 18vw, 340px);
		padding: 7px;
	}

	.participant-story__body {
		padding-top: clamp(42px, 3.5vw, 64px);
	}

	.participant-story__body h3 {
		font-size: clamp(1.6rem, 1.8vw, 2.35rem);
	}

	.participant-story__content {
		font-size: clamp(1rem, 1vw, 1.15rem);
	}

	.participant-story__name {
		font-size: clamp(1rem, 1vw, 1.15rem);
	}

	.home-stories__button {
		width: 54px;
		height: 54px;
	}

	.home-presence-banner {
		min-height: clamp(500px, 32vw, 720px);
	}

	.home-presence-banner__content {
		padding-top: 120px;
		padding-bottom: 120px;
	}

	.home-presence-banner__content h2 {
		font-size: clamp(2.4rem, 2.8vw, 3.5rem);
	}

	.home-presence-banner__content p {
		margin-top: 26px;
		font-size: clamp(1rem, 1vw, 1.15rem);
	}

	.home-contact {
		padding-top: var(--section-title-spacing);
		padding-bottom: 0;
	}

	.home-contact__title {
		margin-bottom: var(--section-title-spacing);
	}

	.home-contact__title {
		width: min(48vw, 1200px);
	}

	.home-introduction__title h2,
	.home-team__title h2,
	.home-award__title h2,
	.home-activities__title h2,
	.home-news__title h2,
	.home-contact__title h2,
	.home-stories__header h2 {
		font-size: clamp(3.5rem, 5vw, 7rem);
	}

	.home-exhibitions__title h2 {
		font-size: clamp(3.2rem, 4.6vw, 6.5rem);
	}

	.home-contact__stage {
		padding-top: clamp(160px, 8.5vw, 230px);
		padding-bottom: clamp(170px, 9vw, 250px);
		clip-path: polygon(0 0, 100% var(--section-slant), 100% 100%, 0 100%);
	}

	.home-contact__inner {
		grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
		gap: clamp(70px, 7vw, 130px);
		align-items: center;
		max-width: calc(var(--content-max-width) + var(--container-padding) + var(--container-padding));
		margin-inline: auto;
	}

	.home-contact__information > h2 {
		font-size: clamp(2rem, 2.25vw, 2.8rem);
	}

	.home-contact__connections {
		padding: 44px 46px;
	}

	.home-contact__social h2 {
		font-size: 1.15rem;
	}

	.home-contact__social-menu a,
	.home-contact__wechat-button {
		font-size: 0.92rem;
	}

	.site-footer {
		padding-top: 54px;
		padding-bottom: 54px;
	}

	.site-footer__summary {
		grid-template-columns: minmax(300px, 1fr) minmax(360px, auto);
		gap: clamp(70px, 8vw, 150px);
		align-items: end;
		padding-top: 42px;
	}

	.site-footer__brand h2 {
		font-size: 1.75rem;
	}

	.site-footer__brand p {
		font-size: 0.92rem;
	}

	.site-footer__meta {
		justify-items: end;
		text-align: right;
	}

	.site-footer__address {
		font-size: 0.92rem;
	}

	.site-footer__copyright {
		font-size: 0.82rem;
	}
}

@media (min-width: 1440px) {
	html {
		font-size: clamp(16px, calc(14px + 0.14vw), 20px);
	}

	.winners-year__content :where(.wp-block-gallery, .gallery) {
		column-count: 4;
		column-gap: 34px;
	}

	.winners-year__content :where(.wp-block-gallery, .gallery) :where(.wp-block-image, .gallery-item),
	.winners-year__content > .wp-block-image {
		margin-bottom: 34px !important;
	}
}

/* A shared responsive stage keeps every homepage section title equally tall. */
:root {
	--home-section-title-height: clamp(190px, 55vw, 280px);
}

.home-introduction,
.home-team,
.home-exhibitions,
.home-activities,
.home-news,
.home-stories,
.home-contact {
	padding-top: 0;
}

.home-introduction__title,
.home-team__title,
.home-award__title,
.home-exhibitions__title,
.home-activities__title,
.home-news__title,
.home-stories__header,
.home-contact__title {
	display: flex;
	align-items: center;
	height: var(--home-section-title-height);
	margin-bottom: 0;
}

.home-introduction__title img,
.home-team__title img,
.home-award__title img,
.home-exhibitions__title img,
.home-activities__title img,
.home-news__title img,
.home-stories__header img,
.home-contact__title img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

@media (min-width: 1024px) {
	:root {
		--home-section-title-height: clamp(400px, 23vw, 520px);
	}
}

@media (prefers-reduced-motion: reduce) {
	.home-hero__message.is-typing::after {
		animation: none;
	}

	.home-team__button {
		transition: none;
	}

	.team-modal,
	.team-modal__panel {
		transition: none;
	}

	.home-why__image {
		--parallax-y: 0px !important;
		will-change: auto;
	}

	.home-award__slider .swiper-slide {
		transition: none;
	}

	.home-award__ticker-track {
		animation: none;
	}

	.home-exhibitions__background {
		transition: none;
	}

	.home-exhibitions__country::before {
		transition: none;
	}

	.home-presence-banner__gallery-slide {
		transition: none;
	}

	.home-presence-banner__gallery-slide img {
		animation: none;
	}

	.home-activities__play-icon,
	.activity-video-modal,
	.activity-video-modal__dialog {
		transition: none;
	}

	.news-card__inner,
	.news-card__media img {
		transition: none;
	}

	.award-lightbox,
	.award-lightbox__dialog,
	.award-lightbox__nav {
		transition: none;
	}

	.home-contact__social-menu a,
	.home-contact__wechat-button,
	.wechat-modal,
	.home-entry-modal,
	.home-entry-modal__dialog {
		transition: none;
	}
}
