@import url('https://fonts.googleapis.com/css2?family=Oxanium:wght@200..800&display=swap');

/*
 * Shared site stylesheet.
 *
 * Older exported pages still use a small WordPress-era document shell, but
 * their layout and all current components are owned here. Keep compatibility
 * rules narrowly scoped; do not restore the retired grid or theme bundle.
 */

/* Minimal compatibility base for exported project content. */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
figure,
dl,
dd,
ol,
ul {
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

ol,
ul {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}

p {
  margin-bottom: 1.5em;
}

hr {
  height: 1px;
  margin: 0 0 1.5em;
  border: 0;
  background: #ccc;
}

b,
strong,
dt,
th {
  font-weight: 700;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

pre {
  max-width: 100%;
  margin-bottom: 1.6em;
  padding: 1.6em;
  overflow: auto;
}

sup,
sub {
  position: relative;
  height: 0;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

img,
video {
  height: auto;
}

button,
input,
select,
textarea {
  margin: 0;
}

article {
  margin-bottom: 0;
  border: 0;
  background: transparent;
}

article .the-content img {
  width: 100%;
}

.alignleft {
  float: left;
  margin-right: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  display: block;
  clear: both;
  margin-right: auto;
  margin-left: auto;
}

.center {
  text-align: center;
}

.clear {
  clear: both;
}

.clearfix::after,
.main-fluid::after,
.row-fluid::after {
  display: table;
  clear: both;
  content: "";
}

.main-fluid,
.row-fluid,
.row-fluid > [class*="span"] {
  width: 100%;
}

.main-fluid {
  margin: 0;
  padding: 0;
  max-width: 100vw;
}

:root {
	--body-font: Helvetica, Arial, sans-serif;
	--title-font: 'Oxanium', 'Arial Black', 'Arial Narrow', Arial, sans-serif;
	--index-word-font: var(--title-font);
	--index-word-weight: 200;
}

html {
	font-size: 16px;
}
body {
	font-family: var(--body-font);
	font-size: 1rem;
	line-height: 1.5;
}
button,
input,
select,
textarea {
	font: inherit;
}
pre,
header nav ul li a,
article .post-meta,
article .meta,
.comment-meta,
.comment-subscription-form,
footer,
.site-title {
	font-size: 1rem;
	font-weight: var(--index-word-weight);
}
.lineHeight1-25{
	line-height: 1.25;
}
article .the-content p {
	text-align: left;
}
.overlay{
	position: fixed;
	top: 0;
	left: 0;
	visibility: hidden;
	z-index: 100;
	padding: 10vw;
	height: calc(100vh - 20vw);
	opacity: 0;
  transition: all 0.3s ease;
}
 .overlay > div, .overlay > div > div > span, .overlay > div > div > img{
	height: calc(100vh - 20vw) !important;
}
.overlay > div > div > div{
	height: 100% !important;
	padding-top: 5vw;
	padding-bottom: 5vw;
	justify-content: center;

}
.overlay > div > div{
	height: calc(100vh - 20vw) !important;
	min-height: calc(100vh - 20vw) !important;
}
.padding5vw{
	padding: 5vw;
}
.rounded{
	border-radius: 50px;
}
#draggableUniqueID-2{
	top: 0;
	left: 10vw;
}
#draggableUniqueID-3{
	top: 0;
	left: 30vw;
}
#draggableUniqueID-4{
	top: 0;
	left: 20vw;
}
#draggableUniqueID-5{
	top: 0;
	left: 50vw;
}
#draggableUniqueID-6{
	top: 0;
	left: 60vw;
}
#draggableUniqueID-7{
	top: 10vw;
	left: 70vw;
}
#draggableUniqueID-8{
	top: 10vw;
	left: 50vw;
}
#draggableUniqueID-9{
	top: 10vw;
	left: 60vw;
}
#draggableUniqueID-10{
	top: 10vw;
	left: 40vw;
}
#draggableUniqueID-11{
	bottom: 0vw;
	right: 10vw;
}
#draggableUniqueID-12{
		bottom: 10vw;
		right: 10vw;
}
#draggableUniqueID-15{
		top: 10vw;
		left: 0;
}
#draggableUniqueID-14{
		bottom: 0vw;
		right: 0;
}
#draggableUniqueID-13{
		bottom: 10vw;
		right: 0vw;
}
#draggableUniqueID-16{
		top: 10vw;
		left: 10vw;
}
#draggableUniqueID-17{
		top: 20vw;
		left: 50vw;
}
#canvas{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 10;
	background-color: black;
}
.alterThumbWrap{
	width: 10vw; 
	height: 10vw; 
	overflow: hidden; 
	border-radius: 100%; 
	padding: 0; 
}
.draggable{
	position: absolute;
	cursor: move;
	box-shadow: 2px 2px 16px #666666;
}
.alterPreviewImg{
	object-fit: cover; 
	width: 10vw; 
	height: 10vw; 
	margin: 0; 
	position: absolute;
}
.hoverwrap{
	background-color: rgba(0,0,0,0.5); 
	width: 8vw; 
	height: 8vw; 
	padding: 1vw; 
	position: absolute;
	opacity: 0;
	color: white;
  font-size: clamp(1rem, 3vw, 1.1rem);
	line-height: 1;
	text-align: center;
	justify-content: center;
	align-items: center;
	display: flex;
	transition: all 0.3s;
}
.alterThumbWrap:hover > .hoverwrap{
	opacity: 1;
}
.starfield{
	overflow: hidden;
}
html{
	padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left) !important;
}
.floatmenu:hover i{
	opacity: 0;
}
#systemimagecaption{
	color: white;
	font-size: 1rem;
	text-align: center;
	line-height: 1;
	margin-top: -20px;
	padding-left: 2vw;
	padding-right: 2vw;
}
#systemimage{
	width: 50vw;
	margin-left: calc(50vw - 25vw);
	margin-top: 10vh;
}
.page-template.page-template-page-home1.page-template-page-home1-php.page.page-id-3982 p{
	display: none;
}
.page-template.page-template-page-home1.page-template-page-home1-php.page.page-id-3982 footer {
	display:none;
}
.page-template.page-template-page-home1.page-template-page-home1-php.page.page-id-3982 .floatmenu {
	display:none;
}
.page-template.page-template-page-home1.page-template-page-home1-php.page.page-id-3982 #trp-floater-ls {
	display:none;
}
.linktitle{
	color: white;
	width: 50vw;
	text-align: center;
	margin: auto;
	font-size: 3vh;
	margin-top: 4vh;
	margin-bottom: 1vh;
	font-weight: bold;
}
#profileimage{
	width: 10vw;
	margin-left: calc(50vw - 5vw);
	margin-top: 10vh;
	border-bottom: solid;
	border-color: white;
	padding-bottom: 2vh;
}
#profileimage img{
	border-radius: 50%;
}
.linkimage{
	width: 10vw;
	margin-top: -7vh;
	margin-left: 15vw;
}
.link{
	color: white;
	border: solid;
	margin: auto;
	margin-top: 1vh;
	margin-bottom: 1vh;
	text-align: center;
	width: 75vw;
	font-size: 2.5vh;
	height: 3vh;
}
#countdown{
	position: absolute;
	top: calc(50vh - 10vw);
	left: calc(50vw - 10vw);
	z-index: -3;
	width: 20vw;
	height: 20vw;
}
main hr{
	display: none;
}
.down{
	position: absolute;
	left: calc(50vw - 15pt);
	bottom: 30vh;
	z-index: 1;
}
body.landing-home {
	overflow-x: hidden;
	background: #000;
}
body.landing-home #primary,
body.landing-home #content,
body.landing-home article,
body.landing-home .the-content {
	width: 100%;
	max-width: none;
	margin: 0;
}
body.landing-home #content {
	float: none;
}
body.landing-home .the-content {
	position: relative;
	min-height: 100vh;
	isolation: isolate;
	--landing-z-background: 0;
	--landing-z-particles: 1;
	--landing-z-wash: 2;
	--landing-z-glb: 3;
	--landing-z-stage: 4;
	--landing-z-index: 8;
	--landing-z-loader: 20;
}
body.landing-home .landing-stage {
	position: relative;
	min-height: 100vh;
	overflow: hidden;
	background: transparent;
	isolation: isolate;
}
body.landing-home .landing-loader {
	position: fixed;
	inset: 0;
	z-index: var(--landing-z-loader);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding-left: 4vw;
	background-color: #050505;
	background-image: var(--landing-loader-bg, none);
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	color: white;
	text-shadow: rgba(0, 0, 0, 0.9) 2px 2px 4px;
	pointer-events: none;
	opacity: 1;
	transition: opacity 0.5s ease;
}
body.landing-home .landing-loader__title {
	display: none;
	font-size: clamp(2.1rem, 5vw, 4.7rem);
	line-height: 1.04;
	letter-spacing: 0;
	white-space: nowrap;
}
body.landing-home .landing-loader__subtitle {
	display: none;
	margin-top: clamp(0.25rem, 0.7vw, 0.65rem);
	font-size: clamp(1rem, 1.25vw, 1.05rem);
	line-height: 1;
	letter-spacing: 0;
}
body.landing-home .videobackground,
body.landing-home .starfield-background {
	opacity: 0;
}
body.landing-home .video-background2,
body.landing-home .landing-statement__section-videos {
	display: none !important;
}
body.landing-home .landing-background {
	position: fixed;
	inset: 0;
	z-index: var(--landing-z-background);
	overflow: hidden;
	background: #000;
	opacity: 1;
	pointer-events: none;
	contain: paint;
}
body.landing-home .landing-background__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: auto;
	min-height: 100vh;
	object-fit: cover;
	object-position: top center;
	opacity: 0.78;
}
body.landing-home .starfield-background {
	position: fixed;
	inset: 0;
	z-index: var(--landing-z-particles);
	overflow: hidden;
	pointer-events: none;
	contain: paint;
}
body.landing-home .landing-particle-field {
	display: block;
	width: 100vw;
	height: 100vh;
	opacity: var(--landing-particle-opacity, 0.2);
}
body.landing-home .landing-particle-field__stars,
body.landing-home .landing-particle-field__layer {
	transform-origin: 0 0;
}
body.landing-home .landing-particle-field__layer {
	transition: none;
}
body.landing-home #landingpage,
body.landing-home #landingpage *,
body.landing-home #designword,
body.landing-home #designword *,
body.landing-home #exhibitionsword,
body.landing-home #exhibitionsword *,
body.landing-home #artworksword,
body.landing-home #artworksword *,
body.landing-home #dossierword,
body.landing-home #dossierword *,
body.landing-home #referenceword,
body.landing-home #referenceword * {
	-webkit-user-select: none;
	user-select: none;
}
body.landing-home .the-content > .landing-index {
	position: relative;
	z-index: var(--landing-z-index);
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 0;
	background: rgba(0, 0, 0, 0.48);
	overflow: hidden;
}
body.landing-home #landingpage {
	position: fixed;
	inset: 0;
	z-index: var(--landing-z-stage);
	pointer-events: none;
	contain: paint;
}
body.landing-home .landing-identity {
	position: absolute;
	top: 0;
	left: 4vw;
	z-index: 2;
	width: min(92vw, 980px);
	color: white;
	text-shadow: rgba(0, 0, 0, 0.9) 2px 2px 4px;
	transform: translateY(52vh);
}
body.landing-home .landing-orbit-byline {
	margin-top: 0.9rem;
	width: min(92vw, 980px);
	color: white;
	font-size: clamp(1rem, 1.35vw, 1.15rem);
	line-height: 1.28;
	letter-spacing: 0;
	text-shadow: rgba(0, 0, 0, 0.9) 2px 2px 4px;
}
body.landing-home #landingpage h1 {
	margin: 0;
	font-size: clamp(2.1rem, 5vw, 4.7rem);
	line-height: 1.04;
	letter-spacing: 0;
	white-space: nowrap;
}
body.landing-home .landing-name-marquee {
	position: relative;
	width: min(76vw, 680px);
	height: clamp(1.45rem, 2.1vw, 1.95rem);
	margin-top: clamp(0.25rem, 0.7vw, 0.65rem);
	overflow: hidden;
	font-size: clamp(1rem, 1.25vw, 1.05rem);
	line-height: normal;
	letter-spacing: 0;
}
body.landing-home .landing-name-marquee__item {
	position: absolute;
	inset: 0 auto auto 0;
	display: block;
	white-space: nowrap;
	opacity: 0;
	transform: translateY(120%);
	animation: landing-name-swipe 8.4s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}
