.services-archive {
	--sa-paper: #f4ead9;
	--sa-cream: #fff8ed;
	--sa-ink: #21140f;
	--sa-coral: #ff6848;
	--sa-muted: #75695f;
	--sa-line: rgba(33, 20, 15, .18);
	min-height: 100vh;
	overflow: clip;
	background: var(--sa-paper);
	color: var(--sa-ink);
	font-family: "Hanken Grotesk", "Manrope", Arial, sans-serif;
}

.services-archive :where(h1, h2, h3, p, a, button, input, textarea, span, em) {
	font-family: inherit;
}

.services-archive :where(.brand-display, em) {
	font-style: normal;
}

.services-archive .container { position: relative; z-index: 1; }

.services-archive .brand-kicker {
	margin: 0 0 18px;
	color: var(--sa-coral);
	font: 600 10px/1.25 "Spline Sans Mono", monospace;
	letter-spacing: .15em;
	text-transform: uppercase;
}

.services-hero {
	position: relative;
	min-height: 560px;
	overflow: hidden;
	background:
		radial-gradient(circle at 18% 30%, rgba(255, 104, 72, .22), transparent 36%),
		radial-gradient(circle at 84% 58%, rgba(255, 205, 119, .42), transparent 31%),
		linear-gradient(135deg, #fff7e9, #f5dfc7);
}

.services-hero__fluid {
	position: absolute;
	z-index: 0;
	inset: 0;
	width: 100%;
	height: 100%;
	opacity: .62;
	pointer-events: none;
}

.services-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(300px, .6fr);
	gap: clamp(36px, 7vw, 108px);
	align-items: end;
	min-height: 500px;
	padding-block: clamp(96px, 10vw, 142px) 62px;
}

.services-hero h1 {
	max-width: 860px;
	margin: 0;
	font-size: clamp(52px, 5.5vw, 84px);
	font-weight: 720;
	letter-spacing: -.055em;
	line-height: .94;
	text-wrap: balance;
}

.services-hero h1 span { color: var(--sa-coral); }

.services-hero__aside {
	max-width: 430px;
	padding-bottom: 8px;
}

.services-hero__aside p {
	margin: 0 0 25px;
	color: var(--sa-muted);
	font-size: clamp(16px, 1.35vw, 20px);
	line-height: 1.55;
}

.services-text-link {
	display: inline-flex;
	gap: 11px;
	align-items: center;
	padding-bottom: 7px;
	border-bottom: 1px solid currentColor;
	color: inherit;
	font-weight: 700;
	text-decoration: none;
}

.services-hero__ticker {
	position: relative;
	z-index: 2;
	overflow: hidden;
	background: var(--sa-coral);
	border-block: 1px solid rgba(33, 20, 15, .15);
}

.services-hero__ticker div {
	display: flex;
	justify-content: space-around;
	gap: 24px;
	padding: 17px 3vw;
	white-space: nowrap;
}

.services-hero__ticker span {
	font-size: clamp(16px, 1.45vw, 23px);
	font-weight: 650;
	letter-spacing: -.02em;
}

.services-hero__ticker i { opacity: .4; }

.services-catalog { padding: clamp(78px, 9vw, 128px) 0; }

.services-section-head {
	display: grid;
	grid-template-columns: minmax(0, .75fr) minmax(300px, .5fr);
	gap: 28px 70px;
	align-items: end;
	margin-bottom: clamp(42px, 5vw, 70px);
}

.services-section-head .brand-kicker { grid-column: 1 / -1; margin-bottom: -2px; }

.services-section-head h2,
.services-secondary__head h2,
.services-picker h2,
.services-contact h2 {
	margin: 0;
	font-size: clamp(42px, 5.2vw, 76px);
	font-weight: 700;
	letter-spacing: -.06em;
	line-height: .94;
}

.services-section-head > p,
.services-secondary__head > p {
	margin: 0;
	color: var(--sa-muted);
	font-size: 16px;
	line-height: 1.55;
}

.services-list {
	display: grid;
	grid-template-columns: minmax(0, 1.16fr) minmax(0, .84fr);
	gap: 16px;
}

.services-archive .services-card {
	--card-bg: var(--sa-cream);
	--card-fg: var(--sa-ink);
	--card-muted: var(--sa-muted);
	display: flex;
	min-width: 0;
	min-height: 510px;
	padding: clamp(28px, 3vw, 42px);
	flex-direction: column;
	overflow: hidden;
	background: var(--card-bg);
	border: 1px solid var(--sa-line);
	color: var(--card-fg);
	transition: transform .4s cubic-bezier(.22, 1, .36, 1), box-shadow .4s ease;
}

.services-archive .services-card.services-card--dark {
	--card-bg: var(--sa-ink);
	--card-fg: #fff8ed;
	--card-muted: #cdbfb2;
}

