:root {
	--wpt-bg: #F3F0E8;
	--wpt-ink: #0B1216;
	--wpt-muted: #4a5560;
	--wpt-line: #d6d0c4;
	--wpt-orange: #FF6A32;
	--wpt-cobalt: #5A63FF;
	--wpt-white: #ffffff;
	--wpt-paper: #fffcf6;
	--wpt-radius: 16px;
	--wpt-shell: 1180px;
	--wpt-focus: rgba(255, 106, 50, .45);
	color-scheme: light;
}

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

html { scroll-behavior: smooth; }

html,
body { min-height: 100%; }

body.wpt-home-page {
	margin: 0;
	background: var(--wpt-bg);
	color: var(--wpt-ink);
	font-family: "DM Sans", system-ui, sans-serif;
	font-size: 18px;
	line-height: 1.55;
	-webkit-font-smoothing: antialiased;
}

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

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

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

ul, ol { margin: 0; padding: 0; }

.wpt-skip {
	position: absolute;
	left: -9999px;
}

.wpt-skip:focus {
	left: 16px;
	top: 16px;
	z-index: 100;
	padding: 8px 12px;
	background: var(--wpt-white);
	color: var(--wpt-ink);
}

.wpt-shell {
	width: min(var(--wpt-shell), calc(100% - 40px));
	margin-inline: auto;
}

/* Floating pill nav */
.wpt-chrome {
	position: sticky;
	top: 12px;
	z-index: 50;
	pointer-events: none;
	padding-bottom: 8px;
}

.wpt-chrome-inner {
	pointer-events: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 8px 10px 8px 16px;
	border-radius: 999px;
	background: rgba(243, 240, 232, .88);
	border: 1px solid rgba(11, 18, 22, .1);
	backdrop-filter: blur(14px);
	box-shadow: 0 10px 36px rgba(11, 18, 22, .08);
}

.wpt-wordmark {
	display: inline-flex;
	align-items: center;
}

.wpt-wordmark img {
	height: 24px;
	width: auto;
	filter: invert(1) brightness(.1);
}

.wpt-chrome-links {
	display: flex;
	gap: 4px;
}

.wpt-chrome-links a {
	padding: 8px 14px;
	border-radius: 999px;
	font-family: "Space Grotesk", sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: var(--wpt-muted);
	transition: background .2s, color .2s;
}

.wpt-chrome-links a:hover,
.wpt-chrome-links a.is-active {
	background: var(--wpt-ink);
	color: var(--wpt-white);
}

.wpt-cta-top {
	padding: 11px 20px;
	border-radius: 999px;
	background: var(--wpt-orange);
	color: #fff;
	font-family: "Space Grotesk", sans-serif;
	font-weight: 700;
	font-size: 13px;
	transition: transform .2s, box-shadow .2s;
}

.wpt-cta-top:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 22px rgba(255, 106, 50, .35);
}

/* Hero */
.wpt-hero {
	padding: 64px 0 56px;
	display: grid;
	grid-template-columns: 1.15fr .95fr;
	gap: 40px;
	align-items: center;
}

.wpt-kicker {
	margin: 0 0 18px;
	font-size: 13px;
	font-weight: 600;
	color: var(--wpt-muted);
}

.wpt-hero h1 {
	font-family: "Space Grotesk", sans-serif;
	font-weight: 700;
	font-size: clamp(2.6rem, 6vw, 4.8rem);
	line-height: 1.02;
	letter-spacing: -.04em;
	margin: 0 0 20px;
	max-width: 14ch;
}

.wpt-em {
	font-family: Fraunces, Georgia, serif;
	font-style: italic;
	font-weight: 500;
	color: var(--wpt-orange);
}

.wpt-lede {
	color: var(--wpt-muted);
	max-width: 38ch;
	margin: 0 0 28px;
	font-size: 1.1rem;
}

.wpt-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.wpt-btn {
	display: inline-flex;
	padding: 14px 24px;
	border-radius: 999px;
	background: var(--wpt-orange);
	color: #fff;
	font-family: "Space Grotesk", sans-serif;
	font-weight: 700;
	font-size: 14px;
	transition: transform .2s, background .2s;
}

.wpt-btn:hover {
	transform: translateY(-2px);
	background: #e55a22;
}

