@font-face {
	font-family: "DS Qurova";
	src: url("../fonts/qurova-regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "DS Qurova";
	src: url("../fonts/qurova-semibold.woff2") format("woff2");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "DS Arturm";
	src: url("../fonts/arturm-regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "DS Arturm";
	src: url("../fonts/arturm-medium.woff2") format("woff2");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "DS Arturm";
	src: url("../fonts/arturm-bold.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "DS Grocky";
	src: url("../fonts/grocky.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

:root {
	--ds-ink: #07131c;
	--ds-ink-soft: #0b202c;
	--ds-cobalt: #063e66;
	--ds-cobalt-bright: #075d91;
	--ds-aqua: #55ddd0;
	--ds-sky: #a8eaf0;
	--ds-paper: #eae8df;
	--ds-light: #f6f5ef;
	--ds-white: #fff;
	--ds-muted: #64737c;
	--ds-line: rgba(7, 19, 28, .16);
	--ds-line-dark: rgba(255, 255, 255, .18);
	--ds-display: "DS Qurova", "Avenir Next", sans-serif;
	--ds-body: "DS Arturm", "Avenir Next", sans-serif;
	--ds-label: "DS Grocky", "SFMono-Regular", monospace;
	--ds-shell: min(90rem, calc(100vw - 5rem));
	--ds-section: clamp(5rem, 9vw, 9rem);
}

body.ds-site-request {
	margin: 0;
	background: var(--ds-light);
	color: var(--ds-ink);
}

body.ds-site-request #page-container {
	padding-top: 0 !important;
}

body.ds-site-request #main-header,
body.ds-site-request #main-footer,
body.ds-site-request .et-l--header,
body.ds-site-request .et-l--footer,
body.ds-site-request > #wpadminbar + #page-container > header,
body.ds-site-request > #page-container > footer {
	display: none !important;
}

body.ds-site-request .ds-site,
body.ds-site-request .ds-site *,
body.ds-site-request .ds-site *::before,
body.ds-site-request .ds-site *::after {
	box-sizing: border-box;
}

.ds-site {
	position: relative;
	width: 100%;
	max-width: 100vw;
	overflow: clip;
	color: var(--ds-ink);
	background: var(--ds-light);
	font-family: var(--ds-body);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}

.ds-site :where(h1, h2, h3, h4, p, figure, ul, ol, dl, dd) {
	margin: 0;
	padding: 0;
}

.ds-site :where(h1, h2, h3, h4) {
	color: inherit;
	font-family: var(--ds-display);
	font-weight: 400;
	line-height: .98;
	letter-spacing: -.035em;
}

.ds-site :where(h1, h2, h3, h4, p, li, dd) {
	overflow-wrap: break-word;
}

.ds-site a {
	color: inherit;
	text-decoration: none;
}

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

.ds-site button,
.ds-site input,
.ds-site textarea,
.ds-site select {
	font: inherit;
}

.ds-site :focus-visible {
	outline: 3px solid var(--ds-aqua);
	outline-offset: 4px;
}

.ds-shell {
	width: var(--ds-shell);
	max-width: 100%;
	margin-inline: auto;
}

.ds-site :where(
	.ds-shell,
	.ds-split > *,
	.ds-intro-grid > *,
	.ds-wide-cta > *,
	.ds-intelligence-feature > *,
	.ds-contact-layout > *,
	.ds-single-hero__grid > *,
	.ds-project-card > *,
	.ds-solution-card > *
) {
	min-width: 0;
}

.ds-anchor {
	position: absolute;
	transform: translateY(-5rem);
}

.ds-kicker {
	margin-bottom: 1.15rem !important;
	color: var(--ds-cobalt);
	font-family: var(--ds-label);
	font-size: .72rem;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.ds-kicker--light {
	color: var(--ds-aqua);
}

.ds-section {
	position: relative;
	padding-block: var(--ds-section);
}

.ds-section--light {
	background: var(--ds-light);
}

.ds-section--paper {
	background: var(--ds-paper);
}

.ds-section--ink {
	background: var(--ds-ink);
	color: var(--ds-white);
}

.ds-section--cobalt {
	background: var(--ds-cobalt);
	color: var(--ds-white);
}

.ds-section-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 2rem;
	margin-bottom: clamp(2.75rem, 5vw, 5rem);
}

.ds-section-heading h2 {
	max-width: 18ch;
	color: var(--ds-ink);
	font-size: clamp(2.45rem, 5.2vw, 5.4rem);
}

.ds-section-heading--light h2 {
	color: var(--ds-white);
}

.ds-section-heading .ds-text-link {
	flex: 0 0 auto;
}

.ds-richtext {
	max-width: 48rem;
	color: #26353d;
	font-size: clamp(1rem, 1.25vw, 1.2rem);
}

.ds-richtext--light {
	color: rgba(255, 255, 255, .74);
}

.ds-richtext > * + * {
	margin-top: 1.25em !important;
}

.ds-richtext :where(ul, ol) {
	padding-left: 1.25rem;
}

.ds-richtext a {
	color: var(--ds-cobalt);
	text-decoration: underline;
	text-underline-offset: .2em;
}

.ds-actions {
	display: flex;
	flex-wrap: wrap;
	gap: .75rem;
	margin-top: 2rem;
}

.ds-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3.25rem;
	padding: .85rem 1.35rem;
	border: 1px solid transparent;
	border-radius: 0;
	font-family: var(--ds-label);
	font-size: .72rem;
	letter-spacing: .11em;
	line-height: 1.2;
	text-transform: uppercase;
	transition: background-color .22s ease, border-color .22s ease, color .22s ease, transform .22s ease;
}

.ds-button:hover {
	transform: translateY(-2px);
}

.ds-button--primary {
	background: var(--ds-aqua);
	color: var(--ds-ink);
}

.ds-button--primary:hover,
.ds-button--aqua:hover {
	background: var(--ds-white);
	color: var(--ds-ink);
}

.ds-button--ghost {
	border-color: rgba(255, 255, 255, .5);
	background: rgba(5, 18, 27, .15);
	color: var(--ds-white);
}

.ds-button--ghost:hover {
	border-color: var(--ds-white);
	background: var(--ds-white);
	color: var(--ds-ink);
}

.ds-button--aqua {
	background: var(--ds-aqua);
	color: var(--ds-ink);
}

.ds-text-link {
	display: inline-flex;
	align-items: center;
	gap: .35rem;
	border-bottom: 1px solid currentColor;
	color: inherit;
	font-family: var(--ds-label);
	font-size: .7rem;
	letter-spacing: .12em;
	line-height: 1.6;
	text-transform: uppercase;
}

.ds-text-link:hover {
	color: var(--ds-aqua);
}

/* Navigation */
.ds-nav-shell {
	--ds-nav-bg: #0a0e1a;
	--ds-nav-fg: #f7f4ee;
	--ds-nav-fg-muted: #8892a6;
	--ds-nav-fg-faint: #4a5468;
	--ds-nav-accent: #00d9c8;
	--ds-nav-divider: rgba(247, 244, 238, .12);
	--ds-nav-divider-strong: rgba(247, 244, 238, .2);
	--ds-nav-h-topbar-full: 44px;
	--ds-nav-h-topbar-compact: 30px;
	--ds-nav-h-main-full: 88px;
	--ds-nav-h-main-compact: 60px;
	position: relative;
	z-index: 1000;
}

html.ds-nav-drawer-open,
body.ds-nav-drawer-open {
	overflow: hidden;
}

.ds-nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	isolation: isolate;
	color: var(--ds-nav-fg);
}

.admin-bar .ds-nav {
	top: 32px;
}

.ds-nav__bg {
	position: absolute;
	z-index: 0;
	inset: 0;
	pointer-events: none;
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	transition: opacity .45s cubic-bezier(.4, 0, .2, 1);
}

.ds-nav__bg--full {
	background: var(--ds-nav-bg);
	opacity: .1;
}

.ds-nav__bg--compact {
	background: var(--ds-nav-bg);
	opacity: 0;
}

.ds-nav-shell.is-compact .ds-nav__bg--full {
	opacity: 0;
}

.ds-nav-shell.is-compact .ds-nav__bg--compact {
	opacity: .85;
}

.ds-nav::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	background: var(--ds-nav-divider);
	opacity: 0;
	transition: opacity .4s ease;
}

