:root {
	--ink: #111313;
	--ink-soft: #1b1e1d;
	--paper: #f3efe6;
	--cream: #fbf9f3;
	--acid: #d5ff3f;
	--coral: #ff7050;
	--blue: #8ac6ff;
	--violet: #b8a0ff;
	--steel: #aeb4b0;
	--muted: #777a72;
	--line: rgba(17, 19, 19, .16);
	--line-light: rgba(243, 239, 230, .2);
	--max-width: 1240px;
	--gutter: clamp(24px, 5vw, 72px);
	--ease: cubic-bezier(.22, .61, .36, 1);
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--paper);
	color: var(--ink);
	font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.55;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

body,
button,
input,
select,
textarea {
	font-kerning: normal;
}

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

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

button,
input,
select,
textarea {
	font: inherit;
}

button,
select {
	cursor: pointer;
}

::selection {
	background: var(--acid);
	color: var(--ink);
}

.container {
	width: min(calc(100% - (var(--gutter) * 2)), var(--max-width));
	margin-inline: auto;
}

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

.screen-reader-text:focus {
	clip: auto !important;
	width: auto;
	height: auto;
	margin: 0;
	padding: 12px 16px;
	background: var(--acid);
	color: var(--ink);
	z-index: 100000;
}

.skip-link:focus {
	position: fixed !important;
	top: 12px;
	left: 12px;
}

.eyebrow {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 22px;
	color: var(--muted);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .13em;
	line-height: 1.3;
	text-transform: uppercase;
}

.eyebrow-dot {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--acid);
	box-shadow: 0 0 0 4px rgba(213, 255, 63, .12);
}

.eyebrow-location {
	margin-left: 6px;
	color: rgba(243, 239, 230, .48);
	font-weight: 500;
}

.eyebrow--light {
	color: rgba(243, 239, 230, .58);
}

.eyebrow--dark {
	color: rgba(17, 19, 19, .64);
}

.section {
	position: relative;
	padding: clamp(88px, 11vw, 164px) 0;
	overflow: hidden;
}

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

.section--cream {
	background: var(--cream);
}

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

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

.section-heading,
.section-intro {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, .52fr);
	gap: clamp(32px, 8vw, 150px);
	align-items: end;
	margin-bottom: clamp(54px, 7vw, 92px);
}

.section-intro--split {
	grid-template-columns: minmax(170px, .36fr) minmax(0, 1fr);
	align-items: start;
}

.section-heading h2,
.section-intro h2,
.fit-grid h2,
.investment-grid h2,
.contact-copy h2,
.founder-copy h2 {
	margin: 0;
	font-size: clamp(42px, 6.2vw, 86px);
	font-weight: 500;
	letter-spacing: -.065em;
	line-height: .96;
}

.section-heading h2 em,
.section-intro h2 em,
.fit-grid h2 em,
.investment-grid h2 em,
.contact-copy h2 em,
.inner-header h1 em,
.inner-shell--404 h1 em {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 400;
}

.section-heading > p,
.section-intro > div > p,
.section-intro > p {
	max-width: 420px;
	margin: 0 0 4px;
	color: var(--muted);
	font-size: 17px;
}

.section-heading--light > p {
	color: rgba(243, 239, 230, .62);
}

.lead-copy {
	max-width: 650px !important;
	margin-top: 28px !important;
	font-size: clamp(20px, 2.1vw, 27px) !important;
	letter-spacing: -.025em;
	line-height: 1.3;
}

/* Header */
.site-header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1000;
	color: var(--paper);
	transition: background-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.site-header.is-scrolled {
	background: rgba(17, 19, 19, .92);
	box-shadow: 0 1px 0 rgba(243, 239, 230, .12);
	-webkit-backdrop-filter: blur(14px);
	backdrop-filter: blur(14px);
}

body:not(.csprint-front-page) .site-header {
	background: var(--ink);
}

.site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 88px;
	gap: 28px;
}

.site-header__brand {
	display: flex;
	align-items: baseline;
	gap: 14px;
	min-width: 240px;
}

.brand-mark {
	display: inline-flex;
	align-items: center;
	font-size: 20px;
	font-weight: 800;
	letter-spacing: -.06em;
	line-height: 1;
}

.brand-mark span::first-letter {
	color: var(--acid);
}

.custom-logo-link {
	display: inline-flex;
	align-items: center;
}

.custom-logo {
	width: auto;
	max-width: 160px;
	max-height: 42px;
}

.site-header .custom-logo,
.site-footer .custom-logo {
	filter: brightness(0) invert(1);
}

.brand-motto {
	color: rgba(243, 239, 230, .48);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .1em;
	white-space: nowrap;
}

.primary-nav ul,
.footer-links,
.primary-nav .menu {
	display: flex;
	align-items: center;
	gap: 26px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.primary-nav a,
.header-email {
	position: relative;
	color: rgba(243, 239, 230, .74);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .02em;
	transition: color .2s ease;
}

.primary-nav a::after,
.header-email::after {
	position: absolute;
	right: 0;
	bottom: -7px;
	left: 0;
	height: 1px;
	background: var(--acid);
	content: "";
	transform: scaleX(0);
	transform-origin: right;
	transition: transform .25s var(--ease);
}

.primary-nav a:hover,
.primary-nav a:focus-visible,
.header-email:hover,
.header-email:focus-visible {
	color: var(--paper);
}

.primary-nav a:hover::after,
.primary-nav a:focus-visible::after,
.header-email:hover::after,
.header-email:focus-visible::after {
	transform: scaleX(1);
	transform-origin: left;
}

.site-header__actions {
	display: flex;
	align-items: center;
	gap: 22px;
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	min-height: 50px;
	padding: 13px 16px 13px 20px;
	border: 1px solid transparent;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .02em;
	line-height: 1;
	transition: background-color .25s ease, color .25s ease, border-color .25s ease, transform .25s var(--ease);
}

.button:hover,
.button:focus-visible {
	transform: translateY(-3px);
}

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

.button--primary:hover,
.button--primary:focus-visible {
	background: var(--paper);
}

.button--outline {
	border-color: rgba(243, 239, 230, .34);
	color: var(--paper);
}

.button--outline:hover,
.button--outline:focus-visible {
	border-color: var(--acid);
	background: var(--acid);
	color: var(--ink);
}

.button--small {
	min-height: 42px;
	padding: 10px 12px 10px 14px;
	font-size: 10px;
}

.button-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border: 1px solid currentColor;
	border-radius: 50%;
	font-size: 13px;
	line-height: 1;
}

.nav-toggle {
	display: none;
	width: 42px;
	height: 42px;
	padding: 10px;
	border: 1px solid rgba(243, 239, 230, .34);
	background: transparent;
	color: var(--paper);
}

.nav-toggle > span:not(.screen-reader-text) {
	display: block;
	height: 1px;
	margin: 5px 0;
	background: currentColor;
	transition: transform .2s ease;
}

/* Hero */
.hero {
	min-height: 820px;
	padding-top: 168px;
	background: var(--ink);
	color: var(--paper);
}

.hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(380px, .84fr);
	gap: clamp(40px, 8vw, 132px);
	align-items: center;
}

.hero__copy {
	position: relative;
	z-index: 2;
	padding-bottom: 48px;
}

.hero__copy h1 {
	max-width: 760px;
	margin: 0;
	font-size: clamp(54px, 7.2vw, 108px);
	font-weight: 500;
	letter-spacing: -.085em;
	line-height: .91;
}

.hero__text {
	max-width: 570px;
	margin: 34px 0 0;
	color: rgba(243, 239, 230, .67);
	font-size: clamp(18px, 1.8vw, 23px);
	letter-spacing: -.025em;
	line-height: 1.34;
}