body.landing-home .landing-name-marquee__item:nth-child(2) {
	animation-delay: 2.8s;
}
body.landing-home .landing-name-marquee__item:nth-child(3) {
	animation-delay: 5.6s;
}
body.landing-home .landing-statement {
	position: absolute;
	inset: 0;
	z-index: 4;
	box-sizing: border-box;
	width: 100vw;
	height: 100vh;
	color: white;
	letter-spacing: 0;
	text-shadow:
		#000 1px 0 0,
		#000 -1px 0 0,
		#000 0 1px 0,
		#000 0 -1px 0,
		rgba(0, 0, 0, 0.9) 2px 2px 4px;
	-webkit-text-stroke: 0.035em #000;
	paint-order: stroke fill;
	opacity: 1;
	transform: translateY(0);
}
body.landing-home .landing-statement__section-videos {
	position: fixed;
	inset: 0;
	z-index: 3;
	pointer-events: none;
	overflow: hidden;
}
body.landing-home .landing-descent-wash {
	position: fixed;
	inset: 0;
	z-index: var(--landing-z-wash);
	pointer-events: none;
	background: rgba(0, 0, 0, 0.75);
	opacity: 0;
	contain: paint;
}
body.landing-home .landing-statement__group {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	width: 100vw;
	height: 100vh;
	padding: 0;
	box-sizing: border-box;
	overflow: hidden;
	opacity: 0;
	transform: translateY(10vh);
	pointer-events: none;
}
body.landing-home .landing-statement__section-video {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
	pointer-events: none;
	opacity: 0;
}
body.landing-home .landing-statement__section-video video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
body.landing-home .landing-statement__group-content {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-rows: auto auto minmax(0, 1fr);
	gap: clamp(0.75rem, 1.5vh, 1.25rem);
	flex: 1 1 auto;
	min-width: 0;
	min-height: 0;
	width: 100%;
	height: 100%;
	pointer-events: auto;
	padding: clamp(1rem, 2.4vh, 2rem) 4vw 4vh;
	box-sizing: border-box;
}
body.landing-home .landing-statement h2 {
	width: min(86vw, 860px);
	margin: 0 0 1rem;
	color: white;
	font-size: clamp(1.8rem, 2.8vw, 2.7rem);
	font-weight: 400;
	line-height: 1.08;
	letter-spacing: 0;
}
body.landing-home .landing-statement__lede,
body.landing-home .landing-statement__concept {
	width: min(86vw, 860px);
	margin: 0;
	color: white;
	font-size: clamp(1.05rem, 1.85vw, 1.4rem);
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: 0;
}
body.landing-home .landing-statement__projects {
	position: relative;
	display: block;
	width: 100vw;
	flex: 1 1 auto;
	min-width: 0;
	min-height: 0;
	margin: 0;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding-bottom: 0;
	overflow-x: hidden;
	overflow-y: hidden;
	touch-action: pan-x;
	overscroll-behavior-x: contain;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
body.landing-home .landing-statement__projects::-webkit-scrollbar {
	display: none;
}
body.landing-home .landing-statement__project {
	position: absolute;
	inset: 0;
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(220px, 0.75fr) minmax(220px, 0.7fr) auto;
	align-items: stretch;
	width: 100vw;
	height: 100%;
	min-height: 0;
	padding: 0;
	scroll-snap-align: start;
	overflow: hidden;
	background: transparent;
	border: 0;
	border-radius: 0;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
	box-shadow: none;
}
body.landing-home .landing-statement__project[data-rail-clone="true"] {
	opacity: 0.999;
}
body.landing-home .landing-statement__project[data-project-url] {
	cursor: pointer;
}
body.landing-home .landing-statement__project[data-project-url]:focus-visible {
	outline: 2px solid rgba(255, 255, 255, 0.78);
	outline-offset: -2px;
}
body.landing-home .landing-statement__project-media {
	position: relative;
	min-height: inherit;
	overflow: hidden;
}
body.landing-home .landing-statement__project-media img,
body.landing-home .landing-statement__project-media video {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
}
body.landing-home .landing-statement__project-media::before {
	content: '';
	position: absolute;
	inset: 0;
	background: transparent;
	opacity: 0;
}
body.landing-home .landing-statement__project-media::after {
	content: '';
	position: absolute;
	inset: 0;
	background: transparent;
	opacity: 0;
}
body.landing-home .landing-statement__project-media[style*="--hero-image"]::before {
	background-image: var(--hero-image);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	mix-blend-mode: normal;
	opacity: 0.92;
}
body.landing-home .landing-statement__project-media[style*="--hero-image"]::after {
	opacity: 0;
}
body.landing-home .landing-statement__project-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 0.55rem;
	padding: clamp(1rem, 2vh, 1.8rem) 1.5rem;
	box-sizing: border-box;
}
body.landing-home .landing-statement__project-copy h3 {
	margin: 0;
	color: white;
	font-size: clamp(2rem, 3.6vw, 4.8rem);
	font-family: var(--body-font);
	font-weight: 400;
	line-height: 0.94;
	letter-spacing: 0;
	text-transform: none;
}
body.landing-home .landing-statement__project-byline {
	display: flex;
	align-items: center;
	margin: 0;
	padding: clamp(1rem, 2vh, 1.8rem) 1.1rem clamp(1rem, 2vh, 1.8rem) 0;
	color: white;
	font-size: clamp(1rem, 1.2vw, 1.1rem);
	line-height: 1.35;
	letter-spacing: 0;
	border-left: 0;
}
body.landing-home .landing-statement__project-next {
	display: flex;
	align-items: center;
	justify-content: center;
	width: clamp(72px, 7vw, 118px);
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: white;
	font-size: clamp(3rem, 6vw, 7rem);
	line-height: 1;
	cursor: pointer;
	text-shadow: rgba(0, 0, 0, 0.9) 2px 2px 6px;
	transition: opacity 0.25s ease, transform 0.25s ease;
}
body.landing-home .landing-statement__project-next:hover,
body.landing-home .landing-statement__project-next:focus-visible {
	background: transparent;
	opacity: 0.72;
	transform: translateX(4px);
}
body.landing-home .landing-statement__project.is-active {
	box-shadow: none;
}
body.landing-home .landing-statement__project--left {
	margin-left: 0;
}
@media (max-width: 760px) {
	body.landing-home .landing-statement__group-content {
		grid-template-rows: auto auto minmax(0, 1fr);
		gap: 0.75rem;
		padding: max(1rem, env(safe-area-inset-top)) 4vw max(1rem, env(safe-area-inset-bottom));
		overflow: hidden;
	}
	body.landing-home .landing-statement h2 {
		width: 100%;
		margin-bottom: 0;
		font-size: clamp(1.35rem, 8vw, 2.4rem);
		line-height: 1.08;
	}
	body.landing-home .landing-orbit-byline {
		font-size: 1rem;
	}
	body.landing-home .landing-statement__lede,
	body.landing-home .landing-statement__concept {
		width: 100%;
		font-size: 1rem;
		line-height: 1.25;
	}
	body.landing-home .landing-statement__projects {
		display: block;
		width: 100vw;
		height: 100%;
		min-height: 0;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		padding: 0;
		overflow-x: hidden;
		overflow-y: hidden;
		touch-action: pan-x;
		overscroll-behavior-x: contain;
	}
	body.landing-home .landing-statement__project {
		position: absolute;
		inset: 0;
		grid-template-columns: 1fr;
		grid-template-rows: minmax(5.5rem, 0.9fr) auto auto auto;
		width: 100vw;
		height: 100%;
		min-height: 0;
		overflow: hidden;
	}
	body.landing-home .landing-statement__project-media {
		min-height: 5.5rem;
	}
	body.landing-home .landing-statement__project-copy {
		padding: 0.9rem 4vw 0.25rem;
		justify-content: flex-end;
	}
	body.landing-home .landing-statement__project-copy h3 {
		font-size: clamp(1.25rem, 8vw, 2.4rem);
		line-height: 1.02;
	}
	body.landing-home .landing-statement__project-byline {
		display: block;
		padding: 0 4vw 0.8rem;
		border-left: 0;
	}
	body.landing-home .landing-statement__project-next {
		display: flex;
		justify-self: end;
		align-self: end;
		width: clamp(56px, 18vw, 82px);
		min-height: clamp(44px, 10vh, 64px);
		font-size: clamp(3rem, 14vw, 5rem);
	}
}
@keyframes landing-name-swipe {
	0%,
	7% {
		opacity: 0;
		transform: translateY(120%);
	}
	14%,
	33% {
		opacity: 1;
		transform: translateY(0);
	}
	41%,
	100% {
		opacity: 0;
		transform: translateY(-120%);
	}
}
body.landing-home.landing-enhanced .landing-index {
	opacity: 0;
	transform: translateY(56px);
}
/* Plain-JS landing sequence is intentionally shared across all viewport widths. */
body.landing-home.landing-mobile-sequence {
	overflow-x: hidden;
	overflow-y: auto;
	background: #000;
}
body.landing-home.landing-mobile-sequence .landing-stage {
	min-height: 820svh;
	overflow: visible;
}
body.landing-home.landing-mobile-sequence .video-background2,
body.landing-home.landing-mobile-sequence .landing-statement__section-videos {
	display: none !important;
}
body.landing-home.landing-mobile-sequence .starfield-background {
	display: block;
}
body.landing-home.landing-mobile-sequence .videobackground {
	position: fixed;
	inset: 0;
	z-index: var(--landing-z-glb);
	opacity: 0;
}
body.landing-home.landing-mobile-sequence .landing-background,
body.landing-home.landing-mobile-sequence #landingpage,
body.landing-home.landing-mobile-sequence .landing-descent-wash {
	position: fixed;
}
body.landing-home.landing-mobile-sequence .landing-background__image {
	left: 50%;
	width: 200vw;
	height: auto;
	min-height: 0;
	max-width: none;
	object-fit: fill;
	object-position: top center;
}
body.landing-home.landing-mobile-sequence #landingpage {
	transition: none;
	pointer-events: none;
}
body.landing-home.landing-mobile-sequence #logogif {
	opacity: 1;
	pointer-events: none;
}
body.landing-home.landing-mobile-sequence #logogif img,
body.landing-home.landing-mobile-sequence #logogif .landing-logo-vector,
body.landing-home.landing-mobile-sequence #logogif .landing-logo-video,
body.landing-home.landing-mobile-sequence #logogif .landing-logo-svg {
	width: 100vw;
	height: 100vh;
	object-fit: cover;
}
body.landing-home.landing-mobile-sequence .landing-identity {
	left: 5vw;
	width: 90vw;
	pointer-events: none;
}
body.landing-home.landing-mobile-sequence #landingpage h1 {
	font-size: clamp(2.3rem, 13vw, 4.8rem);
	line-height: 0.98;
	white-space: normal;
}
body.landing-home.landing-mobile-sequence .landing-orbit-byline {
	width: 88vw;
	font-size: 1rem;
	line-height: 1.25;
}
body.landing-home.landing-mobile-sequence .landing-statement {
	pointer-events: none;
}
body.landing-home.landing-mobile-sequence .landing-statement__group {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 5vw;
	overflow: visible;
	pointer-events: none;
}
body.landing-home.landing-mobile-sequence .landing-statement__group:not(.is-landing-group-interactive),
body.landing-home.landing-mobile-sequence .landing-statement__group:not(.is-landing-group-interactive) * {
	pointer-events: none !important;
}
body.landing-home.landing-mobile-sequence .landing-statement__group.is-landing-group-interactive {
	pointer-events: auto !important;
}
body.landing-home.landing-mobile-sequence .landing-statement__group-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 100vh;
	min-height: 0;
	padding: 0;
	gap: 1rem;
	overflow: visible;
	pointer-events: none;
}
body.landing-home.landing-mobile-sequence .landing-statement h2 {
	width: 100%;
	margin: 0;
	font-size: clamp(2.3rem, 15vw, 5.5rem);
	line-height: 0.9;
}
body.landing-home.landing-mobile-sequence .landing-statement__lede {
	width: 100%;
	font-size: 1rem;
	line-height: 1.28;
}
body.landing-home.landing-mobile-sequence .landing-statement__projects {
	display: flex;
	flex: 0 0 48vh;
	width: 100vw;
	height: 48vh;
	min-height: 260px;
	margin-left: -5vw;
	margin-right: -5vw;
	overflow-x: auto;
	overflow-y: hidden;
	pointer-events: auto;
	touch-action: pan-x !important;
	position: relative;
	z-index: 2;
	scroll-snap-type: x proximity;
	scroll-snap-stop: normal;
	-webkit-overflow-scrolling: touch;
}
body.landing-home.landing-mobile-sequence .landing-statement__project-next,
body.landing-home.landing-mobile-sequence .landing-statement__project-next * {
	pointer-events: auto;
}
body.landing-home.landing-mobile-sequence .landing-statement__project {
	position: relative;
	inset: auto;
	flex: 0 0 100vw;
	width: 100vw;
	height: 100%;
	grid-template-rows: minmax(4rem, 0.8fr) auto auto auto;
	background: transparent;
	opacity: 1 !important;
	visibility: visible !important;
	transform: none !important;
	scroll-snap-align: start;
}
body.landing-home.landing-mobile-sequence .landing-statement__project,
body.landing-home.landing-mobile-sequence .landing-statement__project * {
	touch-action: pan-x;
	-webkit-user-select: none;
	user-select: none;
}
body.landing-home.landing-mobile-sequence .landing-statement__project-copy,
body.landing-home.landing-mobile-sequence .landing-statement__project-byline {
	pointer-events: none;
}
body.landing-home.landing-mobile-sequence .landing-statement__project-media,
body.landing-home.landing-mobile-sequence .landing-statement__project-next,
body.landing-home.landing-mobile-sequence .landing-statement__project-next * {
	pointer-events: auto;
}
body.landing-home.landing-mobile-sequence .landing-statement__project-copy h3 {
	font-size: clamp(1.35rem, 9vw, 2.7rem);
}
body.landing-home.landing-mobile-sequence .landing-index {
	position: relative;
	display: block;
	z-index: var(--landing-z-index);
	min-height: 100svh;
	opacity: 1 !important;
	visibility: visible !important;
	transform: none !important;
	pointer-events: auto !important;
	background: #000;
}
@media (prefers-reduced-motion: reduce) {
	body.landing-home .landing-loader {
		display: none;
	}
	body.landing-home .landing-name-marquee__item {
		animation: none;
		opacity: 0;
		transform: none;
	}
	body.landing-home .landing-name-marquee__item:first-child {
		opacity: 1;
	}
	body.landing-home.landing-enhanced .landing-index {
		opacity: 1;
		transform: none;
	}
}
body.landing-home .landing-index__loading {
	color: white;
	text-align: center;
	font-style: italic;
	padding: 8vh 0;
}
body.landing-home .landing-index .word,
body.landing-home .landing-index .Designs,
body.landing-home .landing-index .Exhibitions,
body.landing-home .landing-index .Artworks,
body.landing-home .landing-index .bottomrow {
	margin-top: 0;
	margin-bottom: 0;
}
body.landing-home .landing-index .Designs,
body.landing-home .landing-index .Exhibitions,
body.landing-home .landing-index .Artworks,
body.landing-home .landing-index .bottomrow {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: 0;
}
body.landing-home .landing-index .bottomrow {
	padding-bottom: 0;
}
body.landing-home .landing-index #designword,
body.landing-home .landing-index #exhibitionsword,
body.landing-home .landing-index #artworksword,
body.landing-home .landing-index #dossierword,
body.landing-home .landing-index #referenceword {
	left: 0;
	margin: 0;
	pointer-events: auto;
}
body.landing-home .landing-index .Design,
body.landing-home .landing-index .Exhibition,
body.landing-home .landing-index .Artwork,
body.landing-home .landing-index .bottomitem {
	position: relative;
	overflow: hidden;
}
body.landing-home .landing-index .Design img,
body.landing-home .landing-index .Exhibition img,
body.landing-home .landing-index .Artwork img,
body.landing-home .landing-index .bottomitem img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.Design img,
.Exhibition img,
.Artwork img,
.bottomitem img,
.mobile-archive-card__media img {
	position: relative;
	z-index: 0;
}

.Design,
.Exhibition,
.Artwork,
.bottomitem,
.mobile-archive-card__media {
	position: relative;
	overflow: hidden;
}

.archive-animation-video {
	position: absolute;
	inset: 0;
	z-index: 0;
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.16s ease;
}

.is-archive-animation-active > .archive-animation-video,
.is-archive-animation-active .mobile-archive-card__media > .archive-animation-video,
.is-archive-animation-active .landing-statement__project-media > .archive-animation-video {
	opacity: 1;
}

.mobile-archive-card__media {
	overflow: hidden;
}

.focus-aid-preview {
	object-position: center;
	transform: none;
	transform-origin: center;
}

.plane-preview {
	object-fit: contain !important;
	object-position: center;
	box-sizing: border-box;
	background:
		radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0.96), rgba(237, 237, 232, 0.88) 48%, rgba(214, 214, 208, 0.78));
}

.target-checker-preview {
	object-fit: cover !important;
	object-position: center;
	transform: none;
	transform-origin: center;
	filter: saturate(1.05) contrast(1.08);
}

.pixel-cluster-preview {
	object-fit: cover !important;
	object-position: center;
	filter: contrast(1.04) saturate(0.96);
}

.Design:hover .target-checker-preview,
.Design:focus-within .target-checker-preview,
.mobile-archive-card:hover .target-checker-preview,
.mobile-archive-card:focus-within .target-checker-preview,
.landing-statement__project-media:hover .target-checker-preview,
.landing-statement__project-media:focus-within .target-checker-preview {
	animation: target-checker-pan 12s ease-in-out infinite;
}

@keyframes target-checker-pan {
	0%,
	100% {
		object-position: left center;
	}

	50% {
		object-position: right center;
	}
}

body.landing-home .landing-index .Exhibition br,
body.landing-home .landing-index .Artwork br,
body.landing-home .landing-index .bottomitem br {
	display: none;
}
body.landing-home .landing-index .Design .designtitle,
body.landing-home .landing-index .Exhibition .exhibitiontitle,
body.landing-home .landing-index .Artwork .title,
body.landing-home .landing-index .bottomitem .title {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 1rem;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.5);
}
#x, #d{
	font-size: 20pt;
	line-height: 40pt;
}
#x:hover ~ .xu{
	display: block !important;
}
.xu:hover{
	display: block !important;
}
#d:hover ~ .du{
	display: block !important;
}
.du:hover{
	display: block !important;
}
#sqc img{
	border-radius: 5px;
	width: 50px;
	height: 50px;
}
#signup{
	color: white;
	font-size: 1rem;
	text-align: center;
}
#forminator-module-3717{
	margin: auto;
	width: 50vw;
}
.post .title a{
	color: white;
}
.post .title{
	padding-top: 1em;
}
.cky-btn{
	border-color: red !important;
	color: red !important;
}
.cky-btn.cky-btn-accept{
	background-color: #eee !important;
}
.post-meta{
	display: none;
}
#pagination{
	display: none;
}
#footer{
	display: none;
}
.sliders{
	width: 100vw !important;
	overflow: hidden;
}
.ms-bullets-count{
	opacity: .35;
	width: 100vw;
	overflow: hidden;
}
.ms-bullets-count:hover{
	opacity: 1;
}
.ms-nav-next, .ms-nav-prev{
	width: 22px !important;
	height: 22px !important;
	opacity: .35;
}
.ms-nav-next:hover, .ms-nav-prev:hover{
	opacity: 1;
}
.ms-nav-next{
	background-position: -98px -115.5px !important;
}
.ms-nav-prev{
	background-position: -100px -38.5px !important;
}

#sound{
	color: white;
}
#sound iconify-icon{
	margin-left: calc(50% - 12px);
}
#forgiving{
	width: 80%;
	margin: auto;
}
#kirin{
	width: 40%;
	margin: auto;
}
.leaningboard {
	width: 40%;
	margin: auto;
}
.artworkinfo{
	color: white;
	text-align: center;
	padding: 1em;
	margin-bottom: 1em;
	font-size: 12pt;
}
.videobackground{
	position: fixed;
	inset: 0;
	z-index: 4;
	overflow: hidden !important;
	height: 100vh !important;
	width: 100vw !important;
	opacity: 75%;
	pointer-events: none;
}
body.landing-home .videobackground {
	z-index: var(--landing-z-glb);
	contain: paint;
}
#threepress-gallery-bg{
	position: fixed;
	inset: 0;
	z-index: 0;
	pointer-events: none;
}
.video-background2 {
  position: fixed;
	top: 0;
	left: 0;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
	z-index: 2;
	pointer-events: none;
	will-change: transform, opacity;
}
.video-background2 iframe,
.video-background2 video{
	height: 100vh;
	width: 100vw;
	object-fit: cover;
}
@media (min-aspect-ratio: 16/9) {
  .video-background2 iframe,
  .video-background2 video {
    /* height = 100 * (9 / 16) = 56.25 */
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  .video-background2 iframe,
  .video-background2 video {
    /* width = 100 / (9 / 16) = 177.777777 */
    width: 177.7778vh;
		left: calc(50vw - 88.8889vh);
  }
}
.local-artwork-video {
	display: block;
	width: 100%;
	height: auto;
	max-height: 90vh;
	background: #000;
	object-fit: contain;
}
.video-background2 video {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
@media (min-aspect-ratio: 16/9) {
  #threepress-gallery-bg {
    /* height = 100 * (9 / 16) = 56.25 */
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  #threepress-gallery-bg {
    /* width = 100 / (9 / 16) = 177.777777 */
    width: 177.7778vh;
		left: calc(50vw - 88.8889vh);
  }
}
body.landing-home #threepress-gallery-bg {
	position: fixed;
	inset: 0;
	width: 100vw !important;
	height: 100vh !important;
	left: 0 !important;
	pointer-events: none;
}
#npc{
	margin-bottom: 2em;
}
.emphasis{
	font-size: 24pt;
}
#dmscquotes{
	font-style: italic;
}
#dmsc{
	margin-bottom: 2em;
}
#annotatedindex{
	margin-top: 2em;
	margin-bottom: 2em;
}
#minasystemorigins{
	margin-bottom: 2em;
}
#beartulpasummoning{
	margin-bottom: 2em;
}
#beartulpatext{
	padding: 1em;
}
.annotatedindex{
	width: 35%;
	margin: auto;
	margin-top: 2em;
}
.installationview{
	margin-bottom: 2em;
}
.columns{
	display: flex;
	padding: 2em;
	font-size: 12pt;
	color: white;
	text-align: center;
	justify-content: space-around;
	flex-wrap: wrap;
}
.column{
	width: 30%;
}
.text {
	color: white !important;
	padding: 0 2em;
	font-size: 12pt;
	text-align: center;
}
.pagetitle{
	font-family: var(--title-font);
	width: 50%;
	margin: auto;
	text-align: center;
	font-style: italic;
}
.pageintro{
	font-family: var(--body-font);
	width: 50%;
	margin: auto;
	text-align: center;
	color: white;
}
.pageintro a{
	color: white;
}
.date{
	font-family: var(--body-font);
	width: 50%;
	margin: auto;
	text-align: center;
	margin-bottom: 1em;
	margin-top: 2em;
}

.slideshow-wrapper {
	height: 100vh;
	border: none !important;
}

.slideshow-fullsize{
	height: 100% !important;
}

.footerabove picture img{
	border-radius: 10px;
}

#menulogo img{
	width: 100px;
	height: 100px;
	border-radius: 10px;
}
.cv{
	padding: 2em;
}

.copy-the-code-shortcode{
	color: white;
}

.numbers{
	color: white;
	font-size: 24pt;
	line-height: 1.08;
}
.article{
	color: white;
	font-size: 14pt;
	line-height: 1.18;
}
.numberedarticle{
	padding: 1em;
}
h1{
	color: white;
	font-size: 36pt;
	line-height: 48pt;
}
h2{
	color: white;
	font-size: 24pt;
	line-height: 36pt;
	font-family: var(--title-font);
}
h6{
	color: white;
	font-size: 14pt;
	line-height: 20pt;
}
.links{
	font-size: 14pt;
	line-height: 20pt;
}
.systemmember{
	width: 9.09090909091%;
	color: white;
	text-align: center;
	font-size: 12pt;
}
.systemmembers{
	display: flex;
}
.scripturefootnotes{
	column-count: 6;
	color: white;
	padding: 1em;
	font-size: 1rem;
	line-height: 1.35;
}
hr{
	margin-bottom: 0;
}
.scripturebody{
	column-count: 4;
	color: white;
	padding: 1em;
	font-size: 12pt;
	line-height: 1.15;
}
.intro{
	padding: 1em;
	text-align: center;
	color: white;
	font-size: 12pt;
	line-height: 1.2;
	font-style: italic;
}
.Title{
	width: 50%;
	margin: auto;
	padding: 1em;
	text-align: center;
	color: white;
}
.Title a{
	color: white;
}
.title{
	color: white !important;
}
#name{
	position: absolute;
	top: 0px;
	right: 0px;
	text-shadow: rgba(0, 0, 0, 0.9) 2px 2px 4px;
}

#logogif{
	position: absolute;
	top: 0;
	margin-top: 40px;
	z-index: -2;
}

#logogif img,
#logogif .landing-logo-vector,
#logogif .landing-logo-video,
#logogif .landing-logo-svg{
	width: 50vw;
	height: auto;
	overflow: hidden;
	opacity: 1;
	pointer-events: none;
}

body.landing-home #logogif {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100vw;
	height: 100vh;
	margin: 0;
	overflow: hidden;
	z-index: 1;
	pointer-events: none;
	isolation: isolate;
}

body.landing-home #logogif img,
body.landing-home #logogif .landing-logo-vector,
body.landing-home #logogif .landing-logo-video,
body.landing-home #logogif .landing-logo-svg {
	display: block;
	width: 100vw;
	height: 100vh;
	max-width: none;
	max-height: none;
	object-fit: cover;
	object-position: center center;
	opacity: 1;
	pointer-events: none;
}

