/* Stoke-on-Trent Pride Archive - editorial frontend pass */
.stp-archive-single {
	--stp-ink: #101728;
	--stp-ink-soft: #4d5668;
	--stp-muted: #7b8495;
	--stp-pink: #ef2f8f;
	--stp-pink-dark: #d91578;
	--stp-pink-soft: rgba(239, 47, 143, 0.1);
	--stp-line: rgba(16, 23, 40, 0.1);
	--stp-paper: #fff;
	--stp-offwhite: #fbf8fb;
	--stp-shadow-sm: 0 10px 28px rgba(16, 23, 40, 0.08);
	--stp-shadow-md: 0 20px 55px rgba(16, 23, 40, 0.12);
	--stp-radius: 10px;
	--stp-radius-soft: 14px;
	color: var(--stp-ink);
	background: #fff;
	font-family: inherit;
	line-height: 1.55;
	overflow-x: clip;
}

.stp-archive-single *,
.stp-archive-single *::before,
.stp-archive-single *::after {
	box-sizing: border-box;
}

.stp-archive-single button,
.stp-archive-single input,
.stp-archive-single select,
.stp-archive-single textarea {
	font: inherit;
}

.stp-archive-single img {
	display: block;
	max-width: 100%;
}

.stp-archive-single .stp-wrap {
	width: min(1180px, calc(100% - 40px));
	margin-inline: auto;
	min-width: 0;
}

/* Full-width magazine hero */
.stp-archive-single .stp-hero {
	position: relative;
	isolation: isolate;
	min-height: clamp(480px, 60vh, 720px);
	margin: 0;
	background: #f6eef5;
	overflow: hidden;
}

.stp-archive-single .stp-hero .stp-wrap {
	width: 100%;
	max-width: none;
}

.stp-archive-single .stp-hero__inner {
	position: relative;
	min-height: clamp(480px, 60vh, 720px);
	padding: clamp(56px, 8vw, 116px) max(24px, calc((100vw - 1180px) / 2)) clamp(42px, 7vw, 88px);
	display: flex;
	align-items: center;
}

.stp-archive-single .stp-hero__image {
	position: absolute;
	inset: 0;
	z-index: -2;
	border-radius: 0;
	box-shadow: none;
	background: #eadfed;
	min-width: 0;
}

.stp-archive-single .stp-hero__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 62% center;
	filter: saturate(1.05) contrast(1.02);
}

.stp-archive-single .stp-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		linear-gradient(90deg,
			#fff 0%,
			rgba(255,255,255,0.98) 24%,
			rgba(255,255,255,0.74) 43%,
			rgba(255,255,255,0.18) 64%,
			rgba(255,255,255,0) 100%),
		linear-gradient(180deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.2) 100%);
	pointer-events: none;
}

.stp-archive-single .stp-hero::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 90px;
	z-index: -1;
	background: linear-gradient(180deg, rgba(255,255,255,0), #fff 92%);
	pointer-events: none;
}

.stp-archive-single .stp-hero__content {
	width: min(560px, 92vw);
	padding: 0;
	position: relative;
	z-index: 2;
}

.stp-archive-single .stp-kicker {
	margin: 0 0 14px;
	color: var(--stp-pink);
	text-transform: uppercase;
	letter-spacing: 0.18em;
	font-size: 0.78rem;
	font-weight: 900;
	line-height: 1.1;
}

.stp-archive-single .stp-hero h1,
.stp-archive-single .stp-photo-group__title,
.stp-archive-single .stp-section--archive-explorer .stp-section__intro h2 {
	font-family: Georgia, "Times New Roman", serif;
}

.stp-archive-single .stp-hero h1 {
	margin: 0;
	font-size: clamp(5.4rem, 13vw, 10.5rem);
	line-height: 0.82;
	letter-spacing: -0.08em;
	font-weight: 700;
	color: #090e1d;
	text-shadow: 0 3px 22px rgba(255,255,255,0.38);
}

.stp-archive-single .stp-hero__subtitle {
	margin: 16px 0 0;
	font-size: clamp(1.45rem, 3vw, 2.4rem);
	line-height: 1.05;
	font-weight: 800;
	color: var(--stp-pink);
	max-width: 14ch;
}

.stp-archive-single .stp-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 22px;
	margin-top: 28px;
	color: #1b2334;
	font-size: 0.98rem;
	font-weight: 700;
}

.stp-archive-single .stp-meta span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.stp-archive-single .stp-meta span::before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 999px;
	background: var(--stp-pink);
	box-shadow: 0 0 0 5px rgba(239,47,143,0.12);
}

/* General layout */
.stp-archive-single .stp-content {
	display: grid;
	gap: clamp(42px, 6vw, 78px);
	padding-top: clamp(38px, 5vw, 72px);
	padding-bottom: 72px;
}

.stp-archive-single .stp-section {
	min-width: 0;
}

.stp-archive-single .stp-section > h2,
.stp-archive-single .stp-section--sponsors h2 {
	margin: 0 0 18px;
	color: var(--stp-pink);
	font-size: 0.82rem !important;
	line-height: 1.1;
	text-transform: uppercase;
	letter-spacing: 0.16em;
	font-weight: 900;
}

.stp-archive-single .stp-richtext,
.stp-archive-single .stp-richtext p {
	color: #222b3d;
	font-size: clamp(1rem, 1.25vw, 1.08rem);
	line-height: 1.78;
}

.stp-archive-single .stp-richtext p {
	margin: 0 0 1em;
}

.stp-archive-single .stp-richtext p:last-child {
	margin-bottom: 0;
}

/* Sponsor rail */
.stp-archive-single .stp-section--sponsors {
	padding: clamp(26px, 3vw, 42px) 0;
	background: #fff;
	border-bottom: 1px solid rgba(16, 23, 40, 0.06);
}

.stp-archive-single .stp-sponsor-rail-wrap {
	position: relative;
	min-width: 0;
}

.stp-archive-single .stp-sponsor-rail {
	display: flex;
	gap: 28px;
	overflow-x: auto;
	scroll-snap-type: x proximity;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
	padding: 4px 54px 8px 0;
}

.stp-archive-single .stp-sponsor-rail::-webkit-scrollbar,
.stp-archive-single .stp-photo-wall::-webkit-scrollbar {
	display: none;
}

.stp-archive-single .stp-sponsor-logo {
	flex: 0 0 150px;
	height: 78px;
	display: grid;
	place-items: center;
	padding: 14px 18px;
	background: transparent;
	border: 0;
	box-shadow: none;
	filter: grayscale(0.08);
	opacity: 0.92;
	scroll-snap-align: start;
}

.stp-archive-single .stp-sponsor-logo img {
	max-width: 100%;
	max-height: 58px;
	object-fit: contain;
}

.stp-archive-single .stp-sponsor-logo span {
	font-weight: 800;
	text-align: center;
	font-size: 0.95rem;
	color: #182034;
}

/* Summary/stat composition */
.stp-archive-single .stp-story-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(220px, 0.85fr) minmax(300px, 1.05fr);
	gap: 24px;
	align-items: stretch;
}

.stp-archive-single .stp-story__panel {
	min-width: 0;
	background: #fff;
	border: 1px solid rgba(16, 23, 40, 0.08);
	border-radius: 10px;
	box-shadow: 0 20px 50px rgba(16, 23, 40, 0.08);
	padding: clamp(22px, 3vw, 34px);
}

.stp-archive-single .stp-story__panel h2 {
	margin: 0 0 18px;
	color: var(--stp-pink);
	font-size: 0.78rem;
	line-height: 1.1;
	text-transform: uppercase;
	letter-spacing: 0.16em;
	font-weight: 900;
}

.stp-archive-single .stp-story__panel--media {
	padding: 0;
	overflow: hidden;
}

.stp-archive-single .stp-story__panel--media img,
.stp-archive-single .stp-summary-image {
	width: 100%;
	height: 100%;
	min-height: 260px;
	object-fit: cover;
}

.stp-archive-single .stp-story__panel--stats {
	box-shadow: none;
	border-color: rgba(16, 23, 40, 0.08);
}

.stp-archive-single .stp-stats {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	border-top: 1px solid rgba(16, 23, 40, 0.08);
	border-left: 1px solid rgba(16, 23, 40, 0.08);
}

.stp-archive-single .stp-stats div {
	padding: 22px 16px;
	border-right: 1px solid rgba(16, 23, 40, 0.08);
	border-bottom: 1px solid rgba(16, 23, 40, 0.08);
	background: #fff;
}

.stp-archive-single .stp-stats strong {
	display: block;
	color: var(--stp-pink);
	font-size: clamp(1.8rem, 3vw, 2.55rem);
	line-height: 0.95;
	font-weight: 900;
	letter-spacing: -0.05em;
}

.stp-archive-single .stp-stats span {
	display: block;
	margin-top: 8px;
	color: #596275;
	font-size: 0.7rem;
	line-height: 1.2;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-weight: 800;
}

/* Featured moments */
.stp-archive-single .stp-highlight-strip {
	position: relative;
	display: flex;
	gap: 12px;
	overflow-x: auto;
	scroll-snap-type: x proximity;
	-webkit-overflow-scrolling: touch;
	padding: 2px 56px 8px 0;
	min-width: 0;
}

.stp-archive-single .stp-photo-tile {
	position: relative;
	appearance: none;
	border: 0;
	background: transparent;
	padding: 0;
	margin: 0;
	cursor: zoom-in;
	flex: 0 0 auto;
	height: 162px;
	width: 216px;
	border-radius: 8px;
	overflow: hidden;
	scroll-snap-align: start;
	box-shadow: none;
	transition: transform 0.2s ease, filter 0.2s ease;
}

.stp-archive-single .stp-photo-tile:hover {
	transform: translateY(-2px);
	filter: brightness(1.04);
}

.stp-archive-single .stp-photo-tile__media,
.stp-archive-single .stp-photo-tile__media img {
	display: block;
	width: 100%;
	height: 100%;
}

.stp-archive-single .stp-photo-tile__media img {
	object-fit: cover;
}

.stp-archive-single .stp-photo-tile--wide,
.stp-archive-single .stp-photo-tile--landscape {
	width: 260px;
}

.stp-archive-single .stp-photo-tile--short {
	width: 230px;
}

.stp-archive-single .stp-photo-tile--square {
	width: 168px;
}

.stp-archive-single .stp-photo-tile--tall,
.stp-archive-single .stp-photo-tile--portrait {
	width: 132px;
}

.stp-archive-single .stp-photo-tile--highlight {
	height: 220px;
	width: 292px;
}

.stp-archive-single .stp-photo-tile--highlight.stp-photo-tile--tall,
.stp-archive-single .stp-photo-tile--highlight.stp-photo-tile--portrait {
	width: 176px;
}

.stp-archive-single .stp-photo-tile--highlight.stp-photo-tile--square {
	width: 220px;
}

/* Explorer */
.stp-archive-single .stp-section--archive-explorer {
	margin-top: 4px;
}