.services-archive .services-card.services-card--coral {
	--card-bg: var(--sa-coral);
	--card-fg: var(--sa-ink);
	--card-muted: #603226;
}

.services-card:hover { transform: translateY(-6px); box-shadow: 0 24px 50px rgba(64, 34, 20, .14); }

.services-card__meta,
.services-card__footer {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.services-card__meta {
	align-items: center;
	font: 600 10px/1.2 "Spline Sans Mono", monospace;
	letter-spacing: .08em;
	text-transform: uppercase;
	opacity: .74;
}

.services-card__status {
	padding: 5px 9px;
	border: 1px solid currentColor;
	border-radius: 99px;
}

.services-card__body { margin-top: clamp(72px, 8vw, 122px); }

.services-card h3 {
	max-width: 12ch;
	margin: 0;
	font-size: clamp(40px, 4.25vw, 66px);
	font-weight: 700;
	letter-spacing: -.06em;
	line-height: .94;
	text-wrap: balance;
}

.services-card__description {
	max-width: 650px;
	margin: 18px 0 0;
	color: var(--card-muted);
	font-size: 16px;
	line-height: 1.5;
}

.services-card__process {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: auto;
	padding: 38px 0 24px;
	border-bottom: 1px solid color-mix(in srgb, currentColor 28%, transparent);
	font: 600 9px/1.3 "Spline Sans Mono", monospace;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.services-card__process span:nth-child(2) {
	flex: 1;
	height: 1px;
	background: currentColor;
	opacity: .27;
}

.services-card__footer { align-items: flex-end; padding-top: 24px; }
.services-card__footer > span { max-width: 230px; font: 500 9px/1.35 "Spline Sans Mono", monospace; letter-spacing: .05em; text-transform: uppercase; opacity: .62; }
.services-card__footer a { color: inherit; font-weight: 750; text-align: right; text-decoration: none; }

.services-secondary { margin-top: clamp(86px, 10vw, 140px); }

.services-secondary__head {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(280px, .45fr);
	gap: 24px 70px;
	align-items: end;
	margin-bottom: 36px;
}

.services-secondary__head .brand-kicker { grid-column: 1 / -1; margin-bottom: -3px; }

.services-secondary__grid {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: 14px;
}

.services-secondary__card {
	position: relative;
	display: flex;
	grid-column: span 5;
	min-height: 300px;
	padding: 30px;
	flex-direction: column;
	background: var(--sa-cream);
	border: 1px solid var(--sa-line);
	color: var(--sa-ink);
	text-decoration: none;
	transition: transform .38s cubic-bezier(.22, 1, .36, 1), box-shadow .38s ease, background .3s ease;
}

.services-secondary__card:nth-child(4n + 1),
.services-secondary__card:nth-child(4n + 4) { grid-column: span 7; }
.services-secondary__card:nth-child(4n + 2) { background: #ead7b7; }
.services-secondary__card:nth-child(4n + 3) { background: var(--sa-coral); }
.services-secondary__card:nth-child(6n + 4) { background: var(--sa-ink); color: #fff8ed; }

.services-secondary__card:hover,
.services-secondary__card:focus-visible { z-index: 2; transform: translateY(-6px); box-shadow: 0 22px 42px rgba(64, 34, 20, .13); }

.services-secondary__card > span:first-child {
	font: 600 9px/1.2 "Spline Sans Mono", monospace;
	letter-spacing: .09em;
	text-transform: uppercase;
	opacity: .64;
}

.services-secondary__card h3 {
	max-width: 13ch;
	margin: 52px 0 14px;
	font-size: clamp(27px, 2.7vw, 42px);
	font-weight: 700;
	letter-spacing: -.045em;
	line-height: 1;
}

.services-secondary__card p { max-width: 48ch; margin: 0; color: currentColor; line-height: 1.5; opacity: .67; }
.services-secondary__card > span:last-child { margin-top: auto; padding-top: 36px; font-weight: 750; }

.services-archive .services-picker { padding: clamp(80px, 10vw, 140px) 0; background: #fffaf1; border-top: 1px solid var(--sa-line); }
.services-picker__grid { display: grid; grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr); gap: clamp(48px, 8vw, 120px); align-items: center; }
.services-picker__intro h2 { max-width: 8.5ch; }

.services-picker__panel {
	display: grid;
	grid-template-columns: .8fr 1.2fr;
	min-height: 390px;
	overflow: hidden;
	background: var(--sa-cream);
	border: 1px solid var(--sa-line);
	border-radius: 30px;
	box-shadow: 0 22px 55px rgba(64, 34, 20, .08);
}

.services-picker__choices { display: grid; border-right: 1px solid var(--sa-line); }
.services-picker button { padding: 24px; border: 0; border-bottom: 1px solid var(--sa-line); background: transparent; color: inherit; font: 700 16px/1.25 inherit; text-align: left; cursor: pointer; transition: background .25s ease, color .25s ease; }
.services-picker button:last-child { border-bottom: 0; }
.services-picker button:hover,
.services-picker button.is-active { background: var(--sa-coral); }
.services-picker__answer { display: flex; min-width: 0; padding: clamp(30px, 4vw, 54px); flex-direction: column; justify-content: center; }
.services-picker__answer small { color: var(--sa-coral); font: 600 9px/1.2 "Spline Sans Mono", monospace; letter-spacing: .12em; text-transform: uppercase; }
.services-picker__answer h3 { margin: 28px 0 14px; font-size: clamp(34px, 3.2vw, 50px); font-weight: 700; letter-spacing: -.05em; line-height: .96; }
.services-picker__answer p { margin: 0 0 24px; color: var(--sa-muted); line-height: 1.5; }
.services-picker__answer a { align-self: flex-start; color: var(--sa-coral); font-weight: 750; text-decoration: none; }

.services-contact { padding: clamp(80px, 10vw, 132px) 0; background: var(--sa-ink); color: #fff8ed; }
.services-contact__shell { display: grid; grid-template-columns: minmax(0, .82fr) minmax(320px, .72fr); gap: clamp(48px, 9vw, 130px); align-items: start; }
.services-contact h2 { max-width: 9ch; }
.services-contact__copy > p { max-width: 520px; margin: 26px 0 0; color: #cdbfb2; font-size: 18px; line-height: 1.55; }
.services-contact__form { display: grid; gap: 13px; padding: clamp(24px, 3vw, 38px); background: var(--sa-coral); color: var(--sa-ink); }
.services-contact__form label { font: 600 9px/1.2 "Spline Sans Mono", monospace; letter-spacing: .1em; text-transform: uppercase; }
.services-contact__form input,
.services-contact__form textarea { width: 100%; padding: 14px 0; border: 0; border-bottom: 1px solid rgba(33, 20, 15, .42); border-radius: 0; background: transparent; color: inherit; font: 600 16px/1.35 inherit; }
.services-contact__form textarea { min-height: 110px; resize: vertical; }
.services-contact__submit { justify-self: start; margin-top: 8px; padding: 14px 20px; border: 0; border-radius: 999px; background: var(--sa-ink); color: #fff8ed; font-weight: 750; cursor: pointer; }
.services-contact__note { margin: 0; font-size: 12px; opacity: .66; }
.services-contact__done { margin: 0; font-weight: 700; }

.services-archive :where(a, button, input, textarea):focus-visible { outline: 3px solid #ffb26b; outline-offset: 4px; }

.services-motion-ready [data-service-reveal] {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity .7s ease, transform .7s cubic-bezier(.22, 1, .36, 1);
}
.services-motion-ready [data-service-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
	.services-hero__grid,
	.services-section-head,
	.services-secondary__head,
	.services-picker__grid,
	.services-contact__shell { grid-template-columns: 1fr; }
	.services-hero__grid { align-items: end; padding-top: 112px; }
	.services-hero__aside { max-width: 600px; }
	.services-list { grid-template-columns: 1fr; }
	.services-card { min-height: 450px; }
	.services-card__body { margin-top: 72px; }
	.services-secondary__card,
	.services-secondary__card:nth-child(n) { grid-column: span 6; }
	.services-picker__grid { gap: 45px; }
}

@media (max-width: 680px) {
	.services-hero { min-height: 540px; }
	.services-hero__grid { min-height: 480px; padding-block: 94px 40px; }
	.services-hero h1 { font-size: clamp(45px, 14vw, 68px); }
	.services-hero__ticker div { justify-content: flex-start; overflow: hidden; }
	.services-section-head h2,
	.services-secondary__head h2,
	.services-picker h2,
	.services-contact h2 { font-size: 42px; }
	.services-card { min-height: 430px; padding: 24px 21px; }
	.services-card h3 { font-size: 40px; }
	.services-card__process { gap: 8px; font-size: 8px; }
	.services-card__footer { gap: 14px; }
	.services-secondary__grid { grid-template-columns: 1fr; }
	.services-secondary__card,
	.services-secondary__card:nth-child(n) { grid-column: auto; min-height: 255px; padding: 24px 21px; }
	.services-secondary__card h3 { margin-top: 38px; }
	.services-picker__panel { grid-template-columns: 1fr; border-radius: 22px; }
	.services-picker__choices { border-right: 0; border-bottom: 1px solid var(--sa-line); }
	.services-picker button { min-height: 68px; }
	.services-picker__answer { min-height: 280px; }
	.services-contact__form { padding: 24px 20px; }
}

@media (prefers-reduced-motion: reduce) {
	.services-archive *,
	.services-archive *::before,
	.services-archive *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
	.services-motion-ready [data-service-reveal] { opacity: 1; transform: none; }
}