.ds-nav-shell.is-compact .ds-nav::after {
	opacity: 1;
}

.ds-nav__container {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1480px;
	height: 100%;
	margin: 0 auto;
	padding: 0 56px;
}

.ds-nav__topbar {
	position: relative;
	z-index: 1;
	height: var(--ds-nav-h-topbar-full);
	overflow: hidden;
	transition: height .4s cubic-bezier(.4, 0, .2, 1);
}

.ds-nav-shell.is-compact .ds-nav__topbar {
	height: var(--ds-nav-h-topbar-compact);
}

.ds-nav__topbar-inner {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 100%;
}

.ds-nav__topbar-items {
	display: flex;
	align-items: stretch;
	height: 100%;
}

.ds-nav__topbar-item {
	position: relative;
	display: flex;
	align-items: center;
	gap: 9px;
	padding: 0 18px;
	color: var(--ds-nav-fg-muted);
	font-family: var(--ds-label);
	font-size: 11px;
	font-weight: 400;
	letter-spacing: .06em;
	white-space: nowrap;
	transition: color .2s ease;
}

.ds-nav__topbar-item:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 25%;
	right: 0;
	width: 1px;
	height: 50%;
	background: var(--ds-nav-divider);
}

.ds-nav__topbar-item:hover {
	color: var(--ds-nav-fg);
}

.ds-nav__topbar-item svg {
	width: 13px;
	height: 13px;
	color: var(--ds-nav-accent);
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
	transition: width .4s ease, height .4s ease;
}

.ds-nav__topbar-item.is-icon-only {
	padding: 0 14px;
}

.ds-nav__topbar-item.is-icon-only svg {
	color: var(--ds-nav-fg);
	fill: currentColor;
	stroke: none;
}

.ds-nav-shell.is-compact .ds-nav__topbar-item svg {
	width: 11px;
	height: 11px;
}

.ds-nav__divider {
	position: relative;
	z-index: 1;
	height: 1px;
	background: var(--ds-nav-divider);
}

.ds-nav__main {
	position: relative;
	z-index: 1;
	height: var(--ds-nav-h-main-full);
	transition: height .4s cubic-bezier(.4, 0, .2, 1);
}

.ds-nav-shell.is-compact .ds-nav__main {
	height: var(--ds-nav-h-main-compact);
}

.ds-nav__main-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	gap: 24px;
}

.ds-nav__logo-link {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	color: var(--ds-nav-fg);
}

.ds-nav__logo-image {
	display: block;
	width: auto;
	height: 38px;
	transition: height .4s cubic-bezier(.4, 0, .2, 1);
}

.ds-nav-shell.is-compact .ds-nav__logo-image {
	height: 26px;
}

.ds-nav__logo-text {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 28px;
	font-style: italic;
	font-weight: 400;
	letter-spacing: .005em;
	line-height: 1;
	white-space: nowrap;
	transition: font-size .4s cubic-bezier(.4, 0, .2, 1);
}

.ds-nav-shell.is-compact .ds-nav__logo-text {
	font-size: 22px;
}

.ds-nav__logo-text em {
	color: var(--ds-nav-accent);
	font-style: italic;
	font-weight: 400;
}

.ds-nav__desktop {
	display: flex;
	flex: 1;
	justify-content: flex-end;
	height: 100%;
}

.ds-nav__menu-list {
	display: flex;
	align-items: stretch;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
	counter-reset: ds-nav-item;
}

.ds-nav__menu-list li {
	position: relative;
	display: flex;
	align-items: center;
	margin: 0 !important;
	padding: 0 !important;
	counter-increment: ds-nav-item;
}

.ds-nav__menu-list li:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 35%;
	right: 0;
	width: 1px;
	height: 30%;
	background: var(--ds-nav-divider);
}

.ds-nav__menu-list a {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	height: 100%;
	padding: 0 clamp(10px, 1.35vw, 24px);
	color: var(--ds-nav-fg-muted);
	font-family: var(--ds-body);
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .1em;
	text-transform: uppercase;
	transition: color .2s ease;
}

.ds-nav__menu-list a::before {
	content: counter(ds-nav-item, decimal-leading-zero) ".";
	align-self: flex-start;
	margin-top: 2px;
	color: var(--ds-nav-fg-faint);
	font-family: var(--ds-label);
	font-size: 9px;
	font-weight: 400;
	letter-spacing: .02em;
	transition: color .2s ease;
}

.ds-nav__menu-list a:hover,
.ds-nav__menu-list .current-menu-item > a,
.ds-nav__menu-list .current_page_item > a {
	color: var(--ds-nav-fg);
}

.ds-nav__menu-list a:hover::before,
.ds-nav__menu-list .current-menu-item > a::before,
.ds-nav__menu-list .current_page_item > a::before {
	color: var(--ds-nav-accent);
}

