/*
Theme Name: Pashol na Pol
Author: Denis
Description: Custom theme for the Pashol na Pol website.
Version: 1.4.2
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: pasholnapol
*/

:root {
	--ink: #f7f4ec;
	--blue: #09104d;
	--blue-deep: #02040f;
}

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

html {
	margin: 0 !important;
	background: var(--blue-deep);
}

body {
	margin: 0;
	color: var(--ink);
	background: var(--blue-deep);
	font-family: Arial, Helvetica, sans-serif;
}

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

.hero {
	position: relative;
	display: grid;
	min-height: 100svh;
	overflow: hidden;
	isolation: isolate;
	place-items: center;
	background:
		radial-gradient(circle at 49% 43%, rgba(20, 34, 126, .78) 0, rgba(7, 13, 58, .35) 34%, transparent 63%),
		linear-gradient(145deg, #080d32 0%, var(--blue-deep) 72%, #010208 100%);
}

.hero::after {
	position: absolute;
	inset: 0;
	z-index: 5;
	pointer-events: none;
	content: "";
	background: radial-gradient(ellipse at center, transparent 38%, rgba(0, 1, 8, .58) 100%);
}

.hero__grain {
	position: absolute;
	inset: 0;
	z-index: 6;
	pointer-events: none;
	opacity: .075;
	background-image: url("data:image/svg+xml,%3Csvg width='96' height='96' viewBox='0 0 96 96' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n' x='0' y='0' width='100%25' height='100%25'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.25' numOctaves='4' seed='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='96' height='96' filter='url(%23n)' opacity='.72'/%3E%3C/svg%3E");
	background-repeat: repeat;
	background-size: 96px 96px;
	/* mix-blend-mode: soft-light; */
}

.hero__nav {
	position: absolute;
	top: clamp(22px, 4vw, 48px);
	left: clamp(20px, 4vw, 52px);
	z-index: 30;
	display: flex;
	flex-wrap: wrap;
	gap: 10px clamp(14px, 1.7vw, 28px);
	max-width: 42vw;
}

.hero__nav-list {
	display: contents;
	margin: 0;
	padding: 0;
	list-style: none;
}

.hero__nav-list li {
	display: contents;
}

.hero__nav a {
	position: relative;
	color: inherit;
	font-size: clamp(10px, .78vw, 13px);
	font-weight: 700;
	letter-spacing: .1em;
	text-decoration: none;
	text-transform: uppercase;
}

.hero__nav a[href*="t.me"] {
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

.hero__nav a[href*="t.me"]::before {
	width: 15px;
	height: 15px;
	content: "";
	background: url("telegram.svg") center / contain no-repeat;
}

.hero__nav a::after {
	position: absolute;
	right: 0;
	bottom: -5px;
	left: 0;
	height: 1px;
	content: "";
	background: currentColor;
	transform: scaleX(0);
	transform-origin: right;
}

.hero__nav a:hover::after,
.hero__nav a:focus-visible::after {
	transform: scaleX(1);
	transform-origin: left;
}

.hero__partner {
	position: absolute;
	top: clamp(22px, 4vw, 48px);
	right: clamp(20px, 4vw, 52px);
	z-index: 30;
	display: flex;
	align-items: center;
	gap: clamp(10px, 1vw, 16px);
	color: inherit;
	font-size: clamp(9px, .7vw, 12px);
	font-weight: 700;
	line-height: 1;
	letter-spacing: .14em;
	text-decoration: none;
	text-transform: uppercase;
}

.hero__partner img {
	width: auto;
	height: clamp(12px, 1.05vw, 17px);
	flex: 0 0 auto;
}

.hero__eyebrow {
	margin: 0 0 4px;
	font-size: clamp(10px, .8vw, 13px);
	font-weight: 700;
	letter-spacing: .24em;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
}

.hero__stage {
	position: absolute;
	inset: 0;
	z-index: 10;
	pointer-events: none;
}

.hero-photo {
	position: absolute;
	top: 50%;
	left: 50%;
	width: clamp(92px, 11vw, 190px);
	margin: 0;
	overflow: hidden;
	border: clamp(1px, .18vw, 3px) solid var(--ink);
	background: #fff;
	box-shadow: 0 14px 42px rgba(0, 0, 0, .32);
	will-change: transform;
}

.hero-photo:nth-child(3n + 1) { width: clamp(110px, 14vw, 230px); }
.hero-photo:nth-child(4n + 2) { width: clamp(80px, 9vw, 150px); }

.hero-photo img {
	width: 100%;
	aspect-ratio: var(--ratio, 4 / 3);
	object-fit: cover;
	filter: saturate(.88) contrast(1.08);
}

.hero__brand {
	position: relative;
	z-index: 20;
	width: min(34.2vw, 432px);
	filter: drop-shadow(0 16px 28px rgba(0, 0, 0, .18));
	will-change: transform;
}

.hero__brand h1 {
	margin: 0;
}

.hero__brand img {
	width: 100%;
	height: auto;
}

.hero__footer {
	position: absolute;
	right: clamp(20px, 4vw, 52px);
	bottom: clamp(20px, 4vw, 42px);
	left: clamp(20px, 4vw, 52px);
	z-index: 30;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	font-size: clamp(10px, .78vw, 13px);
	font-weight: 700;
	letter-spacing: .18em;
	text-transform: uppercase;
}

.contact-fab {
	position: fixed;
	right: clamp(20px, 4vw, 52px);
	bottom: clamp(18px, 3vw, 38px);
	z-index: 8000;
	display: grid;
	grid-template-columns: auto auto auto;
	align-items: center;
	gap: 11px;
	min-height: 58px;
	padding: 9px 12px 9px 10px;
	border: 1px solid rgba(247, 244, 236, .45);
	border-radius: 999px;
	color: #f7f4ec;
	background: rgba(9, 16, 77, .88);
	box-shadow: 0 14px 40px rgba(0, 0, 0, .28);
	backdrop-filter: blur(12px);
	font-size: 10px;
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: .1em;
	text-decoration: none;
	text-transform: uppercase;
	will-change: transform;
}

.contact-fab__icon {
	display: grid;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: #f7f4ec;
	place-items: center;
}

.contact-fab__icon img {
	width: 17px;
	height: 17px;
	filter: invert(11%) sepia(88%) saturate(4988%) hue-rotate(235deg) brightness(72%);
}

.contact-fab__arrow {
	display: grid;
	width: 24px;
	height: 24px;
	border: 1px solid rgba(247, 244, 236, .35);
	border-radius: 50%;
	font-size: 13px;
	place-items: center;
}

.scroll-top {
	position: fixed;
	bottom: clamp(18px, 3vw, 38px);
	left: clamp(20px, 4vw, 52px);
	z-index: 8000;
	display: grid;
	width: 58px;
	height: 58px;
	padding: 9px;
	border: 1px solid rgba(247, 244, 236, .45);
	border-radius: 50%;
	color: #09104d;
	background: rgba(9, 16, 77, .88);
	box-shadow: 0 14px 40px rgba(0, 0, 0, .28);
	backdrop-filter: blur(12px);
	cursor: pointer;
	opacity: 0;
	pointer-events: none;
	place-items: center;
	visibility: hidden;
	will-change: transform;
	transform: scale(.72);
	transition: opacity .3s ease, visibility .3s ease, transform .45s cubic-bezier(.34, 1.56, .64, 1);
}

.scroll-top.is-visible {
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
	transform: scale(1);
}

.scroll-top.is-visible:hover { transform: scale(1.08) rotate(-6deg); }

.scroll-top > span {
	display: grid;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: #f7f4ec;
	font-size: 22px;
	font-weight: 800;
	line-height: 1;
	place-items: center;
}

.empty-state {
	display: grid;
	min-height: clamp(180px, 24vw, 360px);
	margin: 0;
	padding: clamp(28px, 5vw, 72px);
	border: 1px dashed currentColor;
	font-size: clamp(22px, 3.5vw, 54px);
	font-weight: 800;
	line-height: .95;
	letter-spacing: -.04em;
	opacity: .46;
	text-align: center;
	text-transform: uppercase;
	place-items: center;
}

.empty-state--hero {
	position: absolute;
	bottom: 18%;
	left: 50%;
	z-index: 20;
	min-height: 0;
	padding: 12px 18px;
	font-size: clamp(11px, 1.2vw, 16px);
	letter-spacing: .12em;
	transform: translateX(-50%);
	white-space: nowrap;
}

.shows__grid.shows__grid--empty {
	grid-template-columns: minmax(0, 1fr);
	margin-right: 0;
	padding-right: 0;
	overflow: visible;
}
.shows__grid > .empty-state { grid-column: 1 / -1; }

.team {
	position: relative;
	padding: clamp(100px, 12vw, 190px) clamp(20px, 5vw, 76px) clamp(120px, 14vw, 220px);
	overflow: hidden;
	color: #090d2e;
	background: #eee9dd;
}

.team__header {
	display: grid;
	grid-template-columns: .55fr 1.45fr;
	align-items: end;
	margin-bottom: clamp(100px, 13vw, 200px);
}

.team__eyebrow {
	align-self: start;
	margin: 8px 0 0;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .2em;
	text-transform: uppercase;
}

.team__header h2 {
	margin: 0;
	font-size: clamp(55px, 8.4vw, 142px);
	font-weight: 800;
	line-height: .84;
	letter-spacing: -.075em;
	text-transform: uppercase;
}

.team__header > p:last-child {
	grid-column: 2;
	max-width: 620px;
	margin: clamp(40px, 5vw, 72px) 0 0 auto;
	font-size: clamp(18px, 1.55vw, 26px);
	line-height: 1.35;
}

.team-group + .team-group {
	margin-top: clamp(110px, 14vw, 220px);
}

.team-group__heading {
	display: flex;
	align-items: center;
	gap: clamp(12px, 1.5vw, 24px);
	margin: 0 0 clamp(44px, 6vw, 86px);
}

.team-group h3 {
	margin: 0;
	font-size: clamp(30px, 4.5vw, 72px);
	line-height: 1;
	letter-spacing: -.055em;
	text-transform: uppercase;
}

.alumni-info {
	position: relative;
	display: grid;
	width: clamp(24px, 2.2vw, 34px);
	height: clamp(24px, 2.2vw, 34px);
	flex: 0 0 auto;
	cursor: help;
	border: 1px solid currentColor;
	border-radius: 50%;
	font-family: Georgia, serif;
	font-size: clamp(14px, 1.2vw, 18px);
	font-style: italic;
	place-items: center;
}

.alumni-info__tooltip {
	position: absolute;
	bottom: calc(100% + 14px);
	left: 50%;
	z-index: 5;
	width: min(280px, 75vw);
	padding: 14px 16px;
	pointer-events: none;
	color: #f7f4ec;
	background: #090d2e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.35;
	letter-spacing: 0;
	opacity: 0;
	transform: translate(-50%, 8px);
	text-transform: none;
	transition: opacity .2s ease;
}

.alumni-info:hover .alumni-info__tooltip,
.alumni-info:focus .alumni-info__tooltip,
.alumni-info:focus-within .alumni-info__tooltip,
.alumni-info.is-open .alumni-info__tooltip { opacity: 1; }

.team-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(120px, 170px));
	justify-content: space-between;
	gap: clamp(42px, 6vw, 90px) clamp(18px, 2.5vw, 40px);
}