.hero__actions {
	display: flex;
	align-items: center;
	gap: 28px;
	margin-top: 42px;
}

.text-link,
.dark-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	border-bottom: 1px solid currentColor;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.8;
}

.text-link:hover span:first-child,
.dark-link:hover span:first-child {
	text-decoration: underline;
	text-underline-offset: 4px;
}

.hero__signature {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 64px;
	color: rgba(243, 239, 230, .52);
	font-size: 11px;
	letter-spacing: .04em;
}

.signature-line {
	display: inline-block;
	width: 36px;
	height: 1px;
	background: var(--acid);
}

.hero-stage {
	position: relative;
	min-height: 570px;
	isolation: isolate;
}

.hero-stage__grid {
	position: absolute;
	inset: 10% -10% 4% 0;
	background-image: linear-gradient(rgba(243, 239, 230, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(243, 239, 230, .08) 1px, transparent 1px);
	background-size: 42px 42px;
	mask-image: linear-gradient(to bottom, transparent, black 18%, black 82%, transparent);
}

.hero-orbit {
	position: absolute;
	border: 1px solid rgba(213, 255, 63, .48);
	border-radius: 50%;
	transform: rotate(-28deg);
}

.hero-orbit--one {
	top: 6%;
	right: 2%;
	width: 390px;
	height: 180px;
}

.hero-orbit--two {
	right: 8%;
	bottom: 8%;
	width: 300px;
	height: 120px;
	border-color: rgba(255, 112, 80, .55);
	transform: rotate(18deg);
}

.hero-poster {
	position: absolute;
	top: 7%;
	right: 12%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: min(76%, 400px);
	aspect-ratio: .75;
	padding: 24px;
	background: var(--acid);
	box-shadow: 24px 28px 0 rgba(243, 239, 230, .08);
	color: var(--ink);
	transform: rotate(4.2deg);
	transition: transform .7s var(--ease);
}

.hero-stage:hover .hero-poster {
	transform: rotate(1deg) translateY(-8px);
}

.hero-poster__top,
.hero-poster__bottom {
	display: flex;
	justify-content: space-between;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.hero-poster__title {
	font-size: clamp(40px, 5vw, 72px);
	font-weight: 800;
	letter-spacing: -.1em;
	line-height: .82;
}

.hero-poster__title em {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 400;
}

.hero-poster__title span {
	color: var(--coral);
}

.hero-float-card {
	position: absolute;
	display: flex;
	flex-direction: column;
	padding: 16px;
	background: var(--paper);
	box-shadow: 12px 16px 0 rgba(0, 0, 0, .16);
	color: var(--ink);
}

.hero-float-card--top {
	top: 13%;
	left: 0;
	width: 150px;
	transform: rotate(-5deg);
}

.hero-float-card--bottom {
	right: 0;
	bottom: 4%;
	flex-direction: row;
	align-items: center;
	gap: 10px;
	width: 210px;
	background: var(--coral);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .1em;
	line-height: 1.2;
	transform: rotate(-3deg);
}

.float-label {
	color: var(--muted);
	font-size: 8px;
	font-weight: 800;
	letter-spacing: .1em;
}

.hero-float-card strong {
	margin-top: 3px;
	font-size: 44px;
	font-weight: 500;
	letter-spacing: -.08em;
	line-height: .9;
}

.hero-float-card small {
	margin-top: 9px;
	font-size: 10px;
	font-style: italic;
}

.float-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border: 1px solid currentColor;
	border-radius: 50%;
	font-size: 15px;
}

.hero__ticker {
	position: relative;
	margin-top: 52px;
	padding: 18px 0 16px;
	overflow: hidden;
	border-top: 1px solid var(--line-light);
	border-bottom: 1px solid var(--line-light);
}

.ticker-track {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	width: max-content;
	min-width: 100%;
	color: rgba(243, 239, 230, .58);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .2em;
	white-space: nowrap;
}

.ticker-track i {
	color: var(--acid);
	font-style: normal;
}

/* Positioning / proof */
.statement-panel {
	display: grid;
	grid-template-columns: .18fr 1fr .34fr;
	gap: 40px;
	padding: 34px 0;
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
}

.statement-panel__number,
.proof-item__index {
	color: var(--muted);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .1em;
}

.statement-panel__main {
	max-width: 650px;
}

.statement-panel__headline {
	margin: 0 0 16px;
	font-size: clamp(26px, 3vw, 42px);
	letter-spacing: -.05em;
	line-height: 1.05;
}

.statement-panel__main > p:last-child {
	max-width: 520px;
	margin: 0;
	color: var(--muted);
	font-size: 16px;
}

.statement-panel__aside {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 6px;
	color: var(--muted);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .1em;
}

.proof-row {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 70px;
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
}

.proof-item {
	display: flex;
	flex-direction: column;
	gap: 18px;
	min-height: 116px;
	padding: 22px 20px;
	border-right: 1px solid var(--line);
}

.proof-item:first-child {
	padding-left: 0;
}

.proof-item:last-child {
	border-right: 0;
}

.proof-item strong {
	font-size: 15px;
	font-weight: 600;
	letter-spacing: -.02em;
}

/* Founder / trust */
.founder-grid {
	display: grid;
	grid-template-columns: minmax(280px, .72fr) minmax(0, 1fr);
	gap: clamp(44px, 10vw, 160px);
	align-items: center;
}

.founder-visual {
	position: relative;
	max-width: 430px;
	aspect-ratio: .84;
	background: var(--ink);
	box-shadow: 18px 18px 0 var(--coral);
	overflow: hidden;
}

.founder-visual::after {
	position: absolute;
	inset: 20px;
	border: 1px solid rgba(243, 239, 230, .28);
	content: "";
	pointer-events: none;
}

.founder-visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: grayscale(.12) contrast(1.05);
}

.founder-visual__fallback {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	padding: 28px;
	background: var(--acid);
	color: var(--ink);
}

.founder-visual__fallback span {
	font-size: clamp(100px, 15vw, 190px);
	font-weight: 800;
	letter-spacing: -.14em;
	line-height: .8;
}

.founder-visual__fallback small {
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .12em;
}

.founder-copy h2 {
	max-width: 730px;
	font-size: clamp(42px, 5.5vw, 78px);
}

.founder-copy > p:not(.eyebrow) {
	max-width: 560px;
	margin: 30px 0 0;
	color: var(--muted);
	font-size: 18px;
}

.founder-signature {
	display: flex;
	flex-direction: column;
	gap: 3px;
	margin: 36px 0 28px !important;
	color: var(--ink) !important;
	font-size: 14px !important;
}