.stp-archive-single .stp-section__intro {
	max-width: 720px;
	margin-bottom: 26px;
}

.stp-archive-single .stp-section__intro h2 {
	margin: 0;
	font-size: clamp(2.2rem, 5vw, 4.4rem);
	line-height: 0.95;
	letter-spacing: -0.055em;
	color: #111827;
}

.stp-archive-single .stp-section__intro p:not(.stp-kicker) {
	max-width: 52ch;
	margin: 14px 0 0;
	color: var(--stp-muted);
	font-size: 0.98rem;
}

.stp-archive-single .stp-photo-browser,
.stp-archive-single .stp-photo-browser__views,
.stp-archive-single .stp-photo-browser__view {
	min-width: 0;
}

.stp-archive-single .stp-photo-switch {
	display: none;
}

.stp-archive-single .stp-photo-group__gallery {
	display: grid;
	grid-template-columns: minmax(170px, 240px) minmax(0, 1fr);
	gap: clamp(18px, 3vw, 38px);
	align-items: center;
	padding: 28px 0;
	border-top: 1px solid rgba(16, 23, 40, 0.08);
}

.stp-archive-single .stp-photo-group__gallery:last-child {
	border-bottom: 1px solid rgba(16, 23, 40, 0.08);
}

.stp-archive-single .stp-photo-group__header {
	min-width: 0;
}

.stp-archive-single .stp-photo-group__title {
	margin: 0;
	font-size: clamp(2.1rem, 4.7vw, 4.1rem);
	line-height: 0.88;
	letter-spacing: -0.065em;
	font-weight: 700;
	color: #111827;
}

.stp-archive-single .stp-photo-group__meta {
	margin-top: 14px;
}

.stp-archive-single .stp-photo-group__count {
	display: inline-block;
	color: var(--stp-pink);
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.stp-archive-single .stp-photo-group__credit,
.stp-archive-single .stp-photo-group__description {
	display: none;
}

.stp-archive-single .stp-photo-wall-wrap {
	position: relative;
	min-width: 0;
	padding-inline: 0;
}

.stp-archive-single .stp-photo-wall {
	display: flex;
	gap: 10px;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-snap-type: x proximity;
	-webkit-overflow-scrolling: touch;
	padding: 4px 58px 6px 0;
	min-width: 0;
}

.stp-archive-single .stp-photo-wall-nav {
	position: absolute;
	top: 50%;
	z-index: 5;
	transform: translateY(-50%);
	width: 48px;
	height: 48px;
	border: 0;
	border-radius: 999px;
	background: var(--stp-pink);
	color: #fff;
	box-shadow: 0 14px 32px rgba(239, 47, 143, 0.34);
	font-size: 2rem;
	line-height: 1;
	display: grid;
	place-items: center;
	cursor: pointer;
	transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.stp-archive-single .stp-photo-wall-nav:hover,
.stp-archive-single .stp-photo-wall-nav:focus-visible {
	background: var(--stp-pink-dark);
	transform: translateY(-50%) scale(1.07);
	box-shadow: 0 18px 40px rgba(239, 47, 143, 0.44);
	outline: none;
}

.stp-archive-single .stp-photo-wall-nav--prev {
	left: -24px;
}

.stp-archive-single .stp-photo-wall-nav--next {
	right: -24px;
}

/* Cards/people/press */
.stp-archive-single .stp-card-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(210px, 260px));
	gap: 18px;
	justify-content: start;
}

.stp-archive-single .stp-card {
	background: #fff;
	border: 1px solid rgba(16, 23, 40, 0.08);
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 16px 34px rgba(16, 23, 40, 0.08);
}

.stp-archive-single .stp-card__image {
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: #f2f4f7;
}

.stp-archive-single .stp-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.stp-archive-single .stp-card__body {
	padding: 16px;
}

.stp-archive-single .stp-card__year {
	margin: 0;
	font-weight: 900;
	color: var(--stp-ink);
}

.stp-archive-single .stp-card__subtitle,
.stp-archive-single .stp-card__excerpt {
	margin: 4px 0 0;
	color: var(--stp-muted);
	font-size: 0.9rem;
}

.stp-archive-single .stp-press-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 18px;
}

.stp-archive-single .stp-press-item,
.stp-archive-single .stp-stall {
	background: #fff;
	border: 1px solid rgba(16, 23, 40, 0.08);
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 14px 32px rgba(16, 23, 40, 0.08);
}

.stp-archive-single .stp-press-item__thumb {
	aspect-ratio: 16 / 9;
	overflow: hidden;
}

.stp-archive-single .stp-press-item__thumb img,
.stp-archive-single .stp-stall__logo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.stp-archive-single .stp-press-item__body,
.stp-archive-single .stp-stall__body,
.stp-archive-single .stp-stall__meta {
	padding: 18px;
}

.stp-archive-single .stp-press-item h3,
.stp-archive-single .stp-stall h3 {
	margin: 0;
	font-size: 1.2rem;
	line-height: 1.2;
}

.stp-archive-single .stp-press-item__meta,
.stp-archive-single .stp-stall__meta {
	color: var(--stp-muted);
	font-size: 0.88rem;
}

.stp-archive-single .stp-button,
.stp-archive-single .stp-filter-bar__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border-radius: 999px;
	border: 1px solid rgba(239, 47, 143, 0.28);
	background: #fff;
	color: var(--stp-pink);
	padding: 10px 16px;
	font-weight: 800;
	text-decoration: none;
}

.stp-archive-single .stp-filter-bar {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 18px;
}

.stp-archive-single .stp-filter-bar__button.is-active {
	background: var(--stp-pink);
	color: #fff;
}

.stp-archive-single .stp-richtext--panel {
	padding: 26px 30px;
	border: 1px solid rgba(16, 23, 40, 0.08);
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 16px 36px rgba(16, 23, 40, 0.08);
}

/* Lightbox */
body.stp-lightbox-open {
	overflow: hidden;
}

.stp-archive-single .stp-lightbox[hidden] {
	display: none;
}

.stp-archive-single .stp-lightbox {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: grid;
	place-items: center;
	padding: 28px;
}

.stp-archive-single .stp-lightbox__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(5, 9, 17, 0.9);
	backdrop-filter: blur(12px);
}

.stp-archive-single .stp-lightbox__dialog {
	position: relative;
	z-index: 1;
	width: min(1180px, 100%);
	max-height: calc(100vh - 56px);
	display: grid;
	grid-template-columns: 1fr minmax(240px, 320px);
	gap: 0;
	background: #070b13;
	color: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4);
}

.stp-archive-single .stp-lightbox__figure {
	margin: 0;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(240px, 320px);
	grid-column: 1 / -1;
	min-height: 0;
}

.stp-archive-single .stp-lightbox__figure img {
	width: 100%;
	height: min(78vh, 780px);
	object-fit: contain;
	background: #05070d;
}

.stp-archive-single .stp-lightbox__caption {
	display: grid;
	align-content: end;
	gap: 10px;
	padding: 28px;
	background: #fff;
	color: #121827;
}

.stp-archive-single .stp-lightbox__caption strong {
	font-size: 1.25rem;
}

.stp-archive-single .stp-lightbox__caption span,
.stp-archive-single .stp-lightbox__caption p {
	margin: 0;
	color: #566071;
}

.stp-archive-single .stp-lightbox__number {
	order: -1;
	color: var(--stp-pink) !important;
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.stp-archive-single .stp-lightbox__close,
.stp-archive-single .stp-lightbox__nav {
	position: absolute;
	z-index: 3;
	border: 0;
	border-radius: 999px;
	background: var(--stp-pink);
	color: #fff;
	width: 48px;
	height: 48px;
	display: grid;
	place-items: center;
	font-size: 2rem;
	cursor: pointer;
	box-shadow: 0 14px 36px rgba(0,0,0,0.25);
}

.stp-archive-single .stp-lightbox__close {
	top: 16px;
	right: 16px;
	font-size: 1.7rem;
}

.stp-archive-single .stp-lightbox__nav {
	top: 50%;
	transform: translateY(-50%);
}

.stp-archive-single .stp-lightbox__nav--prev { left: 18px; }
.stp-archive-single .stp-lightbox__nav--next { right: 18px; }

/* Archive index compatibility */
.stp-archive-single .stp-archive-hero,
.stp-archive-single .stp-gallery,
.stp-archive-single .stp-grouped-list,
.stp-archive-single .stp-logo-grid,
.stp-archive-single .stp-photographers {
	min-width: 0;
}

/* Tablet */
@media (max-width: 1024px) {
	.stp-archive-single .stp-wrap {
		width: min(100% - 32px, 900px);
	}

	.stp-archive-single .stp-story-grid {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	}

	.stp-archive-single .stp-story__panel--stats {
		grid-column: 1 / -1;
	}

	.stp-archive-single .stp-photo-group__gallery {
		grid-template-columns: minmax(140px, 210px) minmax(0, 1fr);
	}
}

/* Mobile */
@media (max-width: 767px) {
	.stp-archive-single {
		overflow-x: hidden;
	}

	.stp-archive-single .stp-wrap {
		width: min(100% - 26px, 640px);
	}

	.stp-archive-single .stp-hero,
	.stp-archive-single .stp-hero__inner {
		min-height: 540px;
	}

	.stp-archive-single .stp-hero__inner {
		padding: 54px 18px 48px;
		align-items: end;
	}

	.stp-archive-single .stp-hero__image img {
		object-position: 62% center;
	}

	.stp-archive-single .stp-hero::before {
		background:
			linear-gradient(180deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.78) 48%, #fff 100%),
			linear-gradient(90deg, rgba(255,255,255,0.94), rgba(255,255,255,0.1));
	}

	.stp-archive-single .stp-hero__content {
		width: 100%;
	}

	.stp-archive-single .stp-hero h1 {
		font-size: clamp(4.4rem, 24vw, 7rem);
	}

	.stp-archive-single .stp-hero__subtitle {
		font-size: clamp(1.3rem, 7vw, 2.1rem);
	}

	.stp-archive-single .stp-meta {
		font-size: 0.86rem;
		gap: 8px 14px;
	}

	.stp-archive-single .stp-content {
		gap: 42px;
		padding-top: 34px;
	}

	.stp-archive-single .stp-story-grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.stp-archive-single .stp-story__panel {
		padding: 20px;
		border-radius: 9px;
	}

	.stp-archive-single .stp-story__panel--media img,
	.stp-archive-single .stp-summary-image {
		min-height: 210px;
	}

	.stp-archive-single .stp-stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.stp-archive-single .stp-stats div {
		padding: 18px 12px;
	}

	.stp-archive-single .stp-section > h2,
	.stp-archive-single .stp-section--sponsors h2 {
		font-size: 0.76rem !important;
	}

	.stp-archive-single .stp-sponsor-rail {
		gap: 12px;
		padding-right: 46px;
	}

	.stp-archive-single .stp-sponsor-logo {
		flex-basis: 112px;
		height: 58px;
		padding: 8px;
	}

	.stp-archive-single .stp-photo-group__gallery {
		display: block;
		padding: 28px 0;
	}

	.stp-archive-single .stp-photo-group__header {
		margin-bottom: 14px;
	}

	.stp-archive-single .stp-photo-group__title {
		font-size: clamp(2.2rem, 13vw, 3.6rem);
		max-width: 10ch;
	}

	.stp-archive-single .stp-photo-wall {
		gap: 8px;
		padding-right: 34px;
	}

	.stp-archive-single .stp-photo-tile {
		height: 126px;
		width: 172px;
		border-radius: 7px;
	}

	.stp-archive-single .stp-photo-tile--wide,
	.stp-archive-single .stp-photo-tile--landscape {
		width: 198px;
	}

	.stp-archive-single .stp-photo-tile--short {
		width: 180px;
	}

	.stp-archive-single .stp-photo-tile--square {
		width: 126px;
	}

	.stp-archive-single .stp-photo-tile--tall,
	.stp-archive-single .stp-photo-tile--portrait {
		width: 98px;
	}

	.stp-archive-single .stp-photo-tile--highlight {
		height: 154px;
		width: 220px;
	}

	.stp-archive-single .stp-photo-wall-nav {
		width: 40px;
		height: 40px;
		font-size: 1.7rem;
	}

	.stp-archive-single .stp-photo-wall-nav--prev {
		left: 4px;
	}

	.stp-archive-single .stp-photo-wall-nav--next {
		right: 4px;
	}

	.stp-archive-single .stp-card-grid {
		grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
	}

	.stp-archive-single .stp-lightbox {
		padding: 0;
	}

	.stp-archive-single .stp-lightbox__dialog {
		width: 100%;
		height: 100%;
		max-height: none;
		border-radius: 0;
	}

	.stp-archive-single .stp-lightbox__figure {
		grid-template-columns: 1fr;
		grid-template-rows: minmax(0, 1fr) auto;
		width: 100%;
		height: 100%;
	}

	.stp-archive-single .stp-lightbox__figure img {
		height: 68vh;
	}

	.stp-archive-single .stp-lightbox__caption {
		padding: 18px 20px 24px;
	}

	.stp-archive-single .stp-lightbox__nav--prev { left: 12px; }
	.stp-archive-single .stp-lightbox__nav--next { right: 12px; }
}

/* V3 lightbox polish: photograph-first viewer */
.stp-archive-single .stp-lightbox {
	padding: clamp(14px, 2vw, 28px);
}

.stp-archive-single .stp-lightbox__dialog {
	width: min(1480px, calc(100vw - 40px));
	height: min(900px, calc(100vh - 40px));
	max-height: calc(100vh - 40px);
	display: block;
	background: #05070d;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 34px 90px rgba(0, 0, 0, 0.55);
}

.stp-archive-single .stp-lightbox__figure {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	background: #05070d;
}

.stp-archive-single .stp-lightbox__figure img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	background: #05070d;
}