.ds-nav__menu-list li.current-menu-item::before,
.ds-nav__menu-list li.current_page_item::before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 50%;
	left: clamp(10px, 1.35vw, 24px);
	width: 0;
	height: 1px;
	margin-top: 12px;
	background: linear-gradient(to right, rgba(0, 217, 200, 0), rgba(0, 217, 200, .08) 30%, rgba(0, 217, 200, .4) 75%, var(--ds-nav-accent));
	pointer-events: none;
	animation: ds-radar-trail 3.2s ease-in-out infinite;
}

.ds-nav__menu-list .current-menu-item > a::after,
.ds-nav__menu-list .current_page_item > a::after {
	content: "";
	position: absolute;
	z-index: 2;
	top: 50%;
	width: 5px;
	height: 5px;
	margin-top: 10px;
	border-radius: 50%;
	background: var(--ds-nav-accent);
	box-shadow: 0 0 6px rgba(0, 217, 200, .9), 0 0 14px rgba(0, 217, 200, .5);
	pointer-events: none;
	animation: ds-radar-dot 3.2s ease-in-out infinite;
}

@keyframes ds-radar-trail {
	0% {
		width: 0;
		opacity: 0;
	}
	8% {
		width: 0;
		opacity: 1;
	}
	90% {
		width: calc(100% - 48px);
		opacity: 1;
	}
	100% {
		width: calc(100% - 48px);
		opacity: 0;
	}
}

@keyframes ds-radar-dot {
	0% {
		left: 22px;
		opacity: 0;
	}
	8% {
		left: 22px;
		opacity: 1;
	}
	90% {
		left: calc(100% - 28px);
		opacity: 1;
	}
	100% {
		left: calc(100% - 28px);
		opacity: 0;
	}
}

.ds-nav__cta {
	display: inline-flex;
	flex-shrink: 0;
	align-items: center;
	gap: 8px;
	padding: 12px 20px;
	border: 1px solid var(--ds-nav-divider-strong);
	background: transparent;
	color: var(--ds-nav-fg);
	font-family: var(--ds-label);
	font-size: 11px;
	font-weight: 400;
	letter-spacing: .1em;
	white-space: nowrap;
	text-transform: uppercase;
	transition: padding .25s ease, border-color .25s ease, color .25s ease, background-color .25s ease, font-size .25s ease;
}

.ds-nav__cta span {
	color: inherit;
}

.ds-nav__cta:hover,
.ds-nav__cta.is-current {
	border-color: var(--ds-nav-accent);
	background: rgba(0, 217, 200, .06);
	color: var(--ds-nav-accent);
}

.ds-nav-shell.is-compact .ds-nav__cta {
	padding: 9px 16px;
	font-size: 10px;
}

.ds-nav__mobile-toggle {
	display: none;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 1px solid var(--ds-nav-divider-strong);
	background: transparent;
	color: var(--ds-nav-fg);
	cursor: pointer;
	transition: border-color .25s ease;
}

.ds-nav__mobile-toggle:hover {
	border-color: var(--ds-nav-accent);
}

.ds-nav__burger {
	position: relative;
	display: inline-block;
	width: 18px;
	height: 12px;
}

.ds-nav__burger > span {
	position: absolute;
	right: 0;
	left: 0;
	display: block;
	height: 1.5px;
	border-radius: 1px;
	background: currentColor;
	transition: all .4s cubic-bezier(.7, 0, .3, 1);
}

.ds-nav__burger > span:nth-child(1) {
	top: 0;
}

.ds-nav__burger > span:nth-child(2) {
	top: 50%;
	transform: translateY(-50%);
}

.ds-nav__burger > span:nth-child(3) {
	bottom: 0;
}

.ds-nav__mobile-toggle.is-active .ds-nav__burger > span:nth-child(1) {
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}

.ds-nav__mobile-toggle.is-active .ds-nav__burger > span:nth-child(2) {
	opacity: 0;
	transform: translateY(-50%) scaleX(0);
}

.ds-nav__mobile-toggle.is-active .ds-nav__burger > span:nth-child(3) {
	bottom: 50%;
	transform: translateY(50%) rotate(-45deg);
}

.ds-nav__drawer {
	position: fixed;
	z-index: 1100;
	inset: 0;
	visibility: hidden;
	pointer-events: none;
	transition: visibility 0s linear .55s;
}

.admin-bar .ds-nav__drawer {
	top: 32px;
}

.ds-nav__drawer.is-open {
	visibility: visible;
	pointer-events: auto;
	transition-delay: 0s;
}

.ds-nav__drawer-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(6, 9, 18, .65);
	opacity: 0;
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	transition: opacity .45s ease;
}

.ds-nav__drawer.is-open .ds-nav__drawer-backdrop {
	opacity: 1;
}

.ds-nav__drawer-panel {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	width: min(440px, 92vw);
	height: 100%;
	overflow-y: auto;
	border-left: 1px solid var(--ds-nav-divider);
	background: var(--ds-nav-bg);
	color: var(--ds-nav-fg);
	transform: translateX(100%);
	transition: transform .55s cubic-bezier(.7, 0, .3, 1);
	overscroll-behavior: contain;
}

.ds-nav__drawer.is-open .ds-nav__drawer-panel {
	transform: translateX(0);
}

.ds-nav__drawer-header {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: space-between;
	padding: 24px 32px;
	border-bottom: 1px solid var(--ds-nav-divider);
}

.ds-nav__drawer-eyebrow,
.ds-nav__drawer-contact-eyebrow {
	color: var(--ds-nav-accent);
	font-family: var(--ds-label);
	font-size: 11px;
	letter-spacing: .18em;
	text-transform: uppercase;
}

.ds-nav__drawer-close {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	padding: 0;
	border: 1px solid var(--ds-nav-divider-strong);
	background: transparent;
	color: var(--ds-nav-fg);
	cursor: pointer;
	transition: border-color .25s ease, color .25s ease;
}

.ds-nav__drawer-close:hover {
	border-color: var(--ds-nav-accent);
	color: var(--ds-nav-accent);
}

.ds-nav__drawer-close span {
	position: absolute;
	width: 14px;
	height: 1.5px;
	background: currentColor;
}

.ds-nav__drawer-close span:first-child {
	transform: rotate(45deg);
}

.ds-nav__drawer-close span:last-child {
	transform: rotate(-45deg);
}

.ds-nav__drawer-menu {
	padding: 8px 0;
}

.ds-nav__drawer-list {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
	counter-reset: ds-nav-item;
}

.ds-nav__drawer-list li {
	position: relative;
	margin: 0 !important;
	padding: 0 !important;
	border-bottom: 1px solid var(--ds-nav-divider);
	counter-increment: ds-nav-item;
}