.team-card:nth-child(even) {
	margin-top: clamp(18px, 2.5vw, 38px);
}

.team-card__portrait {
	position: relative;
	display: grid;
	will-change: transform;
}

.team-card__image-empty {
	font-size: 11px;
	letter-spacing: .14em;
	opacity: .6;
}

.team-card img {
	width: 100%;
	height: auto;
	filter: saturate(.9) contrast(1.04);
}

.team-card h4 {
	margin: 10px 0 0;
	font-size: clamp(14px, 1.05vw, 18px);
	font-weight: 800;
	line-height: 1;
	letter-spacing: -.035em;
	text-transform: uppercase;
}

.team-card__role {
	margin: 6px 0 0;
	font-size: clamp(11px, .78vw, 13px);
	font-weight: 700;
	letter-spacing: .12em;
	opacity: .62;
	text-transform: uppercase;
}

.team-group--teacher .team-grid {
	grid-template-columns: repeat(3, minmax(120px, 170px));
	justify-content: start;
	align-items: center;
}

.team-group--teacher .team-card {
	margin-top: 0;
}

.team-teachers-link {
	display: grid;
	width: clamp(130px, 11vw, 170px);
	aspect-ratio: 1;
	padding: 24px;
	color: #f7f4ec;
	background: #1529c8;
	clip-path: polygon(50% 0%, 62% 22%, 86% 14%, 78% 38%, 100% 50%, 78% 62%, 86% 86%, 62% 78%, 50% 100%, 38% 78%, 14% 86%, 22% 62%, 0 50%, 22% 38%, 14% 14%, 38% 22%);
	font-size: clamp(12px, 1vw, 16px);
	font-weight: 800;
	line-height: 1.15;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	place-items: center;
	will-change: transform;
}