.stp-archive-single .stp-lightbox__caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 18px clamp(18px, 4vw, 44px);
	background: linear-gradient(180deg, rgba(5, 7, 13, 0), rgba(5, 7, 13, 0.78) 22%, rgba(5, 7, 13, 0.92));
	color: #fff;
	min-height: 82px;
}

.stp-archive-single .stp-lightbox__caption strong,
.stp-archive-single .stp-lightbox__caption span,
.stp-archive-single .stp-lightbox__caption p {
	margin: 0;
	color: #fff !important;
	font-size: clamp(0.82rem, 1.1vw, 1rem);
	line-height: 1.2;
}

.stp-archive-single .stp-lightbox__caption strong {
	font-size: clamp(0.98rem, 1.35vw, 1.25rem);
	font-weight: 900;
}

.stp-archive-single .stp-lightbox__caption span:not([hidden])::before,
.stp-archive-single .stp-lightbox__caption p:not([hidden])::before {
	content: "•";
	margin-right: 12px;
	color: rgba(255,255,255,0.55);
}

.stp-archive-single .stp-lightbox__number {
	order: -2;
	color: var(--stp-pink) !important;
	font-size: 0.78rem !important;
	font-weight: 900;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	white-space: nowrap;
}

.stp-archive-single .stp-lightbox__number:not([hidden])::after {
	content: "";
	width: 1px;
	height: 28px;
	background: rgba(255,255,255,0.28);
	display: inline-block;
	vertical-align: middle;
	margin-left: 16px;
}

.stp-archive-single .stp-lightbox__close,
.stp-archive-single .stp-lightbox__nav {
	background: var(--stp-pink);
	color: #fff;
	box-shadow: 0 18px 44px rgba(239, 47, 143, 0.42);
}

.stp-archive-single .stp-lightbox__close:hover,
.stp-archive-single .stp-lightbox__nav:hover,
.stp-archive-single .stp-lightbox__close:focus-visible,
.stp-archive-single .stp-lightbox__nav:focus-visible {
	background: var(--stp-pink-dark);
	transform: scale(1.06);
	outline: none;
}

.stp-archive-single .stp-lightbox__nav:hover,
.stp-archive-single .stp-lightbox__nav:focus-visible {
	transform: translateY(-50%) scale(1.06);
}

@media (max-width: 767px) {
	.stp-archive-single .stp-lightbox {
		padding: 0;
	}

	.stp-archive-single .stp-lightbox__dialog {
		width: 100vw;
		height: 100dvh;
		max-height: none;
		border-radius: 0;
	}

	.stp-archive-single .stp-lightbox__caption {
		align-items: flex-start;
		flex-wrap: wrap;
		gap: 7px 10px;
		padding: 20px 18px 26px;
		min-height: 108px;
	}

	.stp-archive-single .stp-lightbox__caption strong,
	.stp-archive-single .stp-lightbox__caption span,
	.stp-archive-single .stp-lightbox__caption p {
		font-size: 0.85rem;
	}

	.stp-archive-single .stp-lightbox__caption strong {
		flex-basis: 100%;
		font-size: 1rem;
	}

	.stp-archive-single .stp-lightbox__number {
		flex-basis: 100%;
	}

	.stp-archive-single .stp-lightbox__number:not([hidden])::after,
	.stp-archive-single .stp-lightbox__caption span:not([hidden])::before,
	.stp-archive-single .stp-lightbox__caption p:not([hidden])::before {
		display: none;
	}
}


/* V4 refinement: click reliability, centred lightbox controls, softer editorial scale */
.stp-archive-single .stp-photo-wall-nav--prev,
.stp-archive-single .stp-highlight-strip .stp-photo-wall-nav--prev {
	left: 10px;
}

.stp-archive-single .stp-photo-wall-nav--next,
.stp-archive-single .stp-highlight-strip .stp-photo-wall-nav--next {
	right: 10px;
}

.stp-archive-single .stp-highlight-strip {
	padding-inline: 58px;
}

.stp-archive-single .stp-lightbox__close,
.stp-archive-single .stp-lightbox__nav {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 0 !important;
	width: 56px;
	height: 56px;
	font-size: 0 !important;
	line-height: 1 !important;
	text-align: center;
	border-radius: 999px;
}

.stp-archive-single .stp-lightbox__close::before,
.stp-archive-single .stp-lightbox__nav::before {
	display: block;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 34px;
	font-weight: 700;
	line-height: 1;
	transform: translateY(-1px);
}

.stp-archive-single .stp-lightbox__close::before {
	content: "×";
	font-size: 30px;
	transform: translateY(-2px);
}

.stp-archive-single .stp-lightbox__nav--prev::before {
	content: "‹";
	transform: translate(-1px, -2px);
}

.stp-archive-single .stp-lightbox__nav--next::before {
	content: "›";
	transform: translate(1px, -2px);
}

.stp-archive-single .stp-lightbox__caption {
	flex-wrap: wrap;
	column-gap: 12px;
	row-gap: 6px;
	padding-right: 104px;
}

.stp-archive-single .stp-lightbox__caption strong[data-stp-lightbox-event] {
	order: -1;
	font-size: clamp(0.98rem, 1.3vw, 1.18rem);
	letter-spacing: 0.01em;
}

.stp-archive-single .stp-lightbox__number {
	order: -2;
}

.stp-archive-single .stp-lightbox__caption p[data-stp-lightbox-text] {
	flex-basis: 100%;
	opacity: 0.88;
}

.stp-archive-single .stp-photo-group__title {
	font-size: clamp(1.75rem, 3.2vw, 3rem);
	letter-spacing: -0.045em;
}

.stp-archive-single .stp-photo-group__gallery {
	grid-template-columns: minmax(150px, 210px) minmax(0, 1fr);
	gap: clamp(18px, 2.5vw, 30px);
}

.stp-archive-single .stp-hero__inner {
	align-items: flex-start;
	padding-top: clamp(58px, 8vw, 104px);
}

@media (max-width: 767px) {
	.stp-archive-single .stp-highlight-strip {
		padding-inline: 46px;
	}

	.stp-archive-single .stp-photo-group__title {
		font-size: clamp(1.9rem, 10vw, 3rem);
		max-width: 12ch;
	}

	.stp-archive-single .stp-lightbox__caption {
		padding-right: 18px;
	}

	.stp-archive-single .stp-lightbox__close,
	.stp-archive-single .stp-lightbox__nav {
		width: 48px;
		height: 48px;
	}

	.stp-archive-single .stp-lightbox__close::before,
	.stp-archive-single .stp-lightbox__nav::before {
		font-size: 30px;
	}
}


/* V5 magazine art direction: stronger cover hero, tighter editorial rails */
.stp-archive-single {
	--stp-radius: 7px;
	--stp-radius-soft: 9px;
	--stp-pink: #ef2f8f;
	--stp-pink-dark: #cf176f;
	--stp-serif: Georgia, "Times New Roman", serif;
}

.stp-archive-single .stp-wrap {
	width: min(1160px, calc(100% - 40px));
}

/* Hero becomes a magazine cover rather than a card */
.stp-archive-single .stp-hero {
	min-height: clamp(560px, 70vh, 790px);
	background: #fff;
	border: 0;
}

.stp-archive-single .stp-hero__inner {
	min-height: clamp(560px, 70vh, 790px);
	align-items: flex-start;
	padding-top: clamp(78px, 10vw, 132px);
	padding-bottom: clamp(84px, 10vw, 132px);
}

.stp-archive-single .stp-hero__content {
	max-width: 540px;
}

.stp-archive-single .stp-hero__image img {
	object-position: 68% 42%;
	filter: saturate(1.04) contrast(1.03) brightness(0.96);
}

.stp-archive-single .stp-hero::before {
	background:
		linear-gradient(90deg,
			#fff 0%,
			rgba(255,255,255,0.98) 22%,
			rgba(255,255,255,0.84) 38%,
			rgba(255,255,255,0.48) 53%,
			rgba(255,255,255,0.10) 72%,
			rgba(255,255,255,0) 100%),
		linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.16));
}