.ds-nav__drawer-list a {
	position: relative;
	display: flex;
	align-items: baseline;
	gap: 16px;
	padding: 20px 32px;
	color: var(--ds-nav-fg-muted);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 22px;
	font-style: italic;
	font-weight: 400;
	letter-spacing: .02em;
	line-height: 1;
	text-transform: uppercase;
	transition: color .25s ease, padding-left .25s ease;
}

.ds-nav__drawer-list a::before {
	content: counter(ds-nav-item, decimal-leading-zero) ".";
	flex-shrink: 0;
	width: 28px;
	color: var(--ds-nav-fg-faint);
	font-family: var(--ds-label);
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: .05em;
	transition: color .25s ease;
}

.ds-nav__drawer-list a:hover {
	padding-left: 38px;
	color: var(--ds-nav-fg);
}

.ds-nav__drawer-list a:hover::before,
.ds-nav__drawer-list .current-menu-item > a::before,
.ds-nav__drawer-list .current_page_item > a::before {
	color: var(--ds-nav-accent);
}

.ds-nav__drawer-list .current-menu-item > a,
.ds-nav__drawer-list .current_page_item > a {
	color: var(--ds-nav-fg);
}

.ds-nav__drawer-list li.current-menu-item::before,
.ds-nav__drawer-list li.current_page_item::before {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 16px;
	left: 32px;
	width: 0;
	height: 1px;
	background: linear-gradient(to right, rgba(0, 217, 200, 0), rgba(0, 217, 200, .08) 30%, rgba(0, 217, 200, .4) 75%, var(--ds-nav-accent));
	pointer-events: none;
	animation: ds-radar-trail-mobile 3.4s ease-in-out infinite;
}

.ds-nav__drawer-list .current-menu-item > a::after,
.ds-nav__drawer-list .current_page_item > a::after {
	content: "";
	position: absolute;
	z-index: 2;
	bottom: 14px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--ds-nav-accent);
	box-shadow: 0 0 8px rgba(0, 217, 200, .9), 0 0 16px rgba(0, 217, 200, .5);
	pointer-events: none;
	animation: ds-radar-dot-mobile 3.4s ease-in-out infinite;
}

@keyframes ds-radar-trail-mobile {
	0% {
		width: 0;
		opacity: 0;
	}
	8% {
		width: 0;
		opacity: 1;
	}
	90% {
		width: calc(100% - 67px);
		opacity: 1;
	}
	100% {
		width: calc(100% - 67px);
		opacity: 0;
	}
}

@keyframes ds-radar-dot-mobile {
	0% {
		left: 30px;
		opacity: 0;
	}
	8% {
		left: 30px;
		opacity: 1;
	}
	90% {
		left: calc(100% - 40px);
		opacity: 1;
	}
	100% {
		left: calc(100% - 40px);
		opacity: 0;
	}
}

.ds-nav__drawer-contact {
	flex-shrink: 0;
	margin-top: auto;
	padding: 24px 32px 32px;
	border-top: 1px solid var(--ds-nav-divider);
}

.ds-nav__drawer-contact-eyebrow {
	display: block;
	margin-bottom: 16px;
	color: var(--ds-nav-fg-faint);
	font-size: 10px;
	letter-spacing: .2em;
}

.ds-nav__drawer-contact-list {
	display: flex;
	flex-direction: column;
}

.ds-nav__drawer-contact-list .ds-nav__topbar-item {
	padding: 12px 0;
	border-bottom: 1px solid var(--ds-nav-divider);
	font-size: 12px;
}

.ds-nav__drawer-contact-list .ds-nav__topbar-item::after {
	display: none;
}

.ds-nav__drawer-contact-list .ds-nav__topbar-item span {
	display: inline;
}

.ds-nav__drawer-contact-social {
	display: flex;
	gap: 16px;
	margin-top: 20px;
}

.ds-nav__drawer-contact-social a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border: 1px solid var(--ds-nav-divider-strong);
	color: var(--ds-nav-fg);
	transition: border-color .25s ease, color .25s ease;
}

.ds-nav__drawer-contact-social a:hover {
	border-color: var(--ds-nav-accent);
	color: var(--ds-nav-accent);
}

.ds-nav__drawer-contact-social svg {
	width: 14px;
	height: 14px;
	fill: currentColor;
}

@media (max-width: 1180px) {
	.ds-nav__container {
		padding: 0 32px;
	}

	.ds-nav__desktop,
	.ds-nav__cta {
		display: none;
	}

	.ds-nav__mobile-toggle {
		display: flex;
	}
}

@media (max-width: 1100px) {
	.ds-nav .ds-nav__topbar-item:not(.is-icon-only) span {
		display: none;
	}

	.ds-nav .ds-nav__topbar-item:not(.is-icon-only) {
		padding: 0 14px;
	}
}

@media (max-width: 620px) {
	.ds-nav__container {
		padding: 0 20px;
	}

	.ds-nav__drawer-header,
	.ds-nav__drawer-contact {
		padding-right: 24px;
		padding-left: 24px;
	}

	.ds-nav__drawer-list a {
		padding-right: 24px;
		padding-left: 24px;
		font-size: 20px;
	}

	.ds-nav__drawer-list a:hover {
		padding-left: 30px;
	}

	.ds-nav__drawer-list li.current-menu-item::before,
	.ds-nav__drawer-list li.current_page_item::before {
		left: 24px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ds-nav__menu-list li.current-menu-item::before,
	.ds-nav__menu-list li.current_page_item::before {
		width: calc(100% - 48px);
		opacity: .4;
		animation: none;
	}

	.ds-nav__drawer-list li.current-menu-item::before,
	.ds-nav__drawer-list li.current_page_item::before {
		width: calc(100% - 67px);
		opacity: .4;
		animation: none;
	}

	.ds-nav__menu-list .current-menu-item > a::after,
	.ds-nav__menu-list .current_page_item > a::after,
	.ds-nav__drawer-list .current-menu-item > a::after,
	.ds-nav__drawer-list .current_page_item > a::after {
		opacity: 0;
		animation: none;
	}
}

/* Hero */
.ds-hero {
	position: relative;
	display: flex;
	align-items: flex-end;
	min-height: min(58rem, 100svh);
	overflow: hidden;
	background: var(--ds-ink);
	color: var(--ds-white);
}

.ds-hero__media,
.ds-hero__veil {
	position: absolute;
	inset: 0;
}

.ds-hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: var(--ds-hero-focus, center center);
	transform: scale(1.02);
}

.ds-hero__veil {
	background:
		linear-gradient(90deg, rgba(2, 13, 20, .95) 0%, rgba(2, 13, 20, .72) 42%, rgba(2, 13, 20, .22) 80%),
		linear-gradient(0deg, rgba(2, 13, 20, .72) 0%, transparent 50%);
}

