/*
Theme Name: Aurora Archive 24
Theme URI: https://auroraarchive24.com/
Author: WP Vibecoder
Description: A clean editorial WordPress theme for Aurora Archive 24 exhibitions and archival projects.
Version: 1.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: wp-vibecoder-starter
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
	--background: #eeeef7;
	--surface: #f8f6f1;
	--surface-cool: #fafaff;
	--surface-soft: #ded9ea;
	--text: #0d42b5;
	--text-dark: #17151c;
	--muted: rgba(13, 66, 181, 0.58);
	--accent: #0d42b5;
	--accent-dark: #062b82;
	--warm: #b79a6b;
	--ink-soft: rgba(23, 21, 28, 0.62);
	--border: rgba(13, 66, 181, 0.18);
	--white-rule: rgba(255, 255, 255, 0.26);
	--content-width: 1180px;
	--font-editorial: "Cormorant Garamond", Cormorant, Georgia, serif;
	--font-functional: Georgia, "Times New Roman", serif;
}

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

html {
	scroll-behavior: smooth;
}

body {
	background: var(--background);
	color: var(--text);
	font-family: var(--font-functional);
	font-size: 18px;
	line-height: 1.45;
	margin: 0;
	overflow-x: hidden;
	text-rendering: optimizeLegibility;
}

body.home,
body.page-template,
body.page {
	background: var(--background);
}

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

a {
	color: inherit;
}

.site-container {
	margin-inline: auto;
	max-width: var(--content-width);
	padding-inline: clamp(20px, 4vw, 44px);
	width: 100%;
}

.site-header {
	animation: aurora-fade-down 720ms ease both;
	background: rgba(238, 238, 247, 0.94);
	border-bottom: 1px solid var(--border);
	position: sticky;
	top: 0;
	z-index: 20;
}

.site-header__inner {
	align-items: center;
	display: flex;
	gap: clamp(18px, 2vw, 30px);
	justify-content: space-between;
	max-width: 1500px;
	min-height: 82px;
	padding-inline: clamp(24px, 4vw, 72px);
}

.site-title,
.footer-brand {
	align-items: center;
	color: var(--accent);
	display: inline-flex;
	font-family: var(--font-editorial);
	font-size: clamp(0.95rem, 1.45vw, 1.22rem);
	gap: 8px;
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
}

.site-title {
	flex-shrink: 0;
	white-space: nowrap;
}

.brand-mark {
	flex: 0 0 auto;
	height: 32px;
	width: auto;
}

.site-title__text {
	align-items: center;
	display: inline-flex;
}

.site-title__number {
	display: inline;
	font-family: inherit;
	font-size: 1em;
	height: auto;
	margin-left: 0.48em;
	width: auto;
}

.site-menu-toggle {
	align-items: center;
	background: transparent;
	border: 1px solid var(--border);
	color: var(--accent);
	cursor: pointer;
	display: none;
	gap: 6px;
	height: 38px;
	justify-content: center;
	padding: 0;
	position: relative;
	width: 42px;
}

.site-menu-toggle__line {
	background: currentColor;
	display: block;
	height: 1px;
	left: 11px;
	position: absolute;
	top: 50%;
	transform: translateY(-4px);
	transition: transform 180ms ease;
	width: 18px;
}

.site-menu-toggle__line:last-child {
	transform: translateY(4px);
}

.site-nav {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: clamp(12px, 2vw, 28px);
	justify-content: flex-end;
}

.site-nav a,
.site-nav summary {
	color: var(--accent);
	font-family: var(--font-functional);
	font-size: 0.68rem;
	letter-spacing: 0.22em;
	opacity: 0.66;
	text-decoration: none;
	text-transform: uppercase;
	transition: opacity 180ms ease;
}

.site-nav summary {
	cursor: pointer;
	list-style: none;
}

.site-nav summary::-webkit-details-marker {
	display: none;
}

.site-nav a:hover,
.site-nav a:focus,
.site-nav summary:hover,
.site-nav summary:focus,
.site-nav__dropdown[open] summary {
	opacity: 1;
}

.site-nav__dropdown {
	position: relative;
}

.site-nav__dropdown-panel {
	background: var(--background);
	border: 1px solid var(--border);
	display: grid;
	gap: 16px;
	min-width: 250px;
	padding: 22px 24px;
	position: absolute;
	right: 0;
	top: calc(100% + 18px);
	z-index: 20;
}

.site-nav__dropdown-panel a {
	display: grid;
	gap: 5px;
	opacity: 1;
	white-space: normal;
}

.site-nav__dropdown-label {
	white-space: nowrap;
}

.site-nav__dropdown-meta {
	color: var(--muted);
	font-size: 0.6rem;
	letter-spacing: 0.14em;
	line-height: 1.45;
}

body.home .site-header {
	background: linear-gradient(180deg, rgba(5, 15, 28, 0.45), transparent);
	border-bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

body.home .site-title,
body.home .site-nav a,
body.home .site-nav summary {
	color: #fff;
}

body.home .site-header .brand-mark {
	filter: brightness(0) invert(1);
}

body.home .site-menu-toggle {
	border-color: rgba(255, 255, 255, 0.45);
	color: #fff;
}

body.home .site-nav__dropdown-panel {
	background: rgba(8, 22, 40, 0.95);
	border-color: rgba(255, 255, 255, 0.22);
}

body.home .site-nav__dropdown-meta {
	color: rgba(255, 255, 255, 0.7);
}

.aurora-hero {
	background: #0b1728;
	border-bottom: 0;
	color: #fff;
	isolation: isolate;
	min-height: 100svh;
	overflow: hidden;
	padding: 0;
	position: relative;
}

.aurora-hero::after {
	background:
		linear-gradient(90deg, rgba(3, 17, 34, 0.96) 0%, rgba(3, 17, 34, 0.78) 26%, rgba(3, 17, 34, 0.38) 49%, rgba(3, 17, 34, 0.08) 72%),
		linear-gradient(0deg, rgba(3, 17, 34, 0.42) 0%, transparent 48%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: -1;
}

.aurora-hero__content {
	align-items: center;
	display: grid;
	max-width: 1500px;
	min-height: 100svh;
	padding: clamp(118px, 12vh, 150px) clamp(24px, 4vw, 72px) clamp(54px, 7vh, 82px);
}

.aurora-hero__copy {
	animation: aurora-rise 860ms ease 120ms both;
	max-width: 620px;
}

.eyebrow,
.feature-card span {
	color: var(--warm);
	display: block;
	font-family: var(--font-functional);
	font-size: 0.68rem;
	letter-spacing: 0.24em;
	line-height: 1.35;
	margin: 0 0 18px;
	text-transform: uppercase;
}

.aurora-hero h1,
.editorial-band h2,
.section-heading h2,
.archive-letter h2,
.focus-row h3,
.contact-panel h2,
.entry-title,
.content-section h2 {
	font-family: var(--font-editorial);
	font-weight: 300;
	letter-spacing: 0;
	line-height: 0.98;
	margin: 0;
}

.aurora-hero h1 {
	color: #fff;
	font-size: clamp(4rem, 6vw, 7rem);
	line-height: 0.9;
	max-width: 10ch;
}

.aurora-hero h1 span {
	display: block;
	white-space: nowrap;
}

.aurora-hero h1 em {
	color: #aecaff;
}

.aurora-hero__rule {
	background: rgba(197, 218, 255, 0.9);
	display: block;
	height: 1px;
	margin: clamp(28px, 3.4vh, 38px) 0 clamp(24px, 3vh, 34px);
	width: 90px;
}

.aurora-hero__lede {
	color: rgba(255, 255, 255, 0.84);
	font-family: var(--font-editorial);
	font-size: clamp(1.05rem, 1.35vw, 1.36rem);
	line-height: 1.35;
	margin: 0;
	max-width: 465px;
}

.aurora-hero__cta {
	align-items: center;
	color: #aecaff;
	display: inline-flex;
	font-family: var(--font-functional);
	font-size: clamp(0.76rem, 0.9vw, 0.88rem);
	font-weight: 400;
	gap: 15px;
	letter-spacing: 0.2em;
	line-height: 1.2;
	margin-top: clamp(32px, 4.5vh, 48px);
	padding-block: 7px;
	text-decoration: none;
	text-transform: uppercase;
	transition: color 180ms ease;
}

.aurora-hero__cta span:last-child {
	font-size: 1.16rem;
	letter-spacing: 0;
	transition: transform 180ms ease;
}

.aurora-hero__cta:hover,
.aurora-hero__cta:focus {
	color: #fff;
}

.aurora-hero__cta:hover span:last-child,
.aurora-hero__cta:focus span:last-child {
	transform: translateX(6px);
}

.hero-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 18px 30px;
	margin-top: 44px;
}

.button-link,
.text-link {
	font-family: var(--font-functional);
	font-size: 0.72rem;
	letter-spacing: 0.22em;
	text-decoration: none;
	text-transform: uppercase;
}

.button-link {
	background: var(--accent);
	color: #fff;
	display: inline-flex;
	justify-content: center;
	min-width: 190px;
	padding: 15px 24px;
	transition: background 180ms ease;
}

.button-link:hover,
.button-link:focus {
	background: var(--accent-dark);
}

.text-link {
	border-bottom: 1px solid currentColor;
	color: var(--accent);
	padding-bottom: 4px;
}

.aurora-hero__image {
	animation: aurora-soft-reveal 980ms ease 260ms both;
	inset: 0;
	margin: 0;
	position: absolute;
	width: 100%;
	z-index: -2;
}

.aurora-hero__image img {
	border: 0;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transition: filter 700ms ease, transform 700ms ease;
	width: 100%;
}

.aurora-hero__image:hover img {
	filter: saturate(1.04);
	transform: scale(1.008);
}

.aurora-hero__image figcaption {
	margin: 0;
}

.pillars {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	padding-block: clamp(44px, 7vw, 78px);
}

.pillar {
	animation: aurora-rise 760ms ease both;
	border-left: 1px solid var(--border);
	min-height: 520px;
	padding: clamp(22px, 3vw, 34px);
}

.pillar:nth-child(1) {
	animation-delay: 120ms;
}

.pillar:nth-child(2) {
	animation-delay: 200ms;
}

.pillar:nth-child(3) {
	animation-delay: 280ms;
}

.pillar:nth-child(4) {
	animation-delay: 360ms;
}

.pillar:nth-child(5) {
	animation-delay: 440ms;
}

.pillar:last-child {
	border-right: 1px solid var(--border);
}

.pillar--wide {
	grid-column: 1 / -1;
	min-height: auto;
}

.pillar__media {
	aspect-ratio: 4 / 5;
	background: var(--surface-soft);
	margin-bottom: clamp(24px, 3vw, 34px);
	overflow: hidden;
}

.pillar__open {
	border: 0;
	color: inherit;
	cursor: zoom-in;
	display: block;
	padding: 0;
	position: relative;
	text-align: left;
	width: 100%;
}

.pillar__open:focus-visible {
	outline: 2px solid var(--accent);
	outline-offset: 4px;
}

.pillar__gallery-action {
	align-items: center;
	background: rgba(13, 66, 181, 0.9);
	bottom: 0;
	color: #fff;
	display: flex;
	font-family: var(--font-functional);
	font-size: 0.66rem;
	justify-content: space-between;
	left: 0;
	letter-spacing: 0.18em;
	padding: 14px 16px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	transform: translateY(calc(100% - 4px));
	transition: transform 180ms ease;
}

.pillar__open:hover .pillar__gallery-action,
.pillar__open:focus-visible .pillar__gallery-action {
	transform: translateY(0);
}

.pillar__gallery-items[hidden] {
	display: none;
}

.pillar--wide .pillar__media {
	aspect-ratio: 21 / 9;
}

.pillar__media img {
	height: 100%;
	object-fit: cover;
	transition: filter 680ms ease, transform 680ms ease;
	width: 100%;
}

.pillar--collaboration .pillar__media {
	aspect-ratio: 16 / 9;
}

.pillar:hover .pillar__media img {
	filter: saturate(1.05);
	transform: scale(1.025);
}

.pillar h2 {
	font-family: var(--font-editorial);
	font-size: clamp(1.55rem, 2.15vw, 2.08rem);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.02;
	margin: 0 0 18px;
}

.pillar p {
	color: var(--muted);
	font-size: 0.94rem;
	line-height: 1.42;
	margin: 0;
	overflow-wrap: break-word;
}

.archive-letter {
	animation: aurora-rise 780ms ease both;
	border-block: 1px solid var(--border);
	padding-block: clamp(52px, 7vw, 88px);
}

.archive-letter__inner {
	align-items: end;
	display: grid;
	gap: clamp(30px, 6vw, 82px);
	grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.85fr);
}

.archive-letter h2 {
	color: var(--accent);
	font-size: clamp(1.9rem, 3.2vw, 3.45rem);
	max-width: 520px;
}

.archive-letter__content p {
	color: var(--muted);
	font-size: clamp(0.84rem, 1vw, 0.94rem);
	line-height: 1.36;
	margin: 0;
	max-width: 540px;
}

.archive-letter__form {
	display: grid;
	gap: 12px;
	grid-template-columns: minmax(0, 1fr) auto;
	margin-top: clamp(26px, 4vw, 42px);
	max-width: 620px;
}

.archive-letter__managed-form {
	margin-top: clamp(26px, 4vw, 42px);
	max-width: 620px;
}

.archive-letter__managed-form .fluentform,
.archive-letter__managed-form .frm-fluent-form,
.archive-letter__managed-form .frm-fluent-form fieldset {
	width: 100%;
}

.archive-letter__managed-form .archive-letter__form {
	margin-top: 0;
}

.archive-letter__managed-form form,
.archive-letter__managed-form fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

.archive-letter__managed-form fieldset,
.archive-letter__managed-form form > div {
	align-items: end;
	display: grid;
	gap: 12px;
	grid-template-columns: minmax(0, 1fr) auto;
}

.archive-letter__managed-form .ff-el-group,
.archive-letter__managed-form .ff-el-input--content,
.archive-letter__managed-form .ff-el-form-control,
.archive-letter__managed-form .ff_submit_btn_wrapper {
	margin: 0 !important;
	min-width: 0;
}

.archive-letter__managed-form .ff-el-input--label {
	margin: 0 0 10px !important;
}

.archive-letter__managed-form .ff-el-input--label label {
	color: var(--accent);
	font-family: var(--font-functional);
	font-size: 0.72rem;
	letter-spacing: 0.16em;
	line-height: 1.2;
	text-transform: uppercase;
}

.archive-letter__managed-form .ff_submit_btn_wrapper {
	align-self: end !important;
}

.archive-letter__form input,
.archive-letter__form button,
.archive-letter__managed-form input:not([type="hidden"]),
.archive-letter__managed-form button,
.archive-letter__managed-form .ff-el-form-control,
.archive-letter__managed-form .ff-btn.ff-btn-submit {
	border-radius: 0 !important;
	font-family: var(--font-functional);
	font-size: 0.72rem;
	height: 52px !important;
	letter-spacing: 0.2em;
	min-height: 52px;
	text-transform: uppercase;
}

.archive-letter__form input,
.archive-letter__managed-form input:not([type="hidden"]),
.archive-letter__managed-form .ff-el-form-control {
	background: rgba(255, 255, 255, 0.44);
	border: 1px solid var(--border) !important;
	box-shadow: none !important;
	color: var(--accent);
	line-height: 1;
	padding: 0 18px !important;
	width: 100%;
}

.archive-letter__form input::placeholder,
.archive-letter__managed-form input::placeholder {
	color: rgba(10, 66, 181, 0.48);
}

.archive-letter__form button,
.archive-letter__managed-form button,
.archive-letter__managed-form .ff-btn.ff-btn-submit {
	align-items: center;
	background: var(--accent) !important;
	border: 1px solid var(--accent) !important;
	box-shadow: none !important;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	justify-content: center;
	line-height: 1;
	padding: 0 26px !important;
	transition: background 180ms ease, border-color 180ms ease;
}

.archive-letter__form button:hover,
.archive-letter__form button:focus,
.archive-letter__managed-form button:hover,
.archive-letter__managed-form button:focus {
	background: var(--accent-dark) !important;
	border-color: var(--accent-dark) !important;
}

.archive-letter__managed-form .ff-message-success {
	background: transparent !important;
	border: 1px solid var(--border) !important;
	box-shadow: none !important;
	color: var(--accent) !important;
	font-family: var(--font-functional);
	font-size: clamp(0.9rem, 1.1vw, 1rem);
	line-height: 1.35;
	margin: 0 !important;
	padding: 16px 18px !important;
}

.editorial-band {
	animation: aurora-fade-in 820ms ease both;
	background: var(--accent);
	color: #fff;
	padding-block: clamp(60px, 9vw, 108px);
}

.editorial-band__inner {
	display: grid;
	gap: clamp(28px, 5vw, 70px);
	grid-template-columns: minmax(0, 1.18fr) minmax(260px, 0.82fr);
}

.editorial-band .eyebrow {
	color: rgba(255, 255, 255, 0.62);
	grid-column: 1 / -1;
	margin-bottom: 0;
}

.editorial-band h2 {
	font-size: clamp(2.7rem, 5.85vw, 6.05rem);
}

.editorial-band__copy {
	align-self: end;
	border-left: 1px solid var(--white-rule);
	color: rgba(255, 255, 255, 0.72);
	font-size: clamp(1.02rem, 1.55vw, 1.22rem);
	line-height: 1.42;
	margin: 0;
	padding-left: clamp(24px, 4vw, 44px);
}

.editorial-band__copy p {
	margin: 0;
}

.editorial-band__copy p + p {
	margin-top: 0.55em;
}

.about-section {
	background: var(--surface-cool);
	border-bottom: 1px solid var(--border);
	padding-block: clamp(58px, 8vw, 108px);
	scroll-margin-top: 110px;
}

.about-section__inner {
	display: grid;
	gap: clamp(34px, 7vw, 96px);
	grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1fr);
}

.about-section__heading h2 {
	color: var(--accent);
	font-family: var(--font-editorial);
	font-size: clamp(2.45rem, 4.8vw, 5.15rem);
	font-weight: 300;
	letter-spacing: 0;
	line-height: 0.98;
	margin: 0;
	max-width: 8.5ch;
}

.about-section__copy {
	border-left: 1px solid var(--border);
	padding-left: clamp(24px, 4vw, 48px);
}

.about-section__copy p {
	color: var(--muted);
	font-size: clamp(1rem, 1.25vw, 1.16rem);
	line-height: 1.48;
	margin: 0;
	max-width: 760px;
}

.about-section__copy p + p {
	margin-top: 1em;
}

.about-founder {
	display: grid;
	grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
	margin-top: clamp(58px, 8vw, 110px);
}

.about-founder__portrait {
	background: #313637;
	margin: 0;
	min-height: clamp(560px, 57vw, 730px);
	overflow: hidden;
	position: relative;
}

.about-founder__portrait img {
	height: 150%;
	left: 0;
	max-width: none;
	object-fit: contain;
	position: absolute;
	top: -30%;
	width: auto;
}

.about-founder__content {
	background: var(--accent);
	color: #f7f3e8;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(38px, 6vw, 84px);
}

.about-founder__content .eyebrow {
	color: #d8c197;
	margin-bottom: clamp(26px, 4vw, 48px);
}

.about-founder__content h3 {
	font-family: var(--font-editorial);
	font-size: clamp(3.75rem, 7vw, 7rem);
	font-style: italic;
	font-weight: 300;
	letter-spacing: -0.025em;
	line-height: 0.82;
	margin: 0;
}

.about-founder__role {
	color: #9db9f7;
	font-family: var(--font-editorial);
	font-size: clamp(1.75rem, 3.2vw, 3.45rem);
	font-style: italic;
	line-height: 0.95;
	margin: 0.34em 0 0;
}

.about-founder__lede {
	color: rgba(247, 243, 232, 0.76);
	font-size: clamp(1rem, 1.25vw, 1.16rem);
	line-height: 1.48;
	margin: clamp(34px, 5vw, 62px) 0 0;
	max-width: 44ch;
}

.about-founder blockquote {
	border-left: 1px solid rgba(247, 243, 232, 0.42);
	color: #f7f3e8;
	font-family: var(--font-editorial);
	font-size: clamp(1.35rem, 2.25vw, 2.15rem);
	font-style: italic;
	line-height: 1.08;
	margin: clamp(32px, 4vw, 50px) 0 0;
	max-width: 32ch;
	padding-left: clamp(20px, 3vw, 34px);
}

.about-founder__interview {
	align-items: center;
	align-self: flex-start;
	background: transparent;
	border: 1px solid rgba(247, 243, 232, 0.45);
	color: #f7f3e8;
	cursor: pointer;
	display: inline-flex;
	font-family: var(--font-functional);
	font-size: 0.68rem;
	font-weight: 600;
	gap: 30px;
	justify-content: space-between;
	letter-spacing: 0.19em;
	margin-top: clamp(38px, 6vw, 70px);
	min-width: min(100%, 310px);
	padding: 18px 20px;
	text-transform: uppercase;
	transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.about-founder__interview:hover,
.about-founder__interview:focus-visible {
	background: #f7f3e8;
	border-color: #f7f3e8;
	color: var(--accent);
}

.featured-section {
	padding-block: clamp(54px, 8vw, 96px);
}

.current-focus {
	padding-block: clamp(54px, 7vw, 88px);
	scroll-margin-top: 120px;
}

.archive-bridge {
	animation: aurora-soft-reveal 860ms ease both;
	border-block: 1px solid var(--border);
	margin: 0;
	position: relative;
}

.archive-bridge img {
	height: clamp(340px, 44vw, 640px);
	object-fit: cover;
	width: 100%;
}

.archive-bridge figcaption {
	bottom: clamp(18px, 3vw, 34px);
	color: rgba(255, 255, 255, 0.78);
	font-family: var(--font-functional);
	font-size: 0.66rem;
	letter-spacing: 0.22em;
	margin: 0;
	position: absolute;
	right: clamp(20px, 4vw, 44px);
	text-transform: uppercase;
}

.archive-bridge + .featured-section {
	padding-top: clamp(48px, 7vw, 84px);
}

.services-bar {
	background: var(--surface-cool);
	border-block: 1px solid var(--border);
	padding-block: clamp(58px, 7vw, 96px);
	scroll-margin-top: 110px;
}

.services-bar__inner {
	display: block;
}

.services-bar__heading {
	border-bottom: 1px solid var(--border);
	padding-bottom: clamp(24px, 3vw, 36px);
}

.services-bar__heading h2 {
	color: var(--accent);
	font-family: var(--font-editorial);
	font-size: clamp(2.35rem, 4.55vw, 5rem);
	font-weight: 300;
	letter-spacing: 0;
	line-height: 0.98;
	margin: 14px 0 0;
	max-width: 620px;
}

.services-bar__items {
	display: grid;
	gap: 0;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: clamp(34px, 4vw, 54px);
}

.services-bar__items article {
	min-width: 0;
	padding: 0 clamp(24px, 3vw, 44px);
}

.services-bar__items article:first-child {
	padding-left: 0;
}

.services-bar__items article + article {
	border-left: 1px solid var(--border);
}

.services-bar__items article:last-child {
	padding-right: 0;
}

.services-bar__copy {
	display: block;
	padding: 0;
}

.services-bar__items h3 {
	color: var(--accent);
	font-family: var(--font-editorial);
	font-size: clamp(1.45rem, 2vw, 2rem);
	font-weight: 400;
	line-height: 1.06;
	margin: 0;
	max-width: 17ch;
	text-wrap: balance;
}

.services-bar__rule {
	background: var(--warm);
	display: block;
	height: 1px;
	margin-top: 20px;
	width: 44px;
}

.services-bar__tagline {
	color: var(--text-dark);
	font-family: var(--font-editorial);
	font-size: clamp(1.08rem, 1.55vw, 1.38rem);
	line-height: 1.3;
	margin: 18px 0 0;
}

.services-bar__note {
	color: var(--muted);
	font-family: var(--font-editorial);
	font-size: 1.08rem;
	font-style: italic;
	margin: clamp(30px, 4vw, 48px) 0 0;
	text-align: left;
}

.section-heading {
	animation: aurora-rise 760ms ease both;
	align-items: end;
	display: grid;
	gap: 20px;
	grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
	margin-bottom: 32px;
}

.section-heading h2 {
	font-size: clamp(2.35rem, 4.55vw, 5rem);
	max-width: 780px;
}

.current-focus .section-heading {
	align-items: start;
	grid-template-columns: 1fr;
}

.current-focus .section-heading h2 {
	max-width: 620px;
}

.focus-rows {
	display: grid;
}

.focus-row {
	animation: aurora-rise 760ms ease both;
	border-left: 1px solid var(--border);
	border-right: 1px solid var(--border);
	border-top: 1px solid var(--border);
	display: grid;
	gap: clamp(24px, 4vw, 58px);
	grid-template-columns: minmax(0, 0.62fr) minmax(280px, 0.86fr);
	padding: clamp(24px, 3vw, 38px);
}

.focus-row:last-child {
	border-bottom: 1px solid var(--border);
}

.focus-row--simple {
	grid-template-columns: minmax(0, 1fr);
}

.focus-row--media {
	align-items: center;
}

.focus-row--media .focus-row__content {
	align-items: start;
	display: grid;
	gap: clamp(34px, 5vw, 76px);
	grid-column: 1 / -1;
	grid-template-columns: minmax(260px, 0.72fr) minmax(520px, 1.28fr);
	width: 100%;
}

.focus-row--slider {
	grid-template-columns: minmax(0, 0.62fr) minmax(280px, 0.86fr);
	row-gap: clamp(26px, 4vw, 46px);
}

.focus-row--slider .focus-row__content {
	align-self: center;
	display: block;
	grid-column: 1;
}

.focus-row--slider .focus-row__content h3 {
	margin-bottom: 22px;
}

.focus-row:nth-child(2) {
	animation-delay: 120ms;
}

.focus-row:nth-child(3) {
	animation-delay: 220ms;
}

.focus-row h3 {
	color: var(--accent);
	font-size: clamp(1.7rem, 2.3vw, 2.6rem);
	margin-bottom: 22px;
}

.focus-row p {
	color: var(--muted);
	font-size: 0.95rem;
	line-height: 1.42;
	margin: 0;
	overflow-wrap: break-word;
}

.focus-row p + p {
	margin-top: 0.2em;
}

.focus-row__presented {
	color: var(--accent) !important;
	margin-bottom: 0.55em !important;
}

.focus-row__visit {
	border-left: 1px solid var(--border);
	display: grid;
	gap: clamp(28px, 2.5vw, 36px);
	grid-template-columns: minmax(200px, 0.82fr) minmax(280px, 1.18fr);
	padding-left: clamp(28px, 4vw, 58px);
}

.focus-row__visit .eyebrow {
	color: var(--accent);
	font-size: 0.62rem;
	margin: 0 0 12px;
}

.focus-row__visit address {
	color: var(--muted);
	font-style: normal;
	line-height: 1.5;
}

.focus-row__hours {
	margin: 0;
}

.focus-row__hours div {
	display: grid;
	gap: 16px;
	grid-template-columns: minmax(100px, 1fr) minmax(120px, auto);
	padding-block: 4px;
}

.focus-row__hours dt,
.focus-row__hours dd {
	color: var(--muted);
	font-size: 0.9rem;
	line-height: 1.35;
	margin: 0;
}

.focus-row__hours dd {
	text-align: right;
}

.focus-row__media {
	margin: 0;
	overflow: hidden;
}

.focus-row__media img {
	aspect-ratio: 16 / 10;
	object-fit: cover;
	width: 100%;
}

.focus-row__invitation {
	border-top: 1px solid var(--border);
	grid-column: 1 / -1;
	margin: 0;
	padding-top: clamp(28px, 4vw, 44px);
}

.focus-row__invitation-trigger {
	background: transparent;
	border: 0;
	color: var(--accent);
	cursor: zoom-in;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}

.focus-row__invitation-trigger img {
	display: block;
	height: auto;
	width: 100%;
}

.focus-row__invitation-action {
	border: 1px solid var(--border);
	display: flex;
	font-family: var(--font-functional);
	font-size: 0.68rem;
	justify-content: space-between;
	letter-spacing: 0.18em;
	padding: 14px 16px;
	text-transform: uppercase;
	transition: background 180ms ease, color 180ms ease;
}

.focus-row__invitation-trigger:hover .focus-row__invitation-action,
.focus-row__invitation-trigger:focus-visible .focus-row__invitation-action {
	background: var(--accent);
	color: #fff;
}

.focus-row__statement {
	border-top: 1px solid var(--border);
	display: grid;
	gap: clamp(26px, 5vw, 70px);
	grid-column: 1 / -1;
	grid-template-columns: minmax(150px, 0.34fr) minmax(0, 1fr);
	padding-top: clamp(28px, 4vw, 44px);
}

.focus-row__statement .eyebrow {
	margin: 0;
}

.focus-row__statement-body {
	max-width: 780px;
}

.focus-row__statement-body p {
	font-size: clamp(0.98rem, 1.2vw, 1.12rem);
	line-height: 1.52;
}

.focus-row__statement-body p + p {
	margin-top: 1.1em;
}

.focus-row__statement-body .focus-row__statement-closing,
.archive-volume__content .exhibition-statement__closing {
	color: var(--accent);
	font-family: var(--font-editorial);
	font-size: clamp(1.35rem, 2.1vw, 2rem);
	font-style: italic;
	line-height: 1.15;
	margin-top: clamp(26px, 4vw, 40px);
}

.studio-interviews {
	display: grid;
	gap: clamp(24px, 4vw, 42px);
	min-width: 0;
}

.focus-row--slider .studio-interviews {
	grid-column: 1 / -1;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.studio-interview {
	min-width: 0;
}

.studio-interview + .studio-interview {
	border-top: 1px solid var(--border);
	padding-top: clamp(22px, 3vw, 34px);
}

.focus-row--slider .studio-interview + .studio-interview {
	border-left: 1px solid var(--border);
	border-top: 0;
	padding-left: clamp(22px, 3vw, 34px);
	padding-top: 0;
}

.focus-row--slider .studio-interview:nth-child(n + 3) {
	border-top: 1px solid var(--border);
	padding-top: clamp(22px, 3vw, 34px);
}

.focus-row--slider .studio-interview:nth-child(odd) {
	border-left: 0;
	padding-left: 0;
}

.studio-interview h4 {
	color: var(--accent);
	font-family: var(--font-editorial);
	font-size: clamp(1.3rem, 1.75vw, 1.78rem);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.08;
	margin: 0 0 18px;
}

.studio-slider {
	min-width: 0;
	position: relative;
}

.studio-slider__track {
	display: grid;
	gap: 14px;
	grid-auto-columns: minmax(240px, 56%);
	grid-auto-flow: column;
	overflow-x: auto;
	padding-bottom: 14px;
	scroll-snap-type: x mandatory;
	scrollbar-color: var(--accent) rgba(13, 66, 181, 0.12);
}

.studio-slide {
	margin: 0;
	overflow: hidden;
	scroll-snap-align: start;
}

.studio-slide img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
	width: 100%;
}

.studio-slide__open {
	background: transparent;
	border: 0;
	cursor: zoom-in;
	display: block;
	padding: 0;
	width: 100%;
}

.studio-slide__open img {
	display: block;
	transition: filter 180ms ease, transform 180ms ease;
}

.studio-slide__open:hover img,
.studio-slide__open:focus-visible img {
	filter: brightness(0.88);
	transform: scale(1.015);
}

.studio-slide__open:focus-visible {
	outline: 2px solid var(--accent);
	outline-offset: -2px;
}

.studio-lightbox {
	background: transparent;
	border: 0;
	box-sizing: border-box;
	height: 100dvh;
	margin: 0;
	max-height: none;
	max-width: none;
	overflow: hidden;
	padding: clamp(62px, 8vh, 92px) clamp(20px, 4vw, 64px) clamp(58px, 7vh, 82px);
	width: 100vw;
}

.studio-lightbox[open] {
	display: grid;
	place-items: center;
}

.studio-lightbox::backdrop {
	backdrop-filter: blur(8px);
	background: rgba(4, 17, 48, 0.9);
}

.studio-lightbox__panel {
	display: grid;
	height: 100%;
	place-items: center;
	position: relative;
	touch-action: pan-y;
	user-select: none;
	width: 100%;
}

.studio-lightbox__figure {
	display: grid;
	gap: clamp(12px, 2vh, 18px);
	justify-items: center;
	margin: 0;
	max-height: 100%;
	max-width: 100%;
	position: relative;
}

.studio-lightbox__figure::after {
	animation: aurora-lightbox-spin 720ms linear infinite;
	border: 2px solid rgba(247, 243, 232, 0.3);
	border-radius: 50%;
	border-top-color: #f7f3e8;
	content: "";
	height: 30px;
	left: 50%;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: opacity 140ms ease;
	width: 30px;
	z-index: 1;
}

.studio-lightbox__image {
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
	display: block;
	height: auto;
	max-height: calc(100dvh - 200px);
	max-width: calc(100vw - 40px);
	object-fit: contain;
	opacity: 1;
	transition: opacity 160ms ease;
	width: auto;
}

.studio-lightbox__panel.is-loading .studio-lightbox__figure::after {
	opacity: 1;
}

.studio-lightbox__panel.is-loading .studio-lightbox__image {
	opacity: 0.34;
}

@keyframes aurora-lightbox-spin {
	to {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

.studio-lightbox__close {
	align-items: center;
	background: var(--background);
	border: 1px solid rgba(247, 243, 232, 0.56);
	color: var(--accent);
	cursor: pointer;
	display: inline-flex;
	height: 48px;
	justify-content: center;
	padding: 0;
	position: fixed;
	right: clamp(14px, 2.5vw, 34px);
	top: clamp(14px, 2.5vw, 34px);
	transition: background 180ms ease, color 180ms ease;
	width: 48px;
	z-index: 2;
}

.studio-lightbox__close:hover,
.studio-lightbox__close:focus-visible {
	background: var(--accent);
	color: #fff;
}

.studio-lightbox__close svg {
	fill: none;
	height: 22px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-width: 1.4;
	width: 22px;
}

.studio-lightbox__nav {
	align-items: center;
	background: rgba(238, 238, 247, 0.94);
	border: 1px solid rgba(247, 243, 232, 0.56);
	color: var(--accent);
	cursor: pointer;
	display: inline-flex;
	height: 48px;
	justify-content: center;
	padding: 0;
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	transition: background 180ms ease, color 180ms ease;
	width: 48px;
	z-index: 2;
}

.studio-lightbox__nav--previous {
	left: clamp(10px, 2.5vw, 34px);
}

.studio-lightbox__nav--next {
	right: clamp(10px, 2.5vw, 34px);
}

.studio-lightbox__nav:hover,
.studio-lightbox__nav:focus-visible {
	background: var(--accent);
	color: #fff;
}

.studio-lightbox__nav svg {
	fill: none;
	height: 24px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.4;
	width: 24px;
}

.studio-lightbox .studio-lightbox__caption {
	color: #f7f3e8;
	font-family: var(--font-functional);
	font-size: 0.66rem;
	letter-spacing: 0.14em;
	margin: 0;
	overflow-wrap: anywhere;
	text-align: center;
	text-transform: uppercase;
	width: min(760px, calc(100vw - 100px));
}

.studio-interview__trigger {
	align-items: center;
	background: transparent;
	border: 1px solid var(--border);
	color: var(--accent);
	cursor: pointer;
	display: flex;
	font-family: var(--font-functional);
	font-size: 0.68rem;
	justify-content: space-between;
	letter-spacing: 0.18em;
	margin-top: 12px;
	padding: 12px 14px;
	text-transform: uppercase;
	transition: background 180ms ease, color 180ms ease;
	width: 100%;
}

@media (max-width: 720px) {
	.studio-lightbox {
		padding: 60px 8px 56px;
	}

	.studio-lightbox__image {
		max-height: calc(100dvh - 180px);
		max-width: calc(100vw - 16px);
	}

	.studio-lightbox__close {
		height: 44px;
		width: 44px;
	}

	.studio-lightbox__nav {
		background: rgba(238, 238, 247, 0.82);
		height: 44px;
		width: 44px;
	}

	.studio-lightbox .studio-lightbox__caption {
		width: calc(100vw - 32px);
	}
}

.studio-interview__trigger:hover,
.studio-interview__trigger:focus-visible {
	background: var(--accent);
	color: #fff;
}

.studio-interview__trigger-icon {
	font-family: var(--font-functional);
	font-size: 1rem;
	line-height: 1;
}

.interview-dialog {
	background: var(--background);
	border: 1px solid var(--border);
	color: var(--accent);
	height: min(88dvh, 900px);
	max-height: min(88dvh, 900px);
	max-width: calc(100vw - 40px);
	overflow: hidden;
	padding: 0;
	width: min(900px, calc(100vw - 40px));
}

.interview-dialog::backdrop {
	backdrop-filter: blur(7px);
	background: rgba(8, 27, 78, 0.42);
}

.interview-dialog__panel {
	display: grid;
	grid-template-rows: auto minmax(0, 1fr);
	height: 100%;
	min-height: 0;
}

.interview-dialog__header {
	align-items: center;
	background: var(--background);
	border-bottom: 1px solid var(--border);
	display: flex;
	gap: 24px;
	justify-content: space-between;
	padding: clamp(18px, 3vw, 30px);
}

.interview-dialog__header .eyebrow {
	margin: 0 0 7px;
}

.interview-dialog__header h2 {
	font-family: var(--font-editorial);
	font-size: clamp(1.7rem, 3vw, 2.8rem);
	font-weight: 400;
	line-height: 1;
	margin: 0;
}

.interview-dialog__close {
	align-items: center;
	background: transparent;
	border: 1px solid var(--border);
	color: var(--accent);
	cursor: pointer;
	display: inline-flex;
	flex: 0 0 auto;
	height: 48px;
	justify-content: center;
	padding: 0;
	transition: background 180ms ease, color 180ms ease;
	width: 48px;
}

.interview-dialog__close:hover,
.interview-dialog__close:focus-visible {
	background: var(--accent);
	color: #fff;
}

.interview-dialog__close svg {
	fill: none;
	height: 22px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-width: 1.4;
	width: 22px;
}

.invitation-dialog {
	height: min(94dvh, 1100px);
	max-height: min(94dvh, 1100px);
	width: min(1100px, calc(100vw - 40px));
}

.invitation-dialog__body {
	background: #0c2a20;
	overflow-y: auto;
	padding: clamp(16px, 3vw, 34px);
}

.invitation-dialog__body img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 820px;
	width: 100%;
}

.studio-interview__transcript {
	overflow-y: auto;
	padding: clamp(22px, 3vw, 36px);
}

.studio-interview__transcript h5 {
	color: var(--accent);
	font-family: var(--font-editorial);
	font-size: clamp(1.55rem, 2.2vw, 2.15rem);
	font-weight: 400;
	line-height: 1.05;
	margin: 0 0 20px;
}

.studio-interview__transcript p {
	color: var(--muted);
	font-size: clamp(0.92rem, 1.05vw, 1rem);
	line-height: 1.52;
	margin: 0;
}

.studio-interview__intro {
	border-bottom: 1px solid var(--border);
	padding-bottom: 22px;
}

.studio-interview__exchange {
	display: grid;
	gap: 14px;
	padding-block: 24px;
}

.studio-interview__exchange strong {
	color: var(--accent);
	font-weight: 400;
}

.founder-interview-dialog {
	height: min(92dvh, 1000px);
	max-height: min(92dvh, 1000px);
	width: min(1040px, calc(100vw - 40px));
}

.founder-interview__transcript {
	background: var(--surface);
	padding: clamp(32px, 5vw, 70px);
}

.founder-interview__intro {
	border-bottom: 1px solid var(--border);
	margin: 0 auto;
	max-width: 760px;
	padding-bottom: clamp(32px, 5vw, 58px);
	text-align: center;
}

.founder-interview__intro .eyebrow {
	color: var(--accent);
	margin-bottom: 18px;
}

.founder-interview__intro > p:not(.eyebrow):not(.founder-interview__byline) {
	font-family: var(--font-editorial);
	font-size: clamp(1.25rem, 2.1vw, 1.8rem);
	line-height: 1.3;
}

.founder-interview__intro .founder-interview__byline {
	color: var(--accent);
	font-family: var(--font-functional);
	font-size: 0.65rem;
	letter-spacing: 0.18em;
	margin-top: 24px;
	text-transform: uppercase;
}

.founder-interview__opening {
	font-family: var(--font-editorial);
	font-size: clamp(1.15rem, 1.65vw, 1.45rem) !important;
	line-height: 1.5 !important;
	margin: clamp(34px, 5vw, 58px) 0 !important;
}

.founder-interview__opening::first-letter {
	color: var(--accent);
	float: left;
	font-size: 4.9em;
	font-style: italic;
	line-height: 0.72;
	padding: 0.08em 0.09em 0 0;
}

.founder-interview__chapter {
	border-top: 1px solid var(--border);
	padding-top: clamp(30px, 4vw, 48px);
}

.founder-interview__chapter + .founder-interview__chapter {
	margin-top: clamp(46px, 7vw, 82px);
}

.founder-interview__chapter h3 {
	color: var(--accent);
	font-family: var(--font-functional);
	font-size: 0.7rem;
	font-weight: 500;
	letter-spacing: 0.22em;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}

.founder-interview__chapter .studio-interview__exchange {
	gap: 18px;
	padding-block: clamp(28px, 4vw, 44px);
}

.founder-interview__chapter .studio-interview__exchange p {
	font-family: var(--font-editorial);
	font-size: clamp(1.05rem, 1.55vw, 1.3rem);
	line-height: 1.5;
}

.founder-interview__chapter .studio-interview__exchange strong {
	display: block;
	font-family: var(--font-functional);
	font-size: 0.62rem;
	letter-spacing: 0.18em;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.founder-interview__quote {
	border-block: 1px solid var(--accent);
	color: var(--accent);
	font-family: var(--font-editorial);
	font-size: clamp(1.75rem, 3.5vw, 3.15rem);
	font-style: italic;
	line-height: 1.08;
	margin: 0;
	padding: clamp(30px, 5vw, 54px) clamp(6px, 4vw, 38px);
	text-align: center;
}

.founder-interview__quote--closing {
	border-bottom: 0;
	color: var(--muted);
	font-size: clamp(1.55rem, 2.7vw, 2.45rem);
}

.studio-interview__quote {
	border-left: 2px solid var(--warm);
	color: var(--accent);
	font-family: var(--font-editorial);
	font-size: clamp(1.35rem, 2.4vw, 2rem);
	font-style: italic;
	line-height: 1.2;
	margin: clamp(28px, 4vw, 46px) 0;
	padding-left: clamp(18px, 3vw, 30px);
}

.studio-interview__bio {
	border-top: 1px solid var(--border);
	font-style: italic;
	padding-top: 22px;
}

.feature-grid {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.feature-card {
	animation: aurora-rise 760ms ease both;
	min-height: 430px;
	overflow: hidden;
	padding: clamp(24px, 3vw, 34px);
	position: relative;
	text-decoration: none;
	transition: transform 260ms ease, box-shadow 260ms ease;
}

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

.feature-card:nth-child(3) {
	animation-delay: 220ms;
}

.feature-card:nth-child(4) {
	animation-delay: 320ms;
}

.feature-card:hover {
	transform: translateY(-4px);
}

.feature-card h3 {
	font-family: var(--font-editorial);
	font-size: clamp(1.8rem, 2.7vw, 3rem);
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.04;
	margin: 0;
}

.feature-card--image {
	align-items: end;
	color: #fff;
	display: flex;
	min-height: 430px;
	padding: 0;
}

.feature-grid .feature-card--image:first-child {
	min-height: 430px;
}

.feature-card--image img {
	height: 100%;
	inset: 0;
	object-fit: cover;
	position: absolute;
	transition: transform 760ms ease, filter 760ms ease;
	width: 100%;
}

.feature-card--image:hover img {
	filter: saturate(1.06);
	transform: scale(1.025);
}

.feature-card--image::after {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.52));
	content: "";
	inset: 0;
	position: absolute;
}

.feature-card__copy {
	padding: clamp(24px, 3vw, 38px);
	position: relative;
	z-index: 1;
}

.feature-card--image span {
	color: rgba(255, 255, 255, 0.78);
}

.feature-card--blue {
	background: var(--accent);
	color: #fff;
}

.feature-card--blue span {
	color: rgba(255, 255, 255, 0.62);
}

.feature-card--link {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.feature-card--link p {
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.96rem;
	line-height: 1.42;
	margin: 24px 0 0;
	max-width: 22ch;
}

.feature-card--light {
	background: var(--surface);
	color: var(--accent);
}

.contact-panel {
	animation: aurora-rise 760ms ease both;
	border-top: 1px solid var(--border);
	padding-block: clamp(34px, 5vw, 58px);
}

@keyframes aurora-rise {
	from {
		opacity: 0;
		transform: translateY(18px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes aurora-fade-down {
	from {
		opacity: 0;
		transform: translateY(-10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes aurora-fade-in {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes aurora-soft-reveal {
	from {
		opacity: 0;
		transform: translateY(16px) scale(0.985);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		animation-duration: 1ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 1ms !important;
	}
}

.contact-panel__inner {
	align-items: end;
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 0.45fr);
}

.contact-panel h2 {
	font-size: clamp(1.9rem, 3.05vw, 3.45rem);
	max-width: 620px;
}

.contact-panel p:not(.eyebrow) {
	border-left: 1px solid var(--border);
	color: var(--muted);
	font-size: 1rem;
	line-height: 1.42;
	margin: 0;
	padding-left: 28px;
}

.artists-page {
	background: var(--background);
}

.artists-hero {
	border-bottom: 1px solid var(--border);
	padding-block: clamp(68px, 10vw, 126px);
}

.artists-hero__inner {
	display: grid;
	gap: clamp(20px, 4vw, 56px);
	grid-template-columns: minmax(0, 1fr);
}

.artists-hero h1 {
	font-family: var(--font-editorial);
	font-size: clamp(4.1rem, 9.35vw, 8.4rem);
	font-weight: 300;
	letter-spacing: 0;
	line-height: 0.9;
	margin: 0;
}

.artists-hero p:not(.eyebrow) {
	color: var(--muted);
	font-size: clamp(1.02rem, 1.4vw, 1.22rem);
	line-height: 1.42;
	margin: 0;
	max-width: 620px;
}

.archive-volume-hero .artists-hero__inner {
	display: block;
}

.archive-volume-hero h1 {
	max-width: min(7.8ch, 100%);
	overflow-wrap: break-word;
}

.archive-volume-hero p:not(.eyebrow) {
	margin-top: clamp(26px, 4vw, 52px);
	max-width: 620px;
	overflow-wrap: break-word;
	width: min(620px, 100%);
}

.archive-volume-page {
	background: var(--background);
}

.archive-volume {
	display: grid;
	gap: clamp(28px, 5vw, 78px);
	grid-template-columns: minmax(300px, 0.82fr) minmax(0, 0.72fr);
	padding-block: clamp(54px, 8vw, 112px);
}

.archive-volume__media {
	margin: 0;
	overflow: hidden;
}

.archive-volume__media img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
	transition: transform 700ms ease, filter 700ms ease;
	width: 100%;
}

.archive-volume__media:hover img {
	filter: saturate(1.04);
	transform: scale(1.015);
}

.archive-volume__content {
	align-self: center;
}

.archive-volume__content h2 {
	font-family: var(--font-editorial);
	font-size: clamp(2.35rem, 5.15vw, 4.95rem);
	font-weight: 300;
	letter-spacing: 0;
	line-height: 0.96;
	margin: 0;
}

.archive-volume__content p:not(.eyebrow) {
	color: var(--muted);
	font-size: clamp(1rem, 1.25vw, 1.18rem);
	line-height: 1.42;
	margin: 28px 0 0;
}

.archive-volume__content .text-link {
	display: inline-flex;
	margin-top: 30px;
}

.exhibition-gallery {
	background: var(--accent);
	color: #f7f3e8;
	overflow: hidden;
	padding-block: clamp(72px, 10vw, 150px);
	scroll-margin-top: 82px;
}

.exhibition-gallery__heading {
	align-items: end;
	border-top: 1px solid rgba(247, 243, 232, 0.32);
	display: grid;
	gap: clamp(32px, 7vw, 120px);
	grid-template-columns: minmax(0, 1.3fr) minmax(240px, 0.7fr);
	padding-top: clamp(28px, 4vw, 50px);
}

.exhibition-gallery__heading .eyebrow {
	color: #d8c197;
}

.exhibition-gallery__heading h2 {
	font-family: var(--font-editorial);
	font-size: clamp(3.4rem, 8vw, 7.4rem);
	font-weight: 300;
	letter-spacing: 0;
	line-height: 0.86;
	margin: 0;
}

.exhibition-gallery__heading > p {
	color: rgba(247, 243, 232, 0.76);
	font-size: clamp(1rem, 1.25vw, 1.16rem);
	line-height: 1.45;
	margin: 0;
	max-width: 38ch;
}

.exhibition-gallery__sequence {
	display: grid;
	gap: clamp(60px, 8vw, 128px) clamp(18px, 2.5vw, 38px);
	grid-template-columns: repeat(12, minmax(0, 1fr));
	margin-top: clamp(72px, 10vw, 148px);
	position: relative;
}

.exhibition-gallery__item {
	margin: 0;
	min-width: 0;
	position: relative;
}

.exhibition-gallery__item:nth-child(1) {
	grid-column: 1 / span 7;
	grid-row: 1;
}

.exhibition-gallery__item:nth-child(2) {
	grid-column: 9 / span 4;
	grid-row: 1;
	margin-top: clamp(70px, 10vw, 150px);
}

.exhibition-gallery__item:nth-child(3) {
	grid-column: 2 / span 4;
	grid-row: 2;
}

.exhibition-gallery__item:nth-child(4) {
	grid-column: 7 / span 6;
	grid-row: 2;
	margin-top: clamp(26px, 4vw, 62px);
}

.exhibition-gallery__item:nth-child(5) {
	grid-column: 1 / span 6;
	grid-row: 3;
}

.exhibition-gallery__item:nth-child(6) {
	grid-column: 8 / span 4;
	grid-row: 3;
	margin-top: clamp(86px, 12vw, 180px);
}

.exhibition-gallery__item:nth-child(7) {
	grid-column: 2 / span 4;
	grid-row: 4;
}

.exhibition-gallery__item:nth-child(8) {
	grid-column: 6 / span 7;
	grid-row: 4;
	margin-top: clamp(34px, 5vw, 74px);
}

.exhibition-gallery__item:nth-child(9) {
	grid-column: 1 / span 5;
	grid-row: 5;
}

.exhibition-gallery__item:nth-child(10) {
	grid-column: 8 / span 4;
	grid-row: 5;
	margin-top: clamp(82px, 11vw, 166px);
}

.exhibition-gallery__open {
	background: #071f57;
	border: 0;
	color: #fff;
	cursor: zoom-in;
	display: block;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
}

.exhibition-gallery__open img {
	aspect-ratio: 4 / 3;
	height: auto;
	object-fit: cover;
	transition: filter 420ms ease, transform 700ms cubic-bezier(0.2, 0.65, 0.3, 1);
	width: 100%;
}

.exhibition-gallery__item:nth-child(1) .exhibition-gallery__open img,
.exhibition-gallery__item:nth-child(4) .exhibition-gallery__open img {
	aspect-ratio: 16 / 10;
}

.exhibition-gallery__item:nth-child(2) .exhibition-gallery__open img,
.exhibition-gallery__item:nth-child(6) .exhibition-gallery__open img,
.exhibition-gallery__item:nth-child(7) .exhibition-gallery__open img,
.exhibition-gallery__item:nth-child(9) .exhibition-gallery__open img,
.exhibition-gallery__item:nth-child(10) .exhibition-gallery__open img {
	aspect-ratio: 4 / 5;
}

.exhibition-gallery__item:nth-child(3) .exhibition-gallery__open img {
	aspect-ratio: 1;
}

.exhibition-gallery__item:nth-child(5) .exhibition-gallery__open img {
	aspect-ratio: 3 / 2;
}

.exhibition-gallery__item:nth-child(8) .exhibition-gallery__open img {
	aspect-ratio: 1;
}

.exhibition-gallery__open:hover img,
.exhibition-gallery__open:focus-visible img {
	filter: brightness(0.78) saturate(1.08);
	transform: scale(1.025);
}

.exhibition-gallery__open:focus-visible {
	outline: 2px solid #f7f3e8;
	outline-offset: 5px;
}

.exhibition-gallery__index {
	align-items: center;
	background: rgba(7, 31, 87, 0.9);
	bottom: 0;
	display: flex;
	font-family: var(--font-functional);
	font-size: 0.7rem;
	height: 42px;
	justify-content: center;
	letter-spacing: 0.12em;
	position: absolute;
	right: 0;
	transition: background 220ms ease, color 220ms ease;
	width: 48px;
}

.exhibition-gallery__open:hover .exhibition-gallery__index,
.exhibition-gallery__open:focus-visible .exhibition-gallery__index {
	background: #f7f3e8;
	color: var(--accent);
}

.exhibition-gallery__item figcaption {
	color: rgba(247, 243, 232, 0.7);
	font-family: var(--font-functional);
	font-size: 0.68rem;
	letter-spacing: 0.15em;
	margin-top: 12px;
	text-transform: uppercase;
}

.artists-index {
	display: grid;
	gap: clamp(28px, 4vw, 52px);
	padding-block: clamp(54px, 8vw, 108px);
}

.artist-card {
	border-top: 1px solid var(--border);
	display: grid;
	gap: clamp(24px, 4vw, 58px);
	grid-template-columns: minmax(220px, 0.38fr) minmax(0, 1fr);
	padding-top: clamp(28px, 4vw, 52px);
}

.artist-card__media {
	background: rgba(13, 66, 181, 0.06);
	min-height: 280px;
	overflow: hidden;
}

.artist-card__media img {
	aspect-ratio: 4 / 5;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.artist-card__media .artist-card__image--shie {
	object-fit: cover;
	object-position: center center;
}

.artist-card__image--aldo {
	object-position: 78% center;
}

.artist-card__placeholder {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	min-height: 320px;
}

.artist-card__placeholder img {
	height: 92px;
	object-fit: contain;
	opacity: 0.46;
	width: auto;
}

.artist-card__body {
	max-width: 860px;
}

.artist-card__meta {
	color: var(--warm);
	font-family: var(--font-functional);
	font-size: 0.7rem;
	letter-spacing: 0.22em;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.artist-card h2 {
	font-family: var(--font-editorial);
	font-size: clamp(2.15rem, 3.85vw, 4.25rem);
	font-weight: 300;
	letter-spacing: 0;
	line-height: 0.98;
	margin: 0 0 22px;
}

.artist-card__work {
	font-family: var(--font-functional);
	font-size: 0.82rem;
	line-height: 1.5;
	margin: -8px 0 24px;
}

.artist-card__work span {
	display: block;
}

.artist-card p:not(.artist-card__meta):not(.artist-card__work) {
	color: var(--muted);
	font-size: clamp(0.98rem, 1.18vw, 1.12rem);
	line-height: 1.42;
	margin: 0 0 14px;
}

.site-footer {
	background: var(--surface);
	border-top: 1px solid var(--border);
	color: var(--accent);
}

.site-footer__inner {
	align-items: center;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 0.6fr) minmax(0, 1fr) minmax(0, 0.6fr);
	min-height: 118px;
	padding-block: 28px;
}

.footer-brand {
	gap: 8px;
}

.brand-mark--footer {
	height: 34px;
}

.footer-brand span {
	display: inline-block;
}

.footer-note,
.footer-development,
.footer-domain,
.footer-links a {
	color: var(--ink-soft);
	font-family: var(--font-functional);
	font-size: 0.78rem;
	letter-spacing: 0.12em;
	margin: 0;
	text-transform: lowercase;
}

.footer-credit {
	display: grid;
	gap: 5px;
	text-align: center;
}

.footer-development a {
	color: inherit;
	text-underline-offset: 3px;
	transition: color 180ms ease;
}

.footer-domain {
	text-align: right;
}

.footer-links {
	align-items: flex-end;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.footer-links a {
	text-decoration: none;
	transition: color 180ms ease;
}

.footer-social {
	align-items: center;
	display: inline-flex;
	gap: 8px;
}

.footer-social__icon {
	fill: none;
	flex: 0 0 auto;
	height: 17px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
	width: 17px;
}

.footer-links a:hover,
.footer-links a:focus,
.footer-development a:hover,
.footer-development a:focus {
	color: var(--accent);
}

.entry {
	margin-inline: auto;
	max-width: 760px;
}

.entry-title,
.content-section h2 {
	font-size: clamp(2.35rem, 5.15vw, 4.35rem);
}

.content-section {
	padding-block: clamp(54px, 8vw, 96px);
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	width: 1px;
}

.screen-reader-text:focus {
	background: #fff;
	clip: auto;
	clip-path: none;
	height: auto;
	left: 12px;
	padding: 12px;
	top: 12px;
	width: auto;
	z-index: 100000;
}

@media (hover: none) {
	.pillar__gallery-action {
		transform: translateY(0);
	}
}

@media (max-width: 920px) {
	.site-header__inner {
		align-items: flex-start;
		flex-direction: column;
		gap: 16px;
		padding-block: 20px;
	}

	.site-nav {
		justify-content: flex-start;
	}

	.site-nav__dropdown-panel {
		margin-top: 12px;
		position: static;
		right: auto;
		top: auto;
	}

	.aurora-hero {
		min-height: 100svh;
	}

	.editorial-band__inner,
	.about-section__inner,
	.archive-letter__inner,
	.section-heading,
	.contact-panel__inner,
	.exhibition-gallery__heading,
	.archive-volume,
	.services-bar__inner {
		grid-template-columns: 1fr;
	}

	.services-bar__note {
		margin-top: 32px;
	}

	.services-bar__items {
		grid-template-columns: minmax(0, 1fr);
	}

	.services-bar__items article,
	.services-bar__items article:first-child,
	.services-bar__items article:last-child {
		padding: 30px 0;
	}

	.services-bar__items article:first-child {
		padding-top: 0;
	}

	.services-bar__items article + article {
		border-left: 0;
		border-top: 1px solid var(--border);
	}

	.services-bar__items article:last-child {
		padding-bottom: 0;
	}

	.artists-hero__inner,
	.artist-card {
		grid-template-columns: 1fr;
	}

	.aurora-hero h1 {
		max-width: 10ch;
	}

	.pillars,
	.feature-grid {
		grid-template-columns: 1fr 1fr;
	}

	.focus-row,
	.focus-row:last-child {
		grid-template-columns: minmax(0, 1fr);
	}

	.focus-row--media .focus-row__content {
		grid-template-columns: 1fr;
	}

	.focus-row__visit {
		border-left: 0;
		border-top: 1px solid var(--border);
		grid-template-columns: minmax(150px, 0.72fr) minmax(280px, 1.28fr);
		padding-left: 0;
		padding-top: clamp(24px, 3vw, 34px);
	}

	.focus-row__statement {
		grid-template-columns: 1fr;
	}

	.focus-row--slider .focus-row__content {
		grid-template-columns: 1fr;
	}

	.focus-row--slider .studio-interviews {
		grid-template-columns: 1fr;
	}

	.focus-row--slider .studio-interview + .studio-interview {
		border-left: 0;
		border-top: 1px solid var(--border);
		padding-left: 0;
		padding-top: clamp(22px, 3vw, 34px);
	}

	.focus-row__media,
	.studio-interviews {
		grid-column: 1;
	}

	.feature-card--image {
		grid-column: 1 / -1;
		min-height: 440px;
	}

	.editorial-band__copy,
	.about-section__copy,
	.contact-panel p:not(.eyebrow) {
		border-left: 0;
		padding-left: 0;
	}

	.site-footer__inner {
		grid-template-columns: 1fr;
	}

	.footer-credit,
	.footer-domain,
	.footer-links {
		text-align: left;
	}

	.footer-links {
		align-items: flex-start;
	}
}

@media (max-width: 760px) {
	.pillar__gallery-action {
		transform: translateY(0);
	}

	.about-founder {
		grid-template-columns: 1fr;
	}

	.about-founder__portrait {
		aspect-ratio: 3 / 4;
		min-height: 0;
	}

	.about-founder__portrait img {
		height: 180%;
		top: -58%;
	}

	.about-founder__content {
		min-height: 0;
	}

	.site-header__inner {
		align-items: center;
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 0 16px;
	}

	.site-menu-toggle {
		display: inline-grid;
	}

	.site-header.is-menu-open .site-menu-toggle__line:first-child {
		transform: translateY(0) rotate(45deg);
	}

	.site-header.is-menu-open .site-menu-toggle__line:last-child {
		transform: translateY(0) rotate(-45deg);
	}

	.site-nav {
		align-items: stretch;
		display: grid;
		grid-column: 1 / -1;
		gap: 0;
		justify-content: stretch;
		margin-top: 16px;
		width: 100%;
	}

	.js .site-nav {
		display: none;
	}

	.js .site-header.is-menu-open .site-nav {
		display: grid;
	}

	body.home .site-header.is-menu-open {
		background: rgba(6, 17, 31, 0.97);
	}

	body.home .site-header.is-menu-open .site-nav {
		padding-bottom: 6px;
	}

	body.home .site-nav > a,
	body.home .site-nav__dropdown {
		border-color: rgba(255, 255, 255, 0.28);
	}

	.site-nav > a,
	.site-nav__dropdown {
		border-top: 1px solid var(--border);
		width: 100%;
	}

	.site-nav > a,
	.site-nav summary {
		display: block;
		padding: 14px 0;
	}

	.site-nav__dropdown-panel {
		margin: 0 0 14px;
		min-width: 0;
		padding: 18px;
		width: 100%;
	}

	.site-nav__dropdown-panel a {
		padding: 0;
	}

	.focus-row,
	.focus-row:last-child {
		grid-template-columns: 1fr;
	}

	.focus-row__visit {
		grid-template-columns: 1fr;
	}

	.focus-row--slider .focus-row__content,
	.focus-row--slider .studio-interviews,
	.focus-row__media,
	.studio-interviews {
		grid-column: auto;
	}

}

@media (max-width: 640px) {
	body {
		font-size: 17px;
	}

	.exhibition-gallery {
		padding-block: 70px 88px;
	}

	.exhibition-gallery__heading {
		gap: 28px;
	}

	.exhibition-gallery__heading h2 {
		font-size: clamp(3.15rem, 16vw, 4.6rem);
		line-height: 0.9;
	}

	.exhibition-gallery__sequence {
		display: flex;
		flex-direction: column;
		gap: 58px;
		margin-top: 76px;
	}

	.exhibition-gallery__item,
	.exhibition-gallery__item:nth-child(n) {
		margin: 0;
		width: 100%;
	}

	.exhibition-gallery__item figcaption {
		font-size: 0.62rem;
	}

	.site-title {
		font-size: 0.86rem;
	}

	.brand-mark {
		height: 26px;
	}

	.brand-mark--footer {
		height: 30px;
	}

	.site-nav {
		gap: 0;
	}

	.site-nav a,
	.site-nav summary,
	.button-link,
	.text-link {
		font-size: 0.62rem;
		letter-spacing: 0.16em;
	}

	.aurora-hero h1 {
		font-size: clamp(2.55rem, 12.4vw, 3.35rem);
		max-width: 100%;
	}

	.aurora-hero__content {
		align-items: end;
		padding: 112px 22px 42px;
	}

	.aurora-hero__lede {
		font-size: 1.02rem;
		max-width: 31ch;
	}

	.aurora-hero__image img {
		object-position: 62% center;
	}

	.about-section__heading {
		min-width: 0;
		width: 100%;
	}

	.about-section__heading h2 {
		font-size: clamp(2.65rem, 11.5vw, 3rem);
		max-width: none;
		text-wrap: balance;
	}

	.about-founder {
		margin-top: 52px;
	}

	.about-founder__content {
		padding: 36px 24px 42px;
	}

	.about-founder__content h3 {
		font-size: clamp(3.7rem, 17.5vw, 5.35rem);
	}

	.about-founder__role {
		font-size: clamp(1.85rem, 9vw, 2.55rem);
	}

	.about-founder__interview {
		width: 100%;
	}

	.pillars,
	.feature-grid {
		grid-template-columns: 1fr;
	}

	.pillar--wide {
		grid-column: auto;
	}

	.pillar--wide .pillar__media {
		aspect-ratio: 4 / 5;
		margin-bottom: clamp(24px, 3vw, 34px);
	}

	.pillar--wide.pillar--collaboration .pillar__media {
		aspect-ratio: 3 / 2;
	}

	.archive-letter__form,
	.archive-letter__managed-form fieldset,
	.archive-letter__managed-form form > div {
		grid-template-columns: 1fr !important;
	}

	.archive-letter__form button,
	.archive-letter__managed-form button {
		justify-content: center;
		width: 100%;
	}

	.pillar,
	.focus-row,
	.focus-row:last-child,
	.pillar:last-child {
		border-left: 0;
		border-right: 0;
		border-top: 1px solid var(--border);
		min-height: auto;
		padding-inline: 0;
	}

	.focus-row,
	.focus-row:last-child {
		grid-template-columns: 1fr;
	}

	.focus-row--slider .focus-row__content {
		grid-column: auto;
	}

	.focus-row__media,
	.studio-interviews {
		grid-column: auto;
	}

	.studio-slider__track {
		grid-auto-columns: minmax(240px, 86%);
	}

	.interview-dialog {
		height: calc(100dvh - 16px);
		max-height: calc(100dvh - 16px);
		max-width: calc(100vw - 16px);
		width: calc(100vw - 16px);
	}

	.interview-dialog__header {
		align-items: flex-start;
		padding: 18px;
	}

	.interview-dialog__close {
		height: 42px;
		width: 42px;
	}

	.studio-interview__transcript {
		padding: 22px 18px;
	}

	.founder-interview__transcript {
		padding: 28px 18px 44px;
	}

	.founder-interview__quote {
		font-size: clamp(1.65rem, 8.5vw, 2.35rem);
		padding-inline: 0;
	}

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

	.feature-card,
	.feature-card--image {
		min-height: 340px;
	}

	.artists-hero h1 {
		font-size: clamp(3.35rem, 18.5vw, 5.25rem);
	}

	.artist-card__media,
	.artist-card__placeholder {
		min-height: 260px;
	}
}