.stp-archive-single .stp-hero::after {
	height: 150px;
	background: linear-gradient(180deg, rgba(255,255,255,0), #fff 74%);
}

.stp-archive-single .stp-hero h1 {
	font-family: var(--stp-serif);
	font-size: clamp(6.8rem, 14vw, 13rem);
	line-height: .78;
	letter-spacing: -.085em;
	font-weight: 700;
}

.stp-archive-single .stp-hero__subtitle {
	font-size: clamp(1.8rem, 3.3vw, 3rem);
	line-height: .98;
	font-weight: 900;
	letter-spacing: -.04em;
}

.stp-archive-single .stp-meta {
	margin-top: 26px;
	font-size: .92rem;
}

/* Reduce the AI/SaaS rounded-card feel */
.stp-archive-single .stp-story__panel,
.stp-archive-single .stp-card,
.stp-archive-single .stp-press-item,
.stp-archive-single .stp-stall,
.stp-archive-single .stp-richtext--panel,
.stp-archive-single .stp-summary-image,
.stp-archive-single .stp-story__panel--media img,
.stp-archive-single .stp-photo-tile,
.stp-archive-single .stp-photo-tile__media,
.stp-archive-single .stp-photo-tile img {
	border-radius: 7px !important;
}

.stp-archive-single .stp-story__panel {
	box-shadow: 0 18px 45px rgba(16,23,40,.08);
}

/* Gallery rails: category-first, consistent image height */
.stp-archive-single .stp-section--archive-explorer .stp-section__intro h2 {
	font-size: clamp(2.6rem, 6vw, 5.4rem);
	line-height: .9;
	letter-spacing: -.065em;
	max-width: 760px;
}

.stp-archive-single .stp-photo-group__gallery {
	grid-template-columns: minmax(170px, 250px) minmax(0, 1fr);
	gap: clamp(20px, 3.2vw, 48px);
	padding: 34px 0;
}

.stp-archive-single .stp-photo-group__title {
	font-size: clamp(2.15rem, 3.5vw, 3.7rem);
	line-height: .88;
	letter-spacing: -.058em;
}

.stp-archive-single .stp-photo-group__count {
	font-size: .68rem;
	letter-spacing: .16em;
}

.stp-archive-single .stp-photo-wall {
	gap: 8px;
	padding: 8px 68px 8px 0;
}

.stp-archive-single .stp-photo-tile {
	height: 162px;
	width: 220px;
	border: 0;
	box-shadow: none;
	background: transparent;
	transition: transform .18s ease, filter .18s ease;
}

.stp-archive-single .stp-photo-tile--wide,
.stp-archive-single .stp-photo-tile--landscape {
	width: 254px;
}

.stp-archive-single .stp-photo-tile--short {
	width: 238px;
}

.stp-archive-single .stp-photo-tile--square {
	width: 162px;
}

.stp-archive-single .stp-photo-tile--tall,
.stp-archive-single .stp-photo-tile--portrait {
	width: 126px;
}

.stp-archive-single .stp-photo-tile:hover,
.stp-archive-single .stp-photo-tile:focus-visible {
	transform: translateY(-3px);
	filter: brightness(1.03) saturate(1.05);
	outline: none;
}

.stp-archive-single .stp-photo-tile__media,
.stp-archive-single .stp-photo-tile img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.stp-archive-single .stp-photo-tile--highlight {
	height: 190px;
	width: 292px;
}

.stp-archive-single .stp-highlight-strip {
	padding-inline: 58px;
}

.stp-archive-single .stp-highlight-strip .stp-photo-wall-nav--prev,
.stp-archive-single .stp-photo-wall-nav--prev {
	left: 12px;
}

.stp-archive-single .stp-highlight-strip .stp-photo-wall-nav--next,
.stp-archive-single .stp-photo-wall-nav--next {
	right: 12px;
}

.stp-archive-single .stp-photo-wall-nav {
	width: 52px;
	height: 52px;
	font-size: 0;
	line-height: 1;
	background: #ef2f8f;
	box-shadow: 0 20px 44px rgba(239,47,143,.34);
}

.stp-archive-single .stp-photo-wall-nav::before {
	font-size: 32px;
	line-height: 1;
	font-weight: 800;
	font-family: Arial, Helvetica, sans-serif;
	transform: translateY(-2px);
}

.stp-archive-single .stp-photo-wall-nav--prev::before { content: "‹"; }
.stp-archive-single .stp-photo-wall-nav--next::before { content: "›"; }

/* Performer cards stay compact and intentional */
.stp-archive-single .stp-card-grid {
	grid-template-columns: repeat(auto-fit, minmax(180px, 220px));
	gap: 18px;
}

.stp-archive-single .stp-card--person .stp-card__image {
	aspect-ratio: 4 / 3;
}

.stp-archive-single .stp-card--person .stp-card__body {
	padding: 14px 15px 16px;
}

/* Cleaner lightbox caption order and spacing */
.stp-archive-single .stp-lightbox__caption {
	min-height: 76px;
	padding-top: 18px;
	padding-bottom: 18px;
}

.stp-archive-single .stp-lightbox__caption strong[data-stp-lightbox-event] {
	font-weight: 900;
}

/* Mobile: the hero remains top-left and readable; galleries stay swipeable */
@media (max-width: 767px) {
	.stp-archive-single .stp-wrap {
		width: min(100% - 26px, 640px);
	}

	.stp-archive-single .stp-hero,
	.stp-archive-single .stp-hero__inner {
		min-height: 620px;
	}

	.stp-archive-single .stp-hero__inner {
		align-items: flex-start;
		padding: 58px 18px 70px;
	}

	.stp-archive-single .stp-hero::before {
		background:
			linear-gradient(180deg,
				rgba(255,255,255,.96) 0%,
				rgba(255,255,255,.78) 34%,
				rgba(255,255,255,.28) 62%,
				#fff 100%),
			linear-gradient(90deg, rgba(255,255,255,.96), rgba(255,255,255,.08));
	}

	.stp-archive-single .stp-hero h1 {
		font-size: clamp(4.9rem, 25vw, 7.8rem);
	}

	.stp-archive-single .stp-hero__subtitle {
		font-size: clamp(1.45rem, 7.5vw, 2.25rem);
	}

	.stp-archive-single .stp-section--archive-explorer .stp-section__intro h2 {
		font-size: clamp(2.6rem, 14vw, 4.2rem);
	}

	.stp-archive-single .stp-photo-group__gallery {
		display: block;
		padding: 30px 0;
	}

	.stp-archive-single .stp-photo-group__title {
		font-size: clamp(2.05rem, 11vw, 3.25rem);
		max-width: 12ch;
	}

	.stp-archive-single .stp-photo-wall {
		gap: 7px;
		padding-right: 42px;
	}

	.stp-archive-single .stp-photo-tile {
		height: 138px;
		width: 186px;
	}

	.stp-archive-single .stp-photo-tile--wide,
	.stp-archive-single .stp-photo-tile--landscape,
	.stp-archive-single .stp-photo-tile--short {
		width: 206px;
	}

	.stp-archive-single .stp-photo-tile--square {
		width: 138px;
	}

	.stp-archive-single .stp-photo-tile--tall,
	.stp-archive-single .stp-photo-tile--portrait {
		width: 108px;
	}

	.stp-archive-single .stp-photo-tile--highlight {
		height: 164px;
		width: 236px;
	}

	.stp-archive-single .stp-photo-wall-nav {
		width: 44px;
		height: 44px;
	}

	.stp-archive-single .stp-photo-wall-nav::before {
		font-size: 29px;
	}
}

/* v1.0.6 interaction polish and sponsor rail refinement */
.stp-archive-single .stp-highlight-wrap {
	position: relative;
	min-width: 0;
}

.stp-archive-single .stp-highlight-wrap .stp-highlight-strip {
	padding-left: 0;
	padding-right: 68px;
}

.stp-archive-single .stp-highlight-wrap .stp-photo-wall-nav--prev {
	left: 10px;
}

.stp-archive-single .stp-highlight-wrap .stp-photo-wall-nav--next {
	right: 10px;
}

.stp-archive-single .stp-photo-wall-nav,
.stp-archive-single .stp-lightbox__close,
.stp-archive-single .stp-lightbox__nav {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	text-align: center;
}

.stp-archive-single .stp-lightbox__close,
.stp-archive-single .stp-lightbox__nav {
	font-size: 0 !important;
	line-height: 1 !important;
}

.stp-archive-single .stp-lightbox__close::before,
.stp-archive-single .stp-lightbox__nav::before {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 34px;
	font-weight: 800;
	line-height: 1;
	transform: translateY(-2px);
}

.stp-archive-single .stp-lightbox__close::before { content: "×"; }
.stp-archive-single .stp-lightbox__nav--prev::before { content: "‹"; }
.stp-archive-single .stp-lightbox__nav--next::before { content: "›"; }

.stp-archive-single .stp-sponsor-rail-wrap {
	position: relative;
	min-width: 0;
}

.stp-archive-single .stp-sponsor-rail {
	gap: 18px;
	padding: 8px 68px 10px 0;
}

.stp-archive-single .stp-sponsor-logo {
	min-width: 145px;
	height: 78px;
	border-radius: 8px;
	background: #fff;
	border: 1px solid rgba(16,23,40,.07);
	box-shadow: 0 14px 30px rgba(16,23,40,.07);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 18px;
}

.stp-archive-single .stp-sponsor-logo img {
	max-width: 100%;
	max-height: 48px;
	object-fit: contain;
}

.stp-archive-single .stp-lightbox__caption {
	gap: 8px;
}

.stp-archive-single .stp-lightbox__caption [data-stp-lightbox-photographer] {
	font-weight: 800;
}

@media (max-width: 767px) {
	.stp-archive-single .stp-highlight-wrap .stp-highlight-strip {
		padding-right: 46px;
	}

	.stp-archive-single .stp-sponsor-logo {
		min-width: 118px;
		height: 64px;
		padding: 14px;
	}

	.stp-archive-single .stp-sponsor-logo img {
		max-height: 38px;
	}
}


/* v1.1 sponsor showcase polish */
.stp-archive-single .stp-section--sponsors {
	background: linear-gradient(180deg, #ffffff 0%, #fff8fc 100%);
	border-bottom: 1px solid rgba(16,23,40,.07);
}

.stp-archive-single .stp-section--sponsors .stp-wrap {
	position: relative;
}

.stp-archive-single .stp-section--sponsors h2 {
	margin-bottom: 18px;
}

.stp-archive-single .stp-sponsor-logo {
	text-decoration: none;
	transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease, filter .2s ease;
}

.stp-archive-single .stp-sponsor-logo:hover,
.stp-archive-single .stp-sponsor-logo:focus-visible {
	transform: translateY(-3px);
	box-shadow: 0 18px 42px rgba(16,23,40,.13);
	opacity: 1;
	filter: none;
}

.stp-archive-single .stp-sponsor-logo--headline {
	min-width: 190px;
	height: 94px;
}

.stp-archive-single .stp-sponsor-logo--headline img {
	max-height: 64px;
}

@media (max-width: 767px) {
	.stp-archive-single .stp-sponsor-rail {
		padding-left: 0;
		gap: 14px;
	}

	.stp-archive-single .stp-sponsor-logo--headline {
		min-width: 148px;
		height: 76px;
	}

	.stp-archive-single .stp-sponsor-logo--headline img {
		max-height: 44px;
	}
}

/* v1.0.8 sponsor showcase + performer polish */
.stp-archive-single .stp-sponsor-rail-wrap {
	position: relative;
	padding-inline: 70px;
	overflow: visible;
}

.stp-archive-single .stp-sponsor-rail {
	gap: 18px;
	padding: 18px 4px 22px;
}

.stp-archive-single .stp-sponsor-logo,
.stp-archive-single .stp-sponsor-logo--headline {
	flex: 0 0 150px;
	width: 150px;
	height: 76px;
	padding: 15px 20px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 12px 34px rgba(18, 24, 38, .08);
	transform: none;
}

.stp-archive-single .stp-sponsor-logo img,
.stp-archive-single .stp-sponsor-logo--headline img {
	max-width: 100%;
	max-height: 46px;
	width: auto;
	height: auto;
	object-fit: contain;
}

.stp-archive-single .stp-sponsor-rail-wrap .stp-photo-wall-nav {
	inset-block-start: 50%;
	transform: translateY(-50%);
	z-index: 6;
}

.stp-archive-single .stp-sponsor-rail-wrap .stp-photo-wall-nav--prev {
	left: 8px;
}

.stp-archive-single .stp-sponsor-rail-wrap .stp-photo-wall-nav--next {
	right: 8px;
}

.stp-archive-single .stp-section--performers > h2 {
	margin-bottom: 28px;
}

.stp-archive-single .stp-performer-category + .stp-performer-category {
	margin-top: 46px;
}

.stp-archive-single .stp-performer-category > h3 {
	font-family: var(--stp-serif);
	font-size: clamp(32px, 4vw, 54px);
	line-height: .95;
	letter-spacing: -.055em;
	margin: 0 0 18px;
	color: var(--stp-ink);
}

.stp-archive-single .stp-card-grid--performers {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
	gap: 18px;
}

.stp-archive-single .stp-card--person {
	overflow: hidden;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 16px 45px rgba(18, 24, 38, .1);
}

.stp-archive-single .stp-card--person .stp-card__image {
	aspect-ratio: 4 / 3;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.stp-archive-single .stp-card--person .stp-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.stp-archive-single .stp-card--person .stp-card__body {
	padding: 16px 16px 18px;
}

.stp-archive-single .stp-card--person h4 {
	margin: 0 0 6px;
	font-size: 18px;
	line-height: 1.15;
	color: var(--stp-ink);
}

.stp-archive-single .stp-card__subtitle {
	margin: 0 0 12px;
	font-size: 13px;
	color: var(--stp-muted);
}

.stp-archive-single .stp-card__link {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--stp-pink);
	text-decoration: none;
}

@media (max-width: 700px) {
	.stp-archive-single .stp-sponsor-rail-wrap {
		padding-inline: 42px;
	}

	.stp-archive-single .stp-sponsor-logo,
	.stp-archive-single .stp-sponsor-logo--headline {
		flex-basis: 124px;
		width: 124px;
		height: 68px;
	}

	.stp-archive-single .stp-sponsor-logo img,
	.stp-archive-single .stp-sponsor-logo--headline img {
		max-height: 38px;
	}
}

/* v1.0.9 final feature polish: press persistence support, performer cards, year nav */
.stp-archive-single .stp-section--performers {
	padding-top: clamp(34px, 5vw, 70px);
}

.stp-archive-single .stp-section--performers > .stp-kicker {
	margin-bottom: 8px;
}

.stp-archive-single .stp-section--performers > h2 {
	font-size: clamp(34px, 5vw, 68px);
	line-height: .95;
	letter-spacing: -.055em;
	margin-bottom: 30px;
}

.stp-archive-single .stp-performer-category > h3 {
	font-family: inherit;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: var(--stp-pink);
	margin: 0 0 16px;
}

.stp-archive-single .stp-card-grid--performers {
	grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
	gap: 22px;
}

.stp-archive-single .stp-card--person {
	border: 1px solid rgba(16, 23, 40, .08);
	box-shadow: 0 20px 48px rgba(16, 23, 40, .09);
	transition: transform .22s ease, box-shadow .22s ease;
}

.stp-archive-single .stp-card--person:hover {
	transform: translateY(-4px);
	box-shadow: 0 26px 64px rgba(16, 23, 40, .14);
}

.stp-archive-single .stp-card--person .stp-card__image {
	aspect-ratio: 16 / 11;
	max-height: 190px;
	background: #f6f2f6;
}

.stp-archive-single .stp-card--person h4 {
	font-size: 20px;
	letter-spacing: -.025em;
}

.stp-archive-single .stp-card--person .stp-card__subtitle {
	font-size: 13px;
	line-height: 1.45;
}

.stp-archive-single .stp-year-nav {
	padding: 0 0 clamp(26px, 4vw, 48px);
	margin-top: -10px;
}

.stp-archive-single .stp-year-nav__inner {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	gap: 16px;
	align-items: center;
}

.stp-archive-single .stp-year-nav__current {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 94px;
	padding: 10px 18px;
	border: 1px solid rgba(16, 23, 40, .1);
	border-radius: 999px;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--stp-ink);
	background: #fff;
	box-shadow: 0 12px 30px rgba(16, 23, 40, .06);
}

.stp-archive-single .stp-year-nav__link {
	display: inline-flex;
	flex-direction: column;
	gap: 2px;
	color: var(--stp-ink);
	text-decoration: none;
}

.stp-archive-single .stp-year-nav__link--next {
	align-items: flex-end;
	text-align: right;
}

.stp-archive-single .stp-year-nav__link span {
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--stp-pink);
}

.stp-archive-single .stp-year-nav__link strong {
	font-family: var(--stp-serif);
	font-size: clamp(22px, 3vw, 34px);
	line-height: 1;
	letter-spacing: -.045em;
}

@media (max-width: 720px) {
	.stp-archive-single .stp-card-grid--performers {
		grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
		gap: 14px;
	}

	.stp-archive-single .stp-card--person .stp-card__image {
		max-height: 150px;
	}

	.stp-archive-single .stp-year-nav__inner {
		grid-template-columns: 1fr;
		justify-items: stretch;
	}

	.stp-archive-single .stp-year-nav__current {
		order: -1;
		justify-self: start;
	}

	.stp-archive-single .stp-year-nav__link--next {
		align-items: flex-start;
		text-align: left;
	}
}

/* v1.0.10 final presentation polish */
.stp-archive-single .stp-hero {
	min-height: clamp(530px, 66vh, 790px);
}

.stp-archive-single .stp-hero__inner {
	min-height: clamp(530px, 66vh, 790px);
	padding-top: clamp(70px, 9vw, 130px);
	padding-bottom: clamp(54px, 7vw, 96px);
}

.stp-archive-single .stp-hero::before {
	background:
		linear-gradient(90deg,
			#fff 0%,
			rgba(255,255,255,0.98) 22%,
			rgba(255,255,255,0.78) 40%,
			rgba(255,255,255,0.34) 58%,
			rgba(255,255,255,0.08) 77%,
			rgba(255,255,255,0) 100%),
		linear-gradient(180deg, rgba(255,255,255,0.02) 0%, rgba(255,255,255,0.23) 100%);
}

.stp-archive-single .stp-hero::after {
	height: 130px;
	background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,0.92) 66%, #fff 100%);
}

