* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

:root {
	color-scheme: light;
	font-family: "Suisse", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
	background: #eeeeee;
	color: #0f0f12;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}

.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.draggable {
	position: relative;
	z-index: 3;
	width: 360px;
	margin: 24px auto;
	padding: 16px;
	--smooth-radius: 32px;
	border-radius: var(--smooth-radius);
	clip-path: inset(0 round var(--smooth-radius));
	background: #ffffff;
	color: #0f0f12;
	user-select: none;
	font-size: 0.95rem;
	line-height: 1.4;
}

.draggable--services {
	z-index: 3;
}

.draggable--services .cta--secondary {
	background: #eeeeee;
	color: #0f0f12;
}

.draggable--intro {
	margin: 20dvh auto 20dvh auto;
	background: #0f0f12;
	color: #ffffff;
}

.draggable--intro form {

	display: flex;
	flex-direction: column;
	gap: 8px;

	label {
		width: 100%;
		font-family: "Suisse Mono", "Courier New", Courier, monospace;
		font-size: 0.75rem;
		text-transform: uppercase;
		font-weight: 400;
		letter-spacing: -0.02em;
		text-align: center;
		min-height: 42px;
		display: inline-flex;
		justify-content: center;
		align-items: center;
	}

	input {
		display: inline-block;
		background: #333333;
		color: #ffffff;
		border: none;
		width: 100%;
		--smooth-radius: 12px;
		border-radius: var(--smooth-radius);
		clip-path: inset(0 round var(--smooth-radius));
		padding: 8px 14px;
		font-size: 16px;
		text-transform: uppercase;
		font-family: "Suisse Mono", "Courier New", Courier, monospace;
		font-weight: 400;
		min-height: 42px;
		margin-bottom: 8px;
		transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	}

	button {
		width: 100%;
		text-decoration: none;
		border: 1px solid transparent;
		--smooth-radius: 12px;
		border-radius: var(--smooth-radius);
		clip-path: inset(0 round var(--smooth-radius));
		padding: 8px 14px;
		font-size: 0.75rem;
		text-transform: uppercase;
		font-family: "Suisse Mono", "Courier New", Courier, monospace;
		font-weight: 400;
		display: inline-flex;
		justify-content: center;
		align-items: center;
		min-height: 42px;
		cursor: pointer;
		background-color: #EFFF64;
		color: #000000;
		transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	}

	#phoneFormMessage {
		width: 100%;
		font-family: "Suisse Mono", "Courier New", Courier, monospace;
		font-size: 0.75rem;
		text-transform: uppercase;
		font-weight: 400;
		letter-spacing: -0.02em;
		text-align: center;
		min-height: 42px;
		display: inline-flex;
		justify-content: center;
		align-items: center;
	}
}

.draggable--logos {
	padding: 16px 0;
	backface-visibility: hidden;
	transform: translateZ(0);
}

.draggable h2 {
	font-family: "Suisse Mono", "Courier New", Courier, monospace;
	font-size: 0.75rem;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: -0.02em;
	margin-bottom: 16px;
	text-align: center;
}

.draggable h3 {
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: -0.03em;
	line-height: 1.05;
	margin-bottom: 16px;
	text-align: center;
}

.draggable p {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: -0.02em;
}

.draggable p + p {
	margin-top: 8px;
}

.draggable p + ul {
	margin-top: 24px;
}

.draggable ul {
	padding: 8px 0;
	list-style: none;
	border-bottom: 1px solid lightgrey;
}

.draggable ul:first-of-type {
	border-top: 1px solid lightgrey;
}

.draggable ul h4 {
	font-family: "Suisse Mono", "Courier New", Courier, monospace;
	font-size: 0.75rem;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: -0.02em;
	margin-bottom: 20px;
	text-decoration: underline;
	text-underline-offset: 4px;
	display: inline-flex;
	padding: 4px 0;
	border-radius: 4px;
}

.draggable ul + h3, .draggable div + h3 {
	margin-top: 60px;
}

.draggable img {
	width: 100%;
	height: auto;
	margin-bottom: 16px;
}

.intro-cta {
	display: grid;
	gap: 8px;
	margin-top: 12px;
}