body.landing-home #logogif .landing-logo-video {
}

body.landing-home #logogif .landing-logo-svg {
	--landing-logo-progress: 0;
	--landing-logo-primary-progress: 0;
	--landing-logo-secondary-progress: 0;
	--landing-logo-tertiary-progress: 0;
	--landing-logo-triangle-progress: 0;
	--landing-logo-invert-progress: 0;
	--landing-logo-invert-shift-x: 1500px;
	--landing-logo-invert-shift-y: -1500px;
	fill: #fff;
	mix-blend-mode: normal;
	overflow: visible;
	backface-visibility: hidden;
}

body.landing-home #logogif .landing-logo-bar {
	transform-box: fill-box;
	backface-visibility: hidden;
}

body.landing-home #logogif .landing-logo-bar--left {
	transform-origin: left center;
}

body.landing-home #logogif .landing-logo-bar--right {
	transform-origin: right center;
}

body.landing-home #logogif .landing-logo-bar--primary {
	transform: scaleX(var(--landing-logo-primary-progress));
}

body.landing-home #logogif .landing-logo-bar--secondary {
	transform: scaleX(var(--landing-logo-secondary-progress));
}

body.landing-home #logogif .landing-logo-bar--tertiary {
	transform: scaleX(var(--landing-logo-tertiary-progress));
}

body.landing-home #logogif .landing-logo-triangle {
	transform-box: fill-box;
	transform-origin: left bottom;
	transform: scale(var(--landing-logo-triangle-progress));
	backface-visibility: hidden;
	will-change: transform;
}

body.landing-home #logogif .landing-logo-inversion {
	backface-visibility: hidden;
}

body.landing-home #logogif .landing-logo-invert-panel,
body.landing-home #logogif .landing-logo-base-erase {
	transform: translate(var(--landing-logo-invert-shift-x), var(--landing-logo-invert-shift-y));
	transform-box: view-box;
	transform-origin: center;
	backface-visibility: hidden;
}

body.landing-home #logogif .landing-logo-invert-panel {
	fill: #fff;
}

body.landing-home #logogif .landing-logo-mask-cutout {
	fill: #000;
}

body.landing-home #logogif .landing-logo-vector {
	--landing-logo-reveal: 0%;
	clip-path: inset(0 calc(100% - var(--landing-logo-reveal)) 0 0);
}

#artworksword {
	position: absolute;
	width: 100%;
	z-index: 2;
	margin-top: 0vw;
	transition: all 0.4s;
	background-color: rgba(0,0,0,0.75);
	height: 75vw;
}

#artworksword *{
	font-size: 17.3vw;
	line-height: 17.3vw;
}
#designword {
	position: absolute;
	width: 100%;
	z-index: 2;
	margin-top: 0;
	transition: all 0.4s;
	background-color: rgba(0,0,0,0.75);
	height: 16.6667vw;
}
#designword *,
#exhibitionsword *,
#artworksword *,
#dossierword *,
#referenceword * {
	font-family: var(--index-word-font);
	font-weight: var(--index-word-weight);
	font-variation-settings: "wght" var(--index-word-weight);
	letter-spacing: 0;
	text-transform: uppercase;
}
#designword *{
	font-size: 16.6667vw;
	line-height: 16.6667vw;
	margin-top: 0;
}
#dossierword,
#referenceword {
	position: absolute;
	width: 100%;
	z-index: 2;
	margin-top: 0;
	transition: all 0.4s;
	background-color: rgba(0,0,0,0.5);
	height: 33.3334vw;
}

#dossierword *,
#referenceword *{
	font-size: 22vw;
	line-height: 22vw;
}
#exhibitionsword{
	position: absolute;
	width: 100%;
	height: 25vw;
	z-index: 2;
	transition: all 0.4s;
	background-color: rgba(0,0,0,0.75);
	height: 25vw;
}

#exhibitionsword *{
	font-size: 15.75vw;
	line-height: 15.75vw;
	margin-top: 0vw;
}
article{
	margin-bottom: 0;
}

.main-fluid{
	width: 100%;
	margin: 0 !important;
	padding: 0 0 0 0 !important;
	max-width: 100vw;
}

.bottomrow .bottomitem .title {
    background-color: rgba(0, 0, 0, 0.4);
    color: rgba(255, 255, 255, 1);
    position: absolute;
		margin-top: -33.3333vw;
    z-index: 0.1;
		width: 33.3333%;
		font-size: 12pt;
		opacity: 0;
		height: 23.3333vw;
		padding-top: 10vw;
	 	transition: all 0.4s;
}

.bottomrow .bottomitem:hover .title {
    opacity: 1;
}

.bottomitem{
	width: 33.3333%;
	height: 33.3333vw;
}

.bottomrow{
	display: flex;
	flex-wrap: wrap;
	width: 100vw;
}

.Artworks .Artwork .title {
    background-color: rgba(0, 0, 0, 0.4);
    color: rgba(255, 255, 255, 1);
    position: absolute;
		margin-top: -13.08vw;
    z-index: 0.1;
		width: 12.5%;
		font-size: 12pt;
		line-height: 12pt;
		opacity: 0;
		height: 7.5vw;
		padding-top: 5vw;
		transition: all 0.4s;
}

.Artworks .Artwork:hover .title {
    opacity: 1;
}

.Artwork{
	width: 12.5%;
	height: 12.5vw;
}

.Artworks{
	display: flex;
	flex-wrap: wrap;
	width: 100vw;
}

.Designs{
	display: flex;
	flex-wrap: wrap;
	width: 100vw;
}
.Design{
	position: relative;
	width: 16.6667%;
	height: 16.6667vw;
	overflow: hidden;
}
.design-placeholder {
	background: #111;
}
.design-placeholder-01,
.design-placeholder-07 { background: #101820; }
.design-placeholder-02,
.design-placeholder-08 { background: #303030; }
.design-placeholder-03,
.design-placeholder-09 { background: #17212b; }
.design-placeholder-04,
.design-placeholder-10 { background: #252025; }
.design-placeholder-05,
.design-placeholder-11 { background: #1d271f; }
.design-placeholder-06,
.design-placeholder-12 { background: #282318; }
.Design .designtitle {
	background-color: rgba(0, 0, 0, 0.4);
	color: rgba(255, 255, 255, 1);
	position: absolute;
	inset: 0;
	z-index: 0.1;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 1rem;
	font-size: 12pt;
	line-height: 12pt;
	text-align: center;
	opacity: 0;
	transition: all 0.4s;
}
.Design:hover .designtitle {
	opacity: 1;
}

#brand{
	display: none;
}

#sidebar{
	display: none;
}

#content{
	width: 100%;
	margin-left: 0px;
}

.Exhibitions{
	display: flex;
	height: 25vw;
	width: 100vw;
}
.Exhibition{
	width: 25vw;
}
.Exhibitions .Exhibition .exhibitiontitle{
	background-color: rgba(0, 0, 0, 0.4);
  color: rgba(255, 255, 255, 1);
  position: absolute;
	z-index: 0.1;
	opacity: 0;
	text-align: center;
	padding-top: 10vw;
	height: 15vw;
	width: 25vw;
	margin-left: -25vw;
	transition: all 0.4s;
}
.Exhibition:hover .exhibitiontitle {
    opacity: 1;
}


html,
body{
	font-family: var(--body-font);
	font-weight: 400;
	background-color: #000;
}

#page,
.site,
.site-content,
#content,
#primary,
article {
	background-color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
.title,
.Title,
.pagetitle,
.linktitle,
.site-title,
.site-title a,
.landing-loader__title,
.landing-identity__title,
.landing-name-marquee,
.landing-orbit-byline,
.landing-statement__group h2,
#designword *,
#exhibitionsword *,
#artworksword *,
#dossierword * {
	font-family: var(--title-font);
}

p,
li,
dd,
dt,
button,
input,
select,
textarea,
.pageintro,
.date,
.text,
.article,
.links,
.landing-statement__lede,
.landing-statement__project-byline {
	font-family: var(--body-font);
	font-weight: 400;
}

.cky-footer-shadow{
	display: none !important;
}

#trp-floater-ls-language-list a:hover{
	color: red;
	background: white;
}
#trp-floater-ls{
	padding: .1em !important;
	height: 25px;
}
#trp-floater-ls *{
	padding: .1em !important;
	height: auto;
}
#trp-floater-ls-current-language a{
	line-height: 14px;
}
.trp-language-switcher-container.trp-floater-ls-names.trp-top-left.trp-color-dark{
	min-width: 0 !important;
}

#trp-floater-ls{
	margin-left: 15px;
	font-size: 12pt;
	box-shadow: none;
	transform: translatex(-100px);
}

#trp-floater-ls.trp-color-light{
	background: white;
}
.trp-floater-ls-disabled-language.trp-ls-disabled-language{
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	
}
#menu-box{
	margin-left: 0px;
	margin-top: -20px;
	display: none;
	background: rgb(255,255,255);
background: linear-gradient(45deg, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
    padding-top: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
		border-radius: 20px;
		list-style: none;
}

header {
	display: none;
}

#menu-box li{
	color: black;
}

#menu{
	color: black;
	font-size: 1rem;
}

.floatmenu{
  float: left;
  position: fixed;
  margin-left: 20px;
  z-index: 1000;
	overflow: scroll;
	height: 80vh;
}

		.floatmenu a, .floatmenu h2{
		font-size: 20pt;
		line-height: 40pt;
	}

a {
	text-decoration: none;
}

.copyright{
	font-size: 1rem;
	color: white;
}

.copyright a{
	font-size: 1rem;
	color: white;
}

.footerabove{
	justify-content: space-around;
	display: flex;
	flex-wrap: wrap;
	text-align: left;
	line-height: 20pt;
	margin-bottom: 3em;
	align-items: center;
}

.footerabove h2{
	font-size: 20pt;
	font-weight: bold;
	text-decoration: underline;
}

footer *{
	color: white;
	font-size: 14pt;
}

.main-navigation{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
}

footer img{
	width: 100px;
	height: 100px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
	border: solid white 2px;
}

.footerabout{
	text-align: left;
	line-height: 20pt;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.footerabout *, .site-navigation.main-navigation a{
		color: white;
}
.site-navigation.main-navigation a:hover{
	color: red;
}
iconify-icon:hover{
	color: red;
}

.smicons{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

iconify-icon{
	margin: 18pt;
}

.cky-btn-revisit-wrapper{
	width: 20px !important;
	height: 20px !important;
}

button.cky-btn-revisit{
	width: 20px !important;
	height: 20px !important;
	background-color: grey !important;
}

button.cky-btn-revisit img{
	width: 20px !important;
	height: 20px !important;
}

.socialmediaiconswrapper{
	justify-content: space-around;
	height: 100vh;
}

.socialmediaicons3{
	display: flex;
	justify-content: space-around !important;
	line-height: 4em;
}

.socialmediaicons{
	display: flex;
	justify-content: space-around !important;
	line-height: 4em;
	margin-top: 2em;
}

.socialmediaicon{
	width: 60px;
	padding-left: 1em;
	padding-right: 1em;
}

.socialmediaicons2{
	line-height: 4em;
}

.socialmediaicon2{
	width: 150px;
	font-size: 1rem;
	line-height: 1.2;
}

.site-footer{
	background-color: #000000;
	padding-top: 5em;
	z-index: 1;
}

a {
	color: black;
}

a:hover{
	color: red;
}

@media only screen and (min-width: 960px) and (max-width: 1280px) {
	.topmenu{
	line-height: 1em;
	margin-top: -10pt;
}
			#trp-floater-ls{
		transform: translatex(-50px);
	}
	
}
	.Title{
		font-size: 18pt;
		line-height: 24pt;
	}

@media only screen and (min-width: 768px) and (max-width: 959px) {			
	.topmenu{
	line-height: 1em;
	margin-top: -10pt;
}
		#trp-floater-ls{
		transform: translatex(-40px);
	}
.bottomitem{
	width: 50%;
	height: 50vw;
}

.bottomrow{
	display: flex;
	flex-wrap: wrap;
	width: 100vw;
}
.bottomrow .bottomitem .title {
	margin-top: -50.55vw;
	width: 50%;
	height: 35vw;
	padding-top: 15vw;
	}
	.Artwork{
	width: 25%;
	height: 25vw;
}

.Artworks{
	display: flex;
	flex-wrap: wrap;
	width: 100vw;
}
.Artworks .Artwork .title {
	margin-top: -25.55vw;
	width: 25%;
	height: 20vw;
	padding-top: 5vw;
	}
.Exhibitions .Exhibition .exhibitiontitle {
	margin-top: 0vw;
	margin-left: -50vw;
	width: 50%;
	height: 35vw;
	padding-top: 15vw;
	}
	.Exhibitions{
	display: flex;
	flex-wrap: wrap;
	height: 100vw;
	}
	.Exhibition{
	width: 50vw;
	height: 50vw;
	}
	#exhibitionsword{
	position: absolute;
}
#content{
		margin-left: 0px;
	}
		.Title{
		font-size: 18pt;
		line-height: 24pt;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {

		.floatmenu{
	margin-left: 20px;
	margin-top: 0px;
	}
	.floatmenu a{
		font-size: 20pt;
		line-height: 40pt;
	}
	.topmenu{
	line-height: 1em;
	margin-top: -10pt;
}
		#trp-floater-ls{
		transform: translatex(0px);
	}
.bottomitem{
	width: 50%;
	height: 50vw;
}

.bottomrow{
	display: flex;
	flex-wrap: wrap;
	width: 100vw;
}
.bottomrow .bottomitem .title {
	margin-top: -50.55vw;
	width: 50%;
	height: 35vw;
	padding-top: 15vw;
	}
.Artwork{
	width: 25%;
	height: 25vw;
}

.Artworks{
	display: flex;
	flex-wrap: wrap;
	width: 100vw;
}
.Artworks .Artwork .title {
	margin-top: -25.55vw;
	width: 25%;
	height: 20vw;
	padding-top: 5vw;
	}
.Exhibitions .Exhibition .exhibitiontitle {
	margin-top: 0vw;
	margin-left: -50vw;
	width: 50%;
	height: 35vw;
	padding-top: 15vw;
	}
	.Exhibitions{
	display: flex;
	flex-wrap: wrap;
	height: 100vw;
	}
	.Exhibition{
	width: 50vw;
	height: 50vw;
	}
	#exhibitionsword{
	position: absolute;
}
#content{
		margin-left: 0px;
		width: 100vw;
	}
		.Title{
		font-size: 18pt;
		line-height: 24pt;
	}
	.scripturefootnotes{
	column-count: 4;
	color: white;
	padding: 1em;
	font-size: 1rem;
	line-height: 1.35;
}
.scripturebody{
	column-count: 2;
	color: white;
	padding: 1em;
	font-size: 12pt;
	line-height: 1.15;
}
	.slideshow-wrapper {
	height: 50vh;
}
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
	.emphasis{
		line-height: 24pt;
	}
	#menu-box a{
		font-size: 14pt;
		line-height: 24pt;
	}
	.floatmenu{
	margin-left: 20px;
	margin-top: 0px;
	}
		.floatmenu a{
		font-size: 20pt;
		line-height: 40pt;
	}
	.topmenu{
	line-height: 1em;
	margin-top: -10pt;
}
	
.main-navigation{
	width: 100vw;
	text-align: center;
}

footer img{
	width: 100px;
	height: 100px;
}

.footerabout{
	width: 100vw;
	text-align: center;
}
	#trp-floater-ls{
		transform: translatex(0px);
	}
.bottomitem{
	width: 100%;
	height: 100vw;
}

.bottomrow{
	display: flex;
	flex-wrap: wrap;
	width: 100vw;
}
.bottomrow .bottomitem .title {
	margin-top: -100.55vw;
	width: 100%;
	height: 55vw;
	padding-top: 45vw;
	}
.Artwork{
	width: 50%;
	height: 50vw;
}

.Artworks{
	display: flex;
	flex-wrap: wrap;
	width: 100vw;
}
.Artworks .Artwork .title {
	margin-top: -51.25vw;
	width: 50%;
	height: 45vw;
	padding-top: 5vw;
	}
.Exhibitions .Exhibition .exhibitiontitle {
	position: absolute;
	margin-top: 0;
	left: 25vw;
	width: 100%;
	height: 55vw;
	padding-top: 45vw;
	}
	.Exhibitions{
	display: flex;
	flex-wrap: wrap;
	height: 400vw;
	}
	.Exhibition{
	width: 100vw;
	height: 100vw;
	}
	#exhibitionsword{
	position: absolute;
}
#content{
		margin-left: 0px;
	}
	h1{
		font-size: 24pt;
		line-height: 24pt;
	}
	.systemmember{
	width: 25%;
	color: white;
	text-align: center;
	font-size: 12pt;
}
.systemmembers{
	display: flex;
	flex-wrap: wrap;
}
	.Title{
		font-size: 18pt;
		line-height: 24pt;
	}
	.scripturefootnotes{
	column-count: 2;
	color: white;
	padding: 1em;
	font-size: 1rem;
	line-height: 1.35;
}
.scripturebody{
	column-count: 1;
	color: white;
	padding: 1em;
	font-size: 12pt;
	line-height: 1.15;
}
	h2{
	font-size: 18pt;
	line-height: 24pt;
	}
.slideshow-wrapper {
	height: 50vh;
}
	.column{
	width: 100%;
	padding: 0.5em;
}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.Designs {
		display: flex;
		flex-wrap: wrap;
		width: 100vw;
	}
	.Design {
		width: 50%;
		height: 50vw;
	}
	#designword {
		height: 300vw;
	}
	#exhibitionsword {
		height: 100vw;
	}
	#artworksword {
		height: 300vw;
	}
	#dossierword {
		height: 100vw;
	}
	#designword,
	#exhibitionsword,
	#artworksword,
	#dossierword {
		inset: auto auto auto 0;
		width: 100vw;
		margin: 0;
		padding: 0;
		box-sizing: border-box;
	}
	#designword *,
	#exhibitionsword *,
	#artworksword *,
	#dossierword * {
		display: block;
		margin: 0;
		padding-top: 0;
	}
}

@media only screen and (max-width: 479px) {
	.Designs {
		display: flex;
		flex-wrap: wrap;
		width: 100vw;
	}
	.Design {
		width: 50%;
		height: 50vw;
	}
	#designword {
		height: 300vw;
	}
	#exhibitionsword {
		height: 400vw;
	}
	#artworksword {
		height: 1200vw;
	}
	#dossierword {
		height: 300vw;
	}
	#designword,
	#exhibitionsword,
	#artworksword,
	#dossierword {
		inset: auto auto auto 0;
		width: 100vw;
		margin: 0;
		padding: 0;
		box-sizing: border-box;
	}
	#designword *,
	#exhibitionsword *,
	#artworksword *,
	#dossierword * {
		display: block;
		margin: 0;
		padding-top: 0;
	}
}

