@font-face {
	font-family: "FuturaMaxi";
	src: url("../fonts/2A7593_2_0.woff") format("woff");
	font-style: normal;
	font-weight: 400;
}

:root {
	--ds-bg: #ffffff;
	--ds-text: #101010;
	--ds-muted: #555555;
	--ds-border: #dfdfdf;
	--ds-font: "FuturaMaxi", "Futura PT", "Futura", "Helvetica Neue", Arial, sans-serif;
	--ds-nav-offset: 96px;
	--ds-shell-pad-inline: clamp(18px, 6vw, 120px);
	--ds-nav-footer-max: 980px;
}

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

html,
body {
	margin: 0;
	padding: 0;
	background: var(--ds-bg);
	color: var(--ds-text);
	font-family: var(--ds-font);
	font-size: 12px;
	letter-spacing: 0.03em;
	line-height: 1.5;
}

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

a:hover {
	opacity: 0.7;
}

button,
[role="button"] {
	cursor: pointer;
}

.ds-navigation,
.ds-footer {
	padding: 20px var(--ds-shell-pad-inline);
}

.ds-navigation {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	background: transparent;
	border-bottom: 0;
	mix-blend-mode: difference;
	color: #fff;
}

.home .ds-navigation,
.blog .ds-navigation {
	mix-blend-mode: normal;
	color: #fff;
}

.ds-navigation.is-landing-page {
	mix-blend-mode: normal;
	color: #fff;
}

.home .ds-navigation .ds-navigation__link,
.blog .ds-navigation .ds-navigation__link,
.ds-navigation.is-landing-page .ds-navigation__link {
	color: #fff;
}

.ds-navigation.is-landing-page .ds-navigation__link,
.is-landing-hero .ds-about-logo,
.is-landing-hero .ds-about-hero-meta {
	animation: ds-landing-red-fade 2400ms ease-in-out forwards;
}

.ds-navigation.is-artist-themed {
	mix-blend-mode: normal;
}

.ds-footer {
	background: var(--ds-bg);
	color: #111;
}

.ds-footer a {
	color: #111;
}

.single-ds_artist .ds-main--artist-single {
	padding-bottom: 0;
}

.ds-footer.is-artist {
	background: #000;
	color: #fff;
	padding-top: 0;
}

.ds-footer.is-artist a {
	color: #fff;
}

.ds-navigation__grid,
.ds-footer__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	width: min(100%, var(--ds-nav-footer-max));
	margin: 0 auto;
	padding: 0;
	list-style: none;
	justify-items: center;
}

