.fwb2-site,
.fwb2-site * {
	box-sizing: border-box;
}

.fwb2-site {
	--fwb2-signal: #6657ff;
	--fwb2-ink: #111111;
	--fwb2-paper: #f1eee7;
	--fwb2-spark: #d9ff63;
	--fwb2-white: #fff;
	--fwb2-muted: #69675f;
	--fwb2-line: rgba(17, 17, 17, .17);
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	overflow: hidden;
	color: var(--fwb2-ink);
	background: var(--fwb2-paper);
	font-family: "Helvetica Neue", Helvetica, Arial, ui-sans-serif, sans-serif;
	font-size: 17px;
	font-weight: 430;
	line-height: 1.55;
	-webkit-font-smoothing: antialiased;
}

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

.fwb2-site p,
.fwb2-site h1,
.fwb2-site h2,
.fwb2-site h3,
.fwb2-site ul,
.fwb2-site ol {
	margin-top: 0;
}

.fwb2-site h1,
.fwb2-site h2,
.fwb2-site h3 {
	color: inherit;
	font-family: inherit;
	font-weight: 590;
	letter-spacing: -.055em;
	line-height: .96;
}

.fwb2-site h1 {
	max-width: 1110px;
	margin-bottom: 0;
	font-size: clamp(4.1rem, 9.9vw, 9.5rem);
}

.fwb2-site h1 em {
	position: relative;
	display: inline-block;
	color: var(--fwb2-signal);
	font-style: normal;
	white-space: nowrap;
}

.fwb2-site h1 em::after {
	position: absolute;
	right: 0;
	bottom: -.08em;
	left: 0;
	height: .055em;
	border-radius: 999px;
	background: currentColor;
	content: "";
	transform: scaleX(.96) rotate(-1deg);
}

.fwb2-site h2 {
	font-size: clamp(3rem, 7vw, 7rem);
}

.fwb2-site h3 {
	font-size: clamp(1.45rem, 2.3vw, 2.2rem);
}

.fwb2-shell {
	position: relative;
	z-index: 2;
	width: min(1320px, calc(100% - 70px));
	margin-right: auto;
	margin-left: auto;
}

.fwb2-section {
	padding: clamp(105px, 12vw, 180px) 0;
}

.fwb2-site a:focus-visible,
.fwb2-site summary:focus-visible,
.fwb2-site button:focus-visible,
.fwb2-site input:focus-visible,
.fwb2-site textarea:focus-visible,
.fwb2-site select:focus-visible {
	outline: 3px solid var(--fwb2-signal);
	outline-offset: 5px;
}

.fwb2-hero {
	position: relative;
	padding: 34px 0 46px;
	background: var(--fwb2-paper);
}

.fwb2-hero::before {
	position: absolute;
	top: 0;
	right: 0;
	width: min(35vw, 520px);
	height: 6px;
	background: var(--fwb2-signal);
	content: "";
}

.fwb2-hero__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding-bottom: 23px;
	border-bottom: 1px solid var(--fwb2-line);
	font-size: .73rem;
	font-weight: 680;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.fwb2-hero__meta p,
.fwb2-hero__meta span {
	margin: 0;
}

.fwb2-hero__meta p::before {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 11px;
	border-radius: 50%;
	background: var(--fwb2-signal);
	content: "";
}

.fwb2-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
	align-items: end;
	gap: clamp(45px, 7vw, 110px);
	padding: clamp(70px, 9vw, 128px) 0 65px;
}

.fwb2-hero__aside {
	padding-bottom: 9px;
}

.fwb2-hero__aside > p {
	max-width: 510px;
	margin-bottom: 34px;
	font-size: clamp(1.07rem, 1.6vw, 1.3rem);
	line-height: 1.48;
}

.fwb2-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 22px;
}

.fwb2-button {
	display: inline-flex;
	min-height: 55px;
	align-items: center;
	justify-content: center;
	gap: 28px;
	padding: 13px 22px;
	border: 1px solid transparent;
	border-radius: 0;
	font-size: .86rem;
	font-weight: 690;
	line-height: 1;
	transition: color .2s ease, background .2s ease, transform .2s ease;
}

.fwb2-button svg,
.fwb2-text-link svg {
	width: 19px;
	height: 19px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.fwb2-button:hover {
	transform: translateY(-3px);
}

.fwb2-button--dark {
	color: var(--fwb2-white) !important;
	background: var(--fwb2-ink);
}

.fwb2-button--dark:hover {
	color: var(--fwb2-ink) !important;
	background: var(--fwb2-spark);
}

.fwb2-button--signal {
	color: var(--fwb2-white) !important;
	background: var(--fwb2-signal);
}

.fwb2-text-link {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	padding: 8px 0;
	border-bottom: 1px solid currentColor;
	font-size: .85rem;
	font-weight: 680;
}

.fwb2-text-link span {
	transition: transform .2s ease;
}

.fwb2-text-link:hover span {
	transform: translate(3px, 3px);
}

.fwb2-stage {
	position: relative;
	min-height: clamp(430px, 50vw, 680px);
	overflow: hidden;
	border: 1px solid var(--fwb2-ink);
	background: var(--fwb2-signal);
	isolation: isolate;
}

.fwb2-stage__grid {
	position: absolute;
	z-index: -1;
	inset: 0;
	background-image: linear-gradient(rgba(255, 255, 255, .13) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .13) 1px, transparent 1px);
	background-size: 48px 48px;
}