.stp-archive-single .stp-hero__content {
	margin-top: clamp(-22px, -2vw, 0px);
}

/* Sponsors: two-row logo showcase, equal logo treatment */
.stp-archive-single .stp-section--sponsors {
	padding: clamp(34px, 4vw, 58px) 0 clamp(38px, 4vw, 64px);
	background: linear-gradient(180deg, #fff 0%, #fff8fc 100%);
}

.stp-archive-single .stp-section--sponsors h2 {
	margin: 0 0 24px;
	font-size: 0.86rem !important;
	letter-spacing: 0.17em;
}

.stp-archive-single .stp-sponsor-rail-wrap {
	padding-inline: 68px;
}

.stp-archive-single .stp-sponsor-rail {
	display: grid;
	grid-auto-flow: column;
	grid-template-rows: repeat(2, 100px);
	grid-auto-columns: 188px;
	gap: 18px;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-snap-type: x proximity;
	-webkit-overflow-scrolling: touch;
	padding: 8px 0 12px;
}

.stp-archive-single .stp-sponsor-logo,
.stp-archive-single .stp-sponsor-logo--headline {
	width: 188px;
	min-width: 0;
	height: 100px;
	padding: 20px 24px;
	border-radius: 10px;
	background: #fff;
	border: 1px solid rgba(16,23,40,.08);
	box-shadow: 0 16px 38px rgba(16,23,40,.08);
	filter: none;
	opacity: 1;
	scroll-snap-align: start;
}

.stp-archive-single .stp-sponsor-logo img,
.stp-archive-single .stp-sponsor-logo--headline img {
	max-width: 100%;
	max-height: 62px;
	object-fit: contain;
}

.stp-archive-single .stp-sponsor-rail-wrap .stp-photo-wall-nav--prev {
	left: 0;
}

.stp-archive-single .stp-sponsor-rail-wrap .stp-photo-wall-nav--next {
	right: 0;
}

/* Story block: a little more lift and breathing room */
.stp-archive-single .stp-story-grid {
	gap: clamp(20px, 3vw, 34px);
}

.stp-archive-single .stp-story__panel {
	padding: clamp(26px, 3.2vw, 40px);
	box-shadow: 0 24px 62px rgba(16, 23, 40, 0.1);
}

.stp-archive-single .stp-story__panel--media {
	padding: 0;
}

.stp-archive-single .stp-stats div {
	padding: 26px 18px;
}

/* Featured moments */
.stp-archive-single .stp-highlight-wrap {
	margin-top: 8px;
	margin-bottom: 8px;
}

.stp-archive-single .stp-highlight-strip {
	gap: 14px;
	padding-top: 8px;
	padding-bottom: 12px;
}

.stp-archive-single .stp-photo-tile--highlight {
	height: 238px;
	width: 314px;
}

.stp-archive-single .stp-photo-tile--highlight.stp-photo-tile--square {
	width: 238px;
}

.stp-archive-single .stp-photo-tile--highlight.stp-photo-tile--tall,
.stp-archive-single .stp-photo-tile--highlight.stp-photo-tile--portrait {
	width: 190px;
}

/* Gallery headings and rails */
.stp-archive-single .stp-photo-group__gallery {
	padding: 36px 0;
	gap: clamp(22px, 4vw, 48px);
}

.stp-archive-single .stp-photo-group__meta {
	margin-top: 18px;
}

.stp-archive-single .stp-photo-group__count {
	font-size: 0.68rem;
	letter-spacing: 0.16em;
	opacity: 0.84;
}

.stp-archive-single .stp-photo-wall {
	gap: 12px;
	padding-top: 8px;
	padding-bottom: 10px;
}

.stp-archive-single .stp-photo-tile:not(.stp-photo-tile--highlight) {
	height: 176px;
}

/* Performer cards */
.stp-archive-single .stp-section--performers {
	margin-top: clamp(18px, 3vw, 34px);
}

.stp-archive-single .stp-performer-category {
	margin-top: 22px;
}

.stp-archive-single .stp-performer-category h3 {
	margin: 0 0 16px;
	font-size: clamp(1.4rem, 2.5vw, 2rem);
	line-height: 1.05;
	font-family: Georgia, "Times New Roman", serif;
	letter-spacing: -0.04em;
}

.stp-archive-single .stp-card-grid--performers {
	grid-template-columns: repeat(auto-fit, minmax(190px, 250px));
	gap: 20px;
}

.stp-archive-single .stp-card--person {
	border-radius: 10px;
	box-shadow: 0 18px 44px rgba(16,23,40,.09);
	transition: transform .2s ease, box-shadow .2s ease;
}

.stp-archive-single .stp-card--person:hover {
	transform: translateY(-3px);
	box-shadow: 0 24px 58px rgba(16,23,40,.13);
}

.stp-archive-single .stp-card--person .stp-card__image {
	aspect-ratio: 4 / 3;
	max-height: 180px;
}

.stp-archive-single .stp-card--person .stp-card__body {
	padding: 16px 18px 18px;
}

.stp-archive-single .stp-card--person h4 {
	margin: 0;
	font-size: 1.08rem;
	line-height: 1.15;
	font-weight: 900;
	color: var(--stp-ink);
}

.stp-archive-single .stp-card__link {
	display: inline-flex;
	margin-top: 14px;
	color: var(--stp-pink);
	font-weight: 900;
	font-size: .82rem;
	text-decoration: none;
}

/* Press coverage cards */
.stp-archive-single .stp-press-list {
	align-items: stretch;
	gap: 22px;
}

.stp-archive-single .stp-press-item {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	box-shadow: 0 18px 44px rgba(16,23,40,.09);
	transition: transform .2s ease, box-shadow .2s ease;
}

.stp-archive-single .stp-press-item:hover {
	transform: translateY(-3px);
	box-shadow: 0 24px 58px rgba(16,23,40,.13);
}

.stp-archive-single .stp-press-item__thumb {
	aspect-ratio: 16 / 10;
	background: #f5f6f8;
}

.stp-archive-single .stp-press-item__body {
	display: flex;
	flex-direction: column;
	gap: 10px;
	flex: 1;
	padding: 20px;
}

.stp-archive-single .stp-press-item h3 {
	font-size: 1.08rem;
	line-height: 1.25;
}

.stp-archive-single .stp-press-item__action {
	margin-top: auto;
}

.stp-archive-single .stp-button:hover,
.stp-archive-single .stp-button:focus-visible {
	background: var(--stp-pink);
	color: #fff;
	transform: translateY(-1px);
	outline: none;
}

@media (max-width: 767px) {
	.stp-archive-single .stp-hero,
	.stp-archive-single .stp-hero__inner {
		min-height: clamp(460px, 62vh, 620px);
	}

	.stp-archive-single .stp-sponsor-rail-wrap {
		padding-inline: 48px;
	}

	.stp-archive-single .stp-sponsor-rail {
		grid-template-rows: repeat(2, 82px);
		grid-auto-columns: 142px;
		gap: 12px;
	}

	.stp-archive-single .stp-sponsor-logo,
	.stp-archive-single .stp-sponsor-logo--headline {
		width: 142px;
		height: 82px;
		padding: 16px;
	}

	.stp-archive-single .stp-sponsor-logo img,
	.stp-archive-single .stp-sponsor-logo--headline img {
		max-height: 48px;
	}

	.stp-archive-single .stp-photo-tile--highlight {
		height: 180px;
		width: 238px;
	}

	.stp-archive-single .stp-photo-tile:not(.stp-photo-tile--highlight) {
		height: 138px;
	}

	.stp-archive-single .stp-photo-group__gallery {
		padding: 30px 0;
	}

	.stp-archive-single .stp-card-grid--performers {
		grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	}
}

/* v1.0.11 editorial polish: stronger hero metadata, summary image field, performer icons, video highlights */
.stp-archive-single .stp-hero .stp-kicker {
	font-size: clamp(1.05rem, 1.25vw, 1.35rem) !important;
	letter-spacing: 0.22em;
	margin-bottom: 18px;
}

.stp-archive-single .stp-meta {
	font-size: clamp(1.15rem, 1.45vw, 1.45rem);
	gap: 14px 28px;
	margin-top: 32px;
}

.stp-archive-single .stp-meta span::before {
	width: 9px;
	height: 9px;
}

.stp-archive-single .stp-section--archive-explorer .stp-section__intro {
	max-width: none;
	width: 100%;
}

.stp-archive-single .stp-section--archive-explorer .stp-section__intro h2 {
	max-width: none;
	width: 100%;
	white-space: normal;
}

@media (min-width: 900px) {
	.stp-archive-single .stp-section--archive-explorer .stp-section__intro h2 {
		font-size: clamp(4.1rem, 5.4vw, 6.4rem);
		max-width: 980px;
	}
}

.stp-archive-single .stp-photo-group__header {
	min-width: 0;
	overflow: visible;
}

.stp-archive-single .stp-photo-group__title {
	font-size: clamp(2.45rem, 4vw, 4.4rem);
	max-width: 100%;
	word-break: normal;
	overflow-wrap: normal;
	hyphens: none;
}

.stp-archive-single .stp-photo-group__count {
	font-size: 0.72rem;
	letter-spacing: 0.18em;
	opacity: 0.82;
}

.stp-archive-single .stp-highlight-strip .stp-photo-tile,
.stp-archive-single .stp-photo-tile--highlight {
	height: clamp(150px, 14vw, 218px);
}

.stp-archive-single .stp-video-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 10px;
	width: 100%;
	height: 100%;
	padding: 18px;
	background: linear-gradient(135deg, #ef2f8f, #7b3ff2 55%, #25b6ff);
	color: #fff;
	font-weight: 900;
	text-align: center;
	letter-spacing: 0.02em;
}

.stp-archive-single .stp-video-placeholder__play {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 999px;
	background: rgba(255,255,255,0.22);
	box-shadow: inset 0 0 0 1px rgba(255,255,255,0.35);
}

.stp-archive-single .stp-lightbox__figure video,
.stp-archive-single .stp-lightbox__figure iframe {
	display: block;
	width: 100%;
	height: min(82vh, 780px);
	border: 0;
	background: #000;
	object-fit: contain;
}

.stp-archive-single .stp-lightbox__figure video[hidden],
.stp-archive-single .stp-lightbox__figure iframe[hidden],
.stp-archive-single .stp-lightbox__figure img[hidden] {
	display: none !important;
}

.stp-archive-single .stp-card-grid--performers {
	grid-template-columns: repeat(auto-fit, minmax(180px, 220px));
	align-items: stretch;
}

.stp-archive-single .stp-card--person {
	max-width: 220px;
}

.stp-archive-single .stp-card--person .stp-card__image {
	aspect-ratio: 4 / 3;
	height: auto;
}

.stp-archive-single .stp-card__link--icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 999px;
	background: var(--stp-pink);
	color: #fff !important;
	font-size: 1.05rem;
	font-weight: 900;
	text-decoration: none;
	box-shadow: 0 14px 26px rgba(239, 47, 143, 0.22);
}