.archive-section {
	position: relative;
	width: 100vw;
	margin: 0;
	padding: 0;
	--archive-word-height: clamp(5rem, 25vw, 18rem);
}
.archive-search {
	width: 100vw;
	box-sizing: border-box;
	padding: 1rem;
	background: #000;
	color: #fff;
	font-family: var(--body-font);
}
.archive-search__row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem;
	width: min(100%, 72rem);
	margin: 0 auto 0.75rem;
}
.archive-search__row--query {
	gap: 0.75rem;
}
.archive-search__input {
	appearance: none;
	flex: 1 1 16rem;
	min-width: 0;
	height: 2.5rem;
	box-sizing: border-box;
	border: 1px solid rgba(255, 255, 255, 0.45);
	border-radius: 0;
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	padding: 0 0.75rem;
	font-family: var(--body-font);
	font-size: 1rem;
	line-height: 1;
}
.archive-search__input::placeholder {
	color: rgba(255, 255, 255, 0.65);
}
.archive-search__clear,
.archive-filter {
	appearance: none;
	min-height: 2rem;
	border: 1px solid rgba(255, 255, 255, 0.45);
	border-radius: 0;
	background: transparent;
	color: #fff;
	padding: 0.35rem 0.65rem;
	font-family: var(--body-font);
	font-size: 0.875rem;
	line-height: 1;
	text-transform: uppercase;
}
.archive-filter[aria-pressed="true"] {
	background: #fff;
	color: #000;
}
.archive-search__clear:hover,
.archive-search__clear:focus,
.archive-filter:hover,
.archive-filter:focus {
	border-color: #fff;
	box-shadow: inset 0 0 0 1px #fff;
}
.archive-filter[aria-pressed="true"]:hover,
.archive-filter[aria-pressed="true"]:focus {
	background: #fff;
	color: #000;
	box-shadow: inset 0 0 0 1px #000;
}
.archive-search__meta {
	width: min(100%, 72rem);
	margin: 0 auto;
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.875rem;
	line-height: 1.25;
}
.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
.archive-section > .word {
	position: relative !important;
	inset: auto !important;
	z-index: 20;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	width: 100vw !important;
	min-height: 0;
	margin: 0 !important;
	padding: 0;
	box-sizing: border-box;
	overflow: visible;
}
.archive-section > .word h4 {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}
.archive-section--design > .word h4 {
	font-size: 16.6vw;
	line-height: 16.6vw;
}
.archive-section--exhibitions > .word h4 {
	font-size: 15.75vw;
	line-height: 15.75vw;
}
.archive-section--artworks > .word h4 {
	font-size: 17.3vw;
	line-height: 17.3vw;
}
.archive-section--dossier > .word h4,
.archive-section--reference > .word h4 {
	font-size: 22vw;
	line-height: 22vw;
}

@media only screen and (max-width: 767px) {
	.archive-section {
		--archive-word-height: 34vw;
	}
	.archive-section--design > .word h4,
	.archive-section--exhibitions > .word h4,
	.archive-section--artworks > .word h4,
	.archive-section--dossier > .word h4,
	.archive-section--reference > .word h4 {
		font-size: clamp(3rem, 18vw, 8rem);
		line-height: 1;
	}
}

@media only screen and (min-width: 768px) {
	.archive-section > .word {
		position: absolute !important;
		inset: auto auto auto 0 !important;
		z-index: 20;
		background-color: rgba(0, 0, 0, 0.75);
		overflow: hidden;
	}
	.archive-section--design > .word {
		height: 16.6667vw !important;
	}
	.archive-section--artworks > .word {
		height: 75vw !important;
	}
	.archive-section--dossier > .word,
	.archive-section--reference > .word {
		background-color: rgba(0, 0, 0, 0.5);
	}
}

.mobile-archive {
	display: none;
}

@media only screen and (max-width: 767px) {
	.archive-index--desktop {
		display: none !important;
	}
	.mobile-archive {
		display: block;
		width: 100vw;
		min-height: 100vh;
		padding: 0;
		background: #000;
		color: #fff;
		overflow-x: hidden;
	}
	.mobile-archive-section {
		position: relative;
		width: 100vw;
		margin: 0;
		padding: 1rem 0 1.5rem;
	}
	.mobile-archive-section__header {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 1rem;
		width: 100%;
		padding: 0.25rem 1rem 0.75rem;
		box-sizing: border-box;
	}
	.mobile-archive-section__header h2 {
		margin: 0;
		color: #fff;
		font-family: var(--index-word-font);
		font-size: clamp(2rem, 12vw, 4rem);
		font-weight: var(--index-word-weight);
		font-variation-settings: "wght" var(--index-word-weight);
		line-height: 0.95;
		letter-spacing: 0;
	}
	.mobile-archive-section__toggle {
		appearance: none;
		border: 0;
		border-radius: 0;
		background: transparent;
		color: #fff;
		padding: 0 0 0.2rem;
		font-family: var(--title-font);
		font-size: clamp(2rem, 8vw, 3.25rem);
		line-height: 1;
		text-shadow: rgba(0, 0, 0, 0.9) 1px 1px 2px;
	}
	.mobile-archive-section__items {
		display: flex;
		gap: 0;
		width: 100vw;
		padding: 0;
		box-sizing: border-box;
		overflow-x: auto;
		overflow-y: hidden;
		scroll-snap-type: x mandatory;
		scroll-padding-left: 0;
		overscroll-behavior-x: contain;
		-webkit-overflow-scrolling: touch;
	}
	.mobile-archive-section__items::-webkit-scrollbar {
		display: none;
	}
	.mobile-archive-card {
		position: relative;
		display: block;
		flex: 0 0 50vw;
		aspect-ratio: 1;
		overflow: hidden;
		background: #101010;
		color: #fff;
		text-decoration: none;
		scroll-snap-align: start;
		scroll-snap-stop: always;
	}
	.mobile-archive-section--exhibitions .mobile-archive-card,
	.mobile-archive-section--dossier .mobile-archive-card,
	.mobile-archive-section--reference .mobile-archive-card {
		flex-basis: 100vw;
	}
	.mobile-archive-card__media {
		position: absolute;
		inset: 0;
		display: block;
	}
	.mobile-archive-card__media img {
		display: block;
		width: 100%;
		height: 100%;
		max-width: none;
		object-fit: cover;
	}
	.mobile-archive-card--placeholder .mobile-archive-card__media {
		background:
			linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0)),
			#141414;
	}
	.mobile-archive-card__label {
		position: absolute;
		inset: auto 0 0;
		display: flex;
		align-items: flex-end;
		min-height: 32%;
		padding: 2.25rem 0.75rem 0.75rem;
		box-sizing: border-box;
		background: linear-gradient(to top, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0));
		color: #fff;
		font-family: var(--body-font);
		font-size: 1rem;
		font-weight: 400;
		line-height: 1.12;
		text-shadow: rgba(0, 0, 0, 0.85) 1px 1px 2px;
	}
	.mobile-archive-section--design.is-expanded .mobile-archive-section__items,
	.mobile-archive-section--artworks.is-expanded .mobile-archive-section__items {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0;
		padding: 0;
		overflow: visible;
		scroll-snap-type: none;
	}
	.mobile-archive-section--design.is-expanded .mobile-archive-card,
	.mobile-archive-section--artworks.is-expanded .mobile-archive-card {
		width: auto;
	}
	.mobile-archive-rail-button {
		position: absolute;
		top: calc(50% + 0.9rem);
		z-index: 8;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 2.75rem;
		height: 4.5rem;
		padding: 0;
		border: 0;
		border-radius: 0;
		background: transparent;
		color: #fff;
		font-family: var(--title-font);
		font-size: 4rem;
		font-weight: 300;
		line-height: 1;
		text-shadow: rgba(0, 0, 0, 0.9) 2px 2px 4px;
		-webkit-text-stroke: 1px #000;
		paint-order: stroke fill;
		transform: translateY(-50%);
	}
	.mobile-archive-rail-button--prev {
		left: 0.15rem;
	}
	.mobile-archive-rail-button--next {
		right: 0.15rem;
	}
	.mobile-archive-section.is-expanded .mobile-archive-rail-button {
		display: none;
	}
	.mobile-archive-section.is-expanded [data-mobile-rail-clone="true"] {
		display: none !important;
	}
}

@media only screen and (min-width: 768px) {
	.archive-index--desktop {
		display: block;
	}
	.mobile-archive {
		display: none !important;
	}
}

body.focus-aid-page {
	background:
		linear-gradient(90deg, rgba(8, 10, 10, 0.95), rgba(8, 10, 10, 0.7), rgba(8, 10, 10, 0.96)),
		url('/media/Images/depth_of_field_triangle_bg.png') center top / 100vw auto fixed repeat-y,
		#080a0a;
	color: #f4f0e8;
}

body.focus-aid-page #primary,
body.focus-aid-page #content,
body.focus-aid-page article,
body.focus-aid-page .the-content {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	background: transparent;
}

.focus-aid-page .the-content {
	font-family: Georgia, 'Times New Roman', serif;
}

.focus-aid-hero,
.focus-aid-panel,
.focus-aid-gallery,
.focus-aid-grid,
.focus-aid-prose--wide {
	box-sizing: border-box;
	width: min(1180px, calc(100vw - 40px));
	margin: 0 auto;
}

.focus-aid-hero {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(280px, 0.78fr);
	gap: clamp(28px, 6vw, 80px);
	align-items: center;
	min-height: min(780px, 92vh);
	padding: clamp(72px, 12vh, 130px) 0 clamp(36px, 8vh, 90px);
}

.focus-aid-kicker {
	margin: 0 0 16px;
	color: #d8c7a5 !important;
	font-family: 'Courier New', monospace;
	font-size: 0.78rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.focus-aid-hero h1 {
	max-width: 9.5em;
	margin: 0 0 28px;
	color: #fffaf0;
	font-size: clamp(3.4rem, 10vw, 8.8rem);
	font-weight: 400;
	line-height: 0.9;
	letter-spacing: 0;
	text-transform: none;
}

.focus-aid-hero p,
.focus-aid-prose p,
.focus-aid-prose--wide p {
	max-width: 70ch;
	color: rgba(244, 240, 232, 0.9) !important;
	font-size: clamp(1.05rem, 1.45vw, 1.35rem);
	line-height: 1.55;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
	text-align: left;
}

.focus-aid-download {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	margin-top: 18px;
	padding: 0 22px;
	border: 1px solid rgba(244, 240, 232, 0.55);
	background: rgba(244, 240, 232, 0.1);
	color: #fffaf0;
	font-family: 'Courier New', monospace;
	font-size: 0.82rem;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.focus-aid-download:hover,
.focus-aid-download:focus-visible {
	border-color: #fffaf0;
	background: rgba(244, 240, 232, 0.2);
	color: #fffaf0;
	transform: translateY(-1px);
}

.focus-aid-hero__figure,
.focus-aid-template {
	margin: 0;
	background: rgba(255, 250, 240, 0.08);
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
}

.focus-aid-hero__figure {
	position: relative;
	aspect-ratio: 1;
	overflow: hidden;
}

.focus-aid-hero__figure img,
.focus-aid-hero__figure video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.focus-aid-hero__figure video {
	position: absolute;
	inset: 0;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s ease;
}

.focus-aid-hero__figure:hover video,
.focus-aid-hero__figure:focus-within video {
	opacity: 1;
}

.focus-aid-panel {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(240px, 0.55fr);
	gap: clamp(28px, 5vw, 72px);
	align-items: start;
	padding: clamp(44px, 8vw, 88px) 0;
	border-top: 1px solid rgba(244, 240, 232, 0.18);
}

.focus-aid-template {
	padding: clamp(12px, 2vw, 24px);
}

.focus-aid-template img {
	display: block;
	width: 100%;
	height: auto;
}

.focus-aid-gallery {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(10px, 2vw, 22px);
	padding: 0 0 clamp(44px, 8vw, 88px);
}

.focus-aid-gallery img {
	display: block;
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
}

.focus-aid-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(24px, 4vw, 60px);
	padding: clamp(36px, 6vw, 70px) 0;
	border-top: 1px solid rgba(244, 240, 232, 0.18);
	border-bottom: 1px solid rgba(244, 240, 232, 0.18);
}

.focus-aid-grid h2,
.focus-aid-prose--wide h2 {
	margin: 0 0 20px;
	color: #fffaf0;
	font-family: 'Courier New', monospace;
	font-size: clamp(1.15rem, 2vw, 1.7rem);
	font-weight: 400;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.focus-aid-grid ul {
	margin: 0;
	padding-left: 1.1em;
	color: rgba(244, 240, 232, 0.88);
	font-size: clamp(1rem, 1.25vw, 1.18rem);
	line-height: 1.55;
}

.focus-aid-grid li + li {
	margin-top: 0.42em;
}

.focus-aid-prose--wide {
	padding: clamp(44px, 8vw, 96px) 0 clamp(70px, 10vw, 130px);
}

@media (max-width: 780px) {
	body.focus-aid-page {
		background:
			linear-gradient(rgba(8, 10, 10, 0.86), rgba(8, 10, 10, 0.96)),
			url('/media/Images/depth_of_field_triangle_bg.png') center top / 150vw auto repeat-y,
			#080a0a;
	}

	.focus-aid-hero,
	.focus-aid-panel,
	.focus-aid-grid {
		grid-template-columns: 1fr;
	}

	.focus-aid-hero {
		min-height: auto;
		padding-top: 58px;
	}

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

.mina-menu-button {
	position: fixed;
	top: 1rem;
	left: 1rem;
	z-index: 10010;
	display: grid;
	gap: 0.3rem;
	width: 2.75rem;
	height: 2.75rem;
	padding: 0.75rem;
	border: 1px solid rgba(255, 255, 255, 0.48);
	border-radius: 0;
	background: rgba(0, 0, 0, 0.72);
	color: #fff;
	box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.36);
	cursor: pointer;
}

.mina-menu-button span {
	display: block;
	width: 100%;
	height: 2px;
	background: currentColor;
}

.mina-menu-button:hover,
.mina-menu-button:focus-visible,
.mina-site-drawer__close:hover,
.mina-site-drawer__close:focus-visible {
	border-color: #fff;
	outline: 2px solid #fff;
	outline-offset: 2px;
}

.mina-site-drawer-backdrop {
	position: fixed;
	inset: 0;
	z-index: 10000;
	background: rgba(0, 0, 0, 0.58);
}

.mina-site-drawer {
	position: fixed;
	inset: 0 auto 0 0;
	z-index: 10020;
	width: min(34rem, 92vw);
	box-sizing: border-box;
	padding: 1rem;
	overflow-y: auto;
	background: #050505;
	color: #fff;
	transform: translateX(-100%);
	transition: transform 180ms ease;
	box-shadow: 1rem 0 2.5rem rgba(0, 0, 0, 0.44);
}

.mina-site-drawer-is-open .mina-site-drawer {
	transform: translateX(0);
}

.mina-site-drawer__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.24);
	padding-bottom: 1rem;
}

.mina-site-drawer h2 {
	margin: 0;
	color: #fff;
	font-family: var(--title-font);
	font-size: clamp(1.5rem, 4vw, 2.5rem);
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
}

.mina-site-drawer__close {
	min-height: 2.25rem;
	border: 1px solid rgba(255, 255, 255, 0.48);
	border-radius: 0;
	background: transparent;
	color: #fff;
	padding: 0.35rem 0.65rem;
	font-family: var(--body-font);
	text-transform: uppercase;
	cursor: pointer;
}

.mina-site-drawer__primary,
.mina-site-drawer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mina-site-drawer__primary {
	display: grid;
	gap: 0.45rem;
	margin-bottom: 1rem;
}

.mina-site-drawer a {
	color: #fff;
	text-decoration: none;
}

.mina-site-drawer a:hover,
.mina-site-drawer a:focus-visible {
	color: #ff4d4d;
	text-decoration: underline;
}

.mina-site-drawer__primary a {
	display: block;
	border: 1px solid rgba(255, 255, 255, 0.16);
	padding: 0.65rem 0.75rem;
	font-family: var(--title-font);
	font-size: 1.1rem;
	line-height: 1.15;
	text-transform: uppercase;
}

.mina-site-drawer__group {
	border-top: 1px solid rgba(255, 255, 255, 0.16);
	padding: 0.65rem 0;
}

.mina-site-drawer__group summary {
	color: #fff;
	cursor: pointer;
	font-family: var(--title-font);
	font-size: 1rem;
	text-transform: uppercase;
}

.mina-site-drawer__group ul {
	display: grid;
	gap: 0.3rem;
	padding: 0.65rem 0 0.25rem 0.75rem;
}

.mina-site-drawer__group a {
	font-size: 0.95rem;
	line-height: 1.25;
}

.landing-services {
	position: relative;
	z-index: 2;
	box-sizing: border-box;
	width: 100vw;
	padding: clamp(2rem, 7vw, 5rem) 1rem;
	background:
		linear-gradient(90deg, rgba(0, 0, 0, 0.94), rgba(16, 22, 24, 0.9)),
		#050505;
	color: #fff;
}

.landing-services__inner {
	width: min(72rem, 100%);
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 1rem 2rem;
	align-items: end;
}

.landing-services__kicker,
.service-kicker {
	margin: 0;
	color: rgba(255, 255, 255, 0.68);
	font-family: var(--body-font);
	font-size: 0.78rem;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.landing-services h2 {
	margin: 0.15rem 0 0;
	color: #fff;
	font-family: var(--title-font);
	font-size: clamp(2rem, 7vw, 5rem);
	font-weight: 400;
	line-height: 0.94;
	letter-spacing: 0;
}

.landing-services p:not(.landing-services__kicker) {
	grid-column: 1;
	max-width: 50rem;
	margin: 0;
	color: rgba(255, 255, 255, 0.8);
	font-size: clamp(1rem, 1.5vw, 1.2rem);
	line-height: 1.45;
}

.landing-services__link,
.service-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.75rem;
	box-sizing: border-box;
	border: 1px solid #fff;
	border-radius: 0;
	background: #fff;
	color: #000;
	padding: 0.7rem 1rem;
	font-family: var(--body-font);
	font-size: 0.95rem;
	line-height: 1.1;
	text-decoration: none;
	text-transform: uppercase;
}

.landing-services__link {
	grid-column: 2;
	grid-row: 1 / span 3;
	align-self: center;
	white-space: nowrap;
}

.landing-services__link:hover,
.landing-services__link:focus-visible,
.service-button:hover,
.service-button:focus-visible {
	background: #ff4d4d;
	color: #000;
	border-color: #ff4d4d;
	outline: 2px solid #fff;
	outline-offset: 2px;
}

body.archive-service-page {
	background:
		linear-gradient(90deg, rgba(5, 5, 5, 0.96), rgba(12, 20, 22, 0.86), rgba(5, 5, 5, 0.98)),
		#050505;
	color: #f5f2ed;
}

body.archive-service-page #primary,
body.archive-service-page #content,
body.archive-service-page article,
body.archive-service-page .the-content {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	background: transparent;
}

.archive-service-page .the-content {
	font-family: var(--body-font);
}

.service-hero,
.service-offer,
.service-columns,
.service-cta {
	box-sizing: border-box;
	width: min(76rem, calc(100vw - 2rem));
	margin: 0 auto;
}

.service-hero {
	min-height: 82vh;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: clamp(6rem, 14vw, 11rem) 0 clamp(3rem, 8vw, 6rem);
}