.founder-signature span {
	color: var(--muted);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

/* Work */
.projects-grid {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 18px;
}

.project-card {
	grid-column: span 4;
	min-width: 0;
	background: #191c1b;
	border: 1px solid rgba(243, 239, 230, .13);
	transition: border-color .3s ease, transform .45s var(--ease);
}

.project-card--large {
	grid-column: span 6;
}

.project-card:hover {
	border-color: rgba(213, 255, 63, .72);
	transform: translateY(-8px);
}

.project-card__link {
	display: block;
	height: 100%;
}

.project-cover {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 285px;
	overflow: hidden;
	background: var(--acid);
	color: var(--ink);
}

.project-card--large .project-cover {
	min-height: 385px;
}

.project-cover--image {
	background: #222;
}

.project-cover--image img {
	width: 100%;
	height: 100%;
	min-height: inherit;
	object-fit: cover;
	filter: saturate(.8) contrast(1.04);
	transition: transform .7s var(--ease), filter .7s ease;
}

.project-card:hover .project-cover--image img {
	filter: saturate(1) contrast(1.04);
	transform: scale(1.04);
}

.project-cover--lime { background: var(--acid); }
.project-cover--coral { background: var(--coral); }
.project-cover--blue { background: var(--blue); }
.project-cover--violet { background: var(--violet); }
.project-cover--steel { background: var(--steel); }

.cover-grid {
	position: absolute;
	inset: 0;
	background-image: linear-gradient(rgba(17, 19, 19, .16) 1px, transparent 1px), linear-gradient(90deg, rgba(17, 19, 19, .16) 1px, transparent 1px);
	background-size: 32px 32px;
	transform: rotate(-8deg) scale(1.15);
}

.cover-grid::before,
.cover-grid::after {
	position: absolute;
	display: block;
	border: 1px solid rgba(17, 19, 19, .4);
	border-radius: 50%;
	content: "";
}

.cover-grid::before {
	top: 13%;
	right: 7%;
	width: 52%;
	height: 38%;
	transform: rotate(30deg);
}

.cover-grid::after {
	bottom: 12%;
	left: 6%;
	width: 37%;
	height: 22%;
	transform: rotate(-24deg);
}

.cover-initials {
	position: relative;
	z-index: 1;
	font-size: clamp(74px, 10vw, 148px);
	font-weight: 800;
	letter-spacing: -.14em;
	line-height: .8;
}

.cover-label {
	position: absolute;
	right: 18px;
	bottom: 17px;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .1em;
}

.project-card__content {
	padding: 26px 26px 24px;
}

.project-card__meta,
.project-card__footer {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
}

.project-card__meta {
	min-height: 36px;
	color: rgba(243, 239, 230, .48);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .08em;
	line-height: 1.35;
	text-transform: uppercase;
}

.project-card__meta span:last-child {
	max-width: 190px;
	text-align: right;
}

.project-card h3 {
	margin: 30px 0 7px;
	font-size: clamp(28px, 3.2vw, 46px);
	font-weight: 500;
	letter-spacing: -.07em;
	line-height: .95;
}

.project-card__tagline {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	font-style: italic;
	line-height: 1.2;
}

.project-card__description {
	max-width: 440px;
	margin: 18px 0 24px;
	color: rgba(243, 239, 230, .58);
	font-size: 14px;
}

.project-card__footer {
	align-items: center;
	padding-top: 20px;
	border-top: 1px solid rgba(243, 239, 230, .14);
}

.tag-list {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.tag {
	padding: 5px 8px;
	border: 1px solid rgba(243, 239, 230, .22);
	color: rgba(243, 239, 230, .65);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .04em;
}

.project-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border: 1px solid rgba(243, 239, 230, .38);
	border-radius: 50%;
	font-size: 18px;
	transition: background-color .25s ease, color .25s ease, transform .25s ease;
}

.project-card:hover .project-arrow {
	background: var(--acid);
	color: var(--ink);
	transform: rotate(8deg);
}

/* Services */
.services-list {
	border-top: 1px solid var(--line);
}

.service-row {
	display: grid;
	grid-template-columns: 54px minmax(0, 1fr);
	gap: 28px;
	align-items: start;
	width: 100%;
	padding: 32px 0;
	border-bottom: 1px solid var(--line);
	transition: padding .3s var(--ease), background-color .3s ease;
}

.service-row:hover {
	padding-right: 12px;
	padding-left: 12px;
	background: var(--paper);
}

.service-row__number {
	grid-column: 1;
	grid-row: 1;
	color: var(--muted);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .1em;
}

.service-row__body {
	display: grid;
	grid-column: 2;
	grid-row: 1;
	grid-template-columns: minmax(210px, .72fr) minmax(280px, 1fr) minmax(120px, .34fr);
	gap: 28px;
	align-items: start;
	width: 100%;
	min-width: 0;
}

.service-row__title {
	grid-column: 1;
}

.service-row__title h3 {
	margin: -8px 0 9px;
	font-size: clamp(30px, 3.2vw, 48px);
	font-weight: 500;
	letter-spacing: -.07em;
	line-height: 1;
}

.service-row__title,
.service-row__description,
.service-row__price {
	min-width: 0;
}

.service-row__title h3 a:hover,
.service-row__title h3 a:focus-visible {
	color: var(--coral);
}

.service-row__title span {
	color: var(--muted);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.service-row__description {
	grid-column: 2;
	width: 100%;
	max-width: 520px;
	margin: 0;
	color: var(--muted);
	font-size: 15px;
	line-height: 1.55;
	overflow-wrap: normal;
	word-break: normal;
}

.service-row__price {
	display: flex;
	grid-column: 3;
	flex-direction: column;
	gap: 7px;
	align-items: flex-end;
	text-align: right;
}

.service-row__price span {
	color: var(--muted);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.service-row__price strong {
	font-size: 15px;
	font-weight: 700;
}

/* Process */
.process-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
}

.process-card {
	min-height: 300px;
	padding: 24px 24px 30px;
	border-right: 1px solid var(--line);
	transition: background-color .3s ease, color .3s ease, transform .35s var(--ease);
}

.process-card:first-child {
	padding-left: 0;
}

.process-card:last-child {
	border-right: 0;
}

.process-card:hover {
	background: var(--acid);
	color: var(--ink);
	transform: translateY(-10px);
}

.process-card__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: var(--muted);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .1em;
}

.process-card:hover .process-card__top {
	color: var(--ink);
}

.process-card__mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	border: 1px solid currentColor;
	border-radius: 50%;
	font-size: 15px;
}

.process-card h3 {
	margin: 86px 0 16px;
	font-size: clamp(27px, 2.8vw, 42px);
	font-weight: 500;
	letter-spacing: -.065em;
	line-height: .95;
}

.process-card p {
	max-width: 235px;
	margin: 0;
	color: var(--muted);
	font-size: 14px;
}

.process-card:hover p {
	color: rgba(17, 19, 19, .7);
}

/* Qualification / investment */
.fit-section {
	padding-bottom: clamp(96px, 13vw, 180px);
}

.fit-grid,
.investment-grid,
.contact-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, .8fr);
	gap: clamp(40px, 10vw, 180px);
	align-items: start;
}

.fit-grid h2 {
	max-width: 600px;
	color: var(--paper);
}

.fit-copy {
	max-width: 540px;
	margin: 0;
	color: rgba(243, 239, 230, .67);
	font-size: clamp(19px, 2vw, 25px);
	letter-spacing: -.03em;
	line-height: 1.3;
}

.check-list {
	display: grid;
	gap: 13px;
	padding: 0;
	margin: 42px 0 0;
	list-style: none;
	border-top: 1px solid var(--line-light);
}

.check-list li {
	display: flex;
	gap: 14px;
	padding-top: 13px;
	border-top: 1px solid var(--line-light);
	color: rgba(243, 239, 230, .82);
	font-size: 14px;
}

.check-list li:first-child {
	border-top: 0;
}

.check-list li span {
	color: var(--acid);
}

.investment-section {
	padding: clamp(58px, 8vw, 106px) 0;
}

.investment-grid {
	align-items: end;
}

.investment-grid h2 {
	max-width: 740px;
	font-size: clamp(42px, 5.7vw, 78px);
}

.investment-grid p {
	max-width: 460px;
	margin: 0 0 30px;
	font-size: 18px;
	letter-spacing: -.02em;
}

.dark-link {
	border-color: rgba(17, 19, 19, .5);
}

/* Contact */
.contact-section {
	padding-bottom: clamp(100px, 13vw, 184px);
}

.contact-copy h2 {
	max-width: 640px;
}