.shows {
	position: relative;
	padding: clamp(100px, 11vw, 170px) clamp(20px, 4vw, 62px) clamp(110px, 12vw, 190px);
	overflow: hidden;
	color: #f7f4ec;
	background: #070b28;
}

.shows__header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: clamp(58px, 8vw, 120px);
}

.shows__header p {
	margin: 0 0 10px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .2em;
	text-transform: uppercase;
}

.shows__header h2 {
	margin: 0;
	font-size: clamp(54px, 9vw, 150px);
	line-height: .8;
	letter-spacing: -.075em;
	text-transform: uppercase;
}

.shows__grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: clamp(8px, 1vw, 16px);
}

.show-card {
	position: relative;
	display: flex;
	min-height: clamp(390px, 42vw, 650px);
	padding: clamp(18px, 2vw, 30px);
	flex-direction: column;
	overflow: hidden;
	border: 1px solid rgba(247, 244, 236, .3);
	background: linear-gradient(165deg, rgba(29, 47, 205, .45), rgba(3, 7, 31, .2));
	will-change: transform;
}

.show-card:nth-child(even) {
	color: #090d2e;
	background: #eee9dd;
}

.show-card__number {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .18em;
}

.show-card__cover {
	position: relative;
	aspect-ratio: 1;
	margin: clamp(18px, 2vw, 30px) 0 clamp(28px, 3vw, 48px);
	overflow: hidden;
	background: transparent;
}

.show-card__cover img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(.9) contrast(1.06);
}

.show-card.show-card--thundered {
	color: #252525;
	border-color: #a9a79f;
	background: #cfcdc5;
}

.show-card--thundered .show-card__cover img {
	filter: grayscale(1) contrast(.94);
	opacity: .86;
}

.show-card time {
	margin-top: auto;
	font-size: clamp(32px, 3vw, 54px);
	font-weight: 800;
	line-height: .9;
	letter-spacing: -.055em;
	text-transform: uppercase;
}

.show-card h3 {
	margin: 18px 0 0;
	font-size: clamp(17px, 1.6vw, 27px);
	line-height: 1;
	letter-spacing: -.035em;
	text-transform: uppercase;
}