.ds-hero__content {
	position: relative;
	z-index: 2;
	padding-top: 10rem;
	padding-bottom: clamp(6rem, 10vw, 9rem);
}

.ds-hero h1 {
	max-width: 14ch;
	color: var(--ds-white);
	font-size: clamp(3.7rem, 9.4vw, 9.2rem);
}

.ds-hero__intro {
	max-width: 42rem;
	margin-top: 2rem;
	color: rgba(255, 255, 255, .77);
	font-size: clamp(1.05rem, 1.6vw, 1.35rem);
	line-height: 1.55;
}

.ds-hero__scroll {
	position: absolute;
	right: clamp(2rem, 5vw, 5rem);
	bottom: 2.4rem;
	z-index: 3;
	display: flex;
	align-items: center;
	gap: .8rem;
	font-family: var(--ds-label);
	font-size: .62rem;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.ds-hero__scroll i {
	position: relative;
	width: 1px;
	height: 2.6rem;
	overflow: hidden;
	background: rgba(255, 255, 255, .3);
}

.ds-hero__scroll i::after {
	content: "";
	position: absolute;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--ds-aqua);
	animation: ds-scroll 2s ease-in-out infinite;
}

@keyframes ds-scroll {
	0% { transform: translateY(0); }
	60%, 100% { transform: translateY(200%); }
}

/* Editorial and structural layouts */
.ds-split {
	display: grid;
	grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
	align-items: center;
	gap: clamp(3rem, 8vw, 9rem);
}

.ds-split--editorial {
	align-items: start;
}

.ds-editorial-media {
	position: relative;
	min-height: 36rem;
	overflow: hidden;
	background: #d5d4cd;
}

.ds-editorial-media::before {
	content: "";
	position: absolute;
	inset: 1.25rem;
	z-index: 1;
	border: 1px solid rgba(255, 255, 255, .5);
	pointer-events: none;
}

.ds-editorial-media img {
	width: 100%;
	height: 100%;
	min-height: inherit;
	object-fit: cover;
}

.ds-intro-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(20rem, .7fr);
	align-items: end;
	gap: clamp(3rem, 10vw, 11rem);
}

.ds-intro-grid .ds-section-heading {
	margin-bottom: 0;
}

.ds-wide-cta {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
	gap: 4rem;
}

.ds-wide-cta .ds-section-heading {
	margin-bottom: 2rem;
}

.ds-wide-cta .ds-richtext {
	max-width: 50rem;
}

.ds-intelligence-feature {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
	align-items: center;
	gap: clamp(3rem, 8vw, 8rem);
}

.ds-intelligence-feature .ds-section-heading {
	margin-bottom: 2rem;
}

.ds-intelligence-feature .ds-button {
	margin-top: 2rem;
}

.ds-intelligence-feature figure {
	min-height: 32rem;
	overflow: hidden;
}

.ds-intelligence-feature figure img {
	width: 100%;
	height: 100%;
	min-height: inherit;
	object-fit: cover;
}

/* Solution cards */
.ds-solution-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px;
	background: var(--ds-line-dark);
}

.ds-section--light .ds-solution-grid,
.ds-section--paper .ds-solution-grid {
	background: var(--ds-line);
}

.ds-solution-card {
	display: grid;
	grid-template-columns: minmax(9rem, .85fr) minmax(0, 1.15fr);
	min-height: 22rem;
	background: var(--ds-ink);
}

.ds-section--light .ds-solution-card,
.ds-section--paper .ds-solution-card {
	background: var(--ds-white);
	color: var(--ds-ink);
}

.ds-solution-card__media {
	position: relative;
	min-height: 100%;
	overflow: hidden;
	background: var(--ds-ink-soft);
}

.ds-solution-card__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 55%, rgba(2, 12, 18, .6));
}

.ds-solution-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(.8);
	transition: transform .6s ease, filter .4s ease;
}

.ds-solution-card:hover .ds-solution-card__media img {
	transform: scale(1.045);
	filter: saturate(1.1);
}

.ds-solution-card__media span {
	position: absolute;
	bottom: 1.25rem;
	left: 1.25rem;
	z-index: 2;
	color: var(--ds-aqua);
	font-family: var(--ds-label);
	font-size: .68rem;
	letter-spacing: .12em;
}

.ds-solution-card__copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: clamp(1.5rem, 3vw, 3rem);
}

.ds-solution-card__copy h3 {
	margin-bottom: 1.25rem;
	color: inherit;
	font-size: clamp(1.75rem, 2.75vw, 3.1rem);
}

.ds-solution-card__copy p {
	margin-bottom: 2rem;
	color: rgba(255, 255, 255, .68);
	font-size: .98rem;
	line-height: 1.55;
}

.ds-section--light .ds-solution-card__copy p,
.ds-section--paper .ds-solution-card__copy p {
	color: #52606a;
}

.ds-solution-grid--expanded .ds-solution-card {
	min-height: 30rem;
}

/* Technology accordion */
.ds-tech-list {
	border-top: 1px solid var(--ds-line);
}

.ds-tech-item {
	border-bottom: 1px solid var(--ds-line);
}

.ds-tech-item summary {
	display: grid;
	grid-template-columns: 4rem 1fr 2rem;
	align-items: center;
	min-height: 7.5rem;
	cursor: pointer;
	list-style: none;
}

.ds-tech-item summary::-webkit-details-marker {
	display: none;
}

.ds-tech-item__number {
	color: var(--ds-cobalt);
	font-family: var(--ds-label);
	font-size: .68rem;
	letter-spacing: .12em;
}

.ds-tech-item__title {
	color: var(--ds-ink);
	font-family: var(--ds-display);
	font-size: clamp(1.7rem, 3.2vw, 3.6rem);
	letter-spacing: -.03em;
}

.ds-tech-item__plus {
	position: relative;
	width: 1.5rem;
	height: 1.5rem;
	justify-self: end;
}

.ds-tech-item__plus::before,
.ds-tech-item__plus::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: var(--ds-ink);
	transition: transform .2s ease;
}

.ds-tech-item__plus::after {
	transform: rotate(90deg);
}

.ds-tech-item[open] .ds-tech-item__plus::after {
	transform: rotate(0);
}

.ds-tech-item__body {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(18rem, .55fr);
	gap: clamp(2rem, 8vw, 8rem);
	padding: 0 2rem 3rem 4rem;
}

.ds-tech-item__body > div > p {
	max-width: 47rem;
	margin-bottom: 2rem;
	color: #34434c;
	font-size: 1.08rem;
}

.ds-tech-item__body dl {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	margin-bottom: 2rem;
}

.ds-tech-item__body dl div {
	padding-top: 1rem;
	border-top: 1px solid var(--ds-line);
}