.contact-copy > p:not(.eyebrow) {
	max-width: 430px;
	margin: 32px 0 0;
	color: var(--muted);
	font-size: 17px;
}

.contact-direct {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 7px;
	margin-top: 68px;
	font-size: 14px;
}

.contact-direct span {
	margin-bottom: 6px;
	color: var(--muted);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .11em;
	text-transform: uppercase;
}

.contact-direct a {
	border-bottom: 1px solid var(--ink);
	font-size: 16px;
	font-weight: 600;
}

.contact-direct a:hover {
	color: var(--coral);
}

.contact-form-wrap {
	padding: clamp(24px, 4vw, 44px);
	background: var(--paper);
	border: 1px solid var(--line);
	box-shadow: 14px 14px 0 rgba(17, 19, 19, .06);
}

.project-form {
	display: grid;
	gap: 22px;
}

.form-row--two {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px;
}

.project-form label > span,
.form-consent span {
	display: block;
	margin-bottom: 8px;
	color: var(--muted);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.project-form input[type="text"],
.project-form input[type="email"],
.project-form select,
.project-form textarea {
	display: block;
	width: 100%;
	padding: 13px 0;
	border: 0;
	border-bottom: 1px solid var(--line);
	border-radius: 0;
	outline: 0;
	background: transparent;
	color: var(--ink);
	font-size: 15px;
	transition: border-color .2s ease, box-shadow .2s ease;
}

.project-form select {
	appearance: none;
	background-image: linear-gradient(45deg, transparent 50%, var(--ink) 50%), linear-gradient(135deg, var(--ink) 50%, transparent 50%);
	background-position: calc(100% - 13px) 20px, calc(100% - 8px) 20px;
	background-repeat: no-repeat;
	background-size: 5px 5px, 5px 5px;
}

.project-form textarea {
	min-height: 110px;
	resize: vertical;
}

.project-form input:focus,
.project-form select:focus,
.project-form textarea:focus {
	border-color: var(--ink);
	box-shadow: 0 2px 0 var(--acid);
}

.project-form input::placeholder,
.project-form textarea::placeholder {
	color: rgba(17, 19, 19, .35);
}

.form-consent {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-top: 4px;
}

.form-consent input {
	flex: 0 0 auto;
	width: 16px;
	height: 16px;
	margin-top: 2px;
	accent-color: var(--ink);
}

.form-consent span {
	margin: 0;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.5;
	text-transform: none;
}

.form-consent a {
	text-decoration: underline;
	text-underline-offset: 2px;
}

.form-submit {
	justify-self: start;
	margin-top: 8px;
}

.form-honeypot {
	position: absolute !important;
	left: -9999px !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.form-notice {
	padding: 14px 16px;
	margin-bottom: 22px;
	border: 1px solid var(--line);
	font-size: 13px;
}

.form-notice--success {
	background: rgba(213, 255, 63, .3);
	border-color: rgba(17, 19, 19, .24);
}

.form-notice--error {
	background: rgba(255, 112, 80, .18);
	border-color: rgba(180, 55, 35, .4);
}

/* Footer */
.site-footer {
	padding: 72px 0 28px;
	background: var(--ink);
	color: var(--paper);
}

.footer-top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 40px;
	padding-bottom: 88px;
}

.footer-brand .brand-mark {
	font-size: 27px;
}

.footer-brand p {
	max-width: 320px;
	margin: 20px 0 0;
	color: rgba(243, 239, 230, .54);
	font-size: 13px;
}

.footer-cta {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 16px;
	text-align: right;
}

.footer-cta .eyebrow {
	margin: 0;
	color: rgba(243, 239, 230, .5);
}

.footer-cta__link {
	font-size: clamp(25px, 3vw, 42px);
	letter-spacing: -.06em;
	line-height: 1;
}

.footer-cta__link span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	margin-left: 7px;
	border: 1px solid var(--acid);
	border-radius: 50%;
	color: var(--acid);
	font-size: 17px;
	transition: background-color .25s ease, color .25s ease;
}

.footer-cta__link:hover span {
	background: var(--acid);
	color: var(--ink);
}

.footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding-top: 22px;
	border-top: 1px solid var(--line-light);
	color: rgba(243, 239, 230, .43);
	font-size: 10px;
}

.footer-links {
	gap: 20px;
}

.footer-links a:hover {
	color: var(--acid);
}

/* Inner content / posts */
.site-main--inner {
	min-height: 70vh;
	padding: 170px 0 130px;
	background: var(--paper);
}

.inner-shell {
	max-width: 980px;
}

.inner-header {
	max-width: 840px;
	padding-bottom: 54px;
	margin-bottom: 54px;
	border-bottom: 1px solid var(--line);
}

.inner-header h1,
.inner-shell--404 h1 {
	margin: 0;
	font-size: clamp(48px, 7vw, 94px);
	font-weight: 500;
	letter-spacing: -.08em;
	line-height: .92;
}

.entry-content {
	max-width: 760px;
	font-size: 17px;
}

.entry-content h2,
.entry-content h3 {
	margin-top: 2.2em;
	letter-spacing: -.04em;
	line-height: 1.1;
}

.entry-content h2 {
	font-size: 32px;
}

.entry-content h3 {
	font-size: 22px;
}

.entry-content p,
.entry-content ul,
.entry-content ol {
	margin: 1.15em 0;
}

.entry-content a {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.entry-content blockquote {
	padding: 18px 24px;
	margin: 2em 0;
	border-left: 3px solid var(--coral);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 24px;
	font-style: italic;
}

.post-list {
	display: grid;
	gap: 0;
	border-top: 1px solid var(--line);
}

.post-card {
	padding: 34px 0;
	border-bottom: 1px solid var(--line);
}

.post-card h2 {
	margin: 0 0 12px;
	font-size: clamp(30px, 4vw, 54px);
	letter-spacing: -.07em;
	line-height: .98;
}

.post-card h2 a:hover {
	color: var(--coral);
}

.post-card__excerpt {
	max-width: 600px;
	color: var(--muted);
}

.inner-shell--404 {
	padding: 10vh 0;
}

.inner-shell--404 > p:not(.eyebrow) {
	max-width: 440px;
	margin: 30px 0;
	color: var(--muted);
	font-size: 18px;
}

.inner-header .page-lede {
	max-width: 700px;
	margin: 28px 0 0;
	color: var(--muted);
	font-size: clamp(20px, 2.2vw, 28px);
	letter-spacing: -.03em;
	line-height: 1.28;
}

.inner-shell--wide {
	max-width: var(--max-width);
}

.inner-header--agency {
	max-width: none;
	padding: clamp(46px, 6vw, 82px) 0 clamp(72px, 9vw, 126px);
	margin-bottom: 0;
	border-bottom: 0;
}

.inner-header--agency h1 {
	max-width: 1120px;
	font-size: clamp(58px, 8.4vw, 128px);
	letter-spacing: -.085em;
	line-height: .88;
}

.inner-header--agency .page-lede {
	max-width: 780px;
	margin-top: clamp(30px, 4vw, 52px);
	font-size: clamp(20px, 2.1vw, 29px);
	line-height: 1.3;
}

.entry-content--agency,
.entry-content--agency .site-page-content {
	max-width: none;
}

.entry-content--agency {
	font-size: 16px;
}

.agency-page-visual {
	position: relative;
	height: clamp(360px, 52vw, 720px);
	margin: 0 0 clamp(70px, 9vw, 120px);
	overflow: hidden;
	background: #dedbd2;
	box-shadow: 18px 18px 0 var(--acid);
}

.agency-page-visual img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.entry-content--agency a:not(.button) {
	text-decoration: none;
}

.site-page-content {
	max-width: none;
}

.csprint-page-section {
	padding: clamp(78px, 9vw, 126px) 0;
	border-top: 1px solid var(--line);
}

.csprint-page-section--lead {
	padding-top: clamp(70px, 8vw, 112px);
}

.csprint-page-section--compact {
	padding-block: clamp(64px, 7vw, 92px);
}

.csprint-page-section--ink {
	position: relative;
	width: calc(100% + (var(--gutter) * 2));
	margin-left: calc(var(--gutter) * -1);
	padding-right: var(--gutter);
	padding-left: var(--gutter);
	background: var(--ink);
	color: var(--paper);
	border-top: 0;
}

.csprint-section-label {
	margin: 0 0 clamp(32px, 4vw, 54px) !important;
	color: var(--muted);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .14em;
	line-height: 1.4;
	text-transform: uppercase;
}

.csprint-page-section--ink .csprint-section-label {
	color: rgba(243, 239, 230, .52);
}

.csprint-section-title {
	max-width: 920px;
	margin: 0 0 clamp(52px, 7vw, 84px) !important;
	font-size: clamp(38px, 5.3vw, 72px) !important;
	font-weight: 500;
	letter-spacing: -.065em !important;
	line-height: .98 !important;
}

.csprint-section-split {
	display: grid;
	grid-template-columns: minmax(280px, .82fr) minmax(320px, 1fr);
	gap: clamp(48px, 10vw, 160px);
	align-items: start;
}

.csprint-section-split > h2 {
	max-width: 650px;
	margin: 0 !important;
	font-size: clamp(40px, 5.6vw, 76px) !important;
	font-weight: 500;
	letter-spacing: -.07em !important;
	line-height: .96 !important;
}

.csprint-section-split > p,
.csprint-rich-copy {
	max-width: 650px;
	margin: 0;
	color: var(--muted);
	font-size: clamp(17px, 1.55vw, 21px);
	line-height: 1.55;
}

.csprint-rich-copy p {
	margin: 0 0 1.35em;
}

.csprint-rich-copy p:last-child {
	margin-bottom: 0;
}

.csprint-page-section--ink .csprint-section-split > p,
.csprint-page-section--ink .csprint-rich-copy {
	color: rgba(243, 239, 230, .66);
}

.csprint-value-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: clamp(50px, 7vw, 82px);
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
}