.service-hero h1 {
	max-width: 64rem;
	margin: 0.45rem 0 1rem;
	color: #fff;
	font-family: var(--title-font);
	font-size: clamp(2.5rem, 9vw, 7.5rem);
	font-weight: 400;
	line-height: 0.92;
	letter-spacing: 0;
}

.service-hero__lede {
	max-width: 50rem;
	margin: 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: clamp(1.05rem, 2vw, 1.4rem);
	line-height: 1.4;
}

.service-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1.5rem;
}

.service-link {
	display: inline-flex;
	align-items: center;
	min-height: 2.75rem;
	color: #fff;
	padding: 0 0.2rem;
	text-decoration: underline;
}

.service-offer {
	display: grid;
	grid-template-columns: minmax(16rem, 0.85fr) minmax(0, 1.25fr);
	gap: clamp(1rem, 4vw, 3rem);
	border-top: 1px solid rgba(255, 255, 255, 0.22);
	padding: clamp(2rem, 6vw, 4rem) 0;
}

.service-offer h2,
.service-columns h2,
.service-cta h2 {
	margin: 0.2rem 0 0.75rem;
	color: #fff;
	font-family: var(--title-font);
	font-size: clamp(1.8rem, 4vw, 3.5rem);
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
}

.service-offer p,
.service-columns p,
.service-cta p {
	color: rgba(255, 255, 255, 0.78);
	font-size: 1rem;
	line-height: 1.48;
}

.service-price {
	margin: 0 0 0.35rem;
	color: #ff4d4d !important;
	font-family: var(--title-font);
	font-size: clamp(2rem, 5vw, 4rem) !important;
	line-height: 1 !important;
}

.service-checklist,
.service-grid-list {
	display: grid;
	gap: 0.6rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.service-checklist li,
.service-grid-list li {
	border-left: 2px solid rgba(255, 255, 255, 0.5);
	padding-left: 0.85rem;
	color: #fff;
	line-height: 1.35;
}

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

.service-note {
	margin-top: 1.25rem;
	font-size: 0.95rem !important;
}

.service-columns {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(1.5rem, 5vw, 4rem);
	border-top: 1px solid rgba(255, 255, 255, 0.22);
	padding: clamp(2rem, 6vw, 4rem) 0;
}

.service-steps {
	display: grid;
	gap: 0.85rem;
	margin: 0;
	padding-left: 1.4rem;
	color: #fff;
}

.service-steps li {
	padding-left: 0.3rem;
	line-height: 1.4;
}

.service-steps span {
	display: block;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}

.service-cta {
	margin-bottom: clamp(2rem, 6vw, 5rem);
	border: 1px solid rgba(255, 255, 255, 0.24);
	padding: clamp(1.25rem, 4vw, 2.5rem);
	background: rgba(255, 255, 255, 0.04);
}

@media (prefers-reduced-motion: reduce) {
	.mina-site-drawer {
		transition: none;
	}
}

@media only screen and (max-width: 767px) {
	.service-offer,
	.service-columns,
	.landing-services__inner {
		grid-template-columns: 1fr;
	}

	.landing-services__link {
		grid-column: auto;
		grid-row: auto;
		justify-self: start;
		white-space: normal;
	}

	.service-hero {
		min-height: auto;
		padding-top: 6rem;
	}

	.service-grid-list {
		grid-template-columns: 1fr;
	}
}

body.plane-page {
	background: #f6f5f1;
	color: #161616;
}

/* Shared Mina navigation and service surfaces follow the system color scheme. */
:root {
	color-scheme: dark light;
	--mina-ui-bg: #080909;
	--mina-ui-surface: #111414;
	--mina-ui-surface-raised: #181c1c;
	--mina-ui-text: #f7f7f3;
	--mina-ui-muted: #c7ccca;
	--mina-ui-border: #6f7774;
	--mina-ui-accent: #ff5151;
	--mina-ui-button-bg: #f7f7f3;
	--mina-ui-button-text: #080909;
}

@media (prefers-color-scheme: light) {
	:root {
		--mina-ui-bg: #f4f5f2;
		--mina-ui-surface: #ffffff;
		--mina-ui-surface-raised: #e7ebe7;
		--mina-ui-text: #111312;
		--mina-ui-muted: #454b48;
		--mina-ui-border: #737b77;
		--mina-ui-accent: #b71920;
		--mina-ui-button-bg: #111312;
		--mina-ui-button-text: #ffffff;
	}
}

.mina-menu-button {
	border-color: var(--mina-ui-border);
	background: color-mix(in srgb, var(--mina-ui-bg) 90%, transparent);
	color: var(--mina-ui-text);
}

.mina-site-drawer {
	background: var(--mina-ui-bg);
	color: var(--mina-ui-text);
}

.mina-site-drawer__header,
.mina-site-drawer__group {
	border-color: var(--mina-ui-border);
}

.mina-site-drawer h2,
.mina-site-drawer__group summary,
.mina-site-drawer a,
.mina-site-drawer__close {
	color: var(--mina-ui-text);
}

.mina-site-drawer__close {
	border-color: var(--mina-ui-border);
}

.mina-site-drawer__primary a {
	border-color: var(--mina-ui-border);
}

.mina-site-drawer a:hover,
.mina-site-drawer a:focus-visible {
	color: var(--mina-ui-accent);
}

.landing-services {
	background: var(--mina-ui-surface);
	color: var(--mina-ui-text);
}

.landing-services h2,
.landing-services__kicker,
.landing-services p:not(.landing-services__kicker) {
	color: var(--mina-ui-text);
}

.landing-services__kicker {
	opacity: 0.72;
}

.landing-services__link,
.service-button {
	border-color: var(--mina-ui-button-bg);
	background: var(--mina-ui-button-bg);
	color: var(--mina-ui-button-text);
}

body.archive-service-page,
body.contact-page {
	background: var(--mina-ui-bg);
	color: var(--mina-ui-text);
}

body.archive-service-page #primary,
body.archive-service-page #content,
body.archive-service-page article,
body.archive-service-page .the-content,
body.contact-page #primary,
body.contact-page #content,
body.contact-page article,
body.contact-page .the-content {
	background: transparent;
}

.service-hero h1,
.service-offer h2,
.service-columns h2,
.service-cta h2,
.service-checklist li,
.service-grid-list li,
.service-steps,
.service-steps span,
.service-link {
	color: var(--mina-ui-text);
}

.service-kicker,
.service-hero__lede,
.service-hero__detail,
.service-offer p,
.service-columns p,
.service-cta p {
	color: var(--mina-ui-muted);
}

.service-hero__detail {
	max-width: 50rem;
	margin: 1rem 0 0;
	font-size: 1rem;
	line-height: 1.55;
}

.service-offer,
.service-columns {
	border-color: var(--mina-ui-border);
}

.service-price {
	color: var(--mina-ui-accent) !important;
}

.service-checklist li,
.service-grid-list li {
	border-color: var(--mina-ui-border);
}

.service-cta {
	border-color: var(--mina-ui-border);
	background: var(--mina-ui-surface-raised);
}

.service-columns--single {
	grid-template-columns: minmax(0, 52rem);
}

.contact-page .the-content {
	font-family: var(--body-font);
}

.contact-simple {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	width: min(72rem, calc(100vw - 2rem));
	min-height: calc(100svh - 4rem);
	margin: 0 auto;
	padding: clamp(3rem, 10vw, 8rem) 0;
}

.contact-simple h1 {
	max-width: 14ch;
	margin: 0 0 1.5rem;
	color: var(--mina-ui-text);
	font-family: var(--title-font);
	font-size: clamp(2.8rem, 9vw, 7rem);
	font-weight: 400;
	line-height: 0.94;
}

.contact-simple > p:not(.contact-location) {
	max-width: 46rem;
	margin: 0;
	color: var(--mina-ui-muted);
	font-size: clamp(1rem, 2vw, 1.3rem);
	line-height: 1.5;
}

.contact-simple .contact-location {
	margin: clamp(2rem, 6vw, 4rem) 0 0;
	color: var(--mina-ui-muted);
	font-size: 0.88rem;
	line-height: 1.4;
}

.contact-socials {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1.25rem;
	margin-top: 0.75rem;
}

.contact-socials a {
	color: var(--mina-ui-text);
	font-size: 0.92rem;
	text-underline-offset: 0.25em;
}

.contact-socials a:hover,
.contact-socials a:focus-visible {
	color: var(--mina-ui-accent);
}

.contact-hero,
.contact-groups {
	box-sizing: border-box;
	width: min(72rem, calc(100vw - 2rem));
	margin: 0 auto;
}

.contact-hero {
	min-height: 68vh;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: clamp(6rem, 14vw, 10rem) 0 clamp(2.5rem, 7vw, 5rem);
}

.contact-kicker {
	margin: 0;
	color: var(--mina-ui-muted);
	font-size: 0.78rem;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.contact-hero h1 {
	max-width: 58rem;
	margin: 0.4rem 0 1rem;
	color: var(--mina-ui-text);
	font-family: var(--title-font);
	font-size: clamp(2.6rem, 8vw, 6.5rem);
	font-weight: 400;
	line-height: 0.94;
	letter-spacing: 0;
}

.contact-hero p:not(.contact-kicker) {
	max-width: 46rem;
	margin: 0;
	color: var(--mina-ui-muted);
	font-size: clamp(1rem, 2vw, 1.3rem);
	line-height: 1.48;
}

.contact-email {
	display: inline-block;
	align-self: flex-start;
	margin-top: 1.4rem;
	color: var(--mina-ui-text);
	font-family: var(--title-font);
	font-size: clamp(1.4rem, 4vw, 2.8rem);
	line-height: 1.1;
	text-decoration: underline;
}

.contact-copy {
	position: relative;
	appearance: none;
	border: 0;
	background: transparent;
	padding: 0;
	text-align: left;
	cursor: pointer;
}

.contact-copy > span:first-child,
.contact-copy > small {
	display: block;
}

.contact-copy > small {
	margin-top: 0.45rem;
	color: var(--mina-ui-muted);
	font-family: var(--body-font);
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.contact-copy__tooltip {
	position: absolute;
	left: 0;
	bottom: calc(100% + 0.75rem);
	z-index: 10;
	display: block;
	width: max-content;
	max-width: min(18rem, calc(100vw - 2rem));
	padding: 0.55rem 0.7rem;
	border: 1px solid var(--mina-ui-border);
	background: var(--mina-ui-text);
	color: var(--mina-ui-bg);
	font-family: var(--body-font);
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1.15;
	text-decoration: none;
	opacity: 0;
	visibility: hidden;
	transform: translateY(0.3rem);
	transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s;
	pointer-events: none;
}

.is-copied .contact-copy__tooltip {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.contact-email:hover,
.contact-email:focus-visible {
	color: var(--mina-ui-accent);
}

.contact-groups {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	padding-bottom: clamp(3rem, 8vw, 6rem);
}

.contact-group {
	border-top: 1px solid var(--mina-ui-border);
	padding-top: 1rem;
}

.contact-group h2 {
	margin: 0 0 1rem;
	color: var(--mina-ui-text);
	font-family: var(--title-font);
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.1;
	text-transform: uppercase;
}

.contact-link-card {
	position: relative;
	display: block;
	width: 100%;
	border: 1px solid var(--mina-ui-border);
	margin-bottom: 0.75rem;
	padding: 0.85rem;
	background: var(--mina-ui-surface);
	color: var(--mina-ui-text);
	text-decoration: none;
}

.contact-link-card--button {
	appearance: none;
	font-family: var(--body-font);
	text-align: left;
	cursor: pointer;
}

.contact-link-card--button .contact-copy__tooltip {
	left: 0.85rem;
	bottom: calc(100% - 0.2rem);
}

.contact-link-card span,
.contact-link-card small {
	display: block;
}

.contact-link-card span {
	font-size: 1rem;
	font-weight: 700;
}

.contact-link-card small {
	margin-top: 0.3rem;
	color: var(--mina-ui-muted);
	font-size: 0.82rem;
	line-height: 1.35;
}

.contact-link-card:hover,
.contact-link-card:focus-visible,
.contact-icon-grid a:hover,
.contact-icon-grid a:focus-visible {
	border-color: var(--mina-ui-accent);
	outline: 2px solid var(--mina-ui-accent);
	outline-offset: 1px;
}

.contact-icon-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.75rem;
}

.contact-icon-grid a {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	min-width: 0;
	border: 1px solid var(--mina-ui-border);
	padding: 0.7rem;
	background: var(--mina-ui-surface);
	color: var(--mina-ui-text);
	text-decoration: none;
}

.contact-icon-grid iconify-icon {
	flex: 0 0 auto;
	font-size: 1.7rem;
}

.contact-icon-grid span {
	min-width: 0;
	font-size: 0.9rem;
	overflow-wrap: anywhere;
}

@media only screen and (max-width: 767px) {
	.contact-groups {
		grid-template-columns: 1fr;
	}
}

body.plane-page #primary,
body.plane-page #content,
body.plane-page article,
body.plane-page .the-content {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	background: transparent;
}

.plane-page .the-content {
	font-family: 'Helvetica Neue', 'Avenir Next', Helvetica, sans-serif;
	letter-spacing: 0;
}

.plane-hero,
.plane-video,
.plane-statement,
.plane-product-grid,
.plane-copy-grid {
	box-sizing: border-box;
	width: min(1240px, calc(100vw - 48px));
	margin: 0 auto;
}

.plane-hero {
	display: grid;
	grid-template-columns: minmax(0, 0.72fr) minmax(300px, 1fr);
	gap: clamp(32px, 7vw, 110px);
	align-items: center;
	min-height: min(860px, 94vh);
	padding: clamp(74px, 12vh, 140px) 0 clamp(48px, 7vh, 90px);
}

.plane-kicker {
	margin: 0 0 26px;
	color: #77746d !important;
	font-size: 0.72rem;
	font-weight: 500;
	letter-spacing: 0.22em;
	line-height: 1.4;
	text-align: left;
	text-transform: uppercase;
}

.plane-hero h1 {
	margin: 0 0 30px;
	color: #111;
	font-size: clamp(3.4rem, 8vw, 8.2rem);
	font-weight: 300;
	line-height: 0.94;
	letter-spacing: -0.04em;
	text-transform: none;
}

.plane-hero h1 span {
	display: block;
	color: #3a3935;
	font-weight: 200;
}

.plane-hero p,
.plane-statement p,
.plane-copy-grid p {
	max-width: 64ch;
	color: #34322d !important;
	font-size: clamp(1.08rem, 1.35vw, 1.28rem);
	font-weight: 300;
	line-height: 1.72;
	text-align: left;
}

.plane-hero__product {
	position: relative;
	margin: 0;
	min-height: clamp(420px, 64vw, 760px);
	display: flex;
	align-items: center;
	justify-content: center;
	background:
		radial-gradient(circle at 50% 46%, rgba(255, 255, 255, 0.94), rgba(246, 245, 241, 0.2) 52%, rgba(246, 245, 241, 0) 70%);
}

.plane-hero__product img {
	display: block;
	width: min(82%, 600px);
	height: auto;
	filter: drop-shadow(0 34px 48px rgba(0, 0, 0, 0.12));
}

.plane-video {
	padding: clamp(30px, 5vw, 70px) 0;
}

.plane-video video {
	display: block;
	width: 100%;
	max-height: 86vh;
	border: 1px solid rgba(22, 22, 22, 0.08);
	background: #e8e7e2;
	object-fit: contain;
}

.plane-statement {
	padding: clamp(56px, 9vw, 120px) 0;
	border-top: 1px solid rgba(22, 22, 22, 0.12);
	border-bottom: 1px solid rgba(22, 22, 22, 0.12);
}

.plane-statement p {
	max-width: 860px;
	margin-right: auto;
	margin-left: auto;
	font-size: clamp(1.25rem, 2vw, 2rem);
	line-height: 1.52;
}

.plane-statement p + p,
.plane-copy-grid p + p {
	margin-top: 1.45em;
}

.plane-product-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1px;
	padding: clamp(54px, 8vw, 110px) 0;
}

.plane-product-grid figure {
	display: flex;
	min-height: clamp(260px, 28vw, 420px);
	margin: 0;
	padding: clamp(20px, 3vw, 44px);
	box-sizing: border-box;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #efeee9;
}

.plane-product-grid img {
	display: block;
	width: 100%;
	height: clamp(180px, 20vw, 310px);
	object-fit: contain;
}

.plane-product-grid figcaption {
	margin-top: 22px;
	color: #77746d;
	font-size: 0.72rem;
	font-weight: 500;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.plane-copy-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(32px, 7vw, 120px);
	padding: clamp(40px, 7vw, 100px) 0 clamp(84px, 12vw, 160px);
}

@media (max-width: 860px) {
	.plane-hero,
	.plane-copy-grid {
		grid-template-columns: 1fr;
	}

	.plane-hero {
		min-height: auto;
		padding-top: 64px;
	}

	.plane-hero__product {
		min-height: 420px;
		order: -1;
	}

	.plane-hero h1 {
		font-size: clamp(3rem, 15vw, 5.5rem);
	}

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

@media (max-width: 560px) {
	.plane-hero,
	.plane-video,
	.plane-statement,
	.plane-product-grid,
	.plane-copy-grid {
		width: min(100vw - 28px, 1240px);
	}

	.plane-product-grid {
		grid-template-columns: 1fr;
	}
}

body.target-checker-page {
	background: #0b0d0f;
	color: #edf0eb;
	overflow-x: hidden;
}

body.target-checker-page #primary,
body.target-checker-page #content,
body.target-checker-page .the-content {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	background: transparent;
}

.target-checker-page .the-content {
	font-family: 'Courier New', monospace;
	letter-spacing: 0;
}

.target-checker-hero,
.target-checker-intro,
.target-checker-capture,
.target-checker-capabilities,
.target-checker-metrics,
.target-checker-workflow {
	box-sizing: border-box;
	width: min(1240px, calc(100vw - 40px));
	margin: 0 auto;
}

.target-checker-hero {
	min-height: min(860px, 94vh);
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(70px, 11vh, 132px) 0 clamp(48px, 8vh, 92px);
}

.target-checker-rail {
	position: relative;
	width: min(1500px, 100vw);
	margin: 0 0 clamp(44px, 7vw, 82px) 50%;
	overflow: hidden;
	border: 1px solid rgba(237, 240, 235, 0.14);
	background: #202326;
	box-shadow: 0 36px 90px rgba(0, 0, 0, 0.45);
	transform: translateX(-50%);
}

.target-checker-rail::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(11, 13, 15, 0.22), transparent 22%, transparent 78%, rgba(11, 13, 15, 0.22)),
		repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 12.5%);
	pointer-events: none;
}

.target-checker-rail img {
	display: block;
	width: 100%;
	height: clamp(180px, 22vw, 320px);
	object-fit: cover;
	object-position: center;
	will-change: object-position;
}

.target-checker-rail:hover img,
.target-checker-rail:focus-within img {
	animation: target-checker-pan 16s ease-in-out infinite;
}

.pixel-cluster-rail {
	background: #101315;
}