.stp-archive-single .stp-card__link--icon:hover,
.stp-archive-single .stp-card__link--icon:focus-visible {
	transform: translateY(-2px);
	background: #ff4fa9;
}

.stp-archive-single .stp-press-list {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
}

.stp-archive-single .stp-press-item__thumb {
	aspect-ratio: 16 / 10;
}

.stp-archive-single .stp-press-item h3 {
	font-size: clamp(0.98rem, 1.1vw, 1.16rem);
	line-height: 1.25;
}

@media (max-width: 1100px) {
	.stp-archive-single .stp-press-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.stp-archive-single .stp-meta {
		font-size: 1rem;
	}

	.stp-archive-single .stp-section--archive-explorer .stp-section__intro h2 {
		font-size: clamp(2.8rem, 14vw, 4.2rem);
	}

	.stp-archive-single .stp-photo-group__title {
		font-size: clamp(2.4rem, 12vw, 3.5rem);
	}

	.stp-archive-single .stp-card-grid--performers,
	.stp-archive-single .stp-press-list {
		grid-template-columns: 1fr;
	}

	.stp-archive-single .stp-card--person {
		max-width: none;
	}
}

/* v1.0.12 final visual rhythm polish */
.stp-archive-single .stp-hero {
	min-height: clamp(585px, 72vh, 850px);
}

.stp-archive-single .stp-hero__inner {
	min-height: clamp(585px, 72vh, 850px);
	padding-top: clamp(92px, 10vw, 152px);
	padding-bottom: clamp(64px, 8vw, 112px);
}

.stp-archive-single .stp-hero::before {
	background:
		linear-gradient(90deg,
			#fff 0%,
			rgba(255,255,255,0.98) 20%,
			rgba(255,255,255,0.82) 38%,
			rgba(255,255,255,0.43) 58%,
			rgba(255,255,255,0.12) 78%,
			rgba(255,255,255,0) 100%),
		linear-gradient(180deg, rgba(255,255,255,0.02) 0%, rgba(255,255,255,0.16) 100%);
}

.stp-archive-single .stp-hero::after {
	height: 150px;
	background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,0.86) 62%, #fff 100%);
}

.stp-archive-single .stp-hero__content {
	margin-top: clamp(0px, 1.5vw, 22px);
}

.stp-archive-single .stp-meta {
	margin-top: 36px;
}

.stp-archive-single .stp-section--sponsors {
	padding-top: clamp(30px, 3.5vw, 52px);
	padding-bottom: clamp(28px, 3.2vw, 48px);
}

.stp-archive-single .stp-section--sponsors h2 {
	margin-bottom: 22px;
}

.stp-archive-single .stp-sponsor-rail {
	grid-template-rows: repeat(2, 112px);
	grid-auto-columns: 206px;
	gap: 16px;
	padding: 6px 0 8px;
}

.stp-archive-single .stp-sponsor-logo,
.stp-archive-single .stp-sponsor-logo--headline {
	width: 206px;
	height: 112px;
	padding: 18px 22px;
	box-shadow: 0 16px 34px rgba(16,23,40,.075);
}