.ds-navigation__link,
.ds-footer a,
.ds-footer {
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ds-navigation__link {
	transition: color 680ms ease-in-out, opacity 220ms ease;
}

.ds-navigation__link.is-active {
	text-decoration: underline;
	text-underline-offset: 4px;
}

.ds-app-content {
	min-height: 100vh;
	opacity: 1;
	transition: opacity 220ms ease;
}

.ds-app-content.is-leaving {
	opacity: 0;
}

.ds-main {
	padding: calc(var(--ds-nav-offset) + 26px) 20px 40px;
}

.ds-main--about {
	padding: 0 20px 40px;
}

.ds-main--artist-single {
	padding: 0 20px 40px;
}

.ds-main.ds-main--objects,
.ds-main.ds-main--artists {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.ds-main.ds-main--artist-single {
	padding-top: 0 !important;
	margin-top: 0 !important;
}

#app-content:has(.ds-main--artist-single),
.ds-app-content:has(.ds-main--artist-single) {
	padding-top: 0 !important;
	margin-top: 0 !important;
}

.ds-artist-hero {
	position: relative;
	width: 100vw;
	height: 50vh;
	min-height: 50vh;
	max-height: 50vh;
	--ds-artist-hero-fit: cover;
	--ds-artist-hero-position: 50% 50%;
	--ds-artist-hero-inset: 0%;
	margin: 0;
	margin-left: calc(50% - 50vw);
	display: block;
	overflow: hidden;
	background: var(--ds-artist-hero-bg, #fff);
}

.ds-artist-hero__media {
	position: absolute;
	inset: 0;
	--ds-image-ratio: 1 / 1;
	background: var(--ds-artist-hero-bg, #fff);
	display: grid;
	place-items: center;
}

.ds-artist-hero,
.ds-artist-hero__media,
.ds-artist-hero__media.ds-image-shell {
	background: #fff !important;
}

.ds-artist-hero__image {
	position: absolute;
	inset: var(--ds-artist-hero-inset, 0%) !important;
	display: block;
	width: 100% !important;
	height: 100% !important;
	min-width: 100% !important;
	min-height: 100% !important;
	max-width: none !important;
	max-height: none !important;
	object-fit: var(--ds-artist-hero-fit, cover) !important;
	object-position: var(--ds-artist-hero-position, 50% 50%) !important;
	background: var(--ds-artist-hero-bg, #fff);
	transform: none !important;
}

.ds-artist-hero[data-ds-hero-fit-mode="contain"] .ds-artist-hero__image {
	inset: var(--ds-artist-hero-inset, 0%) !important;
	width: 100% !important;
	height: 100% !important;
	min-width: 100% !important;
	min-height: 100% !important;
	max-width: none !important;
	max-height: none !important;
	object-fit: contain !important;
	object-position: var(--ds-artist-hero-position, 50% 50%) !important;
	transform: none !important;
}

.ds-artist-hero[data-ds-hero-source="local-map"] {
	background: #dcdcdc !important;
}

.ds-artist-hero[data-ds-hero-source="local-map"] .ds-artist-hero__media,
.ds-artist-hero[data-ds-hero-source="local-map"] .ds-artist-hero__media.ds-image-shell,
.ds-artist-hero[data-ds-hero-source="local-map"] .ds-artist-hero__image {
	background: #dcdcdc !important;
}

.ds-artist-hero[data-ds-hero-source="local-map"] .ds-artist-hero__image {
	inset: 0 !important;
	width: 100% !important;
	height: 100% !important;
	min-width: 100% !important;
	min-height: 100% !important;
	max-width: none !important;
	max-height: none !important;
	object-fit: cover !important;
	object-position: 50% 50% !important;
	transform: none !important;
}

.ds-artist-hero[data-ds-artist-hero-core="1"] {
	overflow: hidden !important;
}

.ds-artist-hero[data-ds-artist-hero-core="1"] .ds-artist-hero__media,
.ds-artist-hero[data-ds-artist-hero-core="1"] .ds-artist-hero__media.ds-image-shell {
	position: absolute !important;
	inset: 0 !important;
	display: block !important;
	background-size: cover !important;
	background-position: 50% 50% !important;
	background-repeat: no-repeat !important;
}

.ds-artist-hero[data-ds-artist-hero-core="1"] .ds-artist-hero__image {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	inset: 0 !important;
	width: 100% !important;
	height: 100% !important;
	min-width: 100% !important;
	min-height: 100% !important;
	max-width: none !important;
	max-height: none !important;
	object-fit: cover !important;
	object-position: 50% 50% !important;
	transform: none !important;
}

.ds-artist-hero[data-ds-artist-hero-source="local-map"][data-ds-artist-hero-core="1"] .ds-artist-hero__image {
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
}

.ds-artist-hero:not([data-ds-hero-fit-mode="contain"]) .ds-artist-hero__media.ds-image-shell.is-loaded .ds-artist-hero__image.ds-progressive-image:not(.is-blurry),
.ds-artist-hero:not([data-ds-hero-fit-mode="contain"]) .ds-artist-hero__media .ds-artist-hero__image.ds-progressive-image.is-visible {
	transform: none !important;
}

.ds-artist-hero__image.ds-progressive-image {
	opacity: 1 !important;
	filter: blur(0) !important;
	transform: none !important;
	transition: none !important;
	animation: none !important;
}

.ds-artist-hero__image.ds-progressive-image.is-blurry,
.ds-artist-hero__media.ds-image-shell.is-loaded .ds-artist-hero__image.ds-progressive-image:not(.is-blurry),
.ds-artist-hero__media .ds-artist-hero__image.ds-progressive-image.is-visible {
	opacity: 1 !important;
	filter: blur(0) !important;
	transform: none !important;
}

.ds-artist-hero__title {
	position: absolute;
	inset: 0;
	z-index: 2;
	margin: 0;
	display: grid;
	place-content: center;
	width: 100%;
	font-size: clamp(64px, 14vw, 210px);
	font-weight: 400;
	line-height: 0.9;
	text-align: center;
	letter-spacing: 0.01em;
	color: var(--ds-artist-hero-title-color, #111);
	opacity: 0;
	transition: opacity 650ms ease, color 900ms ease-in-out;
}

.ds-artist-hero__title.is-visible {
	opacity: 1;
}

.ds-artist-hero__title .logo {
	display: block;
}

.ds-artist-hero__works {
	position: absolute;
	left: 50%;
	top: calc(50% + clamp(82px, 14vw, 195px));
	transform: translateX(-50%);
	z-index: 2;
	margin: 0;
	width: auto;
	max-width: none;
	color: var(--ds-artist-hero-title-color, #111);
	opacity: 0.5;
	transition: color 900ms ease-in-out;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: clamp(11px, 1vw, 14px);
}

.ds-hero-controls {
	position: fixed;
	right: 14px;
	bottom: 14px;
	z-index: 140000;
	width: min(290px, calc(100vw - 28px));
	padding: 12px;
	background: rgba(255, 255, 255, 0.95);
	border: 1px solid #d7d7d7;
	color: #111;
	display: grid;
	gap: 8px;
	backdrop-filter: blur(4px);
}

.ds-hero-controls.is-hidden {
	display: none;
}

.ds-hero-controls__title {
	font-size: 11px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ds-hero-controls__device-toggle {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 6px;
}

.ds-hero-controls__device-toggle button {
	border: 1px solid #cfcfcf;
	background: #fff;
	color: #111;
	padding: 6px 8px;
	font-size: 10px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ds-hero-controls__device-toggle button.is-active {
	border-color: #111;
	background: #111;
	color: #fff;
}

.ds-hero-controls__field {
	display: grid;
	gap: 4px;
}

.ds-hero-controls__field span {
	font-size: 10px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	opacity: 0.7;
}

.ds-hero-controls__field select,
.ds-hero-controls__field input {
	width: 100%;
}

.ds-hero-controls__actions button {
	border: 1px solid #111;
	background: #fff;
	color: #111;
	padding: 6px 10px;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.ds-hero-slideshow {
	position: relative;
	width: 100vw;
	height: 100vh;
	height: 100dvh;
	min-height: 100vh;
	min-height: 100dvh;
	margin: 0 0 26px;
	margin-left: calc(50% - 50vw);
	overflow: hidden;
	background: #000;
	z-index: 1;
}

.ds-hero-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 0;
	transform: scale(1.045);
	transition: opacity 1900ms ease, transform 6200ms ease;
	will-change: opacity, transform;
}

.ds-hero-slide.is-active {
	opacity: 1;
	transform: scale(1);
}

.ds-hero-slide--b {
	position: absolute !important;
	top: 0px !important;
	left: 0px !important;
	right: auto !important;
	bottom: auto !important;
	width: 100%;
	height: 100%;
}

.about-intro-blackout {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.22);
	pointer-events: none;
}

.ds-about-logo {
	position: absolute;
	top: calc(var(--ds-nav-offset) + 6px);
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	width: 100%;
	margin: 0;
	font-size: clamp(36px, 10.2vw, 156px);
	font-weight: 400;
	line-height: 0.86;
	letter-spacing: 0.02em;
	text-align: center;
	color: #fff;
	pointer-events: auto;
	text-transform: uppercase;
}

.ds-about-logo .logo {
	display: block;
}

.ds-about-hero-meta {
	position: absolute;
	left: 0;
	right: 0;
	bottom: clamp(16px, 3.2vw, 42px);
	z-index: 3;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px 18px;
	padding: 0 var(--ds-shell-pad-inline);
	color: #fff;
	font-size: clamp(10px, 0.95vw, 13px);
	letter-spacing: 0.06em;
	text-transform: none;
	pointer-events: none;
}

.ds-about-hero-meta__item {
	text-align: center;
}

.ds-page-content {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
}

.ds-main--about .ds-page-content {
	display: grid;
	grid-template-columns: 1fr;
	gap: 14px;
}

.ds-main--objects .ds-page-content,
.ds-main--artists .ds-page-content {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
}


.ds-main--about .ds-prose {
	grid-column: 1;
}

.ds-page-title {
	margin: 0 0 22px;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ds-artist-intro {
	max-width: min(1180px, 95%);
	margin: 0 auto 30px;
	padding-top: clamp(10px, 1.8vh, 24px);
	font-size: clamp(15px, 1.4vw, 20px);
	line-height: 1.8;
}

.ds-artist-notice {
	display: grid;
	gap: 4px;
	margin: 0 auto 40px;
	text-align: center;
}

.ds-artist-notice small {
	opacity: 0.35;
}

.ds-prose p {
	margin: 0 0 12px;
}

.ds-prose ul {
	margin: 10px 0 0;
	padding: 0;
	list-style: none;
}

.ds-prose li {
	margin: 0 0 6px;
}

.ds-contact-links {
	margin: 0 0 18px;
}

.ds-contact-links__title {
	margin: 0 0 8px;
}

.ds-contact-links__item {
	margin: 0;
}

.ds-contact-links__item--spaced {
	margin-top: 12px;
}

.ds-welcome {
	position: fixed;
	inset: 0;
	display: grid;
	place-items: center;
	background: #000;
	z-index: 20000;
	opacity: 1;
	transition: opacity 700ms ease;
}

.ds-welcome.is-leaving {
	opacity: 0;
}

.ds-welcome p {
	margin: 0;
	max-width: min(92vw, 900px);
	color: #fff;
	font-size: clamp(18px, 2.6vw, 44px);
	text-align: center;
	letter-spacing: 0.04em;
	text-transform: none;
	opacity: 0;
	transition: opacity 620ms ease;
}

.ds-welcome.is-visible p {
	opacity: 1;
}

.ds-cookies {
	position: fixed;
	left: 12px;
	bottom: 12px;
	display: inline-flex;
	flex-wrap: nowrap;
	gap: 8px;
	align-items: center;
	justify-content: flex-start;
	padding: 7px 9px;
	border: 1px solid rgba(17, 17, 17, 0.18);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
	backdrop-filter: blur(4px);
	z-index: 70;
	opacity: 0;
	transition: opacity 220ms ease;
}

.ds-cookies.is-visible {
	opacity: 1;
}

.ds-cookies p {
	margin: 0;
	font-size: 10px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	opacity: 0.84;
	white-space: nowrap;
}

.ds-cookies button {
	background: transparent;
	color: #111;
	border: 0;
	border-bottom: 1px solid #111;
	padding: 2px 1px;
	font-family: inherit;
	font-size: 10px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	cursor: pointer;
}

.ds-cookies button:hover,
.ds-cookies button:focus-visible {
	opacity: 0.68;
	outline: none;
}

.ds-project-modal {
	position: fixed;
	inset: 0;
	z-index: 110000;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 18px;
}

.ds-project-modal.is-open {
	display: flex;
}

.ds-project-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(2px);
}

.ds-project-modal__panel {
	position: relative;
	width: min(640px, calc(100vw - 36px));
	max-height: min(88vh, 920px);
	display: grid;
	grid-template-rows: auto 1fr;
	background: #fff;
	color: #111;
	padding: 0;
	border: 1px solid #e2e2e2;
	overflow: auto;
	border-radius: 16px;
}

.ds-project-modal__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	position: sticky;
	top: 0;
	z-index: 2;
	padding: 14px 16px;
	background: #fff;
	border-bottom: 1px solid #ececec;
}

.ds-project-modal__title {
	margin: 0;
	font-size: 12px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.ds-project-modal__close {
	border: 0;
	background: transparent;
	color: #111;
	width: 34px;
	height: 34px;
	border-radius: 0;
	font-size: 18px;
	line-height: 1;
	cursor: pointer;
}

.ds-project-modal__close:hover {
	background: #f2f2f2;
}

.ds-project-flow {
	display: grid;
	align-content: stretch;
	gap: 0;
	width: 100%;
	min-height: 0;
	margin: 0;
}

.ds-project-step {
	display: none;
	align-content: start;
	gap: 16px;
	min-height: 100%;
	padding: 18px 16px 16px;
}

.ds-project-step.is-active {
	display: grid;
	grid-template-rows: auto auto 1fr;
	border: 1px solid #ececec;
	border-radius: 12px;
	background: #fff;
}

.ds-project-step__label {
	margin: 0;
	font-size: 11px;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	opacity: 0.72;
}

.ds-project-step__heading {
	margin: 0;
	font-size: clamp(22px, 4.5vw, 36px);
	line-height: 1.02;
	font-weight: 400;
	letter-spacing: 0.015em;
}

.ds-project-step__hint {
	margin: 0;
	max-width: 44ch;
	opacity: 0.7;
	padding-bottom: 2px;
}

.ds-project-services {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: 10px;
	align-content: start;
}

.ds-project-service {
	width: 100%;
	text-align: left;
	padding: 12px 14px;
	border: 1px solid #e7e7e7;
	background: #fff;
	color: #111;
	font: inherit;
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	cursor: pointer;
	transition: none;
	border-radius: 12px;
	transform: none;
}

.ds-project-service:hover,
.ds-project-service:focus-visible {
	background: #f7f7f7;
	box-shadow: 0 0 0 1px #111 inset;
	outline: none;
}

.ds-project-service.is-selected {
	background: #111;
	color: #fff;
	border-color: #111;
}

.ds-project-form {
	display: grid;
	gap: 12px;
	align-content: start;
	width: 100%;
	max-width: none;
	grid-template-columns: 1fr;
}

.ds-project-field {
	display: grid;
	gap: 6px;
	font-size: 11px;
	letter-spacing: 0.11em;
	text-transform: uppercase;
	color: rgba(17, 17, 17, 0.72);
}

.ds-project-field input,
.ds-project-field textarea,
.ds-project-field select {
	width: 100%;
	background: #fff;
	border: 1px solid #e2e2e2;
	color: #111;
	padding: 11px 12px;
	font: inherit;
	font-size: 14px;
	line-height: 1.45;
	letter-spacing: 0.02em;
	border-radius: 0;
}

.ds-project-field select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-right: 40px;
	background-image:
		linear-gradient(45deg, transparent 50%, #111 50%),
		linear-gradient(135deg, #111 50%, transparent 50%);
	background-position:
		calc(100% - 18px) calc(50% - 2px),
		calc(100% - 13px) calc(50% - 2px);
	background-size: 6px 6px, 6px 6px;
	background-repeat: no-repeat;
}

.ds-project-field select::-ms-expand {
	display: none;
}

.ds-project-field textarea {
	min-height: 130px;
	resize: vertical;
	font-size: 14px;
	line-height: 1.5;
}

.ds-project-field input:focus-visible,
.ds-project-field textarea:focus-visible,
.ds-project-field select:focus-visible {
	outline: none;
	box-shadow: 0 0 0 1px #111 inset;
}

.ds-project-actions {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	margin-top: 10px;
	position: sticky;
	bottom: 0;
	padding: 10px 16px;
	margin-left: -16px;
	margin-right: -16px;
	background: #fff;
	border-top: 1px solid #ececec;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}

.ds-project-btn {
	border: 1px solid #111;
	background: #fff;
	color: #111;
	padding: 10px 14px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 11px;
	cursor: pointer;
	min-width: 0;
	width: 100%;
	flex: 1 1 50%;
	border-radius: 12px;
	transition: none;
	transform: none;
}

.ds-project-btn:hover,
.ds-project-btn:focus-visible {
	background: #111;
	color: #fff;
	box-shadow: none;
	outline: none;
}

.ds-project-btn:disabled {
	opacity: 0.32;
	cursor: not-allowed;
}

.ds-artists-grid {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: 56px 72px;
	justify-content: stretch;
	margin: 0;
	padding: 12px var(--ds-shell-pad-inline) 24px;
}

.ds-artist-card__link {
	display: inline-flex;
	flex-direction: column;
	gap: 4px;
	width: 100%;
	text-align: center;
	align-items: center;
	padding: 14px 16px 18px;
}

.ds-artist-card__name {
	margin: auto;
	max-width: none;
	width: 100%;
	font-size: clamp(46px, 8vw, 64px);
	font-weight: 400;
	line-height: 100%;
	letter-spacing: 0.02em;
	text-transform: none;
	word-break: normal;
	overflow-wrap: normal;
	text-align: center;
}

.ds-artist-card__name .logo {
	display: block;
	white-space: nowrap;
	transition: opacity 180ms ease, color 180ms ease;
}

.ds-artist-card:hover .logo {
	color: #ddd;
	opacity: 0.5;
}

.logo .letter,
.letter {
	display: inline-block;
	cursor: default;
	transition: transform ease 10000ms;
}

/* Ensure interactive labels/names always show click affordance. */
.ds-navigation__link,
.ds-artist-card__link,
.ds-artist-card__link .logo,
.ds-artist-card__link .letter,
.ds-object-card__enquire,
.ds-price-trigger,
.ds-artist-work__inquire,
.ds-artist-loop__card {
	cursor: pointer;
}

.ds-artist-card__works:not(.ds-artist-hero__works) {
	margin: 8px auto 0;
	color: var(--ds-muted);
	max-width: none;
	width: 100%;
	letter-spacing: 0.02em;
	opacity: 0.2;
	text-align: center;
}

.ds-artist-card__works.caption {
	opacity: 0.2;
}

.ds-artist-card__works.ds-artist-hero__works {
	color: var(--ds-artist-hero-title-color, #111);
	opacity: 0.5;
}

@media (max-width: 759px) {
	.ds-artists-grid {
		gap: 64px 72px;
		padding-top: 18px;
	}

	.ds-artist-card__link {
		gap: 8px;
		padding: 18px 16px 24px;
	}

	.ds-artist-card__name {
		font-size: clamp(54px, 13vw, 82px);
		line-height: 0.96;
	}

	.ds-artist-card__works:not(.ds-artist-hero__works) {
		font-size: 12px;
		letter-spacing: 0.03em;
		margin-top: 10px;
	}
}

.ds-objects-list {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: 36px 26px;
}

.ds-main--objects .ds-objects-list {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	padding-left: var(--ds-shell-pad-inline);
	padding-right: var(--ds-shell-pad-inline);
}

.ds-main--artist-single .ds-artist-works {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	padding-left: var(--ds-shell-pad-inline);
	padding-right: var(--ds-shell-pad-inline);
}

.ds-main--artists .ds-artists-grid {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	padding-left: var(--ds-shell-pad-inline);
	padding-right: var(--ds-shell-pad-inline);
}

.ds-object-card {
	padding-bottom: 0;
	border-bottom: 0;
}

.ds-object-card__media {
	background: #fff;
	aspect-ratio: 1 / 1;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.ds-object-card__image {
	display: block;
	width: 100%;
	height: 100%;
	margin: auto;
	object-fit: cover;
	object-position: 50% 50%;
	cursor: zoom-in;
}

.ds-object-card__body {
	width: 100%;
	max-width: 100%;
	padding: 12px 0 0;
	text-align: left;
}

.ds-object-card__title {
	margin: 0 0 5px;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.02em;
}

.ds-object-card__enquire {
	font-style: normal;
	opacity: 0.2;
}

.ds-object-card__caption {
	margin: 8px 0 4px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	text-decoration: underline;
}

.ds-object-card__note {
	font-style: italic;
	color: #333;
}

.ds-object-card p {
	margin: 2px 0;
}

.ds-artist-works {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: 36px 26px;
	max-width: none;
	margin: 0 0 56px;
}

.ds-artist-work__media {
	background: #fff;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}

.ds-artist-work__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	cursor: zoom-in;
}

.ds-artist-work__media .ds-progressive-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}

.ds-artist-work__media .ds-progressive-image.is-visible {
	width: 100% !important;
	height: 100% !important;
	min-width: 100% !important;
	min-height: 100% !important;
	object-fit: cover !important;
	object-position: 50% 50% !important;
	transform: scale(1);
}

.ds-artist-work__meta {
	padding: 12px 0 0;
}

.ds-artist-work__inquire {
	opacity: 0.45;
}

.ds-artist-work__title {
	margin: 10px 0 4px;
	text-transform: uppercase;
	text-decoration: underline;
}

.ds-artist-work__detail {
	margin: 2px 0;
	opacity: 0.75;
}

.ds-artist-loop {
	display: grid;
	grid-template-columns: 1fr;
	gap: 18px;
	width: 100vw;
	max-width: 100vw;
	padding: 24px;
	margin: 0;
	margin-left: calc(50% - 50vw);
	background: #000;
	color: #fff;
}

.ds-artist-loop__card {
	display: grid;
	grid-template-rows: auto auto auto auto;
	gap: 8px;
	align-content: start;
}

.ds-artist-loop__card.ds-image-shell {
	background: transparent;
}

.ds-artist-loop__card img,
.ds-artist-loop__placeholder {
	display: block;
	width: 100% !important;
	aspect-ratio: 1 / 1;
	height: auto !important;
	min-height: 0 !important;
	max-height: none !important;
	object-fit: cover !important;
	object-position: 50% 50% !important;
	background: #fff;
}

.ds-artist-loop__card .ds-progressive-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}

.ds-artist-loop__card .ds-progressive-image.is-visible {
	width: 100% !important;
	height: auto !important;
	min-width: 0 !important;
	min-height: 0 !important;
	object-fit: cover !important;
	object-position: 50% 50% !important;
	transform: scale(1);
}

.ds-artist-loop__placeholder {
	display: grid;
	place-items: center;
	color: #111;
	font-size: 11px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ds-artist-loop__placeholder--slideshow {
	position: relative;
	background-color: #fff;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	overflow: hidden;
	transform: none !important;
	transition: none;
}

.ds-artist-loop__placeholder--slideshow::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.08));
}

.ds-artist-loop__placeholder-text {
	position: relative;
	z-index: 1;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.ds-artist-loop__label {
	font-size: 11px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ds-artist-loop__label--next {
	display: block;
	width: 100%;
	text-align: right;
}

.ds-artist-loop__label--overview {
	display: block;
	width: 100%;
	text-align: center;
}

.ds-artist-loop__title {
	text-transform: uppercase;
	text-decoration: underline;
	line-height: 1.06;
	margin: 0;
}

.ds-artist-loop__works {
	opacity: 0.75;
	line-height: 1.02;
	margin-top: -2px;
}

.ds-navigation.is-on-hero .ds-navigation__link {
	color: #fff;
}

.ds-navigation.is-on-body .ds-navigation__link {
	color: #fff;
}

.ds-navigation .ds-navigation__link {
	color: #fff;
}

.ds-navigation.is-artist-themed .ds-navigation__link {
	color: var(--ds-artist-hero-title-color, #111);
}

.ds-navigation.is-artists-overview {
	mix-blend-mode: normal;
	color: #111;
}

.ds-navigation.is-artists-overview .ds-navigation__link {
	color: #111;
}

.ds-navigation.is-legal-page {
	mix-blend-mode: normal;
	color: #111;
}

.ds-navigation.is-legal-page .ds-navigation__link {
	color: #111;
}

.ds-navigation.is-objects-page {
	mix-blend-mode: normal;
	color: #111;
}

.ds-navigation.is-objects-page .ds-navigation__link {
	color: #111;
}

.ds-image-zoom-modal {
	position: fixed;
	inset: 0;
	z-index: 130000;
	display: none;
	align-items: center;
	justify-content: center;
	background: #f3f3f0;
	padding: 0;
}

.ds-image-zoom-modal.is-open {
	display: flex;
}

.ds-image-zoom-backdrop {
	position: absolute;
	inset: 0;
}

.ds-image-zoom-frame {
	position: relative;
	width: 100vw;
	height: 100dvh;
	max-width: 100vw;
	max-height: 100dvh;
	z-index: 1;
	overflow: hidden;
	display: grid;
	place-items: center;
}

.ds-image-zoom-image {
	--ds-zoom-pan-x: 0px;
	--ds-zoom-pan-y: 0px;
	display: block;
	max-width: 100vw;
	max-height: 100dvh;
	width: auto;
	height: auto;
	object-fit: contain;
	opacity: 0;
	filter: blur(14px);
	transform: translate(var(--ds-zoom-pan-x), var(--ds-zoom-pan-y)) scale(1);
	transition: transform 320ms ease-in-out, opacity 360ms ease-in-out, filter 520ms ease-in-out;
	cursor: default;
	touch-action: none;
}

.ds-image-zoom-frame.is-zoomed .ds-image-zoom-image {
	transform: translate(var(--ds-zoom-pan-x), var(--ds-zoom-pan-y)) scale(1.85);
	cursor: grab;
}

.ds-image-zoom-frame.is-dragging .ds-image-zoom-image {
	transition: opacity 360ms ease-in-out, filter 520ms ease-in-out;
	cursor: grabbing;
}

.ds-image-zoom-image.is-visible {
	opacity: 1;
}

.ds-image-zoom-image.is-sharp {
	filter: blur(0);
}

/* Grid-first loading pipeline: pre-layout -> skeleton -> blurry -> sharp */
.ds-page-content.is-grid-calculating,
.ds-objects-list.is-grid-calculating,
.ds-artist-works.is-grid-calculating,
.ds-artist-loop.is-grid-calculating {
	opacity: 0.98;
}

.ds-image-shell {
	position: relative;
	background: #f3f3f3;
	overflow: hidden;
}

.ds-image-shell:not(.is-loaded) {
	aspect-ratio: var(--ds-image-ratio, 1 / 1);
}

.ds-image-shell.is-skeleton::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(100deg, #ececec 22%, #f8f8f8 40%, #ececec 58%);
	background-size: 220% 100%;
	animation: ds-skeleton-wave 1.2s linear infinite;
	z-index: 1;
}

.ds-progressive-image {
	opacity: 0;
	filter: blur(14px);
	transform: scale(1.006);
	transition: opacity 420ms ease-in-out, filter 520ms ease-in-out, transform 520ms ease-in-out;
	position: relative;
	z-index: 2;
}

.ds-progressive-image.is-visible {
	opacity: 1;
}

.ds-progressive-image.is-blurry {
	filter: blur(8px);
}

.ds-image-shell.is-loaded .ds-progressive-image:not(.is-blurry) {
	filter: blur(0);
	transform: scale(1);
}

.is-legal-page .ds-footer__grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.is-legal-page .ds-prose p > strong {
	display: block;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.is-legal-page .ds-prose a,
.is-legal-page .ds-prose p {
	overflow-wrap: anywhere;
	word-break: break-word;
}

.ds-object-card__media {
	aspect-ratio: 1 / 1;
}

@keyframes ds-skeleton-wave {
	0% {
		background-position: 100% 0;
	}
	100% {
		background-position: 0 0;
	}
}

@keyframes ds-landing-red-fade {
	0% {
		color: #fff;
	}
	100% {
		color: #bcdcff;
	}
}

@media (min-width: 760px) {
	:root {
		--ds-nav-offset: 66px;
	}

	.ds-main {
		padding: calc(var(--ds-nav-offset) + 34px) 28px 60px;
	}

	.ds-main--about {
		padding: 0 28px 60px;
	}

	.ds-main--artist-single {
		padding: 0 28px 60px;
	}

	.ds-artist-hero {
		height: 80vh;
		min-height: 80vh;
		max-height: 80vh;
	}

	.ds-main.ds-main--artist-single {
		padding-top: 0 !important;
		margin-top: 0 !important;
	}

	.ds-main.ds-main--artist-single {
		padding-bottom: 0;
	}

	.ds-main--about .ds-page-content {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.ds-main--about .ds-prose {
		grid-column: 4;
	}

	.is-legal-page .ds-page-content {
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 14px;
	}

	.is-legal-page .ds-prose {
		grid-column: 4;
	}

	.ds-artists-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 72px 96px;
		justify-content: stretch;
		padding: 20px var(--ds-shell-pad-inline) 30px;
	}

	.ds-objects-list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 44px 28px;
	}

	.ds-artist-works {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 44px 28px;
	}

	.ds-artist-loop {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 24px;
	}
}

@media (max-width: 759px) {
	.ds-about-hero-meta {
		bottom: 14px;
		gap: 8px;
		font-size: 10px;
		letter-spacing: 0.05em;
	}
}

@media (max-width: 700px) {
	.ds-navigation__grid,
	.ds-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