.fwb2-stage__label {
	position: absolute;
	z-index: 4;
	top: 22px;
	left: 24px;
	display: flex;
	align-items: center;
	gap: 9px;
	padding: 8px 11px;
	color: var(--fwb2-ink);
	background: var(--fwb2-spark);
	font-size: .67rem;
	font-weight: 720;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.fwb2-stage__label i {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #18a560;
	box-shadow: 0 0 0 4px rgba(24, 165, 96, .16);
}

.fwb2-stage__image {
	position: absolute;
	z-index: 1;
	inset: 9%;
	overflow: hidden;
	border: 1px solid rgba(17, 17, 17, .45);
	background: var(--fwb2-paper);
	box-shadow: 26px 30px 0 rgba(17, 17, 17, .2);
}

.fwb2-stage__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.fwb2-prototype {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	width: min(75%, 790px);
	border: 1px solid var(--fwb2-ink);
	background: #fff;
	box-shadow: 32px 36px 0 rgba(17, 17, 17, .18);
	transform: translate(calc(-50% + var(--fwb2-shift-x, 0px)), calc(-49% + var(--fwb2-shift-y, 0px))) rotate(-2deg);
	transition: transform .35s ease;
}

.fwb2-stage:hover .fwb2-prototype {
	transform: translate(calc(-50% + var(--fwb2-shift-x, 0px)), calc(-49% + var(--fwb2-shift-y, 0px))) rotate(-1deg);
}

.fwb2-prototype__top {
	display: flex;
	height: 34px;
	align-items: center;
	gap: 6px;
	padding: 0 12px;
	border-bottom: 1px solid var(--fwb2-line);
	background: #f6f5f1;
}

.fwb2-prototype__top i {
	width: 7px;
	height: 7px;
	border: 1px solid var(--fwb2-ink);
	border-radius: 50%;
}

.fwb2-prototype__top i:first-child {
	background: var(--fwb2-spark);
}

.fwb2-prototype__top span {
	margin-left: auto;
	font-size: 8px;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.fwb2-prototype__body {
	padding: clamp(18px, 3vw, 34px);
}

.fwb2-prototype__nav {
	display: flex;
	align-items: center;
	gap: 22px;
	margin-bottom: clamp(28px, 4vw, 55px);
	font-size: clamp(8px, 1vw, 12px);
	text-transform: uppercase;
}

.fwb2-prototype__nav b {
	margin-right: auto;
	font-size: clamp(17px, 2.2vw, 28px);
	letter-spacing: -.06em;
	text-transform: lowercase;
}

.fwb2-prototype__nav em {
	padding: 7px 12px;
	color: #fff;
	background: var(--fwb2-ink);
	font-style: normal;
}

.fwb2-prototype__hero {
	display: grid;
	grid-template-columns: 1.2fr .8fr;
	align-items: center;
	gap: 22px;
}

.fwb2-prototype__copy small {
	display: block;
	margin-bottom: 13px;
	color: var(--fwb2-signal);
	font-size: clamp(7px, .9vw, 11px);
	font-weight: 740;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.fwb2-prototype__copy strong {
	display: block;
	font-size: clamp(2.2rem, 5.8vw, 5.8rem);
	font-weight: 600;
	letter-spacing: -.065em;
	line-height: .83;
}

.fwb2-prototype__copy i {
	display: block;
	width: 32%;
	height: 7px;
	margin-top: 25px;
	background: var(--fwb2-spark);
}

.fwb2-prototype__disc {
	display: grid;
	aspect-ratio: 1;
	place-items: center;
	border-radius: 50%;
	background: var(--fwb2-spark);
	transform: rotate(13deg);
}

.fwb2-prototype__disc span {
	font-size: clamp(3.5rem, 9vw, 8rem);
	font-weight: 180;
	line-height: 1;
}

.fwb2-prototype__foot {
	display: flex;
	gap: 11px;
	margin-top: 34px;
	padding-top: 15px;
	border-top: 1px solid var(--fwb2-line);
}

.fwb2-prototype__foot span {
	padding: 5px 9px;
	border: 1px solid var(--fwb2-line);
	font-size: 8px;
	font-weight: 690;
	text-transform: uppercase;
}

.fwb2-stage__note {
	position: absolute;
	z-index: 4;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 13px;
	border: 1px solid var(--fwb2-ink);
	background: var(--fwb2-paper);
	font-size: .69rem;
}

.fwb2-stage__note b {
	color: var(--fwb2-signal);
	font-size: .62rem;
}

.fwb2-stage__note--one {
	top: 18%;
	right: 3%;
	transform: rotate(3deg);
}

.fwb2-stage__note--two {
	bottom: 7%;
	left: 4%;
	transform: rotate(-2deg);
}

.fwb2-stage__cursor {
	position: absolute;
	z-index: 6;
	right: 18%;
	bottom: 18%;
	width: 0;
	height: 0;
	border-top: 20px solid var(--fwb2-ink);
	border-right: 13px solid transparent;
	filter: drop-shadow(2px 2px 0 #fff);
	transform: rotate(-28deg);
}

.fwb2-stage__cursor span {
	position: absolute;
	top: -25px;
	left: 9px;
	padding: 5px 8px;
	color: var(--fwb2-white);
	background: var(--fwb2-ink);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .04em;
	white-space: nowrap;
}

.fwb2-hero__promises {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0;
	margin: 0;
	padding: 0;
	border-right: 1px solid var(--fwb2-line);
	border-left: 1px solid var(--fwb2-line);
	list-style: none;
}

.fwb2-hero__promises li {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 22px 24px;
	border-right: 1px solid var(--fwb2-line);
	font-size: .81rem;
	font-weight: 620;
}

.fwb2-hero__promises li:last-child {
	border-right: 0;
}

.fwb2-hero__promises span {
	color: var(--fwb2-signal);
	font-size: .65rem;
	font-weight: 760;
}

.fwb2-ticker {
	overflow: hidden;
	border-top: 1px solid var(--fwb2-ink);
	border-bottom: 1px solid var(--fwb2-ink);
	background: var(--fwb2-spark);
}

.fwb2-ticker__track {
	display: flex;
	width: max-content;
	animation: fwb2-ticker 30s linear infinite;
}

.fwb2-ticker__set {
	display: flex;
	flex-shrink: 0;
	align-items: center;
}

.fwb2-ticker span {
	display: flex;
	align-items: center;
	gap: 24px;
	padding: 15px 17px;
	font-size: .78rem;
	font-weight: 700;
	letter-spacing: .07em;
	text-transform: uppercase;
}

.fwb2-ticker i {
	font-size: .8rem;
	font-style: normal;
}

@keyframes fwb2-ticker {
	to { transform: translateX(-50%); }
}

.fwb2-manifesto {
	background: #fff;
}

.fwb2-manifesto__grid {
	display: grid;
	grid-template-columns: minmax(140px, .35fr) minmax(0, 1.15fr) minmax(270px, .5fr);
	align-items: start;
	gap: clamp(35px, 6vw, 90px);
}

.fwb2-section-index {
	display: flex;
	align-items: center;
	gap: 12px;
	padding-top: 7px;
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.fwb2-section-index span {
	color: var(--fwb2-signal);
}

.fwb2-section-index p {
	margin: 0;
}

.fwb2-manifesto__main h2 {
	max-width: 840px;
	margin-bottom: 45px;
}

.fwb2-manifesto__main > p {
	max-width: 760px;
	margin-bottom: 0;
	font-size: clamp(1.2rem, 2.15vw, 1.8rem);
	line-height: 1.42;
}

.fwb2-metrics {
	display: grid;
	gap: 28px;
	padding-top: 10px;
}

.fwb2-metrics > div {
	padding-top: 22px;
	border-top: 1px solid var(--fwb2-line);
}

.fwb2-metrics strong,
.fwb2-metrics span {
	display: block;
}

.fwb2-metrics strong {
	margin-bottom: 8px;
	font-size: clamp(2.2rem, 4vw, 4.4rem);
	font-weight: 570;
	letter-spacing: -.06em;
	line-height: 1;
}

.fwb2-metrics span {
	color: var(--fwb2-muted);
	font-size: .78rem;
	font-weight: 620;
	text-transform: uppercase;
}

.fwb2-work {
	border-top: 1px solid var(--fwb2-line);
	background: var(--fwb2-paper);
}

.fwb2-heading {
	display: grid;
	grid-template-columns: minmax(150px, .34fr) minmax(0, 1.16fr) minmax(270px, .5fr);
	align-items: start;
	gap: clamp(35px, 6vw, 90px);
	margin-bottom: clamp(65px, 9vw, 125px);
}

.fwb2-heading h2 {
	margin: 0;
}

.fwb2-heading > p {
	margin: 7px 0 0;
	color: var(--fwb2-muted);
}

.fwb2-work__grid {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: clamp(34px, 5vw, 72px) 24px;
}

.fwb2-work-card {
	grid-column: span 6;
}

.fwb2-work-card:nth-child(3n + 1) {
	grid-column: span 7;
}

.fwb2-work-card:nth-child(3n + 2) {
	grid-column: 9 / span 4;
	margin-top: clamp(70px, 10vw, 145px);
}

.fwb2-work-card:nth-child(3n + 3) {
	grid-column: 3 / span 7;
}

.fwb2-work-card__media {
	position: relative;
	display: block;
	aspect-ratio: 1.28;
	overflow: hidden;
	border: 1px solid var(--fwb2-ink);
	background: #ddd8ce;
}

.fwb2-work-card:nth-child(3n + 2) .fwb2-work-card__media {
	aspect-ratio: .9;
}

.fwb2-work-card__media > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .55s cubic-bezier(.22, .61, .36, 1);
}

.fwb2-work-card:hover .fwb2-work-card__media > img {
	transform: scale(1.035);
}

.fwb2-work-card__open {
	position: absolute;
	z-index: 3;
	right: 18px;
	bottom: 18px;
	display: grid;
	width: 52px;
	height: 52px;
	place-items: center;
	border-radius: 50%;
	color: var(--fwb2-white);
	background: var(--fwb2-ink);
	transition: color .2s ease, background .2s ease, transform .2s ease;
}

.fwb2-work-card:hover .fwb2-work-card__open {
	color: var(--fwb2-ink);
	background: var(--fwb2-spark);
	transform: rotate(8deg);
}

.fwb2-work-card__open svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.6;
}

.fwb2-work-art {
	position: relative;
	display: grid;
	height: 100%;
	place-items: center;
	padding: 12%;
	background: #d4cffd;
}

.fwb2-work-card--2 .fwb2-work-art {
	background: #f3b8a4;
}

.fwb2-work-card--3 .fwb2-work-art {
	background: #bedfd2;
}

.fwb2-work-card--4 .fwb2-work-art {
	background: #f0d78e;
}

.fwb2-work-art__label {
	position: absolute;
	top: 18px;
	left: 19px;
	padding: 6px 8px;
	border: 1px solid var(--fwb2-ink);
	font-size: 8px;
	font-weight: 760;
	letter-spacing: .1em;
}

.fwb2-work-art > strong {
	position: absolute;
	right: 16px;
	bottom: 2px;
	color: rgba(17, 17, 17, .2);
	font-size: clamp(3rem, 8vw, 8rem);
	font-weight: 520;
	letter-spacing: -.08em;
	line-height: 1;
}

.fwb2-work-art__window {
	position: relative;
	z-index: 1;
	width: min(82%, 560px);
	border: 1px solid var(--fwb2-ink);
	background: #fff;
	box-shadow: 22px 24px 0 rgba(17, 17, 17, .15);
	transform: rotate(-3deg);
}

.fwb2-work-art__bar {
	display: flex;
	height: 28px;
	align-items: center;
	gap: 5px;
	padding: 0 9px;
	border-bottom: 1px solid var(--fwb2-line);
}

.fwb2-work-art__bar i {
	width: 5px;
	height: 5px;
	border: 1px solid var(--fwb2-ink);
	border-radius: 50%;
}

.fwb2-work-art__bar span {
	width: 35%;
	height: 5px;
	margin-left: auto;
	background: #e7e5df;
}

.fwb2-work-art__body {
	min-height: 190px;
	padding: 10% 9%;
	background: #f8f7f3;
}

.fwb2-work-art__body small,
.fwb2-work-art__body b,
.fwb2-work-art__body em,
.fwb2-work-art__body i {
	display: block;
	border-radius: 0;
}

.fwb2-work-art__body small {
	width: 26%;
	height: 5px;
	margin-bottom: 14px;
	background: var(--fwb2-signal);
}

.fwb2-work-art__body b {
	width: 75%;
	height: 15px;
	margin-bottom: 8px;
	background: var(--fwb2-ink);
}

.fwb2-work-art__body em {
	width: 50%;
	height: 15px;
	margin-bottom: 25px;
	background: var(--fwb2-ink);
}

.fwb2-work-art__body i {
	width: 70px;
	height: 24px;
	background: var(--fwb2-spark);
}

.fwb2-work-card__body {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 24px;
	padding: 24px 0 12px;
	border-bottom: 1px solid var(--fwb2-line);
}

.fwb2-work-card__body p {
	margin-bottom: 9px;
	color: var(--fwb2-signal);
	font-size: .68rem;
	font-weight: 730;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.fwb2-work-card__body h3 {
	max-width: 560px;
	margin: 0;
}

.fwb2-work-card__body > span {
	max-width: 135px;
	padding-top: 5px;
	color: var(--fwb2-muted);
	font-size: .72rem;
	font-weight: 650;
	text-align: right;
	text-transform: uppercase;
}

.fwb2-work-card__copy {
	max-width: 650px;
	padding-top: 16px;
	color: var(--fwb2-muted);
	font-size: .9rem;
}

.fwb2-work-card__copy p:last-child {
	margin-bottom: 0;
}

.fwb2-services {
	color: var(--fwb2-white);
	background: var(--fwb2-ink);
}

.fwb2-services__layout {
	display: grid;
	grid-template-columns: minmax(320px, .78fr) minmax(0, 1.22fr);
	align-items: start;
	gap: clamp(65px, 10vw, 150px);
}

.fwb2-services__intro {
	position: sticky;
	top: 70px;
}

.fwb2-services__intro .fwb2-section-index span {
	color: var(--fwb2-spark);
}

.fwb2-services__intro h2 {
	margin: 55px 0 35px;
	font-size: clamp(3.1rem, 6.2vw, 6.4rem);
}

.fwb2-services__intro > p {
	max-width: 510px;
	margin: 0;
	color: rgba(255, 255, 255, .61);
}

.fwb2-service-list {
	border-top: 1px solid rgba(255, 255, 255, .25);
}

.fwb2-service-row {
	display: grid;
	grid-template-columns: 35px 54px minmax(0, 1fr) 48px;
	align-items: start;
	gap: 20px;
	padding: 35px 0;
	border-bottom: 1px solid rgba(255, 255, 255, .25);
}

.fwb2-service-row__number {
	padding-top: 9px;
	color: var(--fwb2-spark);
	font-size: .63rem;
	font-weight: 730;
}

.fwb2-service-row__icon {
	display: grid;
	width: 45px;
	height: 45px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, .32);
	border-radius: 50%;
	color: var(--fwb2-spark);
}

.fwb2-service-row__icon svg {
	width: 21px;
	height: 21px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.4;
}

.fwb2-service-row__copy h3 {
	margin: 5px 0 14px;
	font-size: clamp(1.65rem, 3vw, 2.8rem);
}

.fwb2-service-row__copy p {
	max-width: 560px;
	margin-bottom: 0;
	color: rgba(255, 255, 255, .59);
	font-size: .91rem;
}

.fwb2-service-row > a {
	display: grid;
	width: 43px;
	height: 43px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, .35);
	border-radius: 50%;
	transition: color .2s ease, background .2s ease, transform .2s ease;
}

.fwb2-service-row > a:hover {
	color: var(--fwb2-ink);
	background: var(--fwb2-spark);
	transform: rotate(8deg);
}

.fwb2-service-row > a svg {
	width: 19px;
	height: 19px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.6;
}

.fwb2-proof {
	padding: clamp(80px, 10vw, 145px) 0;
	border-bottom: 1px solid var(--fwb2-ink);
	background: var(--fwb2-spark);
}

.fwb2-proof__grid {
	display: grid;
	grid-template-columns: 1.2fr .8fr;
	align-items: end;
	gap: clamp(65px, 10vw, 150px);
}

.fwb2-proof__grid > p {
	max-width: 820px;
	margin-bottom: 0;
	font-size: clamp(3.2rem, 7.2vw, 7.4rem);
	font-weight: 580;
	letter-spacing: -.065em;
	line-height: .91;
}

.fwb2-proof__grid > p em {
	color: var(--fwb2-signal);
	font-style: normal;
}

.fwb2-proof__facts {
	border-top: 1px solid var(--fwb2-ink);
}

.fwb2-proof__facts > div {
	display: grid;
	grid-template-columns: 32px 1fr;
	gap: 7px 12px;
	padding: 19px 0;
	border-bottom: 1px solid var(--fwb2-ink);
}

.fwb2-proof__facts span {
	grid-row: span 2;
	font-size: .63rem;
	font-weight: 750;
}

.fwb2-proof__facts strong {
	font-size: 1rem;
}

.fwb2-proof__facts p {
	margin: 0;
	font-size: .78rem;
}

.fwb2-process {
	color: var(--fwb2-white);
	background: var(--fwb2-signal);
}

.fwb2-heading--dark .fwb2-section-index span {
	color: var(--fwb2-spark);
}

.fwb2-heading--dark > p {
	color: rgba(255, 255, 255, .66);
}

.fwb2-process__list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin: 0;
	padding: 0;
	border-top: 1px solid rgba(255, 255, 255, .35);
	border-left: 1px solid rgba(255, 255, 255, .35);
	list-style: none;
}

.fwb2-process__list li {
	min-height: 330px;
	padding: 25px;
	border-right: 1px solid rgba(255, 255, 255, .35);
	border-bottom: 1px solid rgba(255, 255, 255, .35);
}

.fwb2-process__list li > span {
	display: block;
	margin-bottom: 110px;
	color: var(--fwb2-spark);
	font-size: .65rem;
	font-weight: 760;
}

.fwb2-process__list h3 {
	margin-bottom: 15px;
	font-size: clamp(1.8rem, 3vw, 3rem);
}

.fwb2-process__list p {
	margin-bottom: 0;
	color: rgba(255, 255, 255, .68);
	font-size: .86rem;
}

.fwb2-insights {
	background: #fff;
}

.fwb2-insights__list {
	border-top: 1px solid var(--fwb2-ink);
}

.fwb2-insight > a {
	position: relative;
	display: grid;
	grid-template-columns: 55px minmax(0, 1fr) 150px 55px;
	align-items: center;
	gap: 25px;
	min-height: 145px;
	padding: 22px 0;
	border-bottom: 1px solid var(--fwb2-ink);
}

.fwb2-insight__number,
.fwb2-insight time {
	font-size: .67rem;
	font-weight: 690;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.fwb2-insight__number {
	color: var(--fwb2-signal);
}

.fwb2-insight time {
	display: block;
	margin-bottom: 9px;
	color: var(--fwb2-muted);
}

.fwb2-insight h3 {
	max-width: 810px;
	margin: 0;
	font-size: clamp(1.45rem, 2.7vw, 2.8rem);
	transition: color .2s ease;
}

.fwb2-insight:hover h3 {
	color: var(--fwb2-signal);
}

.fwb2-insight__thumb {
	display: block;
	width: 150px;
	aspect-ratio: 1.55;
	overflow: hidden;
	background: var(--fwb2-paper);
}

.fwb2-insight__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.fwb2-insight__arrow {
	display: grid;
	width: 46px;
	height: 46px;
	place-items: center;
	border: 1px solid var(--fwb2-line);
	border-radius: 50%;
	transition: color .2s ease, background .2s ease;
}

.fwb2-insight:hover .fwb2-insight__arrow {
	color: #fff;
	background: var(--fwb2-signal);
}

.fwb2-insight__arrow svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.6;
}

.fwb2-faq {
	border-top: 1px solid var(--fwb2-line);
	background: var(--fwb2-paper);
}

.fwb2-faq__layout {
	display: grid;
	grid-template-columns: minmax(310px, .72fr) minmax(0, 1.28fr);
	align-items: start;
	gap: clamp(65px, 11vw, 160px);
}

.fwb2-faq__intro {
	position: sticky;
	top: 70px;
}

.fwb2-faq__intro h2 {
	margin: 54px 0 28px;
	font-size: clamp(3.1rem, 6vw, 6.5rem);
}

.fwb2-faq__intro > p {
	max-width: 450px;
	color: var(--fwb2-muted);
}

.fwb2-faq__items {
	border-top: 1px solid var(--fwb2-ink);
}

.fwb2-faq-item {
	border-bottom: 1px solid var(--fwb2-ink);
}

.fwb2-faq-item summary {
	display: grid;
	grid-template-columns: 38px 1fr 22px;
	align-items: center;
	gap: 16px;
	padding: 27px 0;
	cursor: pointer;
	font-size: clamp(1.05rem, 2vw, 1.42rem);
	font-weight: 590;
	letter-spacing: -.025em;
	list-style: none;
}

.fwb2-faq-item summary::-webkit-details-marker {
	display: none;
}

.fwb2-faq-item summary > span {
	color: var(--fwb2-signal);
	font-size: .64rem;
	letter-spacing: .04em;
}

.fwb2-faq-item summary i {
	position: relative;
	width: 18px;
	height: 18px;
}

.fwb2-faq-item summary i::before,
.fwb2-faq-item summary i::after {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	height: 1px;
	background: currentColor;
	content: "";
	transition: transform .2s ease;
}

.fwb2-faq-item summary i::after {
	transform: rotate(90deg);
}

.fwb2-faq-item[open] summary i::after {
	transform: rotate(0);
}

.fwb2-faq-item > div {
	padding: 0 40px 27px 54px;
}

.fwb2-faq-item > div p {
	max-width: 690px;
	margin: 0;
	color: var(--fwb2-muted);
}

.fwb2-contact {
	padding: clamp(90px, 11vw, 155px) 0 34px;
	color: var(--fwb2-white);
	background: var(--fwb2-ink);
}

.fwb2-contact__top {
	position: relative;
	padding-bottom: clamp(65px, 9vw, 120px);
	border-bottom: 1px solid rgba(255, 255, 255, .28);
}

.fwb2-contact__top > p {
	margin-bottom: 35px;
	color: var(--fwb2-spark);
	font-size: .72rem;
	font-weight: 720;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.fwb2-contact__top h2 {
	max-width: 1120px;
	margin: 0;
	font-size: clamp(3.7rem, 8.8vw, 9rem);
}

.fwb2-contact__top > svg {
	position: absolute;
	right: 0;
	bottom: 12%;
	width: clamp(70px, 10vw, 135px);
	height: clamp(70px, 10vw, 135px);
	fill: none;
	stroke: var(--fwb2-signal);
	stroke-width: 5;
	animation: fwb2-spin 18s linear infinite;
}

@keyframes fwb2-spin {
	to { transform: rotate(360deg); }
}

.fwb2-contact__grid {
	display: grid;
	grid-template-columns: minmax(0, .78fr) minmax(420px, 1.22fr);
	gap: clamp(70px, 12vw, 170px);
	padding: clamp(65px, 8vw, 105px) 0;
}

.fwb2-contact__copy > p {
	max-width: 540px;
	margin-bottom: 48px;
	color: rgba(255, 255, 255, .66);
	font-size: clamp(1.08rem, 1.7vw, 1.3rem);
}

.fwb2-contact__copy ul {
	margin: 0;
	padding: 0;
	border-top: 1px solid rgba(255, 255, 255, .25);
	list-style: none;
}

.fwb2-contact__copy li {
	display: grid;
	grid-template-columns: 80px 1fr;
	gap: 15px;
	padding: 15px 0;
	border-bottom: 1px solid rgba(255, 255, 255, .25);
	font-size: .9rem;
}

.fwb2-contact__copy li > span {
	color: rgba(255, 255, 255, .46);
	font-size: .68rem;
	font-weight: 680;
	text-transform: uppercase;
}

.fwb2-contact__copy li p {
	margin: 0;
}

.fwb2-contact__form {
	padding: clamp(26px, 4vw, 50px);
	color: var(--fwb2-ink);
	background: #fff;
}

.fwb2-contact__form label {
	color: var(--fwb2-ink);
	font-size: .78rem;
	font-weight: 670;
}

.fwb2-contact__form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.fwb2-contact__form textarea,
.fwb2-contact__form select {
	width: 100%;
	margin-top: 6px;
	padding: 13px 0;
	border: 0;
	border-bottom: 1px solid var(--fwb2-ink);
	border-radius: 0;
	color: var(--fwb2-ink);
	background: transparent;
	box-shadow: none;
}

.fwb2-contact__form input:not([type="submit"]):focus,
.fwb2-contact__form textarea:focus,
.fwb2-contact__form select:focus {
	border-color: var(--fwb2-signal);
	outline: 0;
	box-shadow: 0 1px 0 var(--fwb2-signal);
}

.fwb2-contact__form input[type="submit"],
.fwb2-contact__form button[type="submit"] {
	min-height: 54px;
	padding: 13px 24px;
	border: 0;
	border-radius: 0;
	color: #fff;
	background: var(--fwb2-signal);
	font-weight: 700;
	cursor: pointer;
}

.fwb2-form-placeholder > span {
	display: inline-block;
	margin-bottom: 55px;
	padding: 7px 10px;
	color: var(--fwb2-ink);
	background: var(--fwb2-spark);
	font-size: .66rem;
	font-weight: 750;
	letter-spacing: .07em;
	text-transform: uppercase;
}

.fwb2-form-placeholder h3 {
	margin-bottom: 20px;
	font-size: clamp(2.1rem, 4vw, 4rem);
}

.fwb2-form-placeholder p {
	max-width: 510px;
	margin-bottom: 30px;
	color: var(--fwb2-muted);
}

.fwb2-contact__foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 25px;
	padding-top: 27px;
	border-top: 1px solid rgba(255, 255, 255, .25);
	color: rgba(255, 255, 255, .55);
	font-size: .68rem;
	font-weight: 650;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.fwb2-contact__foot a {
	color: var(--fwb2-spark);
}

.fwb2-has-js .fwb2-site .fwb2-reveal {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity .7s cubic-bezier(.22, .61, .36, 1), transform .7s cubic-bezier(.22, .61, .36, 1);
}

.fwb2-has-js .fwb2-site .fwb2-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

@media (max-width: 1100px) {
	.fwb2-hero__grid,
	.fwb2-heading,
	.fwb2-manifesto__grid {
		grid-template-columns: 150px minmax(0, 1fr);
	}

	.fwb2-hero__copy,
	.fwb2-heading h2,
	.fwb2-manifesto__main {
		grid-column: 1 / -1;
	}

	.fwb2-hero__aside,
	.fwb2-heading > p,
	.fwb2-metrics {
		grid-column: 2;
	}

	.fwb2-services__layout,
	.fwb2-faq__layout {
		grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
		gap: 55px;
	}

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

@media (max-width: 820px) {
	.fwb2-site {
		font-size: 16px;
	}

	.fwb2-shell {
		width: min(100% - 36px, 700px);
	}

	.fwb2-hero__grid,
	.fwb2-heading,
	.fwb2-manifesto__grid,
	.fwb2-services__layout,
	.fwb2-faq__layout,
	.fwb2-proof__grid,
	.fwb2-contact__grid {
		grid-template-columns: 1fr;
	}

	.fwb2-hero__copy,
	.fwb2-hero__aside,
	.fwb2-heading h2,
	.fwb2-heading > p,
	.fwb2-manifesto__main,
	.fwb2-metrics {
		grid-column: 1;
	}

	.fwb2-hero__grid {
		gap: 38px;
		padding-top: 70px;
	}

	.fwb2-hero__aside {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 28px;
	}

	.fwb2-stage {
		min-height: 490px;
	}

	.fwb2-hero__promises {
		grid-template-columns: 1fr;
	}

	.fwb2-hero__promises li {
		border-right: 0;
		border-bottom: 1px solid var(--fwb2-line);
	}

	.fwb2-hero__promises li:last-child {
		border-bottom: 0;
	}

	.fwb2-heading,
	.fwb2-manifesto__grid {
		gap: 30px;
	}

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

	.fwb2-work-card,
	.fwb2-work-card:nth-child(3n + 1),
	.fwb2-work-card:nth-child(3n + 2),
	.fwb2-work-card:nth-child(3n + 3) {
		grid-column: span 6;
		margin-top: 0;
	}

	.fwb2-services__intro,
	.fwb2-faq__intro {
		position: static;
	}

	.fwb2-proof__grid {
		gap: 55px;
	}

	.fwb2-contact__grid {
		gap: 55px;
	}
}

@media (max-width: 600px) {
	.fwb2-shell {
		width: min(100% - 28px, 520px);
	}

	.fwb2-site h1 {
		font-size: clamp(3.65rem, 18vw, 5.5rem);
	}

	.fwb2-site h1 em {
		white-space: normal;
	}

	.fwb2-site h2 {
		font-size: clamp(2.75rem, 14vw, 4.4rem);
	}

	.fwb2-hero {
		padding-top: 24px;
	}

	.fwb2-hero__meta span {
		display: none;
	}

	.fwb2-hero__aside {
		display: block;
	}

	.fwb2-actions {
		display: grid;
		align-items: stretch;
	}

	.fwb2-button {
		width: 100%;
	}

	.fwb2-text-link {
		width: max-content;
		margin-top: 18px;
	}

	.fwb2-stage {
		min-height: 420px;
	}

	.fwb2-stage__label {
		top: 12px;
		left: 12px;
	}

	.fwb2-prototype {
		width: 88%;
		box-shadow: 15px 17px 0 rgba(17, 17, 17, .18);
		transform: translate(-50%, -48%) rotate(-2deg);
	}

	.fwb2-prototype__nav span {
		display: none;
	}

	.fwb2-prototype__body {
		padding: 17px;
	}

	.fwb2-prototype__hero {
		grid-template-columns: 1fr .72fr;
	}

	.fwb2-prototype__foot {
		margin-top: 22px;
	}

	.fwb2-stage__note--one {
		top: 24%;
		right: -1px;
	}

	.fwb2-stage__note--two {
		bottom: 3%;
		left: 9px;
	}

	.fwb2-stage__cursor {
		display: none;
	}

	.fwb2-metrics,
	.fwb2-process__list {
		grid-template-columns: 1fr;
	}

	.fwb2-work-card,
	.fwb2-work-card:nth-child(3n + 1),
	.fwb2-work-card:nth-child(3n + 2),
	.fwb2-work-card:nth-child(3n + 3) {
		grid-column: 1 / -1;
	}

	.fwb2-work-card:nth-child(3n + 2) .fwb2-work-card__media {
		aspect-ratio: 1.1;
	}

	.fwb2-work-card__body {
		display: block;
	}

	.fwb2-work-card__body > span {
		display: block;
		max-width: none;
		margin-top: 13px;
		text-align: left;
	}

	.fwb2-service-row {
		grid-template-columns: 30px minmax(0, 1fr) 42px;
		gap: 13px;
	}

	.fwb2-service-row__icon {
		display: none;
	}

	.fwb2-proof__grid > p {
		font-size: clamp(3rem, 15vw, 4.7rem);
	}

	.fwb2-process__list li {
		min-height: 270px;
	}

	.fwb2-process__list li > span {
		margin-bottom: 70px;
	}

	.fwb2-insight > a {
		grid-template-columns: 34px minmax(0, 1fr) 42px;
		gap: 12px;
		min-height: 130px;
	}

	.fwb2-insight__thumb {
		display: none;
	}

	.fwb2-insight__arrow {
		width: 40px;
		height: 40px;
	}

	.fwb2-faq-item summary {
		grid-template-columns: 30px 1fr 20px;
		gap: 9px;
	}

	.fwb2-faq-item > div {
		padding-left: 39px;
	}

	.fwb2-contact__top > svg {
		display: none;
	}

	.fwb2-contact__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.fwb2-contact__foot {
		align-items: flex-start;
		flex-direction: column;
	}
}

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

	.fwb2-has-js .fwb2-site .fwb2-reveal {
		opacity: 1;
		transform: none;
	}
}