.ds-tech-item__body dt {
	margin-bottom: .4rem;
	color: var(--ds-muted);
	font-family: var(--ds-label);
	font-size: .62rem;
	letter-spacing: .11em;
	text-transform: uppercase;
}

.ds-tech-item__body dd {
	color: var(--ds-ink);
	font-size: .9rem;
	line-height: 1.4;
}

.ds-tech-item__body figure {
	min-height: 17rem;
	overflow: hidden;
}

.ds-tech-item__body figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Process and features */
.ds-process,
.ds-feature-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid var(--ds-line-dark);
	border-left: 1px solid var(--ds-line-dark);
}

.ds-process__item,
.ds-feature-grid article {
	min-height: 25rem;
	padding: clamp(2rem, 3.5vw, 3.75rem);
	border-right: 1px solid var(--ds-line-dark);
	border-bottom: 1px solid var(--ds-line-dark);
}

.ds-process__item > span,
.ds-feature-grid article > span {
	display: block;
	margin-bottom: clamp(4rem, 9vw, 8rem);
	color: var(--ds-aqua);
	font-family: var(--ds-label);
	font-size: .68rem;
	letter-spacing: .14em;
}

.ds-process__item h3,
.ds-feature-grid h3 {
	margin-bottom: 1.3rem;
	color: var(--ds-white);
	font-size: clamp(1.75rem, 2.7vw, 3rem);
}

.ds-process__item p,
.ds-feature-grid p {
	margin-bottom: 2rem;
	color: rgba(255, 255, 255, .7);
}

/* Project cards */
.ds-project-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(1.25rem, 2.5vw, 2.5rem);
}

.ds-project-card {
	background: var(--ds-white);
	color: var(--ds-ink);
}

.ds-section--ink .ds-project-card {
	background: var(--ds-ink-soft);
	color: var(--ds-white);
}

.ds-project-card__media {
	display: block;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: #cfd6d5;
}

.ds-project-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .6s ease;
}

.ds-project-card:hover .ds-project-card__media img {
	transform: scale(1.045);
}

.ds-project-card__copy {
	padding: clamp(1.5rem, 2.4vw, 2.5rem);
}

.ds-project-card__meta {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1.6rem;
	color: var(--ds-cobalt);
	font-family: var(--ds-label);
	font-size: .58rem;
	letter-spacing: .09em;
	text-transform: uppercase;
}

.ds-section--ink .ds-project-card__meta {
	color: var(--ds-aqua);
}

.ds-project-card h3 {
	margin-bottom: 1.15rem;
	color: inherit;
	font-size: clamp(1.65rem, 2.25vw, 2.5rem);
	line-height: 1.05;
}

.ds-project-card p {
	min-height: 5.3rem;
	margin-bottom: 1.5rem;
	color: #53616a;
	font-size: .95rem;
	line-height: 1.55;
}

.ds-section--ink .ds-project-card p {
	color: rgba(255, 255, 255, .66);
}

.ds-project-grid--expanded {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ds-project-grid--expanded .ds-project-card {
	display: grid;
	grid-template-columns: 1.05fr .95fr;
}

.ds-project-grid--expanded .ds-project-card__media {
	height: 100%;
	aspect-ratio: auto;
}

/* Chips, team, partners */
.ds-chip-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	background: var(--ds-line);
	border: 1px solid var(--ds-line);
}

.ds-chip-grid a {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 12rem;
	padding: 1.6rem;
	background: var(--ds-light);
	transition: background-color .2s ease, color .2s ease;
}

.ds-chip-grid a:hover {
	background: var(--ds-cobalt);
	color: var(--ds-white);
}

.ds-chip-grid span {
	margin-bottom: auto;
	color: var(--ds-muted);
	font-family: var(--ds-label);
	font-size: .58rem;
	letter-spacing: .11em;
	text-transform: uppercase;
}

.ds-chip-grid strong {
	max-width: 18ch;
	font-family: var(--ds-display);
	font-size: 1.45rem;
	font-weight: 400;
	line-height: 1.05;
}

.ds-chip-grid i {
	position: absolute;
	right: 1.4rem;
	bottom: 1.4rem;
	color: var(--ds-cobalt);
	font-style: normal;
}

.ds-chip-grid a:hover i {
	color: var(--ds-aqua);
}

.ds-team-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1.5rem;
}

.ds-team-card {
	background: var(--ds-white);
}

.ds-team-card__media {
	display: grid;
	place-items: center;
	aspect-ratio: 4 / 4.5;
	overflow: hidden;
	background: var(--ds-cobalt);
	color: var(--ds-aqua);
}

.ds-team-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ds-team-card__media > span {
	font-family: var(--ds-display);
	font-size: clamp(3.5rem, 7vw, 7rem);
	letter-spacing: -.05em;
}

.ds-team-card > div {
	padding: 1.5rem;
}

.ds-team-card h3 {
	margin-bottom: 1.2rem;
	color: var(--ds-ink);
	font-size: 2rem;
}

.ds-partners {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1px;
	background: var(--ds-line);
	border: 1px solid var(--ds-line);
}

.ds-partners a {
	display: grid;
	place-items: center;
	min-height: 11rem;
	padding: 1.5rem;
	background: var(--ds-white);
	text-align: center;
}

.ds-partners img {
	max-width: 10rem;
	max-height: 4rem;
	object-fit: contain;
}

.ds-partners span {
	font-family: var(--ds-label);
	font-size: .66rem;
	letter-spacing: .1em;
	text-transform: uppercase;
}

/* Single pages */
.ds-single-hero {
	padding-top: 8.3125rem;
	background: var(--ds-ink);
	color: var(--ds-white);
}

.ds-single-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(24rem, .8fr);
	align-items: stretch;
	min-height: min(50rem, 82svh);
}

.ds-single-hero__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 5rem clamp(2rem, 7vw, 8rem) 5rem 0;
}

.ds-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: .55rem;
	margin-bottom: auto;
	color: rgba(255, 255, 255, .5);
	font-family: var(--ds-label);
	font-size: .58rem;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.ds-breadcrumbs a:hover {
	color: var(--ds-aqua);
}

.ds-single-hero h1 {
	max-width: 12ch;
	color: var(--ds-white);
	font-size: clamp(3.3rem, 7vw, 7rem);
}

.ds-single-hero__summary {
	max-width: 42rem;
	margin-top: 2rem !important;
	color: rgba(255, 255, 255, .72);
	font-size: 1.16rem;
	line-height: 1.55;
}

.ds-single-hero figure {
	min-height: 100%;
	overflow: hidden;
}

.ds-single-hero figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ds-single-hero--portrait figure img {
	object-position: center top;
}