.intro-cta a,
.intro-cta button {
	text-decoration: none;
	border: 1px solid transparent;
	--smooth-radius: 12px;
	border-radius: var(--smooth-radius);
	clip-path: inset(0 round var(--smooth-radius));
	padding: 8px 14px;
	font-size: 0.75rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	font-family: "Suisse Mono", "Courier New", Courier, monospace;
	font-weight: 400;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-height: 42px;
	cursor: pointer;
	transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.intro-cta a:hover,
.intro-cta a:focus-visible,
.intro-cta button:focus-visible {
	filter: brightness(0.95);
}

.cta--primary {
	background: #efff64;
	color: #0f0f12;
}

.cta--secondary {
	background: #333333;
	color: #ffffff;
}

.logo-slider {
	width: 360px;
	overflow: hidden;
}

.logo-track {
	display: flex;
	align-items: center;
	gap: 0;
	width: max-content;
	animation: logo-scroll 20s linear infinite;
	will-change: transform;
	backface-visibility: hidden;
	transform: translate3d(0, 0, 0);
}

.logo-group {
	display: flex;
	align-items: center;
	gap: 24px;
	padding-right: 24px;
	flex: 0 0 auto;
}

.logo-item {
	flex: 0 0 auto;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transform: translateZ(0);
}

.logo-item img {
	height: 80px;
	width: auto;
	display: block;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transform: translateZ(0);
}



/* Footer */
.footer {
	text-align: center;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 6;
	margin: 24px;
}

.fixed-cta {
	margin: 0 auto;
	z-index: 6;
	position: relative;
	text-decoration: none;
	border: 1px solid transparent;
	--smooth-radius: 12px;
	border-radius: var(--smooth-radius);
	clip-path: inset(4px round var(--smooth-radius));
	padding: 10px 16px;
	font-size: 0.75rem;
	text-transform: uppercase;
	font-family: "Suisse Mono", "Courier New", Courier, monospace;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 42px;
	background: #ffffff;
	color: #0f0f12;
}

.fixed-cta img {
	margin-right: 8px;
}

.fixed-cta:hover,
.fixed-cta:focus-visible {
	filter: brightness(0.95);
}


/* Overlay */
.case-overlay {
	position: fixed;
	inset: 0;
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 9999;
	pointer-events: none;
}

.case-overlay.is-active {
	display: flex;
	pointer-events: auto;
}

.case-overlay__panel {
	position: relative;
	width: 380px;
	height: calc(100dvh - 16px);
	margin: 8px;
	border-radius: 32px;
	overflow-y: scroll;
	z-index: 1;
	pointer-events: auto;
	overscroll-behavior: none;
}

.case-overlay__content {
	position: absolute;
	inset: 0;
}

.case-overlay__content-inner {
	min-height: 100%;
}

.case-overlay__loading,
.case-overlay__error {
	top: 0;
	right: 0;
	z-index: 2;
	border: 0;
	color: #0f0f12;
	background: none;
	font: 500 12px "Suisse Mono", system-ui, sans-serif;
	text-transform: uppercase;
	padding: 16px 24px;
	cursor: pointer;
	position: sticky;
}

.case-overlay__close {
	top: 0;
	right: 0;
	left: 100%;
	z-index: 20;
	border: 0;
	color: #000000;
	background: none;
	font: 500 12px "Suisse Mono", system-ui, sans-serif;
	text-transform: uppercase;
	padding: 16px 24px;
	cursor: pointer;
	position: sticky;
	display: block;
	text-decoration: underline;
	text-underline-offset: 4px;
	transition: text-decoration-color 0.3s ease-in-out;

	&:hover,
	&:focus-visible {
		text-decoration-color: rgba(0, 0, 0, 0.1);
	}
}





/* About page */
.about-container {
	padding: 16px 16px;
	background-color: #EFFF64;
	color: #000000;
	height: 100%;
	position: relative;
	overflow: scroll;
	text-align: center;
}

.about-container img.logo {
	height: 70px;
	margin: 40px;
}

.about-container img.photo {
	width: 300px;
	margin: 40px 0;
	border-radius: 32px;
}

.about-container h2 {
	font-family: "Suisse Mono", "Courier New", Courier, monospace;
	font-size: 0.75rem;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: -0.02em;
	margin-bottom: 16px;
	text-align: center;
}

.about-container p {
	font-family: "Suisse Mono", serif;
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: -0.05em;
	line-height: 1.05;
	text-align: center;
	margin: 0 auto 16px auto;
	max-width: 800px;
	padding: 12px 24px;
}






@keyframes logo-scroll {
	from {
		transform: translate3d(0, 0, 0);
	}
	to {
		transform: translate3d(-50%, 0, 0);
	}
}

@media (min-width: 1024px) {
	.draggable {
		position: fixed;
	}

	.draggable--services {
		right: 80px;
		top: 50%;
		transform: translateY(-50%);
		max-height: 60vh;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		scroll-snap-type: y mandatory;
	}

	.draggable--intro {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		margin: 0px;
		max-height: 80vh;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		scroll-snap-type: y mandatory;
	}

	.draggable--logos {
		position: fixed;
		bottom: 60px;
		left: 80px;
	}

	.footer {
		position: fixed;
		left: 0;
		bottom: 0;
	}

	.fixed-cta {
		position: fixed;
		left: 0;
		bottom: 0;
		margin: 24px;
	}

	.fixed-cta.secondary {
		margin: 24px 0;
		left: 50%;
		transform: translateX(-50%);
	}

	.fixed-cta.socials {
		left: auto;
		right: 0;
		margin: 24px;
	}

	.fixed-cta.location {
		left: auto;
		right: 0;
		margin: 24px;
		top: 0px;
		bottom: auto;
	}

	.case-overlay {
		background: rgba(0, 0, 0, 0.5);
	}

	.case-overlay__panel {
		width: 780px;
        margin: 24px;
        height: calc(100dvh - 48px);
	}

	.about-container p {
		font-size: 3rem;
		padding: 24px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.logo-track {
		animation: none;
	}
}




.canvas-wrap {
	position: fixed;
	inset: 0;
	z-index: 0;
	height: 100dvh;
	width: 100dvw;
}

canvas {
	display: block;
	touch-action: auto;
}