.csprint-value-grid--three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.csprint-value-grid article {
	min-width: 0;
	min-height: 250px;
	padding: 24px 24px 30px;
	border-right: 1px solid var(--line);
}

.csprint-value-grid article:first-child {
	padding-left: 0;
}

.csprint-value-grid article:last-child {
	border-right: 0;
}

.csprint-value-grid article > span {
	color: var(--muted);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .12em;
}

.csprint-value-grid h3 {
	margin: clamp(54px, 6vw, 82px) 0 16px !important;
	font-size: clamp(24px, 2.5vw, 34px) !important;
	font-weight: 500;
	letter-spacing: -.05em !important;
	line-height: 1 !important;
}

.csprint-value-grid p {
	margin: 0;
	color: var(--muted);
	font-size: 14px;
	line-height: 1.55;
}

.csprint-page-section--ink .csprint-value-grid {
	border-color: var(--line-light);
}

.csprint-page-section--ink .csprint-value-grid article {
	border-color: var(--line-light);
}

.csprint-page-section--ink .csprint-value-grid article > span,
.csprint-page-section--ink .csprint-value-grid p {
	color: rgba(243, 239, 230, .56);
}

.service-page-list,
.process-page-list {
	width: 100%;
	min-width: 0;
	margin: clamp(50px, 6vw, 76px) 0 0;
	border-top: 1px solid var(--line);
}

.service-page-item {
	display: grid;
	grid-template-columns: 70px minmax(0, 1fr);
	gap: 28px;
	align-items: start;
	width: 100%;
	padding: clamp(34px, 4.5vw, 58px) 0;
	border-bottom: 1px solid var(--line);
}

.service-page-item__number,
.process-page-item__number,
.process-page-list article > span {
	grid-column: 1;
	grid-row: 1;
	padding-top: 7px;
	color: var(--muted);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .12em;
}

.service-page-item__body,
.process-page-item__body {
	display: grid !important;
	grid-column: 2;
	grid-row: 1;
	width: 100%;
	min-width: 0;
}

.service-page-item__body {
	grid-template-columns: minmax(280px, .82fr) minmax(340px, 1fr);
	column-gap: clamp(48px, 8vw, 112px);
	align-items: start;
}

.service-page-item h3 {
	grid-column: 1;
	max-width: 900px;
	margin: 0 !important;
	font-size: clamp(38px, 5.8vw, 76px) !important;
	font-weight: 500;
	letter-spacing: -.075em !important;
	line-height: .94 !important;
}

.service-page-item h3 a {
	display: inline-flex;
	align-items: center;
	gap: 18px;
	max-width: 100%;
}

.service-page-item h3 a span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border: 1px solid var(--line);
	border-radius: 50%;
	font-size: 18px;
	letter-spacing: 0;
	transition: background-color .25s ease, transform .25s ease;
}

.service-page-item h3 a:hover span,
.service-page-item h3 a:focus-visible span {
	background: var(--acid);
	transform: rotate(8deg);
}

.service-page-item__body > p {
	grid-column: 2;
	width: 100%;
	max-width: 650px;
	padding-top: 7px;
	margin: 0;
	color: var(--muted);
	font-size: clamp(16px, 1.45vw, 20px);
	line-height: 1.5;
	overflow-wrap: normal;
	word-break: normal;
}