.pixel-cluster-page .target-checker-hero {
	position: relative;
	isolation: isolate;
	width: 100%;
	min-height: 100vh;
	padding: clamp(96px, 16vh, 160px) max(20px, calc((100vw - 1240px) / 2)) clamp(64px, 12vh, 132px);
	background:
		linear-gradient(180deg, rgba(8, 10, 12, 0.42), rgba(8, 10, 12, 0.74) 52%, rgba(8, 10, 12, 0.96)),
		linear-gradient(90deg, rgba(8, 10, 12, 0.94), rgba(8, 10, 12, 0.5) 48%, rgba(8, 10, 12, 0.86)),
		url('/media/Images/pixel-cluster-58942718u.webp') center bottom / cover fixed no-repeat,
		#080a0c;
}

.pixel-cluster-page .target-checker-hero::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	z-index: -1;
	height: 36vh;
	background: linear-gradient(180deg, transparent, #0b0d0f);
	pointer-events: none;
}

.pixel-cluster-page .target-checker-hero .pixel-cluster-rail {
	display: none;
}

.pixel-cluster-page .target-checker-hero__copy {
	width: min(1240px, calc(100vw - 40px));
	margin: auto auto 0;
}

.pixel-cluster-rail:hover img,
.pixel-cluster-rail:focus-within img {
	animation: none;
}

.pixel-cluster-rail img + img,
.pixel-cluster-overlay-frame img + img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	pointer-events: none;
}

.pixel-cluster-rail:hover img + img,
.pixel-cluster-rail:focus-within img + img,
.pixel-cluster-overlay-frame:hover img + img,
.pixel-cluster-overlay-frame:focus-within img + img {
	animation: pixel-cluster-overlay-pulse 3.4s ease-in-out infinite;
}

@keyframes pixel-cluster-overlay-pulse {
	0%,
	100% {
		opacity: 0.08;
	}

	50% {
		opacity: 0.92;
	}
}

.target-checker-hero__copy {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(300px, 0.56fr);
	gap: clamp(28px, 6vw, 90px);
	align-items: end;
}

.target-checker-kicker {
	grid-column: 1 / -1;
	margin: 0;
	color: #8fb2ff !important;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	line-height: 1.45;
	text-align: left;
	text-transform: uppercase;
}

.target-checker-hero h1 {
	margin: 0;
	color: #f6f8f3;
	font-size: clamp(3.2rem, 8.4vw, 8.5rem);
	font-weight: 400;
	line-height: 0.92;
	letter-spacing: -0.055em;
	text-transform: none;
}

.target-checker-hero p,
.target-checker-intro p,
.target-checker-capabilities p,
.target-checker-workflow li {
	color: rgba(237, 240, 235, 0.82) !important;
	font-size: clamp(1rem, 1.25vw, 1.18rem);
	line-height: 1.65;
	text-align: left;
}

.target-checker-intro {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(28px, 6vw, 96px);
	padding: clamp(52px, 8vw, 108px) 0;
	border-top: 1px solid rgba(237, 240, 235, 0.16);
}

.target-checker-demo {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.46fr);
	gap: clamp(28px, 5vw, 78px);
	align-items: center;
	box-sizing: border-box;
	width: min(1240px, calc(100vw - 40px));
	margin: 0 auto;
	padding: 0 0 clamp(54px, 8vw, 108px);
}

.target-checker-overlay-frame {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(237, 240, 235, 0.16);
	background: #15181b;
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

.target-checker-overlay-frame img {
	display: block;
	width: 100%;
	height: auto;
}

.target-checker-overlay-frame img + img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	opacity: 0.88;
	pointer-events: none;
}

.pixel-cluster-overlay-frame img + img {
	opacity: 0;
	object-fit: cover;
}

.target-checker-demo__copy h2 {
	margin: 0 0 18px;
	color: #f6f8f3;
	font-size: clamp(1.15rem, 2vw, 1.7rem);
	font-weight: 700;
	line-height: 1.18;
	letter-spacing: -0.02em;
	text-transform: none;
}

.target-checker-demo__copy p {
	color: rgba(237, 240, 235, 0.82) !important;
	font-size: clamp(1rem, 1.2vw, 1.12rem);
	line-height: 1.65;
	text-align: left;
}

.target-checker-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	margin-top: 18px;
	padding: 0 18px;
	border: 1px solid rgba(143, 178, 255, 0.52);
	background: rgba(143, 178, 255, 0.12);
	color: #f6f8f3;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.target-checker-button:hover,
.target-checker-button:focus-visible {
	border-color: rgba(143, 178, 255, 0.9);
	background: rgba(143, 178, 255, 0.22);
	color: #f6f8f3;
	transform: translateY(-1px);
}

.target-checker-lab {
	width: min(1240px, calc(100vw - 40px));
	margin: 0 auto;
	padding: 0 0 clamp(54px, 8vw, 108px);
}

.target-checker-lab__header {
	display: grid;
	grid-template-columns: minmax(220px, 0.32fr) minmax(0, 1fr);
	gap: clamp(24px, 4vw, 64px);
	margin-bottom: 24px;
}

.target-checker-lab__header h2 {
	margin: 0;
	color: #f6f8f3;
	font-size: clamp(1.1rem, 1.8vw, 1.6rem);
	font-weight: 700;
	line-height: 1.16;
	text-transform: none;
}

.target-checker-lab__header p {
	margin: 0;
	color: rgba(237, 240, 235, 0.74) !important;
	font-size: clamp(0.92rem, 1.1vw, 1.06rem);
	line-height: 1.55;
	text-align: left;
}

.target-checker-lab-map {
	display: grid;
	grid-template-columns: repeat(15, minmax(92px, 1fr)) minmax(132px, 0.86fr) repeat(15, minmax(92px, 1fr));
	gap: 6px;
	overflow-x: auto;
	padding: 6px 0 12px;
	scrollbar-color: rgba(143, 178, 255, 0.45) rgba(237, 240, 235, 0.08);
}

.target-checker-lab-chip,
.target-checker-lab-gap {
	min-height: 132px;
	box-sizing: border-box;
	border: 1px solid rgba(237, 240, 235, 0.14);
	background: rgba(255, 255, 255, 0.035);
}

.target-checker-lab-chip {
	display: flex;
	flex-direction: column;
	gap: 7px;
	padding: 12px 10px;
}

.target-checker-lab-chip strong {
	color: #8fb2ff;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.14em;
}

.target-checker-lab-chip span {
	min-height: 2.4em;
	color: #f6f8f3;
	font-size: 0.72rem;
	font-weight: 700;
	line-height: 1.2;
}

.target-checker-lab-chip code {
	display: block;
	margin-top: auto;
	padding: 0;
	background: transparent;
	color: rgba(237, 240, 235, 0.68);
	font-size: 0.68rem;
	line-height: 1.45;
	white-space: nowrap;
}

.target-checker-lab-chip.is-white-ref {
	border-color: rgba(255, 255, 255, 0.68);
	background: rgba(255, 255, 255, 0.1);
}

.target-checker-lab-chip.is-shadow-ref {
	border-color: rgba(70, 136, 255, 0.76);
	background: rgba(70, 136, 255, 0.12);
}

.target-checker-lab-gap {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px;
	color: rgba(255, 110, 94, 0.82);
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	line-height: 1.35;
	text-align: center;
	text-transform: uppercase;
}

.target-checker-capture {
	padding-bottom: clamp(54px, 9vw, 120px);
}

.target-checker-capture img {
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid rgba(237, 240, 235, 0.12);
}

.target-checker-credit {
	margin: 12px 0 0;
	color: rgba(237, 240, 235, 0.58) !important;
	font-size: 0.78rem !important;
	line-height: 1.45 !important;
	text-align: left;
}

.target-checker-capabilities {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-top: 1px solid rgba(237, 240, 235, 0.18);
	border-left: 1px solid rgba(237, 240, 235, 0.18);
}

.target-checker-capabilities article {
	display: flex;
	flex-direction: column;
	gap: 18px;
	padding: clamp(30px, 3.8vw, 52px);
	border-right: 1px solid rgba(237, 240, 235, 0.18);
	border-bottom: 1px solid rgba(237, 240, 235, 0.18);
	background: rgba(255, 255, 255, 0.025);
}

.target-checker-capabilities span {
	display: block;
	margin-bottom: 8px;
	color: #8fb2ff;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.18em;
}

.target-checker-capabilities h2,
.target-checker-metrics h2,
.target-checker-workflow h2 {
	margin: 0;
	color: #f6f8f3;
	font-size: clamp(1.05rem, 1.55vw, 1.45rem);
	font-weight: 700;
	line-height: 1.16;
	letter-spacing: -0.02em;
	text-transform: none;
}

.target-checker-capabilities p {
	margin: 0;
}

.target-checker-metrics {
	padding: clamp(56px, 8vw, 106px) 0;
}

.target-checker-table {
	border-top: 1px solid rgba(237, 240, 235, 0.2);
	border-left: 1px solid rgba(237, 240, 235, 0.2);
}

.target-checker-table [role="row"] {
	display: grid;
	grid-template-columns: 1.15fr 1fr 1fr 1fr;
}

.target-checker-table span {
	padding: 16px;
	border-right: 1px solid rgba(237, 240, 235, 0.2);
	border-bottom: 1px solid rgba(237, 240, 235, 0.2);
	color: rgba(237, 240, 235, 0.82);
	font-size: clamp(0.78rem, 1vw, 0.98rem);
	line-height: 1.35;
}

.target-checker-table [role="columnheader"] {
	color: #f6f8f3;
	font-weight: 700;
	background: rgba(143, 178, 255, 0.12);
}

.target-checker-workflow {
	max-width: 980px;
	padding: 0 0 clamp(72px, 12vw, 150px);
}

.target-checker-workflow ol {
	margin: 0;
	padding-left: 1.4em;
}

.target-checker-workflow li + li {
	margin-top: 1em;
}

.target-checker-workflow code {
	padding: 0.08em 0.35em;
	background: rgba(237, 240, 235, 0.1);
	color: #f6f8f3;
}

@media (max-width: 960px) {
	.target-checker-hero__copy,
	.target-checker-intro,
	.target-checker-demo,
	.target-checker-lab__header,
	.target-checker-capabilities {
		grid-template-columns: 1fr;
	}

	.target-checker-table {
		overflow-x: auto;
	}

	.target-checker-table [role="row"] {
		min-width: 780px;
	}
}

@media (max-width: 620px) {
	.target-checker-hero,
	.target-checker-intro,
	.target-checker-capture,
	.target-checker-capabilities,
	.target-checker-demo,
	.target-checker-lab,
	.target-checker-metrics,
	.target-checker-workflow {
		width: min(100vw - 28px, 1240px);
	}

	.target-checker-hero {
		min-height: auto;
		padding-top: 48px;
	}

	.target-checker-rail {
		width: 100vw;
	}

	.target-checker-rail img {
		height: 210px;
	}
}

body.wizard-page {
	background:
		radial-gradient(circle at 12% 10%, rgba(166, 255, 76, 0.09), transparent 34rem),
		linear-gradient(180deg, #07100a, #0a0d0b 62%, #070807);
	color: #f2f3e9;
	overflow-x: hidden;
}

body.wizard-page #primary,
body.wizard-page #content,
body.wizard-page .the-content {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	background: transparent;
}

.wizard-page .the-content {
	font-family: "Courier New", monospace;
	letter-spacing: 0;
}

.wizard-hero,
.wizard-intro,
.wizard-capabilities,
.wizard-flow,
.wizard-systems,
.wizard-status {
	box-sizing: border-box;
	width: min(1240px, calc(100vw - 40px));
	margin: 0 auto;
}

.wizard-hero {
	display: grid;
	grid-template-columns: minmax(300px, 0.84fr) minmax(0, 1.16fr);
	gap: clamp(42px, 8vw, 120px);
	align-items: center;
	min-height: min(900px, 96vh);
	padding: clamp(72px, 10vh, 126px) 0 clamp(58px, 9vh, 110px);
}

.wizard-mark {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(191, 255, 99, 0.24);
	background: #11170f;
	box-shadow:
		0 44px 100px rgba(0, 0, 0, 0.48),
		0 0 90px rgba(166, 255, 76, 0.07);
	cursor: crosshair;
	isolation: isolate;
}

.wizard-mark::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	border: 1px solid transparent;
	background:
		linear-gradient(180deg, transparent 65%, rgba(2, 8, 3, 0.58)),
		repeating-linear-gradient(90deg, rgba(210, 255, 154, 0.055) 0 1px, transparent 1px 12.5%);
	pointer-events: none;
	transition: border-color 0.2s ease;
}

.wizard-mark:hover::after,
.wizard-mark:focus-visible::after {
	border-color: rgba(191, 255, 99, 0.68);
}

.wizard-mark:focus-visible {
	outline: 2px solid #bfff63;
	outline-offset: 5px;
}

.wizard-mark img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1;
	object-fit: cover;
}

.wizard-hero__copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.wizard-kicker {
	margin: 0 0 20px;
	color: #bfff63 !important;
	font-size: 0.72rem !important;
	font-weight: 700;
	letter-spacing: 0.18em;
	line-height: 1.45 !important;
	text-align: left;
	text-transform: uppercase;
}

.wizard-hero h1 {
	margin: 0;
	color: #f5f4e9;
	font-size: clamp(4.8rem, 12vw, 11rem);
	font-weight: 400;
	line-height: 0.82;
	letter-spacing: -0.075em;
	text-transform: none;
}

.wizard-hero__lede {
	max-width: 690px;
	margin: clamp(32px, 5vw, 58px) 0 0;
	color: rgba(242, 243, 233, 0.82) !important;
	font-size: clamp(1.04rem, 1.42vw, 1.32rem) !important;
	line-height: 1.65 !important;
	text-align: left;
}

.wizard-intro {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(32px, 7vw, 110px);
	padding: clamp(64px, 10vw, 132px) 0;
	border-top: 1px solid rgba(242, 243, 233, 0.17);
}

.wizard-intro p,
.wizard-capabilities p,
.wizard-systems p,
.wizard-status p,
.wizard-flow li span {
	color: rgba(242, 243, 233, 0.76) !important;
	font-size: clamp(1rem, 1.2vw, 1.16rem);
	line-height: 1.68;
	text-align: left;
}

.wizard-capabilities {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-top: 1px solid rgba(242, 243, 233, 0.17);
	border-left: 1px solid rgba(242, 243, 233, 0.17);
}

.wizard-capabilities article {
	display: flex;
	flex-direction: column;
	gap: 18px;
	min-height: 320px;
	padding: clamp(28px, 3.6vw, 48px);
	border-right: 1px solid rgba(242, 243, 233, 0.17);
	border-bottom: 1px solid rgba(242, 243, 233, 0.17);
	background: rgba(255, 255, 255, 0.025);
}

.wizard-capabilities article:nth-child(even) {
	background: rgba(191, 255, 99, 0.035);
}

.wizard-capabilities span {
	color: #bfff63;
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.18em;
}

.wizard-capabilities h2,
.wizard-flow h2,
.wizard-systems h2,
.wizard-status h2 {
	margin: 0;
	color: #f5f4e9;
	font-size: clamp(1.2rem, 2vw, 1.78rem);
	font-weight: 700;
	line-height: 1.18;
	letter-spacing: -0.025em;
	text-transform: none;
}

.wizard-capabilities p {
	margin: auto 0 0;
}

.wizard-flow {
	padding: clamp(78px, 12vw, 156px) 0;
}

.wizard-flow__header {
	display: grid;
	grid-template-columns: minmax(180px, 0.36fr) minmax(0, 1fr);
	gap: clamp(26px, 5vw, 72px);
	align-items: start;
	margin-bottom: clamp(36px, 6vw, 74px);
}

.wizard-flow__header .wizard-kicker {
	margin: 0;
}

.wizard-flow h2 {
	max-width: 760px;
	font-size: clamp(2rem, 4.5vw, 4.9rem);
	font-weight: 400;
	letter-spacing: -0.055em;
}

.wizard-flow ol {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0;
	padding: 0;
	border-top: 1px solid rgba(242, 243, 233, 0.18);
	list-style: none;
	counter-reset: wizard-step;
}

.wizard-flow li {
	display: flex;
	flex-direction: column;
	gap: 22px;
	min-height: 250px;
	padding: 26px 26px 30px 0;
	border-right: 1px solid rgba(242, 243, 233, 0.16);
	counter-increment: wizard-step;
}

.wizard-flow li + li {
	padding-left: 26px;
}

.wizard-flow li:last-child {
	border-right: 0;
}

.wizard-flow li::before {
	content: "0" counter(wizard-step);
	color: #e6b84d;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.16em;
}

.wizard-flow li strong {
	color: #f5f4e9;
	font-size: 1rem;
	line-height: 1.3;
}

.wizard-flow li span {
	margin-top: auto;
	font-size: 0.96rem;
}

.wizard-systems {
	display: grid;
	grid-template-columns: minmax(240px, 0.42fr) minmax(0, 1fr);
	gap: clamp(34px, 7vw, 104px);
	padding: clamp(68px, 10vw, 130px) 0;
	border-top: 1px solid rgba(242, 243, 233, 0.17);
}

.wizard-systems__intro p:last-child {
	margin-top: 28px;
}

.wizard-systems__links {
	display: grid;
	border-top: 1px solid rgba(242, 243, 233, 0.18);
}

.wizard-systems__links a {
	display: grid;
	grid-template-columns: minmax(170px, 0.7fr) minmax(220px, 1fr) auto;
	gap: 24px;
	align-items: center;
	min-height: 132px;
	padding: 24px 0;
	border-bottom: 1px solid rgba(242, 243, 233, 0.18);
	color: inherit;
	text-decoration: none;
	transition: color 0.18s ease, padding 0.18s ease;
}

.wizard-systems__links a:hover,
.wizard-systems__links a:focus-visible {
	padding-left: 14px;
	color: #bfff63;
}

.wizard-systems__links a > span,
.wizard-systems__links small {
	color: rgba(242, 243, 233, 0.58);
	font-size: 0.72rem;
	line-height: 1.45;
}

.wizard-systems__links strong {
	font-size: clamp(1rem, 1.6vw, 1.35rem);
	line-height: 1.25;
}

.wizard-status {
	max-width: 900px;
	padding: clamp(40px, 7vw, 90px) 0 clamp(100px, 15vw, 190px);
}

.wizard-status h2 {
	font-size: clamp(2.2rem, 5.2vw, 5.4rem);
	font-weight: 400;
	letter-spacing: -0.055em;
}

.wizard-status > p:not(.wizard-kicker) {
	max-width: 760px;
	margin: 34px 0 0;
}