.ds-case-narrative {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px;
	background: var(--ds-line);
	border: 1px solid var(--ds-line);
}

.ds-case-narrative article {
	min-height: 20rem;
	padding: clamp(2rem, 4vw, 4rem);
	background: var(--ds-white);
}

.ds-case-narrative article:first-child:nth-last-child(5) {
	grid-column: span 2;
}

.ds-list-card {
	padding: clamp(2rem, 4vw, 4rem);
	border: 1px solid var(--ds-line);
	background: var(--ds-white);
}

.ds-list-card--light {
	border-color: var(--ds-line-dark);
	background: rgba(255, 255, 255, .04);
}

.ds-list-card h3 {
	margin-bottom: 2rem;
	color: var(--ds-ink);
	font-size: 2.4rem;
}

.ds-list-card ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 3rem;
	list-style: none;
}

.ds-list-card li {
	display: grid;
	grid-template-columns: 1.5rem 1fr;
	gap: .5rem;
	padding-block: 1rem;
	border-bottom: 1px solid var(--ds-line);
}

.ds-list-card--light li {
	border-color: var(--ds-line-dark);
}

.ds-list-card li span {
	color: var(--ds-aqua);
}

.ds-spec-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid var(--ds-line-dark);
	border-left: 1px solid var(--ds-line-dark);
}

.ds-spec-grid > div {
	min-height: 10rem;
	padding: 1.75rem;
	border-right: 1px solid var(--ds-line-dark);
	border-bottom: 1px solid var(--ds-line-dark);
}

.ds-spec-grid dt {
	margin-bottom: 2rem;
	color: var(--ds-aqua);
	font-family: var(--ds-label);
	font-size: .62rem;
	letter-spacing: .11em;
	text-transform: uppercase;
}

.ds-spec-grid dd {
	color: var(--ds-white);
	font-family: var(--ds-display);
	font-size: 1.6rem;
	line-height: 1.1;
}

.ds-project-meta {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid var(--ds-line);
	border-left: 1px solid var(--ds-line);
}

.ds-project-meta > div {
	min-height: 10rem;
	padding: 1.5rem;
	border-right: 1px solid var(--ds-line);
	border-bottom: 1px solid var(--ds-line);
}

.ds-project-meta dt {
	margin-bottom: 1.5rem;
	color: var(--ds-cobalt);
	font-family: var(--ds-label);
	font-size: .62rem;
	letter-spacing: .11em;
	text-transform: uppercase;
}

.ds-project-meta dd {
	font-size: 1.08rem;
	line-height: 1.5;
}

.ds-metrics {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	background: var(--ds-line);
	border: 1px solid var(--ds-line);
}

.ds-metrics > div {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 14rem;
	padding: 2rem;
	background: var(--ds-white);
}

.ds-metrics strong {
	color: var(--ds-cobalt);
	font-family: var(--ds-display);
	font-size: clamp(2.4rem, 4vw, 4.5rem);
	font-weight: 400;
	line-height: 1;
}

.ds-metrics span {
	font-family: var(--ds-label);
	font-size: .66rem;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.ds-gallery {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-auto-rows: 22rem;
	gap: 1rem;
}

.ds-gallery figure {
	overflow: hidden;
}

.ds-gallery__lead {
	grid-row: span 2;
}

.ds-gallery img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Contact */
.ds-contact-layout {
	display: grid;
	grid-template-columns: minmax(0, .75fr) minmax(30rem, 1fr);
	gap: clamp(4rem, 10vw, 10rem);
}

.ds-contact-copy .ds-section-heading {
	margin-bottom: 2rem;
}

.ds-contact-details {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 3rem;
	border-top: 1px solid var(--ds-line);
	border-left: 1px solid var(--ds-line);
}

.ds-contact-details > div {
	display: flex;
	flex-direction: column;
	min-height: 8rem;
	padding: 1.25rem;
	border-right: 1px solid var(--ds-line);
	border-bottom: 1px solid var(--ds-line);
}

.ds-contact-details .ds-kicker {
	margin-bottom: auto !important;
}

.ds-contact-details a {
	word-break: break-word;
}

.ds-contact-availability {
	margin-top: 1.5rem !important;
	color: var(--ds-cobalt);
	font-size: .9rem;
}

.ds-contact-form-wrap {
	padding: clamp(2rem, 5vw, 5rem);
	background: var(--ds-white);
	scroll-margin-top: 8rem;
}

.ds-contact-form-wrap h2 {
	margin-bottom: 1rem;
	color: var(--ds-ink);
	font-size: clamp(2.4rem, 4vw, 4.3rem);
}

.ds-contact-form-wrap > p {
	margin-bottom: 2rem;
	color: var(--ds-muted);
}

.ds-form {
	position: relative;
}

.ds-form label {
	display: block;
}

.ds-form label > span:first-child {
	display: block;
	margin-bottom: .45rem;
	color: var(--ds-cobalt);
	font-family: var(--ds-label);
	font-size: .62rem;
	letter-spacing: .09em;
	text-transform: uppercase;
}

.ds-form__row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	margin-bottom: 1rem;
}

.ds-form > label {
	margin-bottom: 1rem;
}

.ds-form :where(input[type="text"], input[type="email"], input[type="tel"], select, textarea) {
	width: 100%;
	min-height: 3.4rem;
	padding: .75rem 0;
	border: 0;
	border-bottom: 1px solid #9ba7ad;
	border-radius: 0;
	outline: 0;
	background: transparent;
	color: var(--ds-ink);
}

.ds-form textarea {
	resize: vertical;
}

.ds-form :where(input, select, textarea):focus {
	border-color: var(--ds-cobalt);
	box-shadow: 0 1px 0 var(--ds-cobalt);
}

.ds-form__consent {
	display: grid !important;
	grid-template-columns: 1.1rem 1fr;
	gap: .75rem;
	align-items: start;
	margin-block: 1.5rem 2rem !important;
}

.ds-form__consent input {
	margin-top: .35rem;
}

.ds-form__consent span {
	color: var(--ds-muted) !important;
	font-family: var(--ds-body) !important;
	font-size: .86rem !important;
	letter-spacing: 0 !important;
	line-height: 1.45;
	text-transform: none !important;
}