.service-page-item__footer {
	display: flex;
	grid-column: 1 / -1;
	justify-content: space-between;
	gap: 24px;
	width: 100%;
	max-width: none;
	padding-top: 24px;
	margin-top: clamp(34px, 5vw, 58px);
	border-top: 1px solid var(--line);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.service-page-item__footer span {
	color: var(--muted);
}

.csprint-deliverable-list {
	margin-top: clamp(48px, 7vw, 82px);
	border-top: 1px solid var(--line);
}

.csprint-deliverable-list article {
	display: grid;
	grid-template-columns: 70px minmax(0, 1fr);
	gap: 28px;
	align-items: start;
	padding: 30px 0;
	border-bottom: 1px solid var(--line);
}

.csprint-deliverable-list article > span {
	grid-column: 1;
	padding-top: 5px;
	color: var(--muted);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .12em;
}

.csprint-deliverable-list article > div {
	display: grid;
	grid-column: 2;
	grid-template-columns: minmax(230px, .72fr) minmax(320px, 1fr);
	gap: clamp(28px, 5vw, 88px);
	min-width: 0;
}

.csprint-deliverable-list h3 {
	grid-column: 1;
	min-width: 0;
	margin: 0 !important;
	font-size: clamp(25px, 3vw, 40px) !important;
	font-weight: 500;
	letter-spacing: -.055em !important;
	line-height: 1.02 !important;
}

.csprint-deliverable-list p {
	grid-column: 2;
	min-width: 0;
	max-width: 620px;
	margin: 0;
	color: var(--muted);
	font-size: 16px;
	line-height: 1.55;
}

.process-page-list--detailed article {
	display: grid;
	grid-template-columns: 70px minmax(0, 1fr);
	gap: 28px;
	align-items: start;
	width: 100%;
	padding: clamp(40px, 5vw, 64px) 0;
	border-bottom: 1px solid var(--line);
}

.process-page-item__body {
	grid-template-columns: minmax(280px, .78fr) minmax(340px, 1fr);
	column-gap: clamp(48px, 8vw, 112px);
	align-items: start;
}

.process-page-list h2 {
	grid-column: 1;
	margin: 0 0 20px !important;
	font-size: clamp(40px, 5.7vw, 76px) !important;
	font-weight: 500;
	letter-spacing: -.075em !important;
	line-height: .94 !important;
}

.process-page-item__intro {
	grid-column: 2;
	width: 100%;
	max-width: 660px;
	padding-top: 7px;
	margin: 0;
	color: var(--muted);
	font-size: clamp(17px, 1.5vw, 20px);
	line-height: 1.55;
	overflow-wrap: normal;
	word-break: normal;
}

.process-page-item__body dl {
	display: grid;
	grid-column: 1 / -1;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	width: 100%;
	min-width: 0;
	margin: 42px 0 0;
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
}

.process-page-item__body dl > div {
	min-width: 0;
	padding: 20px 22px 24px;
	border-right: 1px solid var(--line);
}

.process-page-item__body dl > div:first-child {
	padding-left: 0;
}

.process-page-item__body dl > div:last-child {
	border-right: 0;
}

.process-page-item__body dt {
	margin-bottom: 14px;
	color: var(--muted);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.process-page-item__body dd {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
	overflow-wrap: normal;
	word-break: normal;
}

.csprint-founder-feature {
	display: grid;
	grid-template-columns: minmax(300px, .72fr) minmax(360px, 1fr);
	gap: clamp(50px, 10vw, 150px);
	align-items: center;
	padding: clamp(78px, 10vw, 140px) 0;
	border-top: 1px solid var(--line);
}

.csprint-founder-feature__visual {
	position: relative;
	max-width: 450px;
	aspect-ratio: .84;
	background: var(--ink);
	box-shadow: 18px 18px 0 var(--coral);
	overflow: hidden;
}

.csprint-founder-feature__visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.csprint-founder-feature__fallback {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	padding: 28px;
	background: var(--acid);
	color: var(--ink);
}

.csprint-founder-feature__fallback strong {
	font-size: clamp(110px, 15vw, 190px);
	letter-spacing: -.14em;
	line-height: .8;
}

.csprint-founder-feature__fallback span {
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .12em;
}

.csprint-founder-feature__copy h2 {
	margin: 0 0 32px !important;
	font-size: clamp(40px, 5.4vw, 72px) !important;
	font-weight: 500;
	letter-spacing: -.07em !important;
	line-height: .96 !important;
}

.csprint-founder-feature__copy > p:not(.csprint-section-label):not(.csprint-founder-feature__signature) {
	max-width: 620px;
	margin: 0 0 30px;
	color: var(--muted);
	font-size: 18px;
}

.csprint-founder-feature blockquote {
	max-width: 680px;
	padding: 0;
	margin: 38px 0;
	border-left: 0;
	font-size: clamp(26px, 3.4vw, 46px);
	line-height: 1.08;
}

.csprint-founder-feature__signature {
	display: flex;
	flex-direction: column;
	gap: 3px;
	margin: 0;
}

.csprint-founder-feature__signature span {
	color: var(--muted);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.csprint-check-stack {
	display: grid;
	gap: 0;
	border-top: 1px solid var(--line);
}

.csprint-check-stack p {
	display: grid;
	grid-template-columns: 28px minmax(0, 1fr);
	gap: 12px;
	padding: 17px 0;
	margin: 0;
	border-bottom: 1px solid var(--line);
	font-size: 16px;
}

.csprint-check-stack p span {
	color: var(--coral);
}

.csprint-fit-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin-top: clamp(46px, 6vw, 72px);
}

.csprint-fit-card {
	padding: clamp(28px, 4vw, 48px);
	background: var(--cream);
	border: 1px solid var(--line);
}

.csprint-fit-card--yes {
	background: var(--acid);
}

.csprint-fit-card h3 {
	margin: 0 0 32px !important;
	font-size: clamp(30px, 4vw, 48px) !important;
	font-weight: 500;
	letter-spacing: -.06em !important;
}

.csprint-fit-card ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.csprint-fit-card li {
	padding: 14px 0;
	border-top: 1px solid rgba(17, 19, 19, .16);
	font-size: 15px;
}

.csprint-faq-list {
	margin-top: clamp(44px, 6vw, 72px);
	border-top: 1px solid var(--line);
}

.csprint-faq-list details {
	border-bottom: 1px solid var(--line);
}

.csprint-faq-list summary {
	position: relative;
	padding: 27px 64px 27px 0;
	font-size: clamp(20px, 2.1vw, 28px);
	font-weight: 600;
	letter-spacing: -.035em;
	list-style: none;
	cursor: pointer;
}

.csprint-faq-list summary::-webkit-details-marker {
	display: none;
}

.csprint-faq-list summary::after {
	position: absolute;
	top: 50%;
	right: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border: 1px solid var(--line);
	border-radius: 50%;
	content: "+";
	font-size: 20px;
	font-weight: 400;
	transform: translateY(-50%);
}

.csprint-faq-list details[open] summary::after {
	content: "−";
}

.csprint-faq-list details p {
	max-width: 760px;
	padding: 0 64px 28px 0;
	margin: 0;
	color: var(--muted);
	font-size: 16px;
	line-height: 1.6;
}

.csprint-page-cta {
	position: relative;
	width: calc(100% + (var(--gutter) * 2));
	margin-left: calc(var(--gutter) * -1);
	padding: clamp(70px, 9vw, 122px) var(--gutter);
	background: var(--coral);
	color: var(--ink);
}

.csprint-page-cta .csprint-section-label {
	color: rgba(17, 19, 19, .58);
}

.csprint-page-cta h2 {
	max-width: 980px;
	margin: 0 !important;
	font-size: clamp(46px, 7vw, 96px) !important;
	font-weight: 500;
	letter-spacing: -.08em !important;
	line-height: .91 !important;
}

.csprint-page-cta > p:not(.csprint-section-label) {
	max-width: 660px;
	margin: 30px 0 38px;
	font-size: 18px;
}

/* Case studies */
.case-archive-grid {
	margin-top: 12px;
}

.case-single {
	min-height: 70vh;
	padding: 150px 0 130px;
	background: var(--paper);
}

.case-hero {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr);
	gap: clamp(44px, 9vw, 140px);
	align-items: center;
	padding-bottom: 110px;
}

.case-hero__copy h1 {
	max-width: 740px;
	margin: 0;
	font-size: clamp(56px, 8vw, 116px);
	font-weight: 500;
	letter-spacing: -.09em;
	line-height: .88;
}

.case-hero__tagline {
	max-width: 520px;
	margin: 30px 0 32px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(22px, 2.7vw, 34px);
	font-style: italic;
	letter-spacing: -.04em;
	line-height: 1.15;
}

.case-hero__media {
	min-width: 0;
	background: var(--ink);
	box-shadow: 18px 18px 0 var(--coral);
	overflow: hidden;
}

.case-hero__media > img {
	width: 100%;
	aspect-ratio: 1.1;
	object-fit: cover;
}

.case-hero__media .project-cover {
	min-height: 430px;
}

.case-content-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 260px;
	gap: clamp(48px, 10vw, 170px);
	align-items: start;
	padding-top: 74px;
	border-top: 1px solid var(--line);
}

.case-content {
	max-width: 760px;
}

.case-content .case-lede {
	font-size: 25px;
	letter-spacing: -.03em;
	line-height: 1.25;
}

.case-story-section {
	padding: 48px 0;
	border-top: 1px solid var(--line);
}