.wizard-button {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	min-height: 48px;
	margin-top: 34px;
	padding: 0 20px;
	border: 1px solid rgba(191, 255, 99, 0.58);
	background: rgba(191, 255, 99, 0.09);
	color: #f5f4e9;
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.09em;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.wizard-button:hover,
.wizard-button:focus-visible {
	border-color: #bfff63;
	background: rgba(191, 255, 99, 0.18);
	color: #fff;
	transform: translateY(-1px);
}

@media (max-width: 960px) {
	.wizard-hero,
	.wizard-intro,
	.wizard-systems,
	.wizard-flow__header {
		grid-template-columns: 1fr;
	}

	.wizard-hero {
		min-height: auto;
	}

	.wizard-mark {
		width: min(620px, 100%);
	}

	.wizard-capabilities,
	.wizard-flow ol {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wizard-flow li:nth-child(2) {
		border-right: 0;
	}

	.wizard-flow li:nth-child(n + 3) {
		border-top: 1px solid rgba(242, 243, 233, 0.16);
	}
}

@media (max-width: 620px) {
	.wizard-hero,
	.wizard-intro,
	.wizard-capabilities,
	.wizard-flow,
	.wizard-systems,
	.wizard-status {
		width: min(100vw - 28px, 1240px);
	}

	.wizard-hero {
		gap: 36px;
		padding-top: 46px;
	}

	.wizard-hero h1 {
		font-size: clamp(4.2rem, 25vw, 7rem);
	}

	.wizard-capabilities,
	.wizard-flow ol {
		grid-template-columns: 1fr;
	}

	.wizard-flow li,
	.wizard-flow li + li {
		min-height: auto;
		padding: 24px 0;
		border-right: 0;
		border-top: 1px solid rgba(242, 243, 233, 0.16);
	}

	.wizard-flow li:first-child {
		border-top: 0;
	}

	.wizard-flow li span {
		margin-top: 0;
	}

	.wizard-systems__links a {
		grid-template-columns: 1fr;
		gap: 8px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.wizard-systems__links a,
	.wizard-button {
		transition: none;
	}
}

/* Core static shell */
:root {
  color-scheme: light dark;
  --shell-bg: var(--mina-ui-bg);
  --shell-fg: var(--mina-ui-text);
}

html {
  background: var(--shell-bg);
}

body {
  min-height: 100vh;
  background: var(--shell-bg);
  color: var(--shell-fg);
}

a {
  color: inherit;
}

img,
video,
iframe,
canvas {
  max-width: 100%;
}

.site-content {
  min-height: 100vh;
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 100000;
  transform: translateY(-150%);
  padding: 0.5rem 0.75rem;
  background: #fff;
  color: #000;
}

.skip-link:focus {
  transform: translateY(0);
}

.ctc-shortcode {
  cursor: pointer;
}

.ctc-shortcode__icon svg {
  width: 1em;
  height: 1em;
}

.static-copy-confirm {
  margin-left: 0.5rem;
  font-size: 1rem;
  opacity: 0.75;
}

/* ThreePress shared surface */
/* #99ffff */
/* #bd2448 */

/*#threepress-data{
	display: none;
}*/
.threepress *{
	box-sizing: border-box;
}

.threepress img{
	max-width: 100%;
	max-height: 100%;
}

.threepress-disabled{
	opacity: .3;
	pointer-events: none;
}

.threepress-section-hidden *{
	display: none;
}
.threepress-section-hidden .button{
	display: none;
}
.threepress-section-hidden .section-toggle{
	display: block;
}

.threepress-spinner{
    position: fixed;
    z-index: 999999999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

    display: none;
    justify-content: center;
    align-items: center;

    transition: .3s;
    background: rgba(0, 0, 0, .6);
	font-size: initial;

}

.threepress-spinner>img{
	opacity: 1 !important;
	font-size: initial;
    width: 100px;
    max-width: 90% !important;
}


.threepress .delete{
	font-size: initial;
	position: absolute;
	top: -0px;
	right: -10px;
	padding: 2px 4px; 
	background: rgb(200, 0, 0);
	color: white;
	cursor: pointer;
}

.threepress .delete:hover{
	background: rgb(160, 0, 0)
}



#alert-contain-3p{
    position:fixed;
    z-index: 999999;
    bottom: 100px;
    right: 30px;
    text-align: right;
    width: 70%;
    pointer-events: none;
    padding-top: 10px;
	/* border: 5px solid red; */
	/* height: 20px; */
}
.alert-wrap-3p{
    transition: .5s;
}
.alert-msg-3p{
    position: relative;
    background: rgba(0, 0, 0, .9);
    color: lightgrey;
    font-size: 15px;
    display: inline-block;
    margin: 1px 0;
    padding: 5px 50px 5px 20px;
    pointer-events: initial;
	font-weight: bold;
	border-radius: 4px;
}
.alert-msg-3p pre{
    max-height: 80vh;
    overflow-y: auto;
}
.alert-msg-3p span{
    color: orange;
}
.alert-icon-3p,
.alert-close-3p{
    height: 100%;
    width: 30px;

    display: flex;
    justify-content: center;
    align-items: center;
	border-radius: 4px 0 0 4px;
}

.alert-icon-3p{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 12px;
}




.alert-close-3p{
    position: absolute;
    right: 0px;
    top: 0px;
    pointer-events: initial;
    cursor: pointer;
    border-left: 1px solid grey;
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
}
.alert-close-3p:hover{
    background: rgba(250, 50, 55, .4);
}
.alert-icon-3p{
    background: lightgrey;
}
.alert-icon-3p.type-success{
    background: rgba(100, 245, 100, .7);
}
.alert-icon-3p.type-error,
.alert-icon-3p.type-warning{
    background: red;
}
.hal .alert-icon-3p{
    background: rgb(255 235 0)
}
.combat .alert-icon-3p{
    background: #ff8304;
}
.alert-icon-3p.type-system{
    background: #673AB7;
}



.threepress .clarification{
	font-style: italic;
	font-size: .8rem;
}


.threepress .row{
	font-size: 0px;
	position: relative;
}
.threepress .column{
	display: inline-block;
	font-size: initial;
	width: 100%;
	vertical-align: middle;
}
.threepress .column-2{
	max-width: 50%;
}
.threepress .column-3{
	max-width: 33%;
}
.threepress .column-4{
	max-width: 25%;
}

.threepress-row{
	margin: 2px 0;
    border-left: 4px solid #bdb3b3;
	padding: 3px;
	padding-left: 5px;
	background: white;
}

.threepress-row .column{
	font-size: .8rem;
}
.threepress-row input{
    width: 100%;
    padding: 5px;
}


/* .threepress-meta-section{
	padding: 5px 10px;;
	background: rgba(0, 100, 100, .1);
	margin: 5px 0;
} */




.threepress-overlay{
	position: absolute;
	background: linear-gradient( 295deg, rgba(255, 0, 0, .2), rgba(0, 155, 255, .3));
}



#toplevel_page_threepress-inc-admin .wp-menu-name{
	padding-left: 8px !important;
}
#toplevel_page_threepress-inc-admin *{
/* 	color: black; */
}
#toplevel_page_threepress-inc-admin img{
	max-width: 20px;
}
#toplevel_page_threepress-inc-admin span{
	margin-right: 5px;
	vertical-align: middle;
}

.threepress-gallery{
	width: 100%;
	position: relative;
}
.threepress-gallery canvas{
	width: 100%;
	outline: 0;
}
.threepress-gallery-data{
	display: none;
}

.threepress .button{
    user-select: none;
}
/* not same ^^ vv */
.threepress-button{
    user-select: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    padding: 7px 10px;
	background: rgb(245, 245, 245);
/* 	background: #2271b1; */
    display: inline-block;
    cursor: pointer;
/*     line-height: 0px; */
}

.threepress-button:hover{
	background: #99ffff; 
}

.threepress .flex-wrapper{
	display: flex;
	justify-content: center;
	align-items: center;
}


.threepress-model-row .column-4:nth-of-type(3){
	text-align: right;
}
.threepress-model-row .column-4:nth-of-type(4){
    text-align: center;
}

.threepress-gallery-type{
	position: absolute;
	top: 10px;
	font-weight: bold;
	left: 10px;
	color: #bd2448;
	background: white;
	padding: 3px;
}

.clearfloat{
    clear: both;
}

.threepress-scene{
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

.threepress-scene canvas{
	width: 100%;
	box-sizing: border-box;
}

summary{
	cursor: pointer;
}

.threepress-loader-bar{
	position: absolute;
	bottom: 45%;
	z-index: 99;
	left: 10%;
	width: 80%;
	height: 20px;
	border: 2px solid black;
}
.threepress-loader-bar .inner-bar{
	background: linear-gradient(90deg, white, #105258);
	position:absolute;
	top: 0;
	left: 0;
	height: 100%;
	transition: .2s;
}

@media screen and (max-width: 800px){
	.threepress-row .column{
		max-width: 100%;
	}
	.threepress-row{
		margin: 10px 0;
	}
}
/* ThreePress modal */
.threepress-modal{
	position: fixed;
	z-index: 9999;
	top: 0px;
	left: 0px;
	font-size: 1rem;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	background: rgba(0, 0, 0, .5);
}
.threepress-modal-close{
	position: absolute;
	z-index: 9;
	top: 80px;
	right: calc( 50% - 300px);
	background: black;
	color: white;
	cursor: pointer;
	height: 30px;
	width: 30px;
    font-size: 1.5rem;
    user-select: none;
}
.threepress-modal-close:hover{
	background: white;
	color: black;
}
.threepress-modal-content{
	position: absolute;
	background: white;
	padding: 10px;
	margin-top: 80px;
	width: 100%;
	max-width: 600px;
	overflow-y: auto;
	overflow-x: hidden;
}
.threepress-modal h1,
.threepress-modal h2,
.threepress-modal h3{
    color: white;
}
.threepress-modal  .threepress-modal-header{
	color: #c1cafb;
	margin-bottom: 10px;
}
.threepress-modal .column h3.column-header{
	margin-top: 0;
}
.threepress-modal .column{
	padding: 10px 10px 30px 10px;
	height: 90%;
}
.threepress-modal .left-panel{
}
.threepress-modal .right-panel{
}
.right-panel .button{
	margin: 5px 0;
	border: 1px solid grey;
}

.threepress-modal img{
	max-width: 125px;
}
.threepress-modal textarea,
.threepress-modal input{
	width: 100%;
	max-width: 100%;
}
.threepress-modal label,
.threepress-modal input[type=checkbox]{
	display: inline-block;
}
.threepress-modal input[type=checkbox]{
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin: 0 10px;
}

.threepress-modal.has-columns .threepress-modal-content{
	overflow-y: hidden;
}
.threepress-modal.has-columns .column{
	overflow-y: auto;
}

.modal-type-gallery-preview .threepress-modal-content{
	background: transparent;
	border: 1px solid;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, .5);
}

@media screen and (max-width: 800px){
	.threepress-modal-close{
		right: 0px;
	}
}

body,
button,
input,
select,
textarea {
	font-family: var(--body-font) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-title a,
header #brand h1,
header nav,
article .title,
article .post-meta,
.next-page a,
.past-page a,
body.landing-home .landing-loader__title,
body.landing-home .landing-identity h1,
body.landing-home .landing-name-marquee,
body.landing-home .landing-statement h2,
body.landing-home .landing-statement__project-copy h3,
body.landing-home .landing-index .word,
body.landing-home .landing-index .designtitle,
body.landing-home .landing-index .exhibitiontitle,
body.landing-home .landing-index .title {
	font-family: var(--title-font) !important;
}

/* Archive index v2 overrides: keep these late to outrank legacy breakpoint rules. */
.archive-index--desktop .Design,
.archive-index--desktop .Exhibition,
.archive-index--desktop .Artwork,
.archive-index--desktop .bottomitem,
body.landing-home .landing-index .Design,
body.landing-home .landing-index .Exhibition,
body.landing-home .landing-index .Artwork,
body.landing-home .landing-index .bottomitem {
	position: relative !important;
	overflow: hidden !important;
}

.archive-index--desktop .Design img,
.archive-index--desktop .Exhibition img,
.archive-index--desktop .Artwork img,
.archive-index--desktop .bottomitem img,
body.landing-home .landing-index .Design img,
body.landing-home .landing-index .Exhibition img,
body.landing-home .landing-index .Artwork img,
body.landing-home .landing-index .bottomitem img {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	object-fit: cover !important;
}

.archive-index--desktop .Design .designtitle,
.archive-index--desktop .Exhibition .exhibitiontitle,
.archive-index--desktop .Artwork .title,
.archive-index--desktop .bottomitem .title,
body.landing-home .landing-index .Design .designtitle,
body.landing-home .landing-index .Exhibition .exhibitiontitle,
body.landing-home .landing-index .Artwork .title,
body.landing-home .landing-index .bottomitem .title {
	position: absolute !important;
	inset: 0 !important;
	z-index: 2 !important;
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 0.55rem !important;
	box-sizing: border-box !important;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 1rem !important;
	background-color: rgba(0, 0, 0, 0.5) !important;
	color: #fff !important;
	text-align: center !important;
	line-height: 1.15 !important;
	opacity: 0;
	transition: opacity 0.24s ease !important;
}

.archive-card__title {
	display: block;
	font-size: clamp(0.78rem, 1.2vw, 1.05rem);
}

.archive-card__descriptor {
	display: block;
	max-width: 24ch;
	font-family: var(--body-font);
	font-size: clamp(0.66rem, 0.9vw, 0.82rem);
	font-weight: 400;
	line-height: 1.25;
	opacity: 0.82;
}

.archive-card__content-note {
	display: block;
	max-width: 30ch;
	padding-top: 0.55rem;
	border-top: 1px solid currentColor;
	font-family: var(--body-font);
	font-size: clamp(0.62rem, 0.78vw, 0.74rem);
	font-weight: 400;
	line-height: 1.3;
	opacity: 0.9;
}

.mobile-archive-card__label {
	flex-direction: column;
	align-items: flex-start;
	gap: 0.28rem;
}

.mobile-archive-card__title,
.mobile-archive-card__descriptor,
.mobile-archive-card__content-note {
	display: block;
}

.mobile-archive-card__descriptor {
	font-size: 0.78rem;
	line-height: 1.25;
	opacity: 0.84;
}

.mobile-archive-card__content-note {
	max-width: 42rem;
	margin-top: 0.3rem;
	padding-top: 0.4rem;
	border-top: 1px solid currentColor;
	font-size: 0.72rem;
	line-height: 1.28;
	opacity: 0.92;
}

.archive-index--desktop .Design:hover .designtitle,
.archive-index--desktop .Design:focus-within .designtitle,
.archive-index--desktop .Exhibition:hover .exhibitiontitle,
.archive-index--desktop .Exhibition:focus-within .exhibitiontitle,
.archive-index--desktop .Artwork:hover .title,
.archive-index--desktop .Artwork:focus-within .title,
.archive-index--desktop .bottomitem:hover .title,
.archive-index--desktop .bottomitem:focus-within .title,
body.landing-home .landing-index .Design:hover .designtitle,
body.landing-home .landing-index .Design:focus-within .designtitle,
body.landing-home .landing-index .Exhibition:hover .exhibitiontitle,
body.landing-home .landing-index .Exhibition:focus-within .exhibitiontitle,
body.landing-home .landing-index .Artwork:hover .title,
body.landing-home .landing-index .Artwork:focus-within .title,
body.landing-home .landing-index .bottomitem:hover .title,
body.landing-home .landing-index .bottomitem:focus-within .title {
	opacity: 1 !important;
}

.archive-section > .word {
	pointer-events: auto;
}

.archive-section--reference > .word h4,
#referenceword * {
	font-size: 13.2vw !important;
	line-height: 13.2vw !important;
}

.archive-index--desktop.is-archive-filter-active .archive-section > .word,
body.is-archive-filter-active .landing-index .archive-section > .word,
.archive-section > .word.is-archive-word-filter-hidden {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

[hidden],
.archive-section[hidden],
.archive-section [hidden],
.mobile-archive-section[hidden],
.mobile-archive-section [hidden] {
	display: none !important;
}

/* Landing GLB viewport sizing: keep late to outrank ThreePress/aspect-ratio defaults. */
body.landing-home.landing-mobile-sequence .videobackground,
body.landing-home.landing-mobile-sequence #threepress-gallery-bg,
body.landing-home.landing-mobile-sequence #threepress-gallery-bg.threepress-gallery {
	position: fixed !important;
	inset: 0 !important;
	width: 100vw !important;
	height: 100svh !important;
	min-height: 100svh !important;
	left: 0 !important;
	overflow: hidden !important;
}

@supports (height: 100dvh) {
	body.landing-home.landing-mobile-sequence .videobackground,
	body.landing-home.landing-mobile-sequence #threepress-gallery-bg,
	body.landing-home.landing-mobile-sequence #threepress-gallery-bg.threepress-gallery {
		height: 100dvh !important;
		min-height: 100dvh !important;
	}
}

body.landing-home.landing-mobile-sequence #threepress-gallery-bg canvas {
	display: block !important;
	width: 100vw !important;
	height: 100svh !important;
	max-width: none !important;
}

@supports (height: 100dvh) {
	body.landing-home.landing-mobile-sequence #threepress-gallery-bg canvas {
		height: 100dvh !important;
	}
}

/* Keep system color preference authoritative after the imported static shell. */
:root {
	color-scheme: dark light;
}

@media (prefers-color-scheme: light) {
	:root {
		color-scheme: light;
	}
}

/* Theme the landing sequence and archive after all legacy imports. */
body.archive-service-page article .the-content p,
body.contact-page article .the-content p,
body.landing-home article .the-content p {
	color: var(--mina-ui-muted) !important;
}

body.archive-service-page article .the-content .service-price {
	color: var(--mina-ui-accent) !important;
}

body.archive-service-page article .the-content .service-hero h1,
body.archive-service-page article .the-content h2,
body.contact-page article .the-content h1,
body.contact-page article .the-content h2,
body.contact-page article .the-content .contact-email {
	color: var(--mina-ui-text) !important;
}