.wpt-btn-alt {
	display: inline-flex;
	padding: 14px 24px;
	border-radius: 999px;
	background: transparent;
	border: 2px solid var(--wpt-ink);
	font-family: "Space Grotesk", sans-serif;
	font-weight: 700;
	font-size: 14px;
	transition: background .2s, color .2s, border-color .2s;
}

.wpt-btn-alt:hover {
	background: var(--wpt-ink);
	color: #fff;
}

/* Tilted proof montage */
.wpt-montage {
	position: relative;
	min-height: 420px;
}

.wpt-mont-a,
.wpt-mont-b,
.wpt-mont-c {
	position: absolute;
	border-radius: 16px;
	border: 1.5px solid var(--wpt-ink);
	padding: 18px;
	transition: transform .35s cubic-bezier(.2, .8, .2, 1);
}

.wpt-mont-a {
	inset: 0 18% 28% 0;
	background: linear-gradient(145deg, #0B1216 0%, #1a2830 50%, #243840 100%);
	color: #fff;
	transform: rotate(-2deg);
	z-index: 1;
}

.wpt-mont-b {
	right: 0;
	top: 12%;
	width: 48%;
	height: 42%;
	background: linear-gradient(160deg, #FF6A32, #c43a10);
	color: #fff;
	transform: rotate(3deg);
	z-index: 2;
}

.wpt-mont-c {
	left: 8%;
	bottom: 0;
	width: 55%;
	height: 38%;
	background: var(--wpt-paper);
	color: var(--wpt-ink);
	border-color: var(--wpt-cobalt);
	transform: rotate(-1deg);
	z-index: 3;
}

.wpt-montage:hover .wpt-mont-a { transform: rotate(-3.5deg) translateY(-6px); }
.wpt-montage:hover .wpt-mont-b { transform: rotate(4.5deg) translateY(-4px); }
.wpt-montage:hover .wpt-mont-c { transform: rotate(0deg) translateY(-8px); }

.wpt-mont-a .t,
.wpt-mont-b .t,
.wpt-mont-c .t {
	font-size: 13px;
	font-weight: 600;
	margin: 0 0 8px;
	opacity: .8;
}

.wpt-mont-a strong,
.wpt-mont-b strong,
.wpt-mont-c strong {
	font-family: "Space Grotesk", sans-serif;
	font-size: 1.15rem;
	font-weight: 700;
	display: block;
	margin-bottom: 8px;
	letter-spacing: -.02em;
}

.wpt-mont-a p,
.wpt-mont-b p,
.wpt-mont-c p {
	margin: 0;
	font-size: 13px;
	opacity: .85;
}

.wpt-mont-browser {
	display: flex;
	gap: 6px;
	margin: 10px 0 12px;
}

.wpt-mont-browser i {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .35);
}

/* Service stack — not pricing cards */
.wpt-section { padding: 72px 0; }

.wpt-section-head {
	max-width: 40rem;
	margin-bottom: 36px;
}

.wpt-section-head h2,
.wpt-inquire-copy h2,
.wpt-together h2 {
	font-family: "Space Grotesk", sans-serif;
	font-weight: 700;
	font-size: clamp(1.8rem, 3.5vw, 2.6rem);
	letter-spacing: -.03em;
	line-height: 1.1;
	margin: 0 0 12px;
}

.wpt-section-head p {
	color: var(--wpt-muted);
	margin: 0;
}

.wpt-stack {
	display: flex;
	flex-direction: column;
	border: 1.5px solid var(--wpt-ink);
	border-radius: 18px;
	overflow: hidden;
	background: var(--wpt-paper);
}

.wpt-stack article {
	display: grid;
	grid-template-columns: minmax(9rem, .32fr) 1fr;
	gap: 20px 32px;
	padding: 28px 32px;
	border-bottom: 1.5px solid var(--wpt-line);
	align-items: start;
}

.wpt-stack article:last-child { border-bottom: 0; }

.wpt-stack h3 {
	font-family: "Space Grotesk", sans-serif;
	font-size: 1.45rem;
	font-weight: 700;
	margin: 0;
	letter-spacing: -.02em;
}

.wpt-stack p { margin: 0; color: var(--wpt-muted); font-size: 16px; }

.wpt-aside {
	margin-top: 10px !important;
	color: var(--wpt-ink) !important;
	font-size: 14px !important;
	font-weight: 600;
}

.svc-web { box-shadow: inset 6px 0 0 var(--wpt-ink); }
.svc-meta { box-shadow: inset 6px 0 0 var(--wpt-orange); }
.svc-social { box-shadow: inset 6px 0 0 var(--wpt-cobalt); }

/* Together */
.wpt-together {
	background: var(--wpt-ink);
	color: #fff;
	padding: 72px 0;
}

.wpt-together .wpt-kicker { color: var(--wpt-orange); }
.wpt-together .wpt-section-head p { color: #9aa3ab; }

.wpt-hold-list {
	display: grid;
	gap: 0;
	list-style: none;
	border-top: 1px solid #2a333a;
	max-width: 42rem;
}

.wpt-hold-list li {
	padding: 18px 0;
	border-bottom: 1px solid #2a333a;
	font-family: "Space Grotesk", sans-serif;
	font-weight: 600;
	font-size: 1.05rem;
}

/* How */
.wpt-steps {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	list-style: none;
	counter-reset: wpt-step;
}

.wpt-steps li {
	display: flex;
	flex-direction: column;
	padding: 24px;
	border: 1.5px solid var(--wpt-ink);
	border-radius: 16px;
	background: var(--wpt-paper);
	counter-increment: wpt-step;
}

.wpt-steps li::before {
	content: counter(wpt-step);
	font-family: "Space Grotesk", sans-serif;
	font-size: 13px;
	font-weight: 700;
	color: var(--wpt-orange);
	margin-bottom: 10px;
}

.wpt-steps h3 {
	font-family: "Space Grotesk", sans-serif;
	font-size: 1.15rem;
	font-weight: 700;
	margin: 0 0 8px;
}

.wpt-steps p {
	margin: 0;
	color: var(--wpt-muted);
	font-size: 15px;
}

.wpt-owns {
	display: grid;
	gap: 10px;
	margin: auto 0 0;
	padding-top: 14px;
	border-top: 1.5px solid var(--wpt-line);
}

.wpt-owns div { margin: 0; }

.wpt-owns dt {
	margin: 0 0 2px;
	color: var(--wpt-ink);
	font-size: 12px;
	font-weight: 700;
}

.wpt-owns dd {
	margin: 0;
	color: var(--wpt-muted);
	font-size: 13px;
	line-height: 1.45;
}

/* Fit */
.wpt-fit {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.wpt-fit article {
	border: 1.5px solid var(--wpt-ink);
	border-radius: 16px;
	padding: 28px;
	background: var(--wpt-paper);
}

.wpt-fit-yes {
	background: var(--wpt-ink);
	color: #fff;
}

.wpt-fit h3 {
	font-size: 13px;
	font-weight: 700;
	margin: 0 0 16px;
	color: var(--wpt-muted);
}

.wpt-fit-yes h3 { color: var(--wpt-orange); }

.wpt-fit ul { list-style: none; }

.wpt-fit li {
	padding: 11px 0 11px 22px;
	border-bottom: 1px solid var(--wpt-line);
	position: relative;
	font-size: 15px;
	font-weight: 600;
}

.wpt-fit-yes li { border-color: #2a333a; }
.wpt-fit li:last-child { border-bottom: 0; }
.wpt-fit-yes li::before { content: "▸"; position: absolute; left: 0; color: var(--wpt-orange); }
.wpt-fit-no li::before { content: "×"; position: absolute; left: 0; color: var(--wpt-muted); }

/* Editorial proof rail */
.wpt-proof-rail {
	display: grid;
	grid-template-columns: 1.15fr .85fr;
	grid-template-rows: auto auto;
	gap: 16px;
}

.art-route { grid-row: 1 / span 2; }

.wpt-artifact {
	margin: 0;
	padding: 20px;
	border: 1.5px solid var(--wpt-ink);
	border-radius: 16px;
	background: var(--wpt-paper);
}

.art-week { border-color: var(--wpt-cobalt); }
.art-meta { border-color: var(--wpt-orange); }

.wpt-artifact-label {
	margin: 0 0 12px;
	font-size: 13px;
	font-weight: 600;
	color: var(--wpt-muted);
}

.wpt-artifact-body {
	padding: 14px;
	border: 1px solid var(--wpt-line);
	border-radius: 12px;
	background: var(--wpt-bg);
}

.art-route .wpt-artifact-body {
	background: #0B1216;
	border-color: #2a333a;
	color: #fff;
	min-height: 220px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.art-route .wpt-artifact-body > p,
.art-route .wpt-flow-card span { color: #9aa3ab; }

.wpt-artifact-body > p {
	margin: 12px 0 0;
	color: var(--wpt-muted);
	font-size: 13px;
	line-height: 1.45;
}

.wpt-artifact figcaption {
	margin-top: 12px;
	color: var(--wpt-ink);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.45;
}

.wpt-flow {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	gap: 8px;
	align-items: stretch;
}

.wpt-flow-card {
	padding: 10px;
	border: 1px solid var(--wpt-line);
	border-radius: 8px;
	background: var(--wpt-white);
}

.art-route .wpt-flow-card {
	background: #162026;
	border-color: #2a333a;
	color: #fff;
}

.wpt-flow-card span,
.wpt-week span,
.wpt-meta-split span {
	display: block;
	color: var(--wpt-muted);
	font-size: 11px;
	font-weight: 600;
}

.wpt-flow-card strong,
.wpt-week strong,
.wpt-meta-split strong {
	display: block;
	margin-top: 4px;
	font-size: 13px;
	letter-spacing: -.02em;
	font-family: "Space Grotesk", sans-serif;
}

.wpt-flow-arrow {
	align-self: center;
	color: var(--wpt-orange);
	font-weight: 700;
}

.wpt-week { display: grid; gap: 8px; }

.wpt-week div {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	padding: 8px 10px;
	border: 1px solid var(--wpt-line);
	border-radius: 8px;
	background: var(--wpt-white);
}

.wpt-meta-campaign {
	margin: 0 0 10px;
	padding: 8px 10px;
	border: 1px solid var(--wpt-line);
	border-radius: 8px;
	background: var(--wpt-white);
	font-size: 13px;
	font-weight: 700;
}

.wpt-meta-campaign span {
	display: block;
	margin-top: 2px;
	color: var(--wpt-muted);
	font-size: 11px;
	font-weight: 600;
}

.wpt-meta-split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
}

.wpt-meta-split div {
	padding: 8px 10px;
	border: 1px solid var(--wpt-line);
	border-radius: 8px;
	background: var(--wpt-white);
}

.wpt-note {
	max-width: 46em;
	margin: 18px 0 0;
	color: var(--wpt-muted);
	font-size: 15px;
	line-height: 1.55;
}

/* Inquiry */
.wpt-inquire {
	padding: 80px 0;
	border-top: 1.5px solid var(--wpt-ink);
}

.wpt-inquire-grid {
	display: grid;
	grid-template-columns: 1fr 1.1fr;
	gap: 40px;
	align-items: start;
}

.wpt-inquire-copy p {
	margin: 14px 0 0;
	color: var(--wpt-muted);
	font-size: 16px;
	line-height: 1.6;
}

.wpt-inquire-panel { min-width: 0; }

.wpt-contact-form,
.wpt-form-error,
.wpt-form-success {
	width: 100%;
	text-align: left;
}

.wpt-contact-form {
	padding: 28px;
	border: 1.5px solid var(--wpt-ink);
	border-radius: 18px;
	background: var(--wpt-white);
	box-shadow: 10px 10px 0 var(--wpt-orange);
}

.wpt-contact-form label,
.wpt-need legend {
	display: block;
	margin: 0 0 8px;
	font-size: 13px;
	font-weight: 700;
}

.wpt-contact-form label span,
.wpt-need legend span {
	color: var(--wpt-muted);
	font-weight: 500;
}

.wpt-contact-form input,
.wpt-contact-form select,
.wpt-contact-form textarea {
	display: block;
	width: 100%;
	margin: 0 0 14px;
	padding: 12px 14px;
	border: 1.5px solid var(--wpt-line);
	border-radius: 10px;
	background: var(--wpt-bg);
	box-shadow: none;
	color: var(--wpt-ink);
}

.wpt-contact-form input,
.wpt-contact-form select { min-height: 48px; }

.wpt-contact-form select {
	-webkit-appearance: none;
	appearance: none;
	padding-right: 46px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%230B1216' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
	background-position: right 14px center;
	background-repeat: no-repeat;
	background-size: 18px;
	cursor: pointer;
	line-height: 1.2;
}

.wpt-contact-form select:invalid { color: var(--wpt-muted); }
.wpt-contact-form select option { color: var(--wpt-ink); }

.wpt-contact-form textarea {
	min-height: 116px;
	resize: vertical;
}

.wpt-contact-form input:focus,
.wpt-contact-form select:focus,
.wpt-contact-form textarea:focus,
.wpt-btn:focus-visible,
.wpt-btn-alt:focus-visible,
.wpt-cta-top:focus-visible,
.wpt-chrome-links a:focus-visible {
	border-color: var(--wpt-ink);
	outline: 3px solid var(--wpt-focus);
	outline-offset: 2px;
}

.wpt-need {
	margin: 0 0 14px;
	padding: 0;
	border: 0;
	display: grid;
	gap: 8px;
}

.wpt-check {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	margin: 0;
	padding: 12px 13px;
	border: 1.5px solid var(--wpt-line);
	border-radius: 10px;
	background: var(--wpt-bg);
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
}

.wpt-check input {
	width: auto;
	min-height: 0;
	margin: 3px 0 0;
	accent-color: var(--wpt-orange);
}

.wpt-check:has(input:checked) { border-color: var(--wpt-ink); }

.wpt-turnstile { margin: 0 0 16px; }

.wpt-contact-form button {
	width: 100%;
	min-height: 50px;
	border: 0;
	border-radius: 999px;
	background: var(--wpt-orange);
	color: #fff;
	font-family: "Space Grotesk", sans-serif;
	font-weight: 700;
	cursor: pointer;
	transition: transform .2s, background .2s;
}

.wpt-contact-form button:hover {
	transform: translateY(-2px);
	background: #e55a22;
}

.wpt-contact-form button:focus-visible,
.wpt-contact-form select:focus-visible {
	outline: 3px solid var(--wpt-focus);
	outline-offset: 3px;
}

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

.wpt-form-error,
.wpt-form-success {
	margin-bottom: 18px;
	padding: 14px 16px;
	border-radius: 10px;
	font-size: 14px;
	line-height: 1.45;
}

.wpt-form-error {
	border: 1px solid #c23a2b;
	background: #fff4f2;
}

.wpt-form-error ul { margin: 7px 0 0 20px; }

.wpt-form-success {
	border: 1.5px solid var(--wpt-ink);
	background: var(--wpt-paper);
}

.wpt-form-success strong { display: block; }

.wpt-footer {
	padding: 28px 0 40px;
	border-top: 1.5px solid var(--wpt-line);
	color: var(--wpt-muted);
	font-size: 13px;
	line-height: 1.55;
}

.wpt-footer-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 12px;
}

.wpt-footer-inner p { margin: 0; }

.wpt-footer a {
	color: var(--wpt-ink);
	font-weight: 700;
	border-bottom: 2px solid var(--wpt-orange);
}

.wpt-contact-form[data-intent="contact"] [data-new-only] { display: none; }

@media (max-width: 900px) {
	.wpt-chrome-links { display: none; }
	.wpt-hero,
	.wpt-steps,
	.wpt-fit,
	.wpt-inquire-grid,
	.wpt-proof-rail,
	.wpt-stack article {
		grid-template-columns: 1fr;
	}
	.art-route { grid-row: auto; }
	.wpt-montage { min-height: 320px; }
	.wpt-hero { padding-top: 36px; }
	.wpt-section,
	.wpt-together { padding: 48px 0; }
	.wpt-inquire { padding: 48px 0; }
}

@media (max-width: 600px) {
	.wpt-shell { width: min(100% - 32px, var(--wpt-shell)); }
	.wpt-wordmark img { height: 22px; }
	.wpt-hero h1 { font-size: clamp(2rem, 9vw, 2.6rem); max-width: none; }
	.wpt-lede { font-size: 16px; }
	.wpt-contact-form { padding: 22px 18px; box-shadow: 6px 6px 0 var(--wpt-orange); }
	.wpt-stack article { padding: 22px 18px; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	.wpt-btn,
	.wpt-cta-top,
	.wpt-contact-form button,
	.wpt-mont-a,
	.wpt-mont-b,
	.wpt-mont-c { transition: none; }
	.wpt-montage:hover .wpt-mont-a { transform: rotate(-2deg); }
	.wpt-montage:hover .wpt-mont-b { transform: rotate(3deg); }
	.wpt-montage:hover .wpt-mont-c { transform: rotate(-1deg); }
}