.case-story-label {
	margin: 0 0 28px !important;
	color: var(--muted);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.case-story-section h2 {
	max-width: 700px;
	margin: 0 0 24px !important;
	font-size: clamp(34px, 4.4vw, 56px) !important;
	font-weight: 500;
	letter-spacing: -.065em !important;
	line-height: .98 !important;
}

.case-story-section > p:not(.case-story-label) {
	max-width: 680px;
	margin: 0;
	color: var(--muted);
	font-size: 17px;
	line-height: 1.65;
}

.case-focus-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
}

.case-focus-grid > div {
	display: flex;
	flex-direction: column;
	gap: 34px;
	min-width: 0;
	padding: 20px;
	border-right: 1px solid var(--line);
}

.case-focus-grid > div:first-child {
	padding-left: 0;
}

.case-focus-grid > div:last-child {
	border-right: 0;
}

.case-focus-grid span {
	color: var(--muted);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .12em;
}

.case-focus-grid strong {
	font-size: 15px;
	font-weight: 600;
}

.case-archive-showcase {
	padding-bottom: clamp(76px, 9vw, 126px);
}

.case-archive-method {
	margin-top: 0;
}

.case-sidebar {
	position: sticky;
	top: 120px;
}

.case-sidebar__block {
	padding: 0 0 28px;
	margin-bottom: 28px;
	border-bottom: 1px solid var(--line);
}

.case-sidebar__block .eyebrow {
	margin-bottom: 14px;
}

.case-sidebar__text,
.case-sidebar__block p {
	margin: 0;
	color: var(--muted);
	font-size: 14px;
	line-height: 1.55;
}

.contact-page-grid {
	display: grid;
	grid-template-columns: .55fr 1fr;
	gap: clamp(48px, 10vw, 160px);
	align-items: start;
}

.contact-page-content {
	max-width: none;
	margin-top: clamp(72px, 9vw, 124px);
	padding-top: 0;
	border-top: 0;
}

.contact-page-direct {
	margin-top: 12px;
}

/* Reveal animation */
[data-reveal] {
	opacity: 0;
	transform: translateY(22px);
	transition: opacity .75s var(--ease), transform .75s var(--ease);
}

[data-reveal].is-visible {
	opacity: 1;
	transform: none;
}

/* Responsive */
@media (max-width: 1050px) {
	.site-header__brand {
		min-width: auto;
	}

	.brand-motto {
		display: none;
	}

	.hero__grid {
		grid-template-columns: minmax(0, 1fr) minmax(300px, .75fr);
		gap: 48px;
	}

	.hero-poster {
		right: 8%;
	}

	.service-row {
		grid-template-columns: 52px minmax(0, 1fr);
	}

	.service-row__body {
		grid-template-columns: minmax(210px, .72fr) minmax(280px, 1fr);
	}

	.service-row__price {
		grid-column: 1 / -1;
		align-items: flex-start;
		text-align: left;
	}

	.service-page-item__body,
	.process-page-item__body {
		grid-template-columns: minmax(0, 1fr);
		row-gap: 0;
	}

	.service-page-item h3,
	.service-page-item__body > p,
	.process-page-list h2,
	.process-page-item__intro,
	.process-page-item__body dl {
		grid-column: 1;
	}

	.service-page-item__body > p,
	.process-page-item__intro {
		max-width: 760px;
		padding-top: 0;
		margin-top: 20px;
	}
}

@media (max-width: 820px) {
	:root {
		--gutter: 24px;
	}

	.site-header__inner {
		min-height: 76px;
	}

	.site-header__actions .header-email {
		display: none;
	}

	.nav-toggle {
		display: block;
	}

	.primary-nav {
		position: absolute;
		top: 76px;
		right: 24px;
		left: 24px;
		display: none;
		padding: 18px;
		background: var(--ink);
		border: 1px solid rgba(243, 239, 230, .2);
		box-shadow: 0 20px 40px rgba(0, 0, 0, .2);
	}

	.primary-nav.is-open {
		display: block;
	}

	.primary-nav ul,
	.primary-nav .menu {
		align-items: flex-start;
		flex-direction: column;
		gap: 18px;
	}

	.primary-nav a {
		display: block;
		padding: 4px 0;
		font-size: 15px;
	}

	.nav-toggle.is-open > span:nth-of-type(2) {
		transform: translateY(3px) rotate(45deg);
	}

	.nav-toggle.is-open > span:nth-of-type(3) {
		transform: translateY(-3px) rotate(-45deg);
	}

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

	.hero__grid,
	.section-heading,
	.section-intro,
	.fit-grid,
	.investment-grid,
	.contact-grid {
		grid-template-columns: 1fr;
		gap: 42px;
	}

	.hero__copy {
		padding-bottom: 0;
	}

	.hero-stage {
		min-height: min(650px, 82vw);
		max-width: 600px;
		margin: 0 auto;
		width: 100%;
	}

	.hero-poster {
		right: 13%;
		width: min(68%, 390px);
	}

	.hero-float-card--top {
		left: 3%;
	}

	.hero-float-card--bottom {
		right: 2%;
	}

	.section-heading,
	.section-intro {
		align-items: start;
	}

	.section-heading > p,
	.section-intro > div > p,
	.section-intro > p {
		max-width: 580px;
	}

	.statement-panel {
		grid-template-columns: 54px 1fr;
		gap: 18px;
	}

	.statement-panel__aside {
		grid-column: 2;
		align-items: flex-start;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 10px 18px;
		padding-top: 8px;
	}

	.proof-row {
		grid-template-columns: repeat(2, 1fr);
	}

	.proof-item:nth-child(2) {
		border-right: 0;
	}

	.proof-item:nth-child(n + 3) {
		border-top: 1px solid var(--line);
	}

	.proof-item:nth-child(3) {
		padding-left: 0;
	}

	.projects-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.project-card,
	.project-card--large {
		grid-column: span 1;
	}

	.project-card:last-child {
		grid-column: span 2;
	}

	.process-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.process-card:nth-child(2) {
		border-right: 0;
	}

	.process-card:nth-child(n + 3) {
		border-top: 1px solid var(--line);
	}

	.process-card:nth-child(3) {
		padding-left: 0;
	}

	.process-card h3 {
		margin-top: 64px;
	}

	.service-row {
		grid-template-columns: 48px minmax(0, 1fr);
		gap: 18px;
	}

	.service-row__body {
		grid-template-columns: minmax(0, 1fr);
		gap: 18px;
	}

	.service-row__title,
	.service-row__description,
	.service-row__price {
		grid-column: 1;
		width: 100%;
		max-width: 680px;
	}

	.service-row__price {
		align-items: flex-start;
		text-align: left;
	}

	.process-page-item__body dl {
		grid-template-columns: minmax(0, 1fr);
	}

	.process-page-item__body dl > div,
	.process-page-item__body dl > div:first-child {
		padding: 18px 0;
		border-right: 0;
		border-bottom: 1px solid var(--line);
	}

	.process-page-item__body dl > div:last-child {
		border-bottom: 0;
	}

	.footer-top,
	.footer-bottom {
		align-items: flex-start;
		flex-direction: column;
	}

	.footer-cta {
		align-items: flex-start;
		text-align: left;
	}

	.footer-bottom {
		gap: 18px;
	}

	.footer-links {
		flex-wrap: wrap;
		gap: 11px 18px;
	}
}