.show-card__footer {
	display: flex;
	min-height: 78px;
	margin-top: clamp(40px, 5vw, 80px);
	padding-top: 16px;
	flex-direction: column;
	justify-content: space-between;
	gap: 18px;
	border-top: 1px solid currentColor;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.show-card__status {
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

.show-card__status::before {
	width: 7px;
	height: 7px;
	content: "";
	border-radius: 50%;
	background: #6872ff;
}

.show-card__status--tickets::before { background: #37d67a; }
.show-card__status--sold-out::before,
.show-card__status--cancelled::before { background: #ff604d; }
.show-card__status--thundered::before { background: currentColor; }

.show-card__photos {
	display: inline-flex;
	align-self: flex-start;
	padding: 9px 12px;
	border: 1px solid currentColor;
	color: inherit;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .08em;
	text-decoration: none;
	text-transform: uppercase;
}

.promo {
	padding: clamp(100px, 12vw, 190px) clamp(20px, 5vw, 76px) clamp(120px, 14vw, 220px);
	overflow: hidden;
	color: #090d2e;
	background: #eee9dd;
}

.promo__header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: clamp(90px, 11vw, 170px);
}

.promo__header p {
	margin: 0 0 10px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .2em;
	text-transform: uppercase;
}

.promo__header h2 {
	margin: 0;
	font-size: clamp(64px, 11vw, 180px);
	line-height: .78;
	letter-spacing: -.08em;
	text-transform: uppercase;
}

.promo-group + .promo-group {
	margin-top: clamp(120px, 16vw, 250px);
}

.promo-group h3 {
	margin: 0 0 clamp(42px, 6vw, 88px);
	font-size: clamp(34px, 5vw, 80px);
	line-height: .9;
	letter-spacing: -.06em;
	text-transform: uppercase;
}

.promo-posters {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(12px, 2vw, 32px);
}

.promo-item {
	margin: 0;
	will-change: transform;
}

.promo-poster:nth-child(even) {
	margin-top: clamp(28px, 5vw, 80px);
}

.promo-poster img {
	width: 100%;
	height: auto;
	box-shadow: 0 20px 50px rgba(9, 13, 46, .13);
}

.promo-poster__open {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
	cursor: zoom-in;
	border: 0;
	color: #f7f4ec;
	background: transparent;
	font: inherit;
}

.promo-poster__open > span {
	position: absolute;
	right: 10px;
	bottom: 10px;
	padding: 7px 9px;
	background: #090d2e;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.promo-item figcaption {
	margin-top: 12px;
	font-size: clamp(11px, .8vw, 13px);
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.promo-videos {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: clamp(30px, 6vw, 96px);
}

.promo-video {
	width: min(55%, 760px);
}

.promo-video:nth-child(3n + 2) {
	width: min(34%, 470px);
	margin-top: clamp(50px, 8vw, 130px);
}

.promo-video:nth-child(3n) {
	width: min(44%, 610px);
	margin-left: 12%;
}

.promo-video video {
	display: block;
	width: 100%;
	height: auto;
	max-height: 78vh;
	background: #050714;
	object-fit: contain;
}

.photos {
	padding: clamp(100px, 12vw, 190px) clamp(20px, 5vw, 76px) clamp(130px, 15vw, 240px);
	overflow: hidden;
	color: #f7f4ec;
	background: linear-gradient(155deg, #101d91 0%, #070b2e 55%, #02040f 100%);
}

.photos__header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: clamp(90px, 12vw, 190px);
}

.photos__header p {
	margin: 0 0 10px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .2em;
	text-transform: uppercase;
}

.photos__header h2 {
	margin: 0;
	font-size: clamp(64px, 11vw, 180px);
	line-height: .78;
	letter-spacing: -.08em;
	text-transform: uppercase;
}

.photo-section + .photo-section {
	margin-top: clamp(120px, 16vw, 250px);
}

.photo-section h3 {
	max-width: 1050px;
	margin: 0 0 clamp(42px, 6vw, 88px);
	font-size: clamp(35px, 5.5vw, 88px);
	line-height: .92;
	letter-spacing: -.06em;
	text-transform: uppercase;
}

.photo-grid {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	grid-auto-flow: dense;
	grid-auto-rows: clamp(130px, 13vw, 220px);
	gap: clamp(10px, 1.4vw, 22px);
}

.photo-grid__item {
	grid-column: span 3;
	grid-row: span 1;
	margin: 0;
	overflow: hidden;
	will-change: transform;
}

.photo-grid__item:nth-child(8n + 1) { grid-column: span 6; grid-row: span 2; }
.photo-grid__item:nth-child(8n + 3) { grid-column: span 3; grid-row: span 2; }
.photo-grid__item:nth-child(8n + 5) { grid-column: span 6; grid-row: span 1; }
.photo-grid__item:nth-child(8n + 7) { grid-column: span 4; grid-row: span 1; }

.photo-grid__item button {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	overflow: hidden;
	cursor: zoom-in;
	border: 0;
	background: transparent;
}

.photo-grid__item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(.9) contrast(1.05);
}

.photo-section__more {
	display: inline-flex;
	margin-top: clamp(42px, 6vw, 88px);
	padding: 16px 22px;
	border: 1px solid currentColor;
	color: inherit;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .1em;
	text-decoration: none;
	text-transform: uppercase;
}

.lightbox {
	width: 100vw;
	max-width: none;
	height: 100dvh;
	max-height: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border: 0;
	color: #f7f4ec;
	background: transparent;
}

.lightbox::backdrop { background: transparent; }

.lightbox__backdrop {
	position: absolute;
	inset: 0;
	cursor: zoom-out;
	background: rgba(2, 3, 14, .94);
	backdrop-filter: blur(12px);
}

.lightbox__content {
	position: relative;
	display: grid;
	width: 100%;
	height: 100%;
	padding: clamp(58px, 7vw, 90px) clamp(54px, 8vw, 130px) 34px;
	pointer-events: none;
	grid-template-rows: minmax(0, 1fr) auto;
	place-items: center;
}

.lightbox__image {
	max-width: 100%;
	max-height: 100%;
	pointer-events: auto;
	object-fit: contain;
	box-shadow: 0 25px 80px rgba(0, 0, 0, .42);
}

.lightbox__footer {
	display: flex;
	width: min(100%, 900px);
	min-height: 48px;
	padding-top: 18px;
	align-items: flex-start;
	justify-content: space-between;
	gap: 24px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.lightbox__footer p { margin: 0; }

.lightbox__close,
.lightbox__arrow {
	position: absolute;
	z-index: 2;
	display: grid;
	pointer-events: auto;
	cursor: pointer;
	border: 1px solid rgba(247, 244, 236, .5);
	border-radius: 50%;
	color: inherit;
	background: rgba(7, 11, 40, .5);
	font: inherit;
	place-items: center;
}

.lightbox__close {
	top: 20px;
	right: 24px;
	width: 44px;
	height: 44px;
	font-size: 28px;
	line-height: 1;
}

.lightbox__arrow {
	top: 50%;
	width: 46px;
	height: 46px;
	font-size: 20px;
	transform: translateY(-50%);
}

.lightbox__arrow--prev { left: 24px; }
.lightbox__arrow--next { right: 24px; }

.menu-toggle { display: none; }

@media (max-width: 700px) {
	.hero__brand { width: min(55.8vw, 324px); }
	.hero-photo { width: clamp(72px, 24vw, 118px); border-width: 1px; }
	.hero-photo:nth-child(3n + 1) { width: clamp(88px, 28vw, 138px); }
	.hero-photo:nth-child(n + 15) { display: none; }
	/* Stable layout while GSAP/CDN scripts are loading or unavailable. */
	html:not(.hero-ready) .hero-photo { transform: translate(-50%, -50%); }
	html:not(.hero-ready) .hero-photo:nth-child(1) { top: 18%; left: 82%; transform: translate(-50%, -50%) rotate(5deg); }
	html:not(.hero-ready) .hero-photo:nth-child(2) { top: 34%; left: 89%; transform: translate(-50%, -50%) rotate(-5deg); }
	html:not(.hero-ready) .hero-photo:nth-child(3) { top: 55%; left: 88%; transform: translate(-50%, -50%) rotate(4deg); }
	html:not(.hero-ready) .hero-photo:nth-child(4) { top: 73%; left: 78%; transform: translate(-50%, -50%) rotate(-7deg); }
	html:not(.hero-ready) .hero-photo:nth-child(5) { top: 84%; left: 59%; transform: translate(-50%, -50%) rotate(4deg); }
	html:not(.hero-ready) .hero-photo:nth-child(6) { top: 83%; left: 38%; transform: translate(-50%, -50%) rotate(-4deg); }
	html:not(.hero-ready) .hero-photo:nth-child(7) { top: 71%; left: 17%; transform: translate(-50%, -50%) rotate(6deg); }
	html:not(.hero-ready) .hero-photo:nth-child(8) { top: 52%; left: 9%; transform: translate(-50%, -50%) rotate(-4deg); }
	html:not(.hero-ready) .hero-photo:nth-child(9) { top: 32%; left: 11%; transform: translate(-50%, -50%) rotate(5deg); }
	html:not(.hero-ready) .hero-photo:nth-child(10) { top: 16%; left: 23%; transform: translate(-50%, -50%) rotate(-5deg); }
	html:not(.hero-ready) .hero-photo:nth-child(11) { top: 11%; left: 42%; transform: translate(-50%, -50%) rotate(3deg); }
	html:not(.hero-ready) .hero-photo:nth-child(12) { top: 14%; left: 62%; transform: translate(-50%, -50%) rotate(-4deg); }
	html:not(.hero-ready) .hero-photo:nth-child(13) { top: 29%; left: 74%; transform: translate(-50%, -50%) rotate(6deg); }
	html:not(.hero-ready) .hero-photo:nth-child(14) { top: 61%; left: 72%; transform: translate(-50%, -50%) rotate(-5deg); }
	.hero__nav {
		top: 70px;
		left: 20px;
		gap: 9px 16px;
		max-width: calc(100% - 40px);
	}
	.hero__partner {
		top: 22px;
		right: 20px;
	}
	.hero__partner img { width: auto; height: 13px; }
	.hero__footer { align-items: center; }
	.contact-fab {
		right: 14px;
		bottom: 14px;
		min-height: 52px;
		padding: 7px 9px 7px 7px;
	}
	.contact-fab__icon { width: 36px; height: 36px; }
	.contact-fab__arrow { display: none; }
	.team { padding-top: 100px; }
	.team__header { grid-template-columns: 1fr; }
	.team__header h2 { margin-top: 54px; font-size: clamp(48px, 15vw, 82px); }
	.team__header > p:last-child { grid-column: 1; margin-left: 0; }
	.team-grid { grid-template-columns: repeat(2, minmax(0, 145px)); gap: 46px 18px; }
	.team-card:nth-child(even) { margin-top: 20px; }
	.team-group--teacher .team-grid { grid-template-columns: repeat(2, minmax(0, 145px)); }
	.team-group--teacher .team-card { margin-top: 0; }
	.team-teachers-link { width: 130px; padding: 18px; }
	.shows__header { display: block; }
	.shows__header h2 { margin-top: 32px; }
	.shows__grid {
		grid-template-columns: repeat(5, 76vw);
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		margin-right: -20px;
		padding-right: 20px;
		padding-bottom: 14px;
	}
	.show-card { min-height: 500px; scroll-snap-align: start; }
	.promo__header { display: block; }
	.promo__header h2 { margin-top: 32px; }
	.promo-posters { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.promo-poster:nth-child(even) { margin-top: 28px; }
	.promo-video,
	.promo-video:nth-child(3n + 2),
	.promo-video:nth-child(3n) {
		width: 100%;
		margin: 0;
	}
	.photos__header { display: block; }
	.photos__header h2 { margin-top: 32px; }
	.photo-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-auto-rows: clamp(120px, 34vw, 180px);
	}
	.photo-grid__item,
	.photo-grid__item:nth-child(8n + 1),
	.photo-grid__item:nth-child(8n + 3),
	.photo-grid__item:nth-child(8n + 5),
	.photo-grid__item:nth-child(8n + 7) { grid-column: span 1; grid-row: span 1; }
	.photo-grid__item:nth-child(6n + 1) { grid-column: span 2; grid-row: span 2; }
	.photo-grid__item:nth-child(6n + 4) { grid-row: span 2; }
	.lightbox__content { padding: 64px 18px 22px; }
	.lightbox__arrow { top: auto; bottom: 18px; transform: none; }
	.lightbox__arrow--prev { left: 18px; }
	.lightbox__arrow--next { right: 18px; }
	.lightbox__footer { padding: 14px 54px 0; }
}

@media (max-width: 1024px) {
	body { overflow-x: clip; }

	.menu-toggle {
		position: fixed;
		top: max(20px, env(safe-area-inset-top));
		left: clamp(20px, 4vw, 40px);
		z-index: 10010;
		display: grid;
		width: 46px;
		height: 46px;
		padding: 0;
		cursor: pointer;
		border: 1px solid rgba(247, 244, 236, .45);
		border-radius: 50%;
		color: #f7f4ec;
		background: rgba(7, 11, 40, .72);
		backdrop-filter: blur(10px);
		place-content: center;
		gap: 6px;
	}

	.menu-toggle > span[aria-hidden] {
		display: block;
		width: 19px;
		height: 1px;
		background: currentColor;
		transform-origin: center;
	}

	.hero__nav {
		position: fixed;
		inset: 0;
		z-index: 10000;
		display: grid;
		width: 100%;
		max-width: none;
		padding: max(92px, calc(env(safe-area-inset-top) + 78px)) clamp(24px, 8vw, 72px) max(40px, env(safe-area-inset-bottom));
		align-content: center;
		visibility: hidden;
		background: rgba(3, 5, 22, .97);
		opacity: 0;
	}

	.hero__nav-list {
		display: flex;
		margin: 0;
		padding: 0;
		flex-direction: column;
		gap: clamp(18px, 3.2vh, 32px);
		list-style: none;
	}

	.hero__nav-list li { display: block; }

	.hero__nav a {
		display: inline-flex;
		min-height: 44px;
		align-items: center;
		font-size: clamp(24px, 5vw, 48px);
		line-height: .95;
		letter-spacing: -.035em;
	}

	.hero__nav a[href*="t.me"]::before {
		width: .8em;
		height: .8em;
	}

	.hero__partner {
		position: absolute;
		top: max(28px, calc(env(safe-area-inset-top) + 8px));
		right: clamp(20px, 4vw, 40px);
		display: inline-flex;
		min-height: 44px;
		align-items: center;
	}

	.hero__brand { width: min(46vw, 390px); }
	.team,
	.shows,
	.promo,
	.photos { overflow: clip; }

	.team__header { grid-template-columns: 1fr; }
	.team__header h2 {
		margin-top: clamp(40px, 7vw, 64px);
		font-size: clamp(46px, 8vw, 82px);
		overflow-wrap: anywhere;
	}
	.team__header > p:last-child { grid-column: 1; margin-left: 0; }
	.team-grid { grid-template-columns: repeat(4, minmax(0, 140px)); }

	.shows__header,
	.promo__header,
	.photos__header { display: block; }
	.shows__header h2,
	.promo__header h2,
	.photos__header h2 { margin-top: 32px; }
	.shows__header h2 { font-size: clamp(64px, 10vw, 100px); }
	.shows__grid {
		grid-template-columns: repeat(5, minmax(300px, 42vw));
		overflow-x: auto;
		overscroll-behavior-inline: contain;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 16px;
	}
	.show-card { min-height: 540px; scroll-snap-align: start; }
	.show-card__photos { display: inline-flex; min-height: 44px; align-items: center; }
	.promo-posters { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.promo-video,
	.promo-video:nth-child(3n + 2),
	.promo-video:nth-child(3n) { width: calc(50% - 24px); margin: 0; }
	.photo-grid { grid-auto-rows: clamp(120px, 18vw, 190px); }

	.lightbox__close,
	.lightbox__arrow { min-width: 48px; min-height: 48px; }
	.contact-fab { bottom: max(14px, env(safe-area-inset-bottom)); }
}

@media (max-width: 700px) {
	.hero { min-height: max(620px, 100svh); }
	.menu-toggle { top: max(14px, env(safe-area-inset-top)); left: 14px; }
	.hero__partner {
		top: max(14px, env(safe-area-inset-top));
		right: 16px;
		min-height: 46px;
		justify-content: center;
	}
	.hero__partner span,
	.hero__partner img { flex: 0 0 auto; }
	.hero__partner span { font-size: 8px; }
	.hero__brand { width: min(55.8vw, 280px); }
	.hero__eyebrow { font-size: 9px; letter-spacing: .18em; }
	.hero__footer { right: 18px; bottom: max(20px, env(safe-area-inset-bottom)); left: 18px; }

	.contact-fab {
		right: 10px;
		bottom: max(10px, env(safe-area-inset-bottom));
		gap: 8px;
		min-height: 48px;
		padding: 6px 10px 6px 6px;
		font-size: 9px;
	}
	.contact-fab__icon { width: 34px; height: 34px; }
	.scroll-top {
		bottom: max(10px, env(safe-area-inset-bottom));
		left: 10px;
		width: 48px;
		height: 48px;
		padding: 6px;
	}
	.scroll-top > span { width: 34px; height: 34px; font-size: 20px; }

	.team,
	.shows,
	.promo,
	.photos { padding-right: 20px; padding-left: 20px; }
	.team { padding-top: 86px; }
	.team__header { margin-bottom: 90px; }
	.team__header h2 { font-size: clamp(38px, 11vw, 50px); line-height: .88; letter-spacing: -.06em; }
	.team__header > p:last-child { font-size: clamp(17px, 4.8vw, 21px); }
	.team-group + .team-group { margin-top: 100px; }
	.team-group__heading { margin-bottom: 42px; }
	.team-group h3 { font-size: clamp(28px, 8.5vw, 38px); }
	.team-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		justify-content: stretch;
		gap: 42px 16px;
	}
	.team-group--teacher .team-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.team-teachers-link { width: min(100%, 145px); }
	.alumni-info { width: 32px; height: 32px; }
	.alumni-info__tooltip {
		left: 50%;
		right: auto;
		width: min(280px, calc(100vw - 32px));
		transform: translate(calc(-50% + 8px), 8px);
	}

	.shows,
	.promo,
	.photos { padding-top: 92px; }
	.shows__header,
	.promo__header,
	.photos__header { margin-bottom: 72px; }
	.shows__header h2 { font-size: clamp(34px, 11vw, 50px); line-height: .88; overflow-wrap: anywhere; }
	.shows__grid {
		grid-template-columns: repeat(5, minmax(276px, 84vw));
		margin-right: -20px;
		padding-right: 20px;
	}
	.show-card { min-height: min(620px, 78svh); }
	.show-card time { font-size: clamp(34px, 11vw, 46px); }
	.promo__header h2,
	.photos__header h2 { font-size: clamp(54px, 17vw, 68px); line-height: .82; }
	.promo-group h3,
	.photo-section h3 { font-size: clamp(34px, 10vw, 44px); overflow-wrap: anywhere; }
	.promo-posters { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.promo-video,
	.promo-video:nth-child(3n + 2),
	.promo-video:nth-child(3n) { width: 100%; }
	.photo-grid { grid-auto-rows: clamp(112px, 34vw, 170px); }

	.lightbox__content { padding-bottom: max(22px, env(safe-area-inset-bottom)); }
	.lightbox__footer { min-height: 58px; padding-right: 58px; padding-left: 58px; }
}

@media (max-width: 360px) {
	.hero__partner span { font-size: 7px; }
	.team__header h2 { font-size: clamp(34px, 10.5vw, 40px); }
	.team-group h3 { font-size: 28px; }
	.contact-fab {
		width: 48px;
		min-width: 48px;
		padding: 6px;
		border-radius: 50%;
	}
	.contact-fab > span:nth-child(2) {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
		border: 0;
	}
	.show-card { min-height: 500px; }
}

@media (max-height: 700px) and (min-width: 701px) {
	.hero__brand { width: min(28vw, 38vh, 350px); }
	.hero-photo { width: clamp(76px, 9vw, 138px); }
	.hero-photo:nth-child(3n + 1) { width: clamp(90px, 11vw, 168px); }
	.hero-photo:nth-child(4n + 2) { width: clamp(68px, 7vw, 112px); }
	.hero__footer { bottom: 18px; }
	.contact-fab { bottom: 12px; }
}

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

/* Footer */
.site-footer {
	position: relative;
	min-height: min(860px, 92svh);
	padding: clamp(72px, 9vw, 140px) clamp(20px, 5vw, 76px) 28px;
	overflow: hidden;
	color: #f7f4ec;
	background:
		radial-gradient(circle at 76% 24%, rgba(28, 48, 205, .42), transparent 34%),
		linear-gradient(150deg, #080d32 0%, #02040f 72%, #010208 100%);
}

.site-footer::before {
	position: absolute;
	inset: 0;
	pointer-events: none;
	content: "";
	background: radial-gradient(ellipse at center, transparent 28%, rgba(0, 1, 8, .5) 100%);
}

.site-footer__intro,
.site-footer__links,
.site-footer__bottom { position: relative; z-index: 2; }

.site-footer__intro {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(240px, .65fr);
	column-gap: clamp(30px, 7vw, 120px);
	align-items: end;
}

.site-footer__eyebrow {
	grid-column: 1 / -1;
	margin: 0 0 clamp(24px, 4vw, 58px);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .2em;
	text-transform: uppercase;
}

.site-footer__intro h2 {
	margin: 0;
	font-size: clamp(50px, 7.7vw, 126px);
	line-height: .82;
	letter-spacing: -.065em;
	text-transform: uppercase;
}

.site-footer__description {
	align-self: start;
	max-width: 430px;
	margin: 8px 0 30px;
	font-size: clamp(16px, 1.35vw, 22px);
	line-height: 1.35;
}

.site-footer__cta {
	display: inline-grid;
	grid-template-columns: auto 1fr auto;
	min-height: 66px;
	padding: 9px 14px 9px 9px;
	align-items: center;
	gap: 12px;
	border: 1px solid rgba(247, 244, 236, .5);
	border-radius: 999px;
	color: inherit;
	background: rgba(29, 47, 205, .42);
	font-size: 11px;
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: .1em;
	text-decoration: none;
	text-transform: uppercase;
	transition: color .25s ease, background .25s ease, transform .3s ease;
}

.site-footer__cta:hover,
.site-footer__cta:focus-visible { color: #09104d; background: #f7f4ec; transform: translateY(-3px); }

.site-footer__cta-icon {
	display: grid;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: #f7f4ec;
	place-items: center;
}

.site-footer__cta-icon img {
	width: 19px;
	height: 19px;
	filter: invert(11%) sepia(88%) saturate(4988%) hue-rotate(235deg) brightness(72%);
}

.site-footer__links {
	display: grid;
	grid-template-columns: 1.2fr 1.2fr .8fr 1.2fr;
	gap: clamp(24px, 4vw, 72px);
	margin-top: clamp(80px, 10vw, 150px);
	padding-top: 24px;
	border-top: 1px solid rgba(247, 244, 236, .28);
}

.site-footer__column { display: flex; min-width: 0; flex-direction: column; align-items: flex-start; gap: 10px; }
.site-footer__column h3 {
	margin: 0 0 12px;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .2em;
	opacity: .58;
	text-transform: uppercase;
}

.site-footer__column a,
.site-footer__nav-list a {
	color: inherit;
	font-size: clamp(13px, 1.05vw, 16px);
	font-weight: 700;
	line-height: 1.2;
	text-decoration-color: transparent;
	text-underline-offset: 4px;
	transition: opacity .2s ease, text-decoration-color .2s ease;
}

.site-footer__column a:hover,
.site-footer__column a:focus-visible,
.site-footer__nav-list a:hover,
.site-footer__nav-list a:focus-visible { text-decoration-color: currentColor; }

.site-footer__nav-list { display: flex; padding: 0; margin: 0; flex-direction: column; gap: 10px; list-style: none; }
.site-footer__partner img { width: 84px; height: auto; filter: brightness(0) invert(1); }
.site-footer__pending { max-width: 220px; font-size: 12px; line-height: 1.35; opacity: .48; }

.site-footer__bottom {
	display: flex;
	margin-top: clamp(58px, 8vw, 110px);
	padding-top: 20px;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid rgba(247, 244, 236, .14);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .14em;
	opacity: .62;
	text-transform: uppercase;
}

.site-footer__logo {
	position: absolute;
	right: -4%;
	top: 4%;
	width: min(24vw, 330px);
	height: auto;
	opacity: .055;
	transform: rotate(8deg);
}

@media (max-width: 800px) {
	.site-footer { min-height: 0; padding-top: 86px; padding-bottom: max(24px, env(safe-area-inset-bottom)); }
	.site-footer__intro { grid-template-columns: 1fr; }
	.site-footer__intro h2 { font-size: clamp(46px, 14vw, 76px); }
	.site-footer__description { margin-top: 32px; }
	.site-footer__cta { width: min(100%, 340px); margin-top: 4px; margin-left: 0; }
	.site-footer__links { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 44px 24px; margin-top: 80px; }
	.site-footer__bottom { align-items: flex-start; flex-direction: column; gap: 10px; line-height: 1.4; }
	.site-footer__logo { top: 16%; right: -12%; width: 48vw; }
}

@media (max-width: 360px) {
	.site-footer__links { grid-template-columns: 1fr; }
	.site-footer__intro h2 { font-size: 42px; }
}

/* Cookie consent */
.cookie-consent {
	position: fixed;
	right: clamp(12px, 2vw, 28px);
	bottom: max(clamp(12px, 2vw, 28px), env(safe-area-inset-bottom));
	left: clamp(12px, 2vw, 28px);
	z-index: 12000;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: clamp(16px, 2vw, 30px);
	align-items: center;
	max-width: 1360px;
	padding: clamp(18px, 2.3vw, 34px);
	margin: 0 auto;
	border: 1px solid rgba(247, 244, 236, .5);
	border-radius: 28px 8px 28px 8px;
	color: #f7f4ec;
	background: linear-gradient(135deg, rgba(15, 27, 139, .98), rgba(2, 4, 15, .99) 68%);
	box-shadow: 0 24px 80px rgba(0, 0, 0, .48);
	opacity: 0;
	transform: translateY(calc(100% + 40px)) rotate(.35deg);
	transition: opacity .35s ease, transform .55s cubic-bezier(.16, 1, .3, 1);
}

.cookie-consent[hidden] { display: none; }

.cookie-consent.is-visible {
	opacity: 1;
	transform: translateY(0) rotate(0);
}

.cookie-consent__mark {
	display: grid;
	width: clamp(52px, 5vw, 76px);
	aspect-ratio: 1;
	place-items: center;
	clip-path: polygon(50% 0, 61% 34%, 85% 15%, 66% 39%, 100% 50%, 66% 61%, 85% 85%, 61% 66%, 50% 100%, 39% 66%, 15% 85%, 34% 61%, 0 50%, 34% 39%, 15% 15%, 39% 34%);
	color: #09104d;
	background: #f7f4ec;
	font-size: clamp(18px, 2vw, 30px);
}

.cookie-consent__eyebrow {
	margin: 0 0 7px;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .18em;
	text-transform: uppercase;
}

.cookie-consent h2 {
	margin: 0 0 8px;
	font-size: clamp(24px, 3vw, 44px);
	line-height: .9;
	letter-spacing: -.045em;
	text-transform: uppercase;
}

.cookie-consent__copy > p:last-child {
	max-width: 760px;
	margin: 0;
	font-size: clamp(13px, 1.1vw, 16px);
	line-height: 1.35;
}

.cookie-consent a {
	display: inline;
	color: inherit;
	text-underline-offset: 3px;
}

.cookie-consent__actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(112px, 1fr));
	gap: 8px;
}

.cookie-consent__button {
	min-height: 48px;
	padding: 12px 18px;
	border: 1px solid rgba(247, 244, 236, .68);
	border-radius: 999px;
	color: #f7f4ec;
	background: transparent;
	font: inherit;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .09em;
	cursor: pointer;
	text-transform: uppercase;
	transition: color .2s ease, background .2s ease, transform .2s ease;
}

.cookie-consent__button--accept {
	color: #09104d;
	background: #f7f4ec;
}

.cookie-consent__button:hover,
.cookie-consent__button:focus-visible {
	color: #09104d;
	background: #f7f4ec;
	transform: translateY(-2px);
}

@media (max-width: 760px) {
	.cookie-consent {
		grid-template-columns: auto minmax(0, 1fr);
		gap: 12px 14px;
		padding: 18px;
		border-radius: 22px 6px 22px 6px;
	}
	.cookie-consent__mark { width: 48px; }
	.cookie-consent__actions { grid-column: 1 / -1; }
}

@media (max-width: 380px) {
	.cookie-consent__mark { display: none; }
	.cookie-consent { grid-template-columns: 1fr; }
	.cookie-consent__actions { grid-column: 1; }
	.cookie-consent__button { padding-inline: 12px; }
}

@media (prefers-reduced-motion: reduce) {
	.cookie-consent { transition-duration: .01ms; }
}