@media (prefers-color-scheme: light) {
	body.landing-home,
	body.landing-home.landing-mobile-sequence,
	body.landing-home .landing-background,
	body.landing-home.landing-mobile-sequence .landing-index,
	body.landing-home .the-content > .landing-index,
	.mobile-archive,
	.archive-search {
		background: #f7f8f5 !important;
		color: #111312 !important;
	}

	body.landing-home .landing-background__image {
		opacity: 0.58;
		filter: saturate(0.65) brightness(1.25) contrast(0.82);
	}

	body.landing-home .landing-loader {
		background-color: rgba(255, 255, 255, 0.92);
		background-blend-mode: screen;
		color: #111312;
		text-shadow: rgba(255, 255, 255, 0.95) 2px 2px 4px;
	}

	body.landing-home .landing-descent-wash {
		z-index: var(--landing-z-stage);
		background: rgba(255, 255, 255, 0.78);
	}

	body.landing-home .landing-identity,
	body.landing-home .landing-orbit-byline,
	body.landing-home .landing-statement,
	body.landing-home .landing-statement h2,
	body.landing-home .landing-statement__lede,
	body.landing-home .landing-statement__concept,
	body.landing-home .landing-statement__project-copy h3,
	body.landing-home .landing-statement__project-byline,
	body.landing-home .landing-statement__project-next,
	body.landing-home .landing-index__loading {
		color: #111312 !important;
		text-shadow:
			#fff 1px 0 0,
			#fff -1px 0 0,
			#fff 0 1px 0,
			#fff 0 -1px 0,
			rgba(255, 255, 255, 0.95) 2px 2px 5px !important;
	}

	body.landing-home .landing-statement {
		-webkit-text-stroke-color: #fff;
	}

	body.landing-home #logogif .landing-logo-svg,
	body.landing-home #logogif .landing-logo-invert-panel {
		fill: #050505;
	}

	body.landing-home #logogif .landing-logo-mask-cutout,
	body.landing-home #logogif .landing-logo-base-erase {
		fill: #000;
	}

	body.landing-home .landing-particle-field circle {
		fill: #111312 !important;
	}

	body.landing-home .landing-particle-field {
		opacity: 0.14;
	}

	.archive-search__input {
		border-color: rgba(17, 19, 18, 0.48);
		background: rgba(17, 19, 18, 0.06);
		color: #111312;
	}

	.archive-search__input::placeholder,
	.archive-search__meta {
		color: rgba(17, 19, 18, 0.68);
	}

	.archive-search__clear,
	.archive-filter {
		border-color: rgba(17, 19, 18, 0.48);
		color: #111312;
	}

	.archive-filter[aria-pressed="true"] {
		background: #111312;
		color: #fff;
	}

	.archive-search__clear:hover,
	.archive-search__clear:focus,
	.archive-filter:hover,
	.archive-filter:focus {
		border-color: #111312;
		box-shadow: inset 0 0 0 1px #111312;
	}

	.archive-index--desktop .Design .designtitle,
	.archive-index--desktop .Exhibition .exhibitiontitle,
	.archive-index--desktop .Artwork .title,
	.archive-index--desktop .bottomitem .title,
	body.landing-home .landing-index .Design .designtitle,
	body.landing-home .landing-index .Exhibition .exhibitiontitle,
	body.landing-home .landing-index .Artwork .title,
	body.landing-home .landing-index .bottomitem .title {
		background-color: rgba(255, 255, 255, 0.76) !important;
		color: #111312 !important;
		text-shadow: 0 1px 1px rgba(255, 255, 255, 0.9) !important;
	}

	.archive-section > .word {
		background-color: rgba(255, 255, 255, 0.78) !important;
	}

	.archive-section > .word,
	.archive-section > .word h4,
	#designword *,
	#exhibitionsword *,
	#artworksword *,
	#dossierword *,
	#referenceword * {
		color: #111312 !important;
		text-shadow: none !important;
	}

	.mobile-archive-section__header h2,
	.mobile-archive-section__toggle,
	.mobile-archive-rail-button {
		color: #111312;
		text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.92);
		-webkit-text-stroke-color: #fff;
	}

	.mobile-archive-card {
		background: #e5e8e4;
		color: #111312;
	}

	.mobile-archive-card__label {
		background: linear-gradient(to top, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0));
		color: #111312;
		text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.9);
	}

	.mobile-archive-card--placeholder .mobile-archive-card__media {
		background:
			linear-gradient(135deg, rgba(17, 19, 18, 0.08), rgba(255, 255, 255, 0)),
			#e5e8e4;
	}
}

body.system-information-page {
	background: var(--mina-ui-bg);
	color: var(--mina-ui-text);
}

body.system-information-page #primary,
body.system-information-page #content,
body.system-information-page article,
body.system-information-page .the-content {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	background: transparent;
}

body.system-information-page article .the-content p,
body.system-information-page .intro,
body.system-information-page #systemimagecaption,
body.system-information-page .Title,
body.system-information-page .Title a,
body.system-information-page .intro a {
	color: var(--mina-ui-text) !important;
}

.system-information-title {
	box-sizing: border-box;
	width: min(72rem, calc(100vw - 2rem));
	margin: 0 auto;
	padding: clamp(6rem, 13vw, 10rem) 0 1.5rem;
	color: var(--mina-ui-text);
	font-family: var(--title-font);
	font-size: clamp(2.8rem, 9vw, 7rem);
	font-weight: 400;
	line-height: 0.92;
	letter-spacing: 0;
}

body.system-information-page #systemimage {
	display: block;
	width: min(64rem, calc(100vw - 2rem));
	height: auto;
	margin: 0 auto;
}

body.system-information-page #systemimagecaption {
	margin: 0 auto;
	padding: 0.65rem 1rem 2rem;
	color: var(--mina-ui-muted) !important;
}

body.system-information-page .Title,
body.system-information-page .intro,
body.system-information-page .the-content > hr {
	box-sizing: border-box;
	width: min(72rem, calc(100vw - 2rem));
	margin-right: auto;
	margin-left: auto;
}

body.system-information-page .the-content > hr {
	border-color: var(--mina-ui-border);
}

.system-map-section {
	box-sizing: border-box;
	width: 100%;
	margin-top: clamp(3rem, 8vw, 7rem);
	border-top: 1px solid var(--mina-ui-border);
	padding: clamp(2rem, 6vw, 4rem) 0 clamp(3rem, 8vw, 6rem);
	background: var(--mina-ui-surface);
}

.system-map-section__header,
.system-map-section__fallback {
	box-sizing: border-box;
	width: min(72rem, calc(100vw - 2rem));
	margin-right: auto !important;
	margin-left: auto !important;
}

.system-map-section__header {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.8fr);
	gap: 1rem 3rem;
	align-items: end;
	margin-bottom: 1.5rem;
}

.system-map-section__kicker {
	margin: 0 0 0.35rem !important;
	color: var(--mina-ui-muted) !important;
	font-size: 0.78rem;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.system-map-section h2 {
	margin: 0;
	color: var(--mina-ui-text);
	font-family: var(--title-font);
	font-size: clamp(2rem, 6vw, 4.5rem);
	font-weight: 400;
	line-height: 0.95;
	letter-spacing: 0;
}

.system-map-section__header > p {
	margin: 0 !important;
	color: var(--mina-ui-muted) !important;
	line-height: 1.45;
}

.system-map-embed {
	position: relative;
	width: 100%;
	height: clamp(34rem, 78svh, 58rem);
	border-top: 1px solid var(--mina-ui-border);
	border-bottom: 1px solid var(--mina-ui-border);
	background: #000;
	overflow: hidden;
}

.system-map-embed iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.system-map-section__fallback {
	margin-top: 1rem !important;
}

.system-map-section__fallback a {
	color: var(--mina-ui-text);
	text-decoration: underline;
}

.system-map-section__fallback a:hover,
.system-map-section__fallback a:focus-visible {
	color: var(--mina-ui-accent);
}

@media only screen and (max-width: 767px) {
	.system-map-section__header {
		grid-template-columns: 1fr;
	}

	.system-map-embed {
		height: 72svh;
		min-height: 30rem;
	}
}

/* Desktop archive sections fill each row with their visible items, up to eight columns. */
@media only screen and (min-width: 768px) {
	.archive-index--desktop .archive-dynamic-grid,
	body.landing-home .landing-index .archive-dynamic-grid {
		display: grid !important;
		grid-template-columns: repeat(var(--archive-column-count, 1), minmax(0, 1fr)) !important;
		width: 100vw !important;
		height: auto !important;
		min-height: 0 !important;
	}

	.archive-index--desktop .archive-dynamic-grid > .Design,
	.archive-index--desktop .archive-dynamic-grid > .Exhibition,
	.archive-index--desktop .archive-dynamic-grid > .Artwork,
	.archive-index--desktop .archive-dynamic-grid > .bottomitem,
	body.landing-home .landing-index .archive-dynamic-grid > .Design,
	body.landing-home .landing-index .archive-dynamic-grid > .Exhibition,
	body.landing-home .landing-index .archive-dynamic-grid > .Artwork,
	body.landing-home .landing-index .archive-dynamic-grid > .bottomitem {
		box-sizing: border-box !important;
		width: 100% !important;
		height: auto !important;
		min-width: 0 !important;
		aspect-ratio: 1;
	}

	.archive-section > .word {
		height: calc((100vw / var(--archive-column-count, 1)) * var(--archive-row-count, 1)) !important;
	}
}

/* Keep this component last so the imported legacy landing grid cannot collapse its heading. */
body.landing-home .landing-services__inner {
	grid-template-columns: minmax(16rem, 0.72fr) minmax(0, 1.28fr) !important;
	gap: clamp(2rem, 5vw, 5rem) !important;
	align-items: start !important;
}

body.landing-home .landing-services__heading {
	display: flex;
	min-width: 0;
	flex-direction: column;
}

body.landing-home .landing-services__heading h2 {
	margin: 0.2rem 0 0 !important;
}

body.landing-home .landing-services__heading > p:not(.landing-services__kicker) {
	grid-column: auto !important;
	max-width: 32rem;
	margin: 1rem 0 0 !important;
	color: var(--mina-ui-muted) !important;
	font-size: clamp(1rem, 1.5vw, 1.2rem);
	line-height: 1.45;
}

body.landing-home .landing-services__offers {
	display: grid;
	min-width: 0;
	border-top: 1px solid var(--mina-ui-border);
}

body.landing-home .landing-services__offer {
	display: grid;
	grid-template-columns: minmax(10rem, 0.65fr) minmax(0, 1.35fr) auto;
	gap: 1rem;
	align-items: center;
	min-width: 0;
	min-height: 6rem;
	border-bottom: 1px solid var(--mina-ui-border);
	padding: 1rem 0;
	color: var(--mina-ui-text);
	text-decoration: none;
}

body.landing-home .landing-services__offer-title {
	font-family: var(--title-font);
	font-size: clamp(1.3rem, 2.5vw, 2rem);
	line-height: 1;
}

body.landing-home .landing-services__offer-copy {
	min-width: 0;
	color: var(--mina-ui-muted);
	font-size: 0.95rem;
	line-height: 1.4;
}

body.landing-home .landing-services__offer-action {
	color: var(--mina-ui-text);
	font-size: 0.78rem;
	text-decoration: underline;
	text-transform: uppercase;
}

body.landing-home .landing-services__offer:hover,
body.landing-home .landing-services__offer:focus-visible {
	color: var(--mina-ui-accent);
	outline: 2px solid var(--mina-ui-accent);
	outline-offset: 4px;
}

body.landing-home .landing-services__offer:hover .landing-services__offer-action,
body.landing-home .landing-services__offer:focus-visible .landing-services__offer-action {
	color: var(--mina-ui-accent);
}

@media only screen and (max-width: 767px) {
	body.landing-home .landing-services__inner,
	body.landing-home .landing-services__offer {
		grid-template-columns: minmax(0, 1fr) !important;
	}

	body.landing-home .landing-services__offer {
		gap: 0.5rem;
		padding: 1.25rem 0;
	}
}

/* Services remain compact and clearly scoped for an independent practice. */
.services-families,
.services-engagements,
.services-method {
	box-sizing: border-box;
	width: min(76rem, calc(100vw - 2rem));
	margin-right: auto;
	margin-left: auto;
}

.services-family,
.services-engagements,
.services-method {
	display: grid;
	grid-template-columns: minmax(15rem, 0.72fr) minmax(0, 1.28fr);
	gap: clamp(1.5rem, 5vw, 5rem);
	border-top: 1px solid var(--mina-ui-border);
	padding: clamp(1.5rem, 4vw, 2.75rem) 0;
}

.services-family h2,
.services-engagements h2,
.services-method h2 {
	margin: 0;
	color: var(--mina-ui-text) !important;
	font-family: var(--title-font);
	font-size: clamp(1.6rem, 3.5vw, 3rem);
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
}

.services-family p,
.services-engagements p,
.services-method p {
	max-width: 52rem;
	margin: 0 !important;
	color: var(--mina-ui-muted) !important;
	font-size: clamp(1rem, 1.4vw, 1.15rem);
	line-height: 1.55;
}

.services-family__heading {
	display: grid;
	align-content: start;
	gap: 0.85rem;
}

.services-family__list,
.services-engagements__list {
	display: grid;
	margin: 0;
	padding: 0;
	list-style: none;
}

.services-family__list {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-content: start;
	gap: 0;
}

.services-family__list li,
.services-engagements__list li {
	color: var(--mina-ui-text);
	line-height: 1.35;
}

.services-family__list li {
	border-top: 1px solid var(--mina-ui-border);
	padding: 0.9rem 0;
}

.services-family__list li:nth-child(odd) {
	padding-right: 1rem;
}

.services-family__list li:nth-child(even) {
	padding-left: 1rem;
	border-left: 1px solid var(--mina-ui-border);
}

.services-engagements > div:last-child {
	display: grid;
	align-content: start;
	gap: 1.25rem;
}

.services-engagements__list {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.65rem 1rem;
}

.services-engagements__list li {
	border-left: 2px solid var(--mina-ui-border);
	padding-left: 0.75rem;
}

.services-page .service-cta .service-button,
.archive-service-page .service-button {
	border-color: var(--mina-ui-border);
	background: transparent;
	color: var(--mina-ui-text);
}

@media only screen and (max-width: 767px) {
	.services-family,
	.services-engagements,
	.services-method {
		grid-template-columns: minmax(0, 1fr);
		gap: 0.65rem;
	}

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

	.services-family__list li:nth-child(odd),
	.services-family__list li:nth-child(even) {
		padding-right: 0;
		padding-left: 0;
		border-left: 0;
	}
}

/*
 * System theme coverage
 *
 * Exported artwork pages share the document colors below. Media, archive
 * thumbnails, video, and ThreePress canvases retain their authored colors.
 */
html,
body {
	background-color: var(--mina-ui-bg);
	color: var(--mina-ui-text);
}

#page,
.site,
.site-content,
#content,
#primary,
article {
	background-color: transparent;
}

body.page article .the-content p,
body.page .intro,
body.page .artworkinfo,
body.page .scripturebody,
body.page .scripturefootnotes,
body.page .text,
body.page .pageintro,
body.page .date,
body.page .numbers,
body.page .article,
body.page .columns,
body.page .column,
body.page .systemmember,
body.page .cv,
body.page .copy-the-code-shortcode {
	color: var(--mina-ui-text) !important;
}

body.page .the-content > .Title,
body.page .the-content > .pagetitle,
body.page .the-content > h1,
body.page .the-content > h2,
body.page .the-content > h3,
body.page .the-content > h4 {
	color: var(--mina-ui-text) !important;
}

body.page .the-content > hr {
	border-color: var(--mina-ui-border);
	background: var(--mina-ui-border);
}

body.page .pageintro a,
body.page .Title a,
body.page .pagetitle a,
body.page .copy-the-code-shortcode a {
	color: var(--mina-ui-text);
}

body.page .pageintro a:hover,
body.page .pageintro a:focus-visible,
body.page .Title a:hover,
body.page .Title a:focus-visible,
body.page .pagetitle a:hover,
body.page .pagetitle a:focus-visible {
	color: var(--mina-ui-accent);
}

@media (prefers-color-scheme: light) {
	body.focus-aid-page {
		background:
			linear-gradient(rgba(244, 245, 242, 0.9), rgba(244, 245, 242, 0.97)),
			url('/media/Images/depth_of_field_triangle_bg.png') center top / 100vw auto fixed repeat-y,
			var(--mina-ui-bg);
		color: var(--mina-ui-text);
	}

	.focus-aid-kicker,
	.focus-aid-hero h1,
	.focus-aid-grid h2,
	.focus-aid-prose--wide h2 {
		color: var(--mina-ui-text) !important;
	}

	.focus-aid-hero p,
	.focus-aid-prose p,
	.focus-aid-prose--wide p,
	.focus-aid-grid ul {
		color: var(--mina-ui-muted) !important;
		text-shadow: none;
	}

	.focus-aid-hero__figure,
	.focus-aid-template {
		background: var(--mina-ui-surface);
		box-shadow: 0 30px 80px rgba(17, 19, 18, 0.14);
	}

	.focus-aid-panel,
	.focus-aid-grid {
		border-color: var(--mina-ui-border);
	}

	.focus-aid-download {
		border-color: var(--mina-ui-border);
		background: var(--mina-ui-surface-raised);
		color: var(--mina-ui-text);
	}

	.focus-aid-download:hover,
	.focus-aid-download:focus-visible {
		border-color: var(--mina-ui-accent);
		background: var(--mina-ui-surface);
		color: var(--mina-ui-accent);
	}

	body.target-checker-page {
		background: var(--mina-ui-bg);
		color: var(--mina-ui-text);
	}

	.target-checker-kicker,
	.target-checker-lab-chip strong,
	.target-checker-capabilities span {
		color: var(--mina-ui-accent) !important;
	}

	.target-checker-hero h1,
	.target-checker-demo__copy h2,
	.target-checker-lab__header h2,
	.target-checker-lab-chip span,
	.target-checker-capabilities h2,
	.target-checker-metrics h2,
	.target-checker-workflow h2 {
		color: var(--mina-ui-text);
	}

	.target-checker-hero p,
	.target-checker-intro p,
	.target-checker-demo__copy p,
	.target-checker-lab__header p,
	.target-checker-capabilities p,
	.target-checker-workflow li,
	.target-checker-credit,
	.target-checker-table span,
	.target-checker-lab-chip code {
		color: var(--mina-ui-muted) !important;
	}

	.target-checker-rail,
	.target-checker-overlay-frame,
	.target-checker-lab-chip,
	.target-checker-lab-gap,
	.target-checker-capabilities,
	.target-checker-capabilities article,
	.target-checker-table,
	.target-checker-table span,
	.target-checker-capture img {
		border-color: var(--mina-ui-border);
	}

	.target-checker-rail,
	.target-checker-overlay-frame,
	.target-checker-lab-chip,
	.target-checker-capabilities article {
		background: var(--mina-ui-surface);
		box-shadow: 0 28px 80px rgba(17, 19, 18, 0.12);
	}

	.pixel-cluster-rail {
		background: var(--mina-ui-surface-raised);
	}

	.pixel-cluster-page .target-checker-hero {
		background:
			linear-gradient(180deg, rgba(244, 245, 242, 0.38), rgba(244, 245, 242, 0.7) 52%, rgba(244, 245, 242, 0.97)),
			linear-gradient(90deg, rgba(244, 245, 242, 0.94), rgba(244, 245, 242, 0.46) 48%, rgba(244, 245, 242, 0.86)),
			url('/media/Images/pixel-cluster-58942718u.webp') center bottom / cover fixed no-repeat,
			var(--mina-ui-bg);
	}

	.pixel-cluster-page .target-checker-hero::after {
		background: linear-gradient(180deg, transparent, var(--mina-ui-bg));
	}

	.target-checker-button {
		border-color: var(--mina-ui-border);
		background: var(--mina-ui-surface-raised);
		color: var(--mina-ui-text);
	}

	.target-checker-button:hover,
	.target-checker-button:focus-visible {
		border-color: var(--mina-ui-accent);
		background: var(--mina-ui-surface);
		color: var(--mina-ui-accent);
	}

	.target-checker-table [role="columnheader"],
	.target-checker-workflow code,
	.target-checker-lab-chip.is-white-ref,
	.target-checker-lab-chip.is-shadow-ref {
		background: var(--mina-ui-surface-raised);
		color: var(--mina-ui-text);
	}
}

@media (prefers-color-scheme: dark) {
	body.plane-page {
		background: var(--mina-ui-bg);
		color: var(--mina-ui-text);
	}

	.plane-kicker,
	.plane-product-grid figcaption {
		color: var(--mina-ui-muted) !important;
	}

	.plane-hero h1,
	.plane-hero h1 span,
	.plane-hero p,
	.plane-statement p,
	.plane-copy-grid p {
		color: var(--mina-ui-text) !important;
	}

	.plane-hero__product {
		background: radial-gradient(circle at 50% 46%, rgba(255, 255, 255, 0.11), rgba(17, 20, 20, 0.18) 52%, transparent 70%);
	}

	.plane-video video,
	.plane-product-grid figure {
		border-color: var(--mina-ui-border);
		background: var(--mina-ui-surface);
	}

	.plane-statement {
		border-color: var(--mina-ui-border);
	}
}