.stp-archive-single .stp-sponsor-logo img,
.stp-archive-single .stp-sponsor-logo--headline img {
	max-height: 72px;
}

.stp-archive-single .stp-story-grid {
	gap: clamp(24px, 3.4vw, 40px);
}

.stp-archive-single .stp-story__panel {
	padding: clamp(30px, 3.4vw, 44px);
	box-shadow: 0 26px 66px rgba(16,23,40,.105);
}

.stp-archive-single .stp-story__panel--media {
	padding: 0;
}

.stp-archive-single .stp-stats div {
	padding: 28px 20px;
	box-shadow: inset 0 0 0 1px rgba(16,23,40,.055);
}

.stp-archive-single .stp-section--featured {
	margin-top: clamp(58px, 6vw, 88px);
	margin-bottom: clamp(48px, 5vw, 72px);
}

.stp-archive-single .stp-highlight-wrap {
	margin-top: 16px;
}

.stp-archive-single .stp-highlight-strip {
	gap: 16px;
	padding-top: 10px;
	padding-bottom: 16px;
}

.stp-archive-single .stp-highlight-strip .stp-photo-tile,
.stp-archive-single .stp-photo-tile--highlight {
	height: clamp(166px, 15.5vw, 242px);
}

.stp-archive-single .stp-photo-tile {
	transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
}

.stp-archive-single .stp-photo-tile:hover,
.stp-archive-single .stp-photo-tile:focus-visible {
	transform: translateY(-3px) scale(1.015);
	box-shadow: 0 20px 44px rgba(16,23,40,.16);
	filter: saturate(1.04);
}

.stp-archive-single .stp-section--archive-explorer {
	margin-top: clamp(34px, 5vw, 64px);
}

.stp-archive-single .stp-section--archive-explorer .stp-section__intro {
	margin-bottom: clamp(22px, 3vw, 34px);
}

.stp-archive-single .stp-section--archive-explorer .stp-section__intro h2 {
	line-height: .9;
}

.stp-archive-single .stp-section--archive-explorer .stp-section__intro p {
	opacity: .72;
}

.stp-archive-single .stp-photo-group__gallery {
	padding: 42px 0;
	gap: clamp(28px, 4.8vw, 60px);
}

.stp-archive-single .stp-photo-group__header {
	min-width: clamp(210px, 28vw, 330px);
}

.stp-archive-single .stp-photo-group__title {
	font-weight: 700;
	line-height: .92;
	letter-spacing: -0.055em;
	max-width: 330px;
}

.stp-archive-single .stp-photo-group__meta {
	margin-top: 20px;
}

.stp-archive-single .stp-photo-group__count {
	font-size: .66rem;
	letter-spacing: .18em;
	opacity: .72;
}

.stp-archive-single .stp-photo-wall {
	gap: 13px;
	padding-top: 12px;
	padding-bottom: 12px;
}

.stp-archive-single .stp-photo-tile:not(.stp-photo-tile--highlight) {
	height: 186px;
}

.stp-archive-single .stp-section--performers {
	margin-top: clamp(44px, 7vw, 96px);
}

.stp-archive-single .stp-performer-category {
	margin-top: 20px;
}

.stp-archive-single .stp-performer-category h3 {
	margin-bottom: 20px;
	font-size: clamp(1.55rem, 2.4vw, 2.25rem);
	font-weight: 700;
}

.stp-archive-single .stp-card-grid--performers {
	grid-template-columns: repeat(auto-fit, minmax(190px, 230px));
	gap: 24px;
}

.stp-archive-single .stp-card--person {
	max-width: 230px;
	border-radius: 10px;
	box-shadow: 0 20px 48px rgba(16,23,40,.095);
}

.stp-archive-single .stp-card--person .stp-card__image {
	aspect-ratio: 4 / 3;
	max-height: 170px;
}

.stp-archive-single .stp-card--person h4 {
	font-size: 1.06rem;
	line-height: 1.14;
}

.stp-archive-single .stp-card__subtitle {
	margin-top: 4px;
}

.stp-archive-single .stp-card__link--icon {
	margin-top: 14px;
}

.stp-archive-single .stp-press-list {
	gap: 26px;
	align-items: stretch;
}

.stp-archive-single .stp-press-item {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	border-radius: 10px;
}

.stp-archive-single .stp-press-item__thumb {
	aspect-ratio: 16 / 9;
}

.stp-archive-single .stp-press-item__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.stp-archive-single .stp-press-item__body {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 21px;
}

.stp-archive-single .stp-press-item h3 {
	font-size: clamp(1.02rem, 1.18vw, 1.2rem);
}

.stp-archive-single .stp-press-item__action {
	margin-top: auto;
	padding-top: 12px;
}

.stp-archive-single .stp-button {
	transition: transform .2s ease, background-color .2s ease, color .2s ease, box-shadow .2s ease;
}

@media (max-width: 767px) {
	.stp-archive-single .stp-hero,
	.stp-archive-single .stp-hero__inner {
		min-height: clamp(480px, 64vh, 640px);
	}

	.stp-archive-single .stp-sponsor-rail {
		grid-template-rows: repeat(2, 88px);
		grid-auto-columns: 154px;
	}

	.stp-archive-single .stp-sponsor-logo,
	.stp-archive-single .stp-sponsor-logo--headline {
		width: 154px;
		height: 88px;
		padding: 15px 16px;
	}

	.stp-archive-single .stp-sponsor-logo img,
	.stp-archive-single .stp-sponsor-logo--headline img {
		max-height: 54px;
	}

	.stp-archive-single .stp-highlight-strip .stp-photo-tile,
	.stp-archive-single .stp-photo-tile--highlight {
		height: 190px;
	}

	.stp-archive-single .stp-photo-group__gallery {
		padding: 34px 0;
		gap: 18px;
	}

	.stp-archive-single .stp-photo-group__header {
		min-width: 0;
	}

	.stp-archive-single .stp-photo-group__title {
		max-width: 100%;
	}

	.stp-archive-single .stp-photo-tile:not(.stp-photo-tile--highlight) {
		height: 146px;
	}
}


/* Version 11 polish */
.stp-gallery-intro p{
    max-width:none;
    white-space:nowrap;
}
.stp-gallery-intro p{
    font-size:15px;
}
.stp-gallery-intro p::before{content:none;}
.stp-gallery-intro p{
}
.stp-gallery-intro p{
}
/* Gallery titles */
.stp-gallery-group__title,
.stp-gallery-title{
    font-size:clamp(2.6rem,3vw,3.6rem)!important;
    line-height:.95!important;
    overflow-wrap:anywhere;
    word-break:break-word;
}
/* Sponsors */
.stp-sponsor-logo,
.stp-sponsor-item img{
    max-height:72px!important;
}
.stp-sponsor-item{
    min-height:96px!important;
}
/* Featured video thumbnail */
.stp-highlight-video,
.stp-featured-video{
    background-size:cover!important;
    background-position:center!important;
}

/* Version 1.1.0 archive index */
.stp-archive-index {
	--stp-index-ink: #171117;
	--stp-index-muted: #69606d;
	--stp-index-pink: #f2278c;
	--stp-index-soft: #fff7fb;
	--stp-index-line: rgba(23, 17, 23, 0.1);
	--stp-index-shadow: 0 22px 60px rgba(32, 18, 38, 0.14);
	font-family: inherit;
	color: var(--stp-index-ink);
	background:
		radial-gradient(circle at 12% 8%, rgba(242, 39, 140, 0.13), transparent 32rem),
		linear-gradient(180deg, #fff 0%, #fff8fc 45%, #fff 100%);
	overflow-x: hidden;
}

.stp-archive-index,
.stp-archive-index * {
	box-sizing: border-box;
}

.stp-index-wrap {
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
}

.stp-index-hero {
	position: relative;
	padding: clamp(58px, 8vw, 104px) 0 clamp(38px, 5vw, 70px);
	isolation: isolate;
}

.stp-index-hero::before {
	content: "";
	position: absolute;
	inset: 22px clamp(14px, 3vw, 42px) 0;
	z-index: -1;
	background:
		linear-gradient(135deg, rgba(255,255,255,.96), rgba(255,255,255,.76)),
		linear-gradient(90deg, #e40303 0 16.66%, #ff8c00 16.66% 33.33%, #ffed00 33.33% 50%, #008026 50% 66.66%, #24408e 66.66% 83.33%, #732982 83.33% 100%);
	border: 1px solid rgba(23, 17, 23, 0.08);
	box-shadow: var(--stp-index-shadow);
}

.stp-index-kicker {
	margin: 0 0 12px;
	font-size: clamp(13px, 1.6vw, 18px);
	font-weight: 900;
	letter-spacing: .22em;
	text-transform: uppercase;
	color: var(--stp-index-pink);
}

.stp-index-hero h1 {
	margin: 0;
	font-size: clamp(72px, 15vw, 190px);
	font-weight: 950;
	line-height: .78;
	letter-spacing: -.08em;
	text-transform: uppercase;
	color: var(--stp-index-ink);
}

.stp-index-intro {
	max-width: 820px;
	margin: clamp(22px, 3vw, 38px) 0 0;
	font-size: clamp(19px, 2.2vw, 30px);
	font-weight: 700;
	line-height: 1.18;
	letter-spacing: -.03em;
	color: var(--stp-index-ink);
}

.stp-index-section {
	padding: clamp(34px, 5vw, 72px) 0 clamp(56px, 7vw, 104px);
}

.stp-index-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(22px, 3vw, 34px);
	align-items: stretch;
}

.stp-index-card {
	min-width: 0;
	margin: 0;
}

.stp-index-card__link {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 100%;
	background: #fff;
	color: inherit;
	text-decoration: none;
	border: 1px solid var(--stp-index-line);
	box-shadow: 0 14px 36px rgba(32, 18, 38, .11);
	overflow: hidden;
	transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.stp-index-card__link:hover,
.stp-index-card__link:focus-visible {
	transform: translateY(-7px);
	box-shadow: 0 24px 62px rgba(32, 18, 38, .19);
	border-color: rgba(242, 39, 140, .26);
	outline: none;
}

.stp-index-card__image {
	position: relative;
	aspect-ratio: 16 / 11;
	background: #f6edf4;
	overflow: hidden;
}

.stp-index-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .45s ease;
}

.stp-index-card__link:hover .stp-index-card__image img,
.stp-index-card__link:focus-visible .stp-index-card__image img {
	transform: scale(1.045);
}

.stp-index-card__image::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 44%;
	background: linear-gradient(to top, rgba(0,0,0,.38), transparent);
	pointer-events: none;
}

.stp-index-card__placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background:
		linear-gradient(135deg, rgba(242, 39, 140, .15), rgba(255, 140, 0, .15)),
		#fff6fb;
	font-size: clamp(56px, 8vw, 92px);
	font-weight: 950;
	letter-spacing: -.08em;
	color: rgba(23, 17, 23, .22);
}