@media (max-width: 560px) {
	.site-header__actions .button {
		display: none;
	}

	.hero__copy h1 {
		font-size: clamp(48px, 15vw, 76px);
	}

	.hero__actions {
		align-items: flex-start;
		flex-direction: column;
		gap: 21px;
	}

	.hero__signature {
		margin-top: 38px;
	}

	.hero-stage {
		min-height: 480px;
	}

	.hero-poster {
		right: 6%;
		width: 69%;
		padding: 17px;
	}

	.hero-poster__title {
		font-size: clamp(34px, 10vw, 52px);
	}

	.hero-float-card--top {
		top: 14%;
		width: 124px;
		padding: 12px;
	}

	.hero-float-card--bottom {
		bottom: 2%;
		width: 180px;
		padding: 12px;
		font-size: 8px;
	}

	.hero__ticker {
		margin-top: 18px;
	}

	.section-heading h2,
	.section-intro h2,
	.fit-grid h2,
	.investment-grid h2,
	.contact-copy h2 {
		font-size: clamp(40px, 13vw, 60px);
	}

	.statement-panel {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.statement-panel__aside {
		grid-column: auto;
	}

	.proof-row,
	.projects-grid,
	.process-grid,
	.form-row--two {
		grid-template-columns: 1fr;
	}

	.proof-item,
	.proof-item:nth-child(2),
	.proof-item:nth-child(3) {
		min-height: auto;
		padding: 19px 0;
		border-right: 0;
		border-top: 1px solid var(--line);
	}

	.proof-item:first-child {
		border-top: 0;
	}

	.project-card,
	.project-card--large,
	.project-card:last-child {
		grid-column: span 1;
	}

	.project-card .project-cover,
	.project-card--large .project-cover {
		min-height: 275px;
	}

	.project-card__content {
		padding: 22px 20px 20px;
	}

	.service-row {
		grid-template-columns: 42px 1fr;
		gap: 18px;
		padding: 26px 0;
	}

	.service-row:hover {
		padding-right: 10px;
		padding-left: 10px;
	}

	.service-row__description {
		grid-column: 1;
	}

	.service-row__price {
		grid-column: 1;
	}

	.process-card,
	.process-card:nth-child(2),
	.process-card:nth-child(3) {
		min-height: 260px;
		padding: 22px 0;
		border-right: 0;
		border-top: 1px solid var(--line);
	}

	.process-card:first-child {
		border-top: 0;
	}

	.process-card h3 {
		margin-top: 58px;
	}

	.contact-form-wrap {
		padding: 22px 18px;
	}

	.inner-header {
		padding-bottom: 36px;
		margin-bottom: 36px;
	}

	.site-main--inner {
		padding-top: 132px;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
	}

	[data-reveal] {
		opacity: 1;
		transform: none;
	}
}

@media (max-width: 820px) {
	.founder-grid,
	.csprint-section-split,
	.csprint-founder-feature,
	.case-hero,
	.case-content-grid,
	.contact-page-grid {
		grid-template-columns: 1fr;
	}

	.inner-header--agency {
		padding-bottom: 86px;
	}

	.inner-header--agency h1 {
		font-size: clamp(54px, 12vw, 92px);
	}

	.csprint-section-split {
		gap: 34px;
	}

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

	.csprint-value-grid article:nth-child(2n) {
		border-right: 0;
	}

	.csprint-value-grid article:nth-child(n + 3) {
		border-top: 1px solid var(--line);
	}

	.csprint-page-section--ink .csprint-value-grid article:nth-child(n + 3) {
		border-top-color: var(--line-light);
	}

	.csprint-deliverable-list article {
		grid-template-columns: 48px minmax(0, 1fr);
		gap: 18px;
	}

	.csprint-deliverable-list article > div {
		grid-template-columns: minmax(0, 1fr);
		gap: 0;
	}

	.csprint-deliverable-list h3,
	.csprint-deliverable-list p {
		grid-column: 1;
	}

	.csprint-deliverable-list p {
		margin-top: 12px;
	}

	.csprint-founder-feature {
		gap: 64px;
	}

	.csprint-founder-feature__visual {
		max-width: 520px;
	}

	.founder-visual {
		max-width: 520px;
	}

	.case-hero {
		gap: 64px;
		padding-bottom: 80px;
	}

	.case-sidebar {
		position: static;
	}

	.contact-page-direct {
		margin-top: 0;
	}
}

@media (max-width: 560px) {
	.inner-header--agency {
		padding-top: 28px;
		padding-bottom: 64px;
	}

	.inner-header--agency h1 {
		font-size: clamp(48px, 14.5vw, 72px);
		letter-spacing: -.075em;
	}

	.inner-header--agency .page-lede {
		font-size: 19px;
	}

	.csprint-page-section {
		padding-block: 68px;
	}

	.csprint-page-section--compact {
		padding-block: 54px;
	}

	.csprint-section-title,
	.csprint-section-split > h2,
	.csprint-founder-feature__copy h2 {
		font-size: clamp(36px, 11.5vw, 52px) !important;
	}

	.csprint-value-grid,
	.csprint-value-grid--three,
	.csprint-fit-grid {
		grid-template-columns: 1fr;
	}

	.csprint-value-grid article,
	.csprint-value-grid article:first-child {
		min-height: auto;
		padding: 24px 0 28px;
		border-right: 0;
		border-top: 1px solid var(--line);
	}

	.csprint-value-grid article:first-child {
		border-top: 0;
	}

	.csprint-page-section--ink .csprint-value-grid article {
		border-top-color: var(--line-light);
	}

	.csprint-value-grid h3 {
		margin-top: 42px !important;
	}

	.service-page-item,
	.process-page-list--detailed article {
		grid-template-columns: 38px minmax(0, 1fr);
		gap: 12px;
	}

	.service-page-item h3,
	.process-page-list h2 {
		font-size: clamp(38px, 11.5vw, 54px) !important;
	}

	.service-page-item h3 a {
		align-items: flex-start;
		gap: 12px;
	}

	.service-page-item h3 a span {
		flex: 0 0 30px;
		width: 30px;
		height: 30px;
		margin-top: 5px;
		font-size: 14px;
	}

	.service-page-item__footer {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}

	.csprint-deliverable-list article {
		grid-template-columns: 36px minmax(0, 1fr);
		gap: 12px;
	}

	.process-page-item__body dl {
		grid-template-columns: 1fr;
	}

	.process-page-item__body dl > div,
	.process-page-item__body dl > div:first-child {
		padding: 18px 0;
		border-right: 0;
		border-bottom: 1px solid var(--line);
	}

	.process-page-item__body dl > div:last-child {
		border-bottom: 0;
	}

	.csprint-founder-feature__visual {
		box-shadow: 10px 10px 0 var(--coral);
	}

	.csprint-founder-feature__fallback {
		padding: 20px;
	}

	.csprint-faq-list summary {
		padding-right: 48px;
		font-size: 19px;
	}

	.csprint-faq-list details p {
		padding-right: 0;
	}

	.csprint-page-cta h2 {
		font-size: clamp(42px, 13vw, 62px) !important;
	}

	.agency-page-visual {
		height: 300px;
		margin-bottom: 64px;
		box-shadow: 10px 10px 0 var(--acid);
	}

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

	.case-focus-grid > div,
	.case-focus-grid > div:first-child {
		gap: 18px;
		padding: 20px 0;
		border-right: 0;
		border-bottom: 1px solid var(--line);
	}

	.case-focus-grid > div:last-child {
		border-bottom: 0;
	}

	.founder-visual {
		box-shadow: 10px 10px 0 var(--coral);
	}

	.founder-visual__fallback {
		padding: 20px;
	}

	.founder-copy h2 {
		font-size: clamp(38px, 12vw, 56px);
	}

	.case-single {
		padding-top: 128px;
	}

	.case-hero__copy h1 {
		font-size: clamp(50px, 15vw, 78px);
	}

	.case-hero__media {
		box-shadow: 10px 10px 0 var(--coral);
	}

	.case-hero__media .project-cover {
		min-height: 310px;
	}

	.case-content-grid {
		padding-top: 50px;
	}

	.case-content .case-lede {
		font-size: 21px;
	}
}