.ds-form__trap {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.ds-form-notice {
	display: grid;
	gap: .35rem;
	margin-bottom: 2rem;
	padding: 1.25rem;
	border-left: 3px solid;
}

.ds-form-notice--success {
	border-color: #18775f;
	background: #e9f7f2;
}

.ds-form-notice--error {
	border-color: #b13c3c;
	background: #faeeee;
}

/* CTA and footer */
.ds-cta {
	position: relative;
	padding-block: clamp(5rem, 10vw, 10rem);
	overflow: hidden;
	background: var(--ds-ink-soft);
	color: var(--ds-white);
	text-align: center;
}

.ds-cta::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: min(78vw, 70rem);
	aspect-ratio: 1;
	border: 1px solid rgba(85, 221, 208, .18);
	border-radius: 46% 54% 52% 48%;
	transform: translate(-50%, -50%) rotate(18deg);
}

.ds-cta .ds-shell {
	position: relative;
	z-index: 1;
}

.ds-cta h2 {
	max-width: 17ch;
	margin-inline: auto;
	color: var(--ds-white);
	font-size: clamp(2.8rem, 6vw, 6.4rem);
}

.ds-cta p:not(.ds-kicker) {
	max-width: 42rem;
	margin: 1.5rem auto 2.5rem;
	color: rgba(255, 255, 255, .7);
	font-size: 1.1rem;
}

.ds-footer {
	padding-top: 5rem;
	background: #041018;
	color: var(--ds-white);
}

.ds-footer__top {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 5rem;
	padding-bottom: 5rem;
}

.ds-footer__brand {
	display: inline-block;
	margin-bottom: 1.25rem;
	font-family: var(--ds-display);
	font-size: clamp(2.5rem, 5vw, 5rem);
	letter-spacing: -.045em;
}

.ds-footer__top > div:first-child p {
	max-width: 30rem;
	color: rgba(255, 255, 255, .57);
}

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

.ds-footer__links > div {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: .55rem;
}

.ds-footer__menu {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.ds-footer__menu li {
	margin: 0 0 .55rem !important;
}

.ds-footer__links a:hover {
	color: var(--ds-aqua);
}

.ds-footer__bottom {
	display: flex;
	justify-content: space-between;
	padding-block: 1.5rem;
	border-top: 1px solid var(--ds-line-dark);
	color: rgba(255, 255, 255, .45);
	font-family: var(--ds-label);
	font-size: .58rem;
	letter-spacing: .08em;
	text-transform: uppercase;
}

@media (max-width: 1180px) {
	:root {
		--ds-shell: min(90rem, calc(100vw - 3rem));
	}

	.ds-solution-card {
		grid-template-columns: 1fr;
	}

	.ds-solution-card__media {
		min-height: 16rem;
	}

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

	.ds-project-grid--expanded .ds-project-card {
		grid-template-columns: 1fr;
	}

	.ds-project-grid--expanded .ds-project-card__media {
		aspect-ratio: 4 / 3;
	}

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

@media (max-width: 900px) {
	:root {
		--ds-section: clamp(4rem, 10vw, 6rem);
	}

	.admin-bar .ds-nav {
		top: 46px;
	}

	.admin-bar .ds-nav__drawer {
		top: 46px;
	}

	.ds-split,
	.ds-intro-grid,
	.ds-intelligence-feature,
	.ds-contact-layout,
	.ds-footer__top,
	.ds-single-hero__grid {
		grid-template-columns: 1fr;
	}

	.ds-intro-grid {
		align-items: start;
	}

	.ds-editorial-media {
		min-height: min(35rem, 75vw);
	}

	.ds-wide-cta {
		grid-template-columns: 1fr;
		align-items: start;
	}

	.ds-solution-grid {
		grid-template-columns: 1fr;
	}

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

	.ds-process__item,
	.ds-feature-grid article {
		min-height: 19rem;
	}

	.ds-process__item > span,
	.ds-feature-grid article > span {
		margin-bottom: 4rem;
	}

	.ds-tech-item__body {
		grid-template-columns: 1fr;
		padding-left: 4rem;
	}

	.ds-chip-grid,
	.ds-spec-grid,
	.ds-project-meta,
	.ds-metrics {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ds-single-hero__grid {
		min-height: auto;
	}

	.ds-single-hero__copy {
		min-height: 35rem;
		padding-right: 0;
	}

	.ds-single-hero figure {
		min-height: min(36rem, 90vw);
	}

	.ds-breadcrumbs {
		margin-bottom: 6rem;
	}

	.ds-contact-layout {
		gap: 3rem;
	}

	.ds-footer__top {
		gap: 3rem;
	}
}

@media (max-width: 620px) {
	:root {
		--ds-shell: calc(100vw - 2rem);
	}

	.ds-site {
		font-size: 15px;
	}

	.ds-hero {
		min-height: 44rem;
	}

	.ds-hero__content {
		padding-top: 8rem;
		padding-bottom: 5.5rem;
	}

	.ds-hero h1 {
		font-size: clamp(3.2rem, 16vw, 5.1rem);
	}

	.ds-hero__veil {
		background: linear-gradient(0deg, rgba(2, 13, 20, .94) 0%, rgba(2, 13, 20, .62) 65%, rgba(2, 13, 20, .4));
	}

	.ds-hero__scroll {
		display: none;
	}

	.ds-section-heading {
		display: block;
	}

	.ds-section-heading .ds-text-link {
		margin-top: 1.3rem;
	}

	.ds-section-heading h2 {
		max-width: 100%;
		font-size: clamp(2.35rem, 12vw, 3.6rem);
	}

	.ds-richtext,
	.ds-hero__intro {
		max-width: 100%;
	}

	.ds-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.ds-button {
		width: 100%;
	}

	.ds-solution-card {
		min-height: 0;
	}

	.ds-solution-card__media {
		aspect-ratio: 4 / 3;
		min-height: 0;
	}

	.ds-tech-item summary {
		grid-template-columns: 2.5rem 1fr 1.5rem;
		min-height: 6rem;
	}

	.ds-tech-item__title {
		font-size: 1.6rem;
	}

	.ds-tech-item__body {
		padding: 0 0 2rem 2.5rem;
	}

	.ds-tech-item__body dl,
	.ds-project-grid,
	.ds-project-grid--expanded,
	.ds-chip-grid,
	.ds-team-grid,
	.ds-partners,
	.ds-spec-grid,
	.ds-project-meta,
	.ds-metrics,
	.ds-case-narrative,
	.ds-list-card ul,
	.ds-contact-details,
	.ds-form__row,
	.ds-footer__links {
		grid-template-columns: 1fr;
	}

	.ds-case-narrative article:first-child:nth-last-child(5) {
		grid-column: auto;
	}

	.ds-project-card p {
		min-height: 0;
	}

	.ds-contact-form-wrap {
		padding: 1.5rem;
	}

	.ds-gallery {
		grid-template-columns: 1fr;
		grid-auto-rows: 18rem;
	}

	.ds-gallery__lead {
		grid-row: auto;
	}

	.ds-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
		gap: .75rem;
	}
}

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