.stp-index-card__body {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: clamp(22px, 2.4vw, 30px);
}

.stp-index-card__topline {
	margin: 0 0 11px;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: var(--stp-index-pink);
}

.stp-index-card h2 {
	margin: 0;
	font-size: clamp(46px, 6vw, 72px);
	font-weight: 950;
	line-height: .82;
	letter-spacing: -.075em;
	color: var(--stp-index-ink);
}

.stp-index-card__subtitle {
	margin: 14px 0 0;
	font-size: clamp(17px, 1.8vw, 22px);
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: -.03em;
	color: var(--stp-index-ink);
}

.stp-index-card__meta {
	display: grid;
	gap: 5px;
	margin: 22px 0 0;
	padding-top: 18px;
	border-top: 1px solid var(--stp-index-line);
	font-size: 14px;
	font-weight: 750;
	line-height: 1.3;
	color: var(--stp-index-muted);
}

.stp-index-card__action {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	width: fit-content;
	margin-top: auto;
	padding-top: 28px;
	font-size: 13px;
	font-weight: 950;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--stp-index-ink);
}

.stp-index-card__action span {
	color: var(--stp-index-pink);
	font-size: 18px;
	line-height: 1;
	transition: transform .22s ease;
}

.stp-index-card__link:hover .stp-index-card__action span,
.stp-index-card__link:focus-visible .stp-index-card__action span {
	transform: translateX(5px);
}

.stp-index-empty {
	max-width: 760px;
	padding: clamp(28px, 5vw, 52px);
	background: #fff;
	border: 1px solid var(--stp-index-line);
	box-shadow: var(--stp-index-shadow);
}

.stp-index-empty h2 {
	margin: 0 0 10px;
	font-size: clamp(32px, 4vw, 58px);
	line-height: .95;
	letter-spacing: -.05em;
}

.stp-index-empty p {
	margin: 0;
	font-size: 18px;
	line-height: 1.45;
	color: var(--stp-index-muted);
}

.stp-index-closing {
	padding: clamp(42px, 6vw, 78px) 0;
	background: #171117;
	color: #fff;
}

.stp-index-closing p {
	max-width: 940px;
	margin: 0;
	font-size: clamp(28px, 4.4vw, 66px);
	font-weight: 900;
	line-height: .98;
	letter-spacing: -.055em;
}

@media (max-width: 1024px) {
	.stp-index-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 680px) {
	.stp-index-wrap {
		width: min(100% - 28px, 560px);
	}

	.stp-index-hero {
		padding: 46px 0 24px;
	}

	.stp-index-hero::before {
		inset: 12px 0 0;
	}

	.stp-index-kicker {
		font-size: 12px;
		letter-spacing: .16em;
	}

	.stp-index-hero h1 {
		font-size: clamp(70px, 23vw, 118px);
	}

	.stp-index-intro {
		font-size: clamp(19px, 6vw, 27px);
		line-height: 1.12;
	}

	.stp-index-section {
		padding: 28px 0 54px;
	}

	.stp-index-grid {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.stp-index-card__link {
		box-shadow: 0 12px 34px rgba(32, 18, 38, .13);
	}

	.stp-index-card__image {
		aspect-ratio: 16 / 10.5;
	}

	.stp-index-card h2 {
		font-size: clamp(54px, 17vw, 86px);
	}

	.stp-index-card__subtitle {
		font-size: 20px;
	}

	.stp-index-closing p {
		font-size: clamp(28px, 10vw, 46px);
	}
}

/* v1.1.1 final archive/index refinement */
.stp-archive-single .stp-section--sponsors {
	padding-bottom: clamp(26px, 3vw, 46px);
}

.stp-archive-single .stp-section--sponsors h2 {
	margin-bottom: 20px;
}

.stp-archive-single .stp-sponsor-rail-wrap {
	padding-inline: 76px;
	overflow: visible;
}

.stp-archive-single .stp-sponsor-rail {
	grid-template-rows: repeat(2, 104px);
	grid-auto-columns: 204px;
	gap: 18px;
	padding: 8px 0;
	mask-image: none;
	-webkit-mask-image: none;
}

.stp-archive-single .stp-sponsor-logo,
.stp-archive-single .stp-sponsor-logo--headline {
	width: 204px;
	height: 104px;
	padding: 10px 14px;
}

.stp-archive-single .stp-sponsor-logo img,
.stp-archive-single .stp-sponsor-logo--headline img {
	max-height: 82px;
	max-width: 92%;
}

.stp-archive-single .stp-sponsor-rail-wrap .stp-photo-wall-nav--prev {
	left: 8px;
}

.stp-archive-single .stp-sponsor-rail-wrap .stp-photo-wall-nav--next {
	right: 8px;
}

.stp-archive-single .stp-video-play {
	position: absolute;
	inset: 50% auto auto 50%;
	transform: translate(-50%, -50%);
	width: 44px;
	height: 44px;
	border-radius: 999px;
	background: rgba(242, 39, 140, .92);
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	box-shadow: 0 14px 38px rgba(242, 39, 140, .28);
	pointer-events: none;
}

.stp-archive-single .stp-photo-tile--video .stp-photo-tile__media {
	position: relative;
}

.stp-archive-single .stp-video-placeholder {
	background: linear-gradient(135deg, rgba(242,39,140,.9), rgba(55,171,255,.88));
}

@media (min-width: 900px) {
	.stp-archive-single .stp-photo-group__gallery {
		grid-template-columns: minmax(0, 305px) minmax(0, 1fr);
		gap: clamp(26px, 4vw, 54px);
		align-items: center;
	}

	.stp-archive-single .stp-photo-group__header {
		min-width: 0;
		max-width: 305px;
		overflow: visible;
	}

	.stp-archive-single .stp-photo-group__title {
		font-size: clamp(2.4rem, 4vw, 4.9rem);
		line-height: .9;
		letter-spacing: -.052em;
		max-width: none;
		overflow-wrap: normal;
		word-break: normal;
		hyphens: none;
	}

	.stp-archive-single .stp-photo-group__count {
		font-size: .64rem;
		letter-spacing: .17em;
	}
}

.stp-archive-single .stp-section--milestones > h2,
.stp-archive-single .stp-section--performers > h2,
.stp-archive-single .stp-section > h2:not(.stp-section--sponsors h2) {
	font-family: var(--stp-serif);
	font-size: clamp(2rem, 4.6vw, 4.8rem) !important;
	line-height: .94;
	letter-spacing: -.055em;
	text-transform: none;
	font-weight: 700;
	color: var(--stp-ink);
	margin-bottom: clamp(18px, 2.6vw, 30px);
}

.stp-archive-single .stp-section--milestones .stp-kicker,
.stp-archive-single .stp-section--performers .stp-kicker {
	margin-bottom: 8px;
}

.stp-archive-single .stp-milestone-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
	gap: 18px;
}

.stp-archive-single .stp-milestone-card {
	background: #fff;
	border: 1px solid rgba(16,23,40,.08);
	box-shadow: 0 18px 48px rgba(16,23,40,.08);
	overflow: hidden;
}

.stp-archive-single .stp-milestone-card__image {
	aspect-ratio: 16 / 9;
	overflow: hidden;
}

.stp-archive-single .stp-milestone-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.stp-archive-single .stp-milestone-card__body {
	padding: 18px;
}

.stp-archive-single .stp-milestone-card h3 {
	margin: 0 0 8px;
	font-size: 1.05rem;
	line-height: 1.2;
	letter-spacing: -.02em;
	color: var(--stp-ink);
}

.stp-archive-single .stp-milestone-card p {
	margin: 0;
	color: var(--stp-muted);
	line-height: 1.55;
}

.stp-archive-single .stp-milestone-card a {
	display: inline-flex;
	margin-top: 12px;
	font-size: .74rem;
	font-weight: 900;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--stp-pink);
	text-decoration: none;
}

.stp-archive-single .stp-press-list {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.stp-archive-index .stp-index-card__link {
	position: relative;
}

.stp-index-milestones {
	display: grid;
	gap: 10px;
	margin-top: 20px;
}

.stp-index-milestone {
	padding: 12px 13px;
	background: linear-gradient(135deg, rgba(242,39,140,.08), rgba(255,255,255,.94));
	border: 1px solid rgba(242,39,140,.16);
}

.stp-index-milestone span {
	display: block;
	margin-bottom: 5px;
	font-size: 9px;
	font-weight: 950;
	letter-spacing: .17em;
	text-transform: uppercase;
	color: var(--stp-index-pink);
}

.stp-index-milestone strong {
	display: block;
	font-size: 14px;
	line-height: 1.22;
	letter-spacing: -.02em;
	color: var(--stp-index-ink);
}

.stp-index-milestone p {
	margin: 6px 0 0;
	font-size: 13px;
	line-height: 1.35;
	color: var(--stp-index-muted);
}

.stp-index-grid {
	align-items: stretch;
}

.stp-index-card__image {
	aspect-ratio: 16 / 10;
}

.stp-index-card__body {
	padding: clamp(24px, 2.6vw, 34px);
}

@media (max-width: 1024px) {
	.stp-archive-single .stp-press-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.stp-archive-single .stp-sponsor-rail-wrap {
		padding-inline: 54px;
	}

	.stp-archive-single .stp-sponsor-rail {
		grid-template-rows: repeat(2, 82px);
		grid-auto-columns: 150px;
		gap: 14px;
	}

	.stp-archive-single .stp-sponsor-logo,
	.stp-archive-single .stp-sponsor-logo--headline {
		width: 150px;
		height: 82px;
		padding: 10px 12px;
	}

	.stp-archive-single .stp-sponsor-logo img,
	.stp-archive-single .stp-sponsor-logo--headline img {
		max-height: 60px;
	}

	.stp-archive-single .stp-photo-group__title {
		font-size: clamp(2.3rem, 14vw, 4.6rem);
	}

	.stp-archive-single .stp-press-list {
		grid-template-columns: 1fr;
	}
}

/* v1.1.1 heading corrections */
.stp-archive-single .stp-section--featured-moments > h2 {
	margin: 0 0 22px !important;
	color: var(--stp-pink) !important;
	font-family: inherit !important;
	font-size: .86rem !important;
	line-height: 1.1 !important;
	text-transform: uppercase !important;
	letter-spacing: .17em !important;
	font-weight: 900 !important;
}

.stp-archive-single .stp-section--performers > h2,
.stp-archive-single .stp-section--press > h2,
.stp-archive-single .stp-section--extra > h2,
.stp-archive-single .stp-section--milestones > h2 {
	font-family: var(--stp-serif) !important;
	font-size: clamp(2.1rem, 4.2vw, 4.4rem) !important;
	line-height: .96 !important;
	letter-spacing: -.052em !important;
	text-transform: none !important;
	font-weight: 700 !important;
	color: var(--stp-ink) !important;
}
