:root {
--color-black: #19171b;
--color-dark: #0c152a;
--color-muted: #6b6c71;
--color-white: #ffffff;
--color-bg-dark: #121113;
--color-card-bg: #e8e8ec;
--color-blue-start: #1935d9;
--color-blue-end: #2f2be2;
--color-blue-border: #1f34c9;
--color-footer-border: rgba(116, 84, 84, 0.15);
--color-white-50: rgba(255, 255, 255, 0.5);
--font-primary: 'Geist', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
--font-accent: 'Metal', serif;
--radius-lg: 16px;
--radius-xl: 24px;
--radius-pill: 100px;
--shadow-color-near: rgba(14, 15, 43, 0.08);
--shadow-color-far: rgba(66, 39, 92, 0.02);
--shadow-card: 0px 1px 2px var(--shadow-color-near), 0px 43px 80px var(--shadow-color-far);
--shadow-blue-inset: inset 0px 1px 4px #2a3edc, inset 0px 4px 16px rgba(255, 255, 255, 0.2);
--shadow-dark-pill-inset: inset 0px 1px 0px 1px #2d2a2d;
--color-pill-bg: rgba(62, 44, 62, 0.10);
--color-dark-border: rgba(255, 255, 255, 0.06);
--content-max-width: 1530px;
--content-padding: 195px;
}
*,
*::before,
*::after {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
scroll-behavior: auto;
scrollbar-width: none;
}
html::-webkit-scrollbar {
display: none;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
.blur-fade-in {
opacity: 0;
}
body.is-loading {
overflow: hidden;
}
.preloader {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
z-index: 9999;
display: flex;
align-items: center;
justify-content: center;
background-color: transparent;
will-change: transform;
}
.preloader-white {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: var(--color-white);
pointer-events: none;
}
.preloader-bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
overflow: hidden;
}
.preloader-bg .page-bg-gradient-wrap {
position: absolute;
top: -100px;
left: 50%;
transform: translateX(-50%) rotate(180deg) translateZ(0);
width: 1920px;
height: 643px;
opacity: 0.3;
overflow: hidden;
filter: blur(60px);
}
.preloader-bg .page-bg-gradient {
position: absolute;
top: -46%;
left: -49%;
width: 207%;
height: 192%;
max-width: none;
}
.preloader-content {
position: relative;
z-index: 1;
}
.preloader-logo {
font-family: var(--font-primary);
font-size: 20px;
letter-spacing: -0.4px;
opacity: 0;
display: inline-block;
}
.pl-char {
display: inline-block;
opacity: 0;
transform: translateY(8px);
}
.preloader-logo-bold {
font-weight: 600;
color: var(--color-black);
}
.preloader-logo-light {
font-weight: 300;
color: var(--color-black);
}
body {
font-family: var(--font-primary);
font-weight: 400;
color: var(--color-black);
background-color: transparent;
overflow-x: hidden;
}
body::before {
content: '';
position: fixed;
inset: 0;
z-index: -2;
pointer-events: none;
background: var(--color-white);
}
img {
display: block;
max-width: 100%;
height: auto;
}
a {
text-decoration: none;
color: inherit;
}
button {
border: none;
background: none;
cursor: pointer;
font-family: inherit;
}
.text-muted { color: var(--color-muted); }
.text-dark { color: var(--color-black); }
.page-bg {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
z-index: -1;
pointer-events: none;
overflow: hidden;
will-change: transform;
}
.page-bg--fade {
transition: opacity 1.2s ease;
}
.page-bg--hidden {
opacity: 0;
}
@media (prefers-reduced-motion: reduce) {
.page-bg--fade {
transition: none;
}
}
.page-bg-gradient-wrap {
position: absolute;
top: -100px;
left: 50%;
transform: translateX(-50%) rotate(180deg) translateZ(0);
width: 1920px;
height: 643px;
opacity: 0.3;
overflow: hidden;
filter: blur(60px);
backface-visibility: hidden;
contain: strict;
}
.about-page .page-bg-gradient-wrap,
.about-page .preloader-bg .page-bg-gradient-wrap {
top: -200px;
}
.page-bg--bottom .page-bg-gradient-wrap {
transform: translateY(calc(100vh - 443px)) translateX(-50%) rotate(180deg) translateZ(0);
}
.page-bg--bottom .page-bg-gradient {
transform: scaleY(0.79938);
transform-origin: 50% 23.9583%;
clip-path: inset(23.9583% 0);
}
.page-bg-gradient {
position: absolute;
top: -46%;
left: -49%;
width: 207%;
height: 192%;
max-width: none;
}
.page-bg-pattern {
position: absolute;
top: -337px;
left: 50%;
transform: translateX(-50%);
width: 1270px;
height: 1321px;
max-width: none;
pointer-events: none;
opacity: 0.7;
}
.nav {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 100;
height: 80px;
display: flex;
align-items: center;
transition: background 0.3s;
}
.nav-wrapper {
width: 100%;
max-width: 100%;
padding-left: 40px;
padding-right: 40px;
display: flex;
align-items: center;
justify-content: space-between;
}
.nav-logo {
font-size: 18px;
letter-spacing: -0.36px;
line-height: normal;
}
.nav-logo-bold {
font-size: 16px;
font-weight: 600;
color: var(--color-black);
transition: color 0.3s;
}
.nav-logo-light {
font-size: 16px;
font-weight: 300;
color: var(--color-black);
transition: color 0.3s;
}
.nav-pill {
display: flex;
align-items: center;
gap: 4px;
padding: 2px 2px 2px 3px;
border-radius: var(--radius-pill);
background-color: var(--color-pill-bg);
border: 1px solid rgba(21, 12, 64, 0.02);
backdrop-filter: blur(25px);
-webkit-backdrop-filter: blur(25px);
overflow: clip;
transition: background-color 0.3s, border-color 0.3s;
}
.nav-pill-item {
display: flex;
align-items: center;
gap: 4px;
padding: 14px 22px;
border-radius: var(--radius-pill);
transition: background-color 0.2s;
}
.nav-pill-item:hover .nav-pill-label,
.nav-pill-item:hover .nav-pill-number {
color: var(--color-black);
}
.nav-pill-item[aria-current="page"] {
border-radius: 6.25rem;
background: #FFF;
box-shadow: var(--shadow-card);
}
.nav-pill-item[aria-current="page"] .nav-pill-label,
.nav-pill-item[aria-current="page"] .nav-pill-number {
color: var(--color-black);
}
.nav-pill-label {
font-family: var(--font-primary);
font-size: 14px;
font-weight: 560;
color: #445365;
letter-spacing: -0.28px;
line-height: normal;
transition: color 0.2s;
}
.nav-pill-number {
font-family: 'Instrument Serif', var(--font-accent), serif;
font-size: 10px;
font-weight: 400;
font-style: italic;
color: #2d4869;
line-height: 1.4;
text-align: center;
width: 12px;
height: 17px;
transition: color 0.2s;
}
.nav-hamburger {
display: none;
background: none;
border: none;
padding: 0;
cursor: pointer;
}
.nav-hamburger-pill {
display: flex;
align-items: center;
justify-content: center;
padding: 2px;
border-radius: 100px;
background: var(--color-pill-bg);
border: 1px solid rgba(21, 12, 64, 0.02);
backdrop-filter: blur(25px);
-webkit-backdrop-filter: blur(25px);
}
.nav-hamburger-pill-inner {
display: flex;
align-items: center;
justify-content: center;
padding: 14px 22px;
border-radius: 100px;
background: white;
box-shadow: var(--shadow-card);
}
.hamburger-icon {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 16px;
height: 16px;
position: relative;
}
.hamburger-line {
display: block;
position: absolute;
width: 16px;
height: 1.5px;
background-color: var(--color-black);
border-radius: 1px;
transition: transform 0.4s cubic-bezier(0.87, 0.45, 0.33, 0.88),
opacity 0.3s ease;
transform-origin: center center;
}
.hamburger-line:nth-child(1) { transform: translateY(-3.5px); }
.hamburger-line:nth-child(2) { transform: translateY(3.5px); }
.nav-hamburger.is-open .hamburger-line:nth-child(1) {
transform: translateY(0) rotate(45deg);
}
.nav-hamburger.is-open .hamburger-line:nth-child(2) {
transform: translateY(0) rotate(-45deg);
}
.mobile-nav {
position: fixed;
top: 0;
left: 6px;
right: 6px;
bottom: 6px;
z-index: 90;
pointer-events: none;
opacity: 0;
backdrop-filter: blur(25px);
-webkit-backdrop-filter: blur(25px);
background: rgba(255, 255, 255, 0.75);
border-radius: 21px;
}
.mobile-nav-panel {
width: 100%;
height: 100%;
transform: scale(0);
transform-origin: top right;
border: 1px solid rgba(255, 255, 255, 0.6);
border-radius: 21px;
padding: 2px;
display: flex;
flex-direction: column;
overflow: hidden;
}
.mobile-nav-spacer {
height: 80px;
flex-shrink: 0;
}
.mobile-nav-body {
display: flex;
flex-direction: column;
align-items: center;
flex: 1;
min-height: 0;
justify-content: space-between;
padding: 0 18px;
padding-top: 40px;
}
.mobile-nav-top-group {
display: flex;
flex-direction: column;
align-items: center;
gap: 40px;
width: 100%;
}
.mobile-nav-links {
display: flex;
flex-direction: column;
gap: 24px;
align-items: center;
width: 100%;
}
.mobile-nav-item {
display: flex;
align-items: center;
gap: 4px;
justify-content: center;
width: 100%;
text-decoration: none;
}
.mobile-nav-label {
font-family: var(--font-primary);
font-size: 21px;
font-weight: 560;
letter-spacing: -0.42px;
color: var(--color-dark);
line-height: normal;
}
.mobile-nav-number {
font-family: 'Instrument Serif', serif;
font-style: italic;
font-size: 14px;
color: #2d4869;
line-height: 1.4;
}
.mobile-nav-cta {
width: 194px;
align-self: center;
flex-shrink: 0;
}
.mobile-nav-footer {
display: flex;
flex-direction: column;
gap: 8px;
align-items: center;
padding: 32px 18px;
flex-shrink: 0;
}
.mobile-nav-email {
font-size: 14px;
color: var(--color-muted);
letter-spacing: -0.28px;
line-height: 28px;
text-decoration: none;
}
.mobile-nav-socials {
display: flex;
gap: 12px;
align-items: center;
}
.mobile-nav-social {
font-size: 14px;
color: var(--color-black);
letter-spacing: -0.28px;
line-height: 28px;
text-decoration: none;
}
.mobile-nav-dot {
width: 3px;
height: 3px;
border-radius: 50%;
background: var(--color-muted);
flex-shrink: 0;
}
.nav--light {
background: var(--color-bg-dark);
}
.nav--light .nav-logo-bold,
.nav--light .nav-logo-light {
color: var(--color-white);
}
.nav--light .nav-pill {
background-color: rgba(205, 210, 215, 0.05);
border-color: rgba(255, 255, 255, 0.01);
}
.nav--light .nav-pill-label {
color: #b6b6b9;
}
.nav--light .nav-pill-number {
color: #8e949c;
}
.nav--light .nav-pill-item:hover .nav-pill-label,
.nav--light .nav-pill-item:hover .nav-pill-number {
color: var(--color-white);
}
.nav--light .nav-pill-item[aria-current="page"] {
background: rgba(255, 255, 255, 0.12);
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15), 0 43px 80px 0 rgba(0, 0, 0, 0.05);
}
.nav--light .nav-pill-item[aria-current="page"] .nav-pill-label,
.nav--light .nav-pill-item[aria-current="page"] .nav-pill-number {
color: var(--color-white);
}
.nav--light .hamburger-line {
background-color: var(--color-white);
}
.nav--light .nav-hamburger-pill {
background: rgba(205, 210, 215, 0.05);
border-color: rgba(255, 255, 255, 0.01);
}
.btn-primary {
display: inline-flex;
align-items: center;
justify-content: center;
height: 48px;
padding: 14px 24px;
background: linear-gradient(to bottom, var(--color-blue-start), var(--color-blue-end));
border: 0.5px solid var(--color-blue-border);
border-radius: var(--radius-xl);
overflow: hidden;
position: relative;
cursor: pointer;
box-shadow: 0 8px 18px rgba(25, 53, 217, 0);
transition: box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}
.btn-primary::before {
content: '';
position: absolute;
inset: -1px;
border-radius: inherit;
background: linear-gradient(135deg, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0) 46%);
opacity: 0;
pointer-events: none;
transition: opacity 0.22s ease;
}
.btn-primary::after {
content: '';
position: absolute;
inset: 0;
border-radius: inherit;
box-shadow: var(--shadow-blue-inset);
pointer-events: none;
}
.btn-primary-text {
font-family: var(--font-primary);
font-size: 14px;
font-weight: 400;
letter-spacing: -0.28px;
line-height: normal;
color: var(--color-white);
background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 5%, white 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-shadow: 0px 1px 2px rgba(8, 19, 62, 0.01);
position: relative;
z-index: 1;
}
.btn-primary-text .char {
display: inline-block;
background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 5%, white 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.btn-dark-pill .char,
.abt-pill-link-text .char {
display: inline-block;
}
.btn-primary:hover {
border-color: #2b43e7;
background: linear-gradient(to bottom, #2442f0, #3431f4);
box-shadow: 0 16px 30px rgba(25, 53, 217, 0.24), 0 6px 12px rgba(25, 23, 27, 0.08);
}
.btn-primary:hover::before {
opacity: 1;
}
.btn-primary:active {
background: linear-gradient(to bottom, #182fc6, #2925ca);
box-shadow: 0 6px 14px rgba(25, 53, 217, 0.18);
}
.btn-primary:focus-visible {
outline: 2px solid var(--color-blue-start);
outline-offset: 3px;
}
.btn-primary-lg {
width: 163px;
}
.btn-dark-pill {
display: inline-flex;
align-items: center;
justify-content: center;
height: 44px;
padding: 14px 22px;
border-radius: var(--radius-pill);
border: 1px solid black;
background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.03) 100%),
linear-gradient(rgb(20, 19, 20) 0%, rgb(29, 27, 29) 50%, rgb(20, 19, 20) 100%);
box-shadow: var(--shadow-card);
position: relative;
overflow: hidden;
cursor: pointer;
transition: box-shadow 0.22s ease, border-color 0.22s ease, background-image 0.22s ease;
}
.btn-dark-pill::before {
content: '';
position: absolute;
inset: 0;
border-radius: inherit;
background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0) 48%);
opacity: 0;
pointer-events: none;
transition: opacity 0.22s ease;
}
.btn-dark-pill::after {
content: '';
position: absolute;
inset: 0;
border-radius: inherit;
box-shadow: var(--shadow-dark-pill-inset);
pointer-events: none;
}
.btn-dark-pill span {
font-family: var(--font-primary);
font-size: 14px;
font-weight: 500;
color: var(--color-white);
letter-spacing: -0.28px;
line-height: normal;
text-shadow: 0px 0px 27px rgba(0, 0, 0, 0.25);
position: relative;
z-index: 1;
}
.btn-dark-pill:hover {
border-color: #242124;
background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.04) 100%),
linear-gradient(rgb(27, 25, 27) 0%, rgb(39, 36, 39) 50%, rgb(23, 21, 23) 100%);
box-shadow: 0 16px 30px rgba(25, 23, 27, 0.16);
}
.btn-dark-pill:hover::before {
opacity: 1;
}
.btn-dark-pill:active {
background-image: linear-gradient(rgb(14, 13, 14) 0%, rgb(23, 21, 23) 100%);
}
.btn-dark-pill:focus-visible {
outline: 2px solid var(--color-black);
outline-offset: 3px;
}
.badge-dark {
display: inline-flex;
align-items: center;
padding: 7px 16px;
border-radius: var(--radius-pill);
border: 0.5px solid #545454;
background: linear-gradient(to bottom, #5c5c5c, #555555 50%, #5c5c5c);
font-size: 12px;
font-weight: 500;
color: var(--color-white);
letter-spacing: -0.24px;
line-height: normal;
}
.tag {
display: inline-flex;
align-items: center;
padding: 10px 22px;
border-radius: var(--radius-pill);
border: 0.5px solid rgba(116, 84, 84, 0.15);
background: linear-gradient(to bottom,
rgba(249, 245, 249, 0.15),
rgba(245, 245, 251, 0.15) 50%,
rgba(131, 131, 131, 0.15));
box-shadow: var(--shadow-card);
font-size: 12px;
font-weight: 500;
color: #373737;
letter-spacing: -0.24px;
line-height: normal;
position: relative;
overflow: hidden;
}
.tag::after {
content: '';
position: absolute;
inset: 0;
border-radius: inherit;
box-shadow: inset 0px 1px 0px 1px var(--color-white-50);
pointer-events: none;
}
.component-library {
padding: 140px var(--content-padding) 112px;
}
.component-library-inner {
width: 100%;
max-width: var(--content-max-width);
margin: 0 auto;
}
.component-hero,
.component-section {
display: grid;
grid-template-columns: minmax(220px, 360px) minmax(0, 1fr);
gap: 56px;
}
.component-hero {
align-items: end;
padding-bottom: 72px;
}
.component-section {
padding: 56px 0;
border-top: 1px solid rgba(25, 23, 27, 0.12);
}
.component-section-head,
.component-stack {
display: flex;
flex-direction: column;
gap: 16px;
}
.component-kicker,
.component-panel-title,
.component-code,
.component-token {
font-family: var(--font-primary);
letter-spacing: 0;
}
.component-kicker,
.component-panel-title {
color: var(--color-muted);
font-size: 12px;
font-weight: 600;
line-height: 18px;
margin: 0;
text-transform: uppercase;
}
.component-intro {
max-width: 560px;
}
.component-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 16px;
}
.component-grid-single {
grid-template-columns: 1fr;
}
.component-panel {
display: flex;
min-width: 0;
flex-direction: column;
gap: 20px;
border: 1px solid rgba(25, 23, 27, 0.12);
border-radius: 8px;
background: rgba(255, 255, 255, 0.82);
padding: 22px;
}
.component-inline {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 12px;
}
.component-code {
overflow-x: auto;
border: 1px solid rgba(25, 23, 27, 0.12);
border-radius: 8px;
background: rgba(18, 17, 19, 0.96);
color: #f5f5f5;
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
font-size: 12px;
line-height: 20px;
padding: 14px;
}
.component-token {
color: var(--color-muted);
font-size: 13px;
line-height: 20px;
}
.component-type-row {
display: grid;
grid-template-columns: 150px minmax(0, 1fr);
gap: 24px;
align-items: baseline;
border-bottom: 1px solid rgba(25, 23, 27, 0.12);
padding-bottom: 18px;
}
.component-type-row:last-child {
border-bottom: 0;
padding-bottom: 0;
}
.component-nav-preview {
width: 100%;
overflow-x: auto;
padding: 8px;
}
.component-nav-preview .nav-pill {
width: max-content;
}
.hero {
position: relative;
width: 100%;
padding-top: 80px;
background-color: transparent;
overflow: hidden;
}
.hero-content {
position: relative;
display: flex;
flex-direction: column;
gap: 40px;
padding: 200px 0 40px var(--content-padding);
}
.hero-text {
display: flex;
flex-direction: column;
gap: 32px;
max-width: 1202px;
}
.hero-badge {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 7px 16px;
border-radius: var(--radius-pill);
border: 1px solid #545454;
background: linear-gradient(to bottom, #5c5c5c, #555555 50%, #5c5c5c);
box-shadow: var(--shadow-card);
width: fit-content;
position: relative;
overflow: hidden;
}
.hero-badge::after {
content: '';
position: absolute;
inset: 0;
border-radius: inherit;
box-shadow: inset 0px 1px 0px 1px #7b7b7b;
pointer-events: none;
}
.badge-dot {
width: 6px;
height: 6px;
border-radius: 50%;
background-color: #22c55e;
box-shadow: 0 0 12px rgba(34, 197, 94, 0.6);
}
.badge-text {
font-size: 12px;
font-weight: 500;
color: var(--color-white);
letter-spacing: -0.24px;
line-height: normal;
text-shadow: 0px 0px 27px rgba(255, 255, 255, 0.25);
}
.hero-titles {
display: flex;
flex-direction: column;
line-height: 80px;
}
.hero-subtitle {
font-size: 36px;
font-weight: 400;
color: var(--color-muted);
letter-spacing: -2.16px;
line-height: 80px;
}
.hero-heading {
font-size: 72px;
font-weight: 400;
font-variation-settings: "wght" 400;
color: var(--color-black);
letter-spacing: -4.32px;
line-height: 80px;
cursor: default;
}
.hero-heading .char {
display: inline-block;
font-variation-settings: "wght" 400;
will-change: font-variation-settings;
}
.hero-bottom {
display: flex;
align-items: center;
gap: 9px;
padding-right: var(--content-padding);
}
.hero-body {
font-size: 16px;
font-weight: 400;
letter-spacing: -0.32px;
line-height: 28px;
width: auto;
max-width: 787px;
flex-shrink: 0;
}
.hero-body-muted {
color: var(--color-muted);
}
.hero-body-dark {
color: var(--color-black);
}
.hero-cta-mobile {
display: none;
align-items: center;
justify-content: center;
width: 142px;
height: 48px;
margin-top: 24px;
}
.logo-carousel {
display: flex;
align-items: center;
gap: 40px;
flex: 1;
justify-content: flex-end;
}
.logo-column {
position: relative;
display: flex;
align-items: center;
justify-content: center;
width: 80px;
height: 28px;
flex-shrink: 0;
}
.logo-name {
position: absolute;
font-family: var(--font-primary);
font-size: 14px;
font-weight: 500;
letter-spacing: 0.3px;
color: var(--color-muted);
white-space: nowrap;
user-select: none;
opacity: 0;
transform: translateY(8px);
}
.logo-name-img {
height: 16px;
width: auto;
max-width: 80px;
object-fit: contain;
opacity: 0;
}
@media (max-width: 1640px) {
.hero-bottom .logo-column:nth-child(5) {
display: none;
}
}
@media (max-width: 1520px) {
.hero-bottom .logo-column:nth-child(4) {
display: none;
}
}
@media (max-width: 1400px) {
.hero-bottom .logo-column:nth-child(3) {
display: none;
}
}
@media (max-width: 1280px) {
.hero-bottom .logo-column:nth-child(2) {
display: none;
}
}
.portfolio-carousel {
position: relative;
width: 100%;
overflow: hidden;
padding: 40px 0 56px;
cursor: none;
user-select: none;
touch-action: pan-y;
}
.carousel-track {
display: flex;
gap: 24px;
padding: 0;
will-change: transform;
}
.carousel-card {
flex-shrink: 0;
width: 739px;
height: 508px;
padding: 4px;
background: var(--color-white);
border-radius: 32px;
box-shadow: var(--shadow-card);
overflow: hidden;
transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.carousel-track.is-dragging .carousel-card {
transform: scale(0.93);
}
.carousel-card img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 28px;
background-color: var(--color-card-bg);
user-select: none;
-webkit-user-drag: none;
pointer-events: none;
}
.carousel-card-narrow {
width: 238px;
}
.carousel-card-wide {
width: 722px;
}
.drag-cursor {
position: fixed;
top: 0;
left: 0;
width: 6.25rem;
height: 6.25rem;
display: flex;
justify-content: center;
align-items: center;
border-radius: 6.25rem;
border: 1px solid var(--color-dark-border);
background: rgba(98, 96, 112, 0.30);
box-shadow: var(--shadow-card);
backdrop-filter: blur(8px);
-webkit-backdrop-filter: blur(8px);
pointer-events: none;
z-index: 9999;
visibility: hidden;
transform: translate(-50%, -50%) scale(0.01);
transition: transform 0.35s cubic-bezier(0.43, 0.98, 0.87, 1),
opacity 0.35s cubic-bezier(0.43, 0.98, 0.87, 1),
visibility 0.35s cubic-bezier(0.43, 0.98, 0.87, 1);
opacity: 0;
}
.drag-cursor.is-visible {
opacity: 1;
visibility: visible;
transform: translate(-50%, -50%) scale(1);
}
.drag-cursor.is-leaving {
opacity: 0;
transform: translate(-50%, -50%) scale(0.01);
}
.drag-cursor-text {
font-family: var(--font-primary);
font-size: 14px;
font-weight: 500;
color: #fff;
letter-spacing: -0.28px;
text-transform: none;
}
.about {
padding: 0 var(--content-padding);
position: relative;
}
.about-content {
max-width: var(--content-max-width);
margin: 0 auto;
display: flex;
flex-direction: column;
justify-content: center;
min-height: 100vh;
min-height: 100dvh;
gap: 64px;
}
.about-text {
display: flex;
flex-direction: column;
gap: 32px;
max-width: 860px;
margin-left: auto;
}
.about-paragraph {
font-family: 'Geist', sans-serif;
font-size: 1.625rem;
font-weight: 400;
line-height: 3rem;
letter-spacing: -0.0975rem;
}
.about-paragraph .char {
display: inline-block;
color: #c8c8c8;
}
.about-founders {
display: flex;
align-items: flex-end;
gap: 60px;
margin-left: auto;
max-width: 860px;
width: 100%;
}
.founder {
display: flex;
flex-direction: column;
gap: 2px;
}
.founder-signature {
margin-bottom: -8px;
position: relative;
z-index: 1;
}
.founder-signature svg {
height: 48px;
width: auto;
display: block;
overflow: visible;
color: var(--color-dark);
}
.founder-signature-img {
height: 48px;
width: auto;
display: block;
}
.founder-name {
font-family: 'Geist', sans-serif;
font-size: 13px;
font-weight: 600;
color: var(--color-dark);
letter-spacing: -0.26px;
line-height: normal;
}
.founder-role {
font-family: 'Geist', sans-serif;
font-size: 13px;
font-weight: 400;
color: var(--color-muted);
letter-spacing: -0.26px;
line-height: 1.6;
}
.page-section {
padding: 80px var(--content-padding);
}
.page-section-content {
max-width: var(--content-max-width);
margin: 0 auto;
display: flex;
flex-direction: column;
gap: 24px;
}
.page-section-content .badge-dark {
margin-bottom: 0;
}
.page-section-content .section-heading {
margin-bottom: 0;
}
.page-section-body {
font-size: 1.25rem;
line-height: 1.75;
color: var(--color-muted);
max-width: 720px;
}
.page-section-body a {
color: var(--color-dark);
text-decoration: underline;
}
.page-section-body a:hover {
color: var(--color-blue-start);
}
.legal-hero {
padding: 200px var(--content-padding) 0;
text-align: center;
}
.legal-hero-subtitle {
font-family: var(--font-primary);
font-size: 36px;
font-weight: 400;
line-height: 80px;
letter-spacing: -2.16px;
color: var(--color-muted);
}
.legal-hero-title {
font-family: var(--font-primary);
font-size: 72px;
font-weight: 400;
line-height: 80px;
letter-spacing: -4.32px;
color: var(--color-black);
}
.legal-content {
padding: 120px 195px 120px 350px;
display: flex;
flex-direction: column;
gap: 40px;
}
.legal-block {
display: flex;
flex-direction: column;
gap: 16px;
max-width: 712px;
}
.legal-block h2 {
font-family: var(--font-primary);
font-size: 26px;
font-weight: 400;
line-height: 42px;
letter-spacing: -1.56px;
color: var(--color-dark);
margin: 0;
}
.legal-block p,
.legal-block ul {
font-family: var(--font-primary);
font-size: 16px;
font-weight: 400;
line-height: 28px;
letter-spacing: -0.32px;
color: var(--color-muted);
margin: 0;
}
.legal-block ul {
padding-left: 20px;
list-style: disc;
}
.legal-block ul li {
margin-bottom: 2px;
}
.legal-block a {
color: var(--color-dark);
text-decoration: underline;
}
.legal-block a:hover {
color: var(--color-blue-start);
}
.projects {
padding: 0 var(--content-padding) 128px;
}
.projects-content {
max-width: var(--content-max-width);
margin: 0 auto;
}
.projects-header {
display: flex;
align-items: flex-end;
justify-content: space-between;
gap: 24px;
margin-bottom: 80px;
}
.projects-header .section-heading {
margin-bottom: 0;
max-width: 792px;
}
.projects-see-all {
font-size: 21px;
font-weight: 400;
color: var(--color-muted);
letter-spacing: -0.63px;
text-decoration: underline;
line-height: 32px;
transition: color 0.2s;
flex-shrink: 0;
}
.projects-see-all:hover {
color: var(--color-dark);
}
.section-heading {
font-size: 56px;
font-weight: 400;
color: var(--color-dark);
letter-spacing: -3.36px;
line-height: 68px;
margin-bottom: 48px;
}
.section-heading .word,
.services-heading .word,
.cta-heading .word,
.cal-modal-heading .word,
.project-title .word,
.service-title .word {
display: inline-block;
white-space: nowrap;
}
.section-heading .char,
.services-heading .char,
.cta-heading .char,
.cal-modal-heading .char {
display: inline-block;
}
.projects-reel {
padding: 40px 0;
}
.projects-reel-card {
position: relative;
display: block;
width: 100%;
aspect-ratio: 1530 / 850;
background-color: #ebeced;
border-radius: 16px;
overflow: hidden;
cursor: pointer;
transition: transform 0.25s ease;
contain: paint;
}
.projects-reel-card:hover {
transform: translateY(-2px);
}
.projects-reel-play {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100px;
height: 100px;
display: flex;
align-items: center;
justify-content: center;
border: 1px solid rgba(255, 255, 255, 0.06);
border-radius: 100px;
background: rgba(98, 96, 112, 0.3);
backdrop-filter: blur(8px);
-webkit-backdrop-filter: blur(8px);
color: #fff;
cursor: pointer;
padding: 0;
}
.projects-row {
display: flex;
justify-content: center;
}
.project-card--feature {
width: 79.739%;
}
.projects-row--feature-narrow .project-card--feature {
width: 59.346%;
margin-top: 160px;
}
.projects-row--pair {
justify-content: space-between;
align-items: flex-start;
width: 94.118%;
margin: 144px auto 0;
}
.project-card--landscape {
width: 41.528%;
}
.project-card--portrait {
width: 30.694%;
padding-top: 80px;
}
.project-card {
display: flex;
flex-direction: column;
gap: 24px;
text-decoration: none;
color: inherit;
transition: opacity 0.25s ease;
}
.project-card:hover {
opacity: 1;
}
.project-image {
width: 100%;
border-radius: 16px;
overflow: hidden;
background-color: #ededed;
cursor: none;
}
.project-image--feature {
aspect-ratio: 16 / 9;
}
.project-image--landscape {
aspect-ratio: 16 / 9;
}
.project-image--portrait {
aspect-ratio: 3 / 4;
}
.project-image-dark {
background-color: #edeef1;
}
.project-image img {
width: 100%;
height: 100%;
object-fit: cover;
}
.project-info {
display: flex;
align-items: center;
justify-content: space-between;
gap: 24px;
}
.project-info-text {
display: flex;
flex-direction: column;
gap: 4px;
min-width: 0;
}
.project-label {
font-size: 16px;
font-weight: 400;
color: var(--color-muted);
letter-spacing: -0.32px;
line-height: 28px;
}
.project-title {
font-size: 24px;
font-weight: 500;
color: var(--color-dark);
letter-spacing: -0.96px;
line-height: 40px;
}
.project-tag {
flex-shrink: 0;
}
.projects-testimonial {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 24px;
margin-top: 32px;
padding: 0 36.601% 0 11.765%;
}
.more-dosing {
position: relative;
height: auto;
min-height: 760px;
overflow: visible;
background: transparent;
isolation: auto;
}
.more-dosing-stage {
position: relative;
width: 100%;
height: 100vh;
min-height: 760px;
overflow: hidden;
}
.more-dosing-copy {
position: absolute;
left: 50%;
top: 50%;
z-index: 70;
display: flex;
width: min(430px, calc(100vw - 48px));
flex-direction: column;
align-items: center;
text-align: center;
transform: translate(-50%, -50%);
pointer-events: auto;
}
.more-dosing-heading {
margin: 0;
font-family: var(--font-primary);
font-size: 24px;
font-weight: 500;
line-height: 32px;
letter-spacing: 0;
color: var(--color-dark);
}
.more-dosing-body {
margin: 8px 0 24px;
font-family: var(--font-primary);
font-size: 14px;
font-weight: 400;
line-height: 24px;
letter-spacing: 0;
color: var(--color-muted);
}
.more-dosing-body sup {
font-size: 8px;
line-height: 0;
}
.more-dosing-copy .more-dosing-cta {
align-self: center;
}
.more-dosing-media {
position: absolute;
inset: 0;
z-index: 1;
pointer-events: none;
perspective: 1800px;
transform-style: preserve-3d;
}
.more-dosing-plane {
position: absolute;
left: 50%;
top: 50%;
width: clamp(190px, 23vw, 370px);
aspect-ratio: 1.46;
margin: 0;
padding: 2px;
overflow: hidden;
border-radius: 18px;
background: #fff;
box-shadow:
0 0.5px 1px 0 var(--shadow-color-near),
0 24px 54px 0 rgba(66, 39, 92, 0.05);
opacity: 0;
transform: translate3d(-50%, -50%, 0) scale(0.8);
transform-origin: 50% 50%;
transform-style: preserve-3d;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
will-change: transform, opacity;
}
.more-dosing-plane--wide {
width: clamp(250px, 32vw, 520px);
aspect-ratio: 1.58;
}
.more-dosing-plane img {
display: block;
width: 100%;
height: 100%;
border-radius: 16px;
object-fit: cover;
pointer-events: none;
user-select: none;
-webkit-user-drag: none;
}
.more-dosing-plane img.more-dosing-plane-blur {
position: absolute;
inset: 2px;
width: auto;
height: auto;
opacity: 0;
filter: blur(8px);
transform: scale(1.03);
transform-origin: 50% 50%;
pointer-events: none;
will-change: opacity;
}
.more-dosing[data-more-dosing-variant="depth-collage"] {
min-height: 760px;
isolation: isolate;
}
.more-dosing[data-more-dosing-variant="depth-collage"].more-dosing--depth-ready {
height: 350vh;
height: 350svh;
min-height: 0;
}
.more-dosing[data-more-dosing-variant="depth-collage"] .more-dosing-stage {
isolation: isolate;
background: transparent;
}
.more-dosing[data-more-dosing-variant="depth-collage"].more-dosing--depth-ready .more-dosing-stage {
position: sticky;
top: 0;
height: 100vh;
height: 100svh;
min-height: 0;
overflow: hidden;
overflow: clip;
}
.more-dosing[data-more-dosing-variant="depth-collage"] .more-dosing-copy {
isolation: isolate;
}
.more-dosing[data-more-dosing-variant="depth-collage"] .more-dosing-copy::before {
content: '';
position: absolute;
z-index: -1;
inset: -120px -210px;
border-radius: 0;
background: radial-gradient(
ellipse closest-side at 50% 50%,
rgba(255, 255, 255, 1) 0,
rgba(255, 255, 255, 1) 30%,
rgba(255, 255, 255, 0.977) 40%,
rgba(255, 255, 255, 0.855) 50%,
rgba(255, 255, 255, 0.632) 60%,
rgba(255, 255, 255, 0.368) 70%,
rgba(255, 255, 255, 0.145) 80%,
rgba(255, 255, 255, 0.023) 90%,
rgba(255, 255, 255, 0) 100%
);
filter: blur(22px);
transform: translateZ(0);
pointer-events: none;
}
.more-dosing[data-more-dosing-variant="depth-collage"] .more-dosing-media {
perspective: 1400px;
perspective-origin: 50% 50%;
transform-origin: 50% 50%;
transform-style: preserve-3d;
}
.more-dosing[data-more-dosing-variant="depth-collage"] .more-dosing-plane {
width: clamp(160px, 17vw, 290px);
box-shadow:
0 1px 2px var(--shadow-color-near),
0 18px 48px rgba(66, 39, 92, 0.08),
0 0 0 1px rgba(25, 23, 27, 0.03);
}
.more-dosing[data-more-dosing-variant="depth-collage"] .more-dosing-plane--wide {
width: clamp(210px, 23vw, 380px);
}
.more-dosing[data-more-dosing-variant="depth-collage"] .more-dosing-plane img.more-dosing-plane-blur {
display: block;
filter: blur(7px);
transform: scale(1.035);
}
@media (max-width: 767px) {
.more-dosing {
min-height: 640px;
}
.more-dosing-stage {
min-height: 640px;
}
.more-dosing-copy {
left: 50%;
top: 52%;
width: min(310px, calc(100vw - 48px));
transform: translate(-50%, -50%);
align-items: center;
text-align: center;
}
.more-dosing-heading {
font-size: 22px;
line-height: 30px;
}
.more-dosing-body {
max-width: 270px;
margin-bottom: 20px;
line-height: 22px;
}
.more-dosing-cta {
align-self: center;
min-width: 108px;
height: 46px;
}
.more-dosing-plane {
width: clamp(132px, 50vw, 220px);
border-radius: 14px;
}
.more-dosing-plane--wide {
width: clamp(170px, 62vw, 270px);
}
.more-dosing-plane img {
border-radius: 12px;
}
.more-dosing-plane img.more-dosing-plane-blur {
filter: blur(5px);
}
.more-dosing[data-more-dosing-variant="depth-collage"].more-dosing--depth-ready {
height: 300vh;
height: 300svh;
}
.more-dosing[data-more-dosing-variant="depth-collage"] .more-dosing-copy {
top: 50%;
width: min(300px, calc(100vw - 56px));
}
.more-dosing[data-more-dosing-variant="depth-collage"] .more-dosing-copy::before {
inset: -88px -96px;
filter: blur(16px);
}
.more-dosing[data-more-dosing-variant="depth-collage"] .more-dosing-media {
perspective: 1050px;
}
.more-dosing[data-more-dosing-variant="depth-collage"] .more-dosing-plane {
width: clamp(116px, 38vw, 178px);
}
.more-dosing[data-more-dosing-variant="depth-collage"] .more-dosing-plane--wide {
width: clamp(148px, 46vw, 214px);
}
.more-dosing[data-more-dosing-variant="depth-collage"] .more-dosing-plane img.more-dosing-plane-blur {
filter: blur(5px);
}
}
@media (hover: none) and (pointer: coarse) {
.more-dosing[data-more-dosing-variant="depth-collage"].more-dosing--depth-ready {
transform: none;
}
}
@media (prefers-reduced-motion: reduce) {
.more-dosing[data-more-dosing-variant="depth-collage"] {
height: auto;
min-height: 640px;
}
.more-dosing[data-more-dosing-variant="depth-collage"] .more-dosing-stage {
position: relative;
top: auto;
height: 100vh;
min-height: 640px;
}
}
.cs-hero {
padding: 0 var(--content-padding);
padding-top: 216px;
padding-bottom: 200px;
}
.cs-hero-content {
max-width: var(--content-max-width);
margin: 0 auto;
display: flex;
flex-direction: column;
gap: 80px;
}
.cs-hero-subtitle {
font-family: var(--font-primary);
font-size: 16px;
font-weight: 400;
color: var(--color-muted);
line-height: 26px;
letter-spacing: -0.64px;
text-align: right;
max-width: 598px;
align-self: flex-end;
}
.cs-hero-heading {
font-family: var(--font-primary);
font-size: 72px;
font-weight: 400;
color: var(--color-black);
line-height: 80px;
letter-spacing: -4.32px;
max-width: 1222px;
font-kerning: none;
font-variant-ligatures: none;
}
.cs-page {
padding: 0 var(--content-padding);
}
.cs-showcase {
max-width: var(--content-max-width);
margin: 0 auto;
}
.cs-showcase .projects-row--feature-narrow + .projects-row--pair {
margin-top: 224px;
}
.cs-showcase .projects-row--pair + .projects-row--feature {
margin-top: 160px;
}
.projects-row--pair-drop .project-card--landscape {
padding-top: calc(80px + 17.566%);
}
.project-image--portrait[data-focal="hockeystack"] img {
object-position: 0% 50%;
}
.cs-card-image {
width: 100%;
border-radius: 16px;
overflow: hidden;
background-color: #ebeced;
display: flex;
align-items: center;
justify-content: center;
}
.csr-grid .cs-card-image[data-focal="hockeystack"] img {
object-position: 50% 0%;
}
.cs-card-image--dark {
background-color: #0f0e10;
padding: 24px;
}
.cs-card-image img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 0;
}
.cs-card-image--dark img {
border-radius: 0;
object-fit: contain;
}
.cs-tag {
display: flex;
align-items: center;
justify-content: center;
height: 44px;
padding: 14px 22px;
border-radius: 100px;
border: none;
background:
linear-gradient(90deg, var(--color-white-50) 0%, var(--color-white-50) 100%),
linear-gradient(180deg, rgba(249, 245, 249, 0.15) 0%, rgba(245, 245, 251, 0.15) 50%, rgba(131, 131, 131, 0.15) 100%);
box-shadow:
0 43px 80px 0 var(--shadow-color-far),
inset 0 1px 0 1px var(--color-white-50);
font-family: var(--font-primary);
font-size: 14px;
font-weight: 500;
color: #373737;
letter-spacing: -0.28px;
text-shadow: 0 0 27px rgba(255, 255, 255, 0.25);
white-space: nowrap;
}
.abt-hero {
padding: 216px var(--content-padding) 80px;
}
.abt-hero-content {
position: relative;
z-index: 2;
max-width: var(--content-max-width);
margin: 0 auto;
display: flex;
flex-direction: column;
gap: 80px;
}
.abt-hero-heading {
font-family: var(--font-primary);
font-weight: 400;
font-size: 72px;
line-height: 80px;
letter-spacing: -4.32px;
color: var(--color-black);
max-width: 1222px;
margin: 0;
}
.abt-hero-body {
font-family: var(--font-primary);
font-weight: 400;
font-size: 16px;
line-height: 26px;
letter-spacing: -0.64px;
color: var(--color-muted);
text-align: right;
max-width: 417px;
align-self: flex-end;
margin: 0;
}
.abt-video-section {
padding: 56px 24px;
margin-top: -8.5%;
}
.abt-video-wrap {
position: relative;
width: 100%;
aspect-ratio: 2246 / 1070;
}
.abt-video-card {
display: block;
width: 100%;
height: auto;
aspect-ratio: 1869 / 890;
object-fit: cover;
border-radius: 16px;
background: none;
pointer-events: none;
}
.abt-orbit {
position: absolute;
inset: 0;
overflow: hidden;
border-radius: 16px;
pointer-events: none;
}
.abt-orbit-card {
position: absolute;
left: 0;
top: 0;
margin: 0;
width: 31.166%;
height: 49.065%;
transform-origin: 0 0;
transform: translate(110.43%, 52%);
will-change: transform;
}
.abt-orbit-fade {
position: absolute;
left: 0;
right: 0;
bottom: 0;
height: 11%;
z-index: 20;
pointer-events: none;
background: linear-gradient(180deg,
rgba(255, 255, 255, 0.00) 0%,
rgba(255, 255, 255, 0.04) 4.56%,
rgba(255, 255, 255, 0.80) 100%);
}
.abt-orbit-card > picture > img {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 16px;
display: block;
}
.abt-video-card { display: none; }
.abt-video-wrap.abt-orbit-video-mode .abt-video-card { display: block; }
.abt-video-wrap.abt-orbit-video-mode .abt-orbit { display: none; }
.abt-manifesto {
padding: 140px var(--content-padding);
display: flex;
align-items: flex-start;
justify-content: center;
}
.abt-manifesto-content {
max-width: 702px;
width: 100%;
margin: 0 auto;
display: flex;
flex-direction: column;
gap: 32px;
text-align: left;
}
.abt-manifesto-paragraph {
font-family: var(--font-primary);
font-weight: 400;
font-size: 26px;
line-height: 48px;
letter-spacing: -1.56px;
color: var(--color-dark);
margin: 0;
}
.abt-manifesto-paragraph .char {
display: inline-block;
color: #c8c8c8;
}
.abt-collage {
padding: 56px 0;
overflow: hidden;
}
.abt-collage-stage {
position: relative;
width: 100%;
aspect-ratio: 1920 / 930;
perspective: 1400px;
perspective-origin: 50% 50%;
transform-style: flat;
}
.abt-collage-item {
position: absolute;
left: var(--x);
top: var(--y);
overflow: hidden;
border-radius: 12px;
transform-style: flat;
--reveal-progress: 0;
transition: none;
will-change: transform, filter, opacity;
filter: blur(calc((1 - var(--reveal-progress)) * 14px));
opacity: var(--reveal-progress);
}
.abt-collage-item:nth-child(1)  { z-index: 1; }
.abt-collage-item:nth-child(2)  { z-index: 2; }
.abt-collage-item:nth-child(3)  { z-index: 10; }
.abt-collage-item:nth-child(4)  { z-index: 4; }
.abt-collage-item:nth-child(5)  { z-index: 5; }
.abt-collage-item:nth-child(6)  { z-index: 3; }
.abt-collage-item:nth-child(7)  { z-index: 6; }
.abt-collage-item:nth-child(8)  { z-index: 7; }
.abt-collage-item:nth-child(9)  { z-index: 8; }
.abt-collage-item:nth-child(10) { z-index: 9; }
.abt-collage-item:nth-child(11) { z-index: 11; }
.abt-collage-item--lg {
width: 14.417%;
aspect-ratio: 276.8 / 235;
}
.abt-collage-item--md {
width: 10%;
aspect-ratio: 192 / 163;
}
.abt-collage-item--sm {
width: 3.5417%;
aspect-ratio: 68 / 57;
}
.abt-collage-item img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
pointer-events: none;
user-select: none;
}
.abt-morph-bridge {
position: fixed;
left: 0;
top: 0;
width: 0;
height: 0;
overflow: hidden;
border-radius: 12px;
z-index: 40;
pointer-events: none;
opacity: 0;
will-change: transform, width, height, opacity, border-radius;
transform: translate3d(0, 0, 0);
}
.abt-morph-bridge img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
user-select: none;
pointer-events: none;
}
.abt-hero-heading.is-reveal-prep,
.abt-hero-body.is-reveal-prep,
.abt-video-wrap.is-reveal-prep {
opacity: 0;
filter: blur(12px);
transform: translateY(12px);
}
.abt-numbers {
padding: 98px var(--content-padding) 112px;
}
.abt-numbers-content {
display: flex;
align-items: flex-start;
gap: 24px;
max-width: 1530px;
margin: 0 auto;
}
.abt-numbers-heading-col {
flex: 1;
}
.abt-numbers-heading {
font-family: var(--font-primary);
font-weight: 400;
font-size: 56px;
line-height: 68px;
letter-spacing: -3.36px;
color: var(--color-dark);
margin: 0;
}
.abt-numbers-stats-col {
flex: 1;
display: flex;
flex-direction: column;
padding-bottom: 1px;
}
.abt-stat-row {
display: flex;
align-items: center;
gap: 24px;
height: 100px;
border-top: 1px solid #e9e9e9;
border-bottom: 1px solid #e9e9e9;
margin-bottom: -1px;
}
.abt-stat-number {
font-family: var(--font-primary);
font-weight: 400;
font-size: 40px;
line-height: 68px;
letter-spacing: -2.4px;
color: var(--color-dark);
width: 200px;
flex-shrink: 0;
}
.abt-stat-label {
font-family: var(--font-primary);
font-weight: 400;
font-size: 16px;
line-height: 28px;
letter-spacing: -0.32px;
color: var(--color-muted);
text-align: right;
flex: 1;
}
.abt-team-feature {
padding: 84px var(--content-padding);
}
.abt-team-feature-content {
display: flex;
gap: 86px;
align-items: stretch;
max-width: 1530px;
margin: 0 auto;
width: 100%;
}
.abt-team-feature-image {
flex: 0 1 907px;
min-width: 0;
aspect-ratio: 907 / 770;
border-radius: 16px;
overflow: hidden;
background: #e3e3e5;
}
.abt-team-feature-image img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.abt-team-feature-text {
flex: 1 1 0;
min-width: 0;
display: flex;
flex-direction: column;
gap: 40px;
padding-top: 40px;
}
.abt-team-feature-quote {
font-family: var(--font-primary);
font-weight: 400;
font-size: 26px;
line-height: 42px;
letter-spacing: -1.56px;
color: var(--color-dark);
margin: 0;
}
.abt-team-feature-bottom {
display: flex;
flex-direction: column;
gap: 40px;
}
.abt-team-feature-body {
font-family: var(--font-primary);
font-weight: 400;
font-size: 16px;
line-height: 28px;
letter-spacing: -0.32px;
color: var(--color-muted);
margin: 0;
}
.abt-pill-link {
display: inline-flex;
align-items: center;
padding: 2px;
border-radius: 100px;
background: var(--color-pill-bg);
backdrop-filter: blur(25px);
-webkit-backdrop-filter: blur(25px);
text-decoration: none;
align-self: flex-start;
}
.abt-pill-link-text {
font-family: var(--font-primary);
font-weight: 560;
font-size: 14px;
letter-spacing: -0.28px;
color: var(--color-dark);
padding: 14px 22px;
border-radius: 100px;
line-height: normal;
}
.abt-cases {
padding: 80px var(--content-padding) 160px;
}
.abt-cases-content {
max-width: var(--content-max-width);
margin: 0 auto;
}
.abt-founders {
padding: 84px var(--content-padding);
}
.abt-founders-content {
display: flex;
gap: 24px;
max-width: 1530px;
margin: 0 auto;
width: 100%;
}
.abt-founder-col {
flex: 1;
display: flex;
flex-direction: column;
gap: 40px;
}
.abt-founder-photo {
width: 100%;
aspect-ratio: 1 / 1;
border-radius: 16px;
overflow: hidden;
background: #e3e3e5;
}
.abt-founder-photo img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.abt-founder-info {
display: flex;
flex-direction: column;
gap: 4px;
}
.abt-founder-name {
font-family: var(--font-primary);
font-weight: 500;
font-size: 24px;
line-height: 40px;
letter-spacing: -1.44px;
color: var(--color-dark);
margin: 0;
}
.abt-founder-bio {
font-family: var(--font-primary);
font-weight: 400;
font-size: 16px;
line-height: 28px;
letter-spacing: -0.32px;
color: var(--color-muted);
margin: 0;
}
.abt-founder-socials {
display: flex;
align-items: center;
gap: 12px;
}
.abt-founder-social-link {
font-family: var(--font-primary);
font-weight: 400;
font-size: 16px;
line-height: 28px;
letter-spacing: -0.32px;
color: var(--color-black);
text-decoration: none;
}
.abt-founder-social-link:hover {
opacity: 0.7;
}
.abt-founder-dot {
width: 3px;
height: 3px;
border-radius: 50%;
background: var(--color-black);
flex-shrink: 0;
}
.hr-hero {
padding: 200px var(--content-padding) 80px;
}
.hr-hero-content {
max-width: var(--content-max-width);
margin: 0 auto;
display: flex;
flex-direction: column;
gap: 40px;
}
.hr-hero-text {
display: flex;
flex-direction: column;
gap: 24px;
}
.hr-hero-heading {
font-family: var(--font-primary);
font-size: 72px;
font-weight: 400;
color: var(--color-dark);
letter-spacing: -4.32px;
line-height: 80px;
}
.hr-hero-body {
font-family: var(--font-primary);
font-size: 1.25rem;
font-weight: 400;
line-height: 1.75;
max-width: 640px;
}
.hr-why {
padding: 80px var(--content-padding);
}
.hr-why-content {
max-width: var(--content-max-width);
margin: 0 auto;
}
.hr-why-header {
display: flex;
flex-direction: column;
gap: 24px;
margin-bottom: 56px;
}
.hr-why-header .section-heading {
margin-bottom: 0;
}
.hr-why-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 24px;
}
.hr-why-card {
border-radius: var(--radius-lg);
border: 0.5px solid rgba(116, 84, 84, 0.15);
background: linear-gradient(to bottom,
rgba(249, 245, 249, 0.25),
rgba(245, 245, 251, 0.25) 50%,
rgba(131, 131, 131, 0.15));
box-shadow: var(--shadow-card);
overflow: hidden;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.hr-why-card:hover {
transform: translateY(-2px);
box-shadow: 0px 2px 8px rgba(14, 15, 43, 0.1), 0px 43px 80px rgba(66, 39, 92, 0.04);
}
.hr-why-card-inner {
padding: 40px;
display: flex;
flex-direction: column;
gap: 16px;
}
.hr-why-number {
font-family: 'Instrument Serif', serif;
font-style: italic;
font-size: 14px;
color: #2d4869;
}
.hr-why-title {
font-family: var(--font-primary);
font-size: 24px;
font-weight: 500;
color: var(--color-dark);
letter-spacing: -1.44px;
line-height: 32px;
}
.hr-why-description {
font-family: var(--font-primary);
font-size: 16px;
font-weight: 400;
color: var(--color-muted);
letter-spacing: -0.32px;
line-height: 28px;
}
.hr-roles {
padding: 80px var(--content-padding);
}
.hr-roles-content {
max-width: var(--content-max-width);
margin: 0 auto;
}
.hr-roles-header {
display: flex;
flex-direction: column;
gap: 24px;
margin-bottom: 56px;
}
.hr-roles-header .section-heading {
margin-bottom: 0;
}
.hr-roles-list {
display: flex;
flex-direction: column;
gap: 0;
}
.hr-role-card {
display: flex;
align-items: center;
gap: 40px;
padding: 32px 0;
border-top: 1px solid #e9e9e9;
text-decoration: none;
color: inherit;
transition: opacity 0.25s ease;
}
.hr-role-card:last-child {
border-bottom: 1px solid #e9e9e9;
}
.hr-role-card:hover {
opacity: 0.7;
}
.hr-role-card:hover .hr-role-arrow {
transform: translateX(4px) translateY(-4px);
}
.hr-role-info {
flex: 1;
min-width: 0;
display: flex;
flex-direction: column;
gap: 8px;
}
.hr-role-title {
font-family: var(--font-primary);
font-size: 24px;
font-weight: 500;
color: var(--color-dark);
letter-spacing: -1.44px;
line-height: 32px;
}
.hr-role-description {
font-family: var(--font-primary);
font-size: 16px;
font-weight: 400;
color: var(--color-muted);
letter-spacing: -0.32px;
line-height: 28px;
max-width: 600px;
}
.hr-role-meta {
display: flex;
gap: 8px;
flex-shrink: 0;
}
.hr-role-arrow {
flex-shrink: 0;
width: 24px;
height: 24px;
color: var(--color-dark);
transition: transform 0.3s ease;
}
.hr-culture {
padding: 80px var(--content-padding);
}
.hr-culture-content {
max-width: var(--content-max-width);
margin: 0 auto;
display: flex;
flex-direction: column;
gap: 56px;
}
.hr-culture-image {
width: 100%;
height: 500px;
border-radius: var(--radius-lg);
overflow: hidden;
background: #ebeced;
}
.hr-culture-image img {
width: 100%;
height: 100%;
object-fit: cover;
}
.hr-culture-text {
display: flex;
flex-direction: column;
gap: 24px;
max-width: 800px;
}
.hr-culture-heading {
font-family: var(--font-primary);
font-size: 40px;
font-weight: 400;
color: var(--color-dark);
letter-spacing: -2.4px;
line-height: 48px;
}
.hr-culture-body {
font-family: var(--font-primary);
font-size: 18px;
font-weight: 400;
color: var(--color-dark);
letter-spacing: -0.36px;
line-height: 32px;
}
.hr-culture-body-muted {
color: var(--color-muted);
}
.hr-apply {
padding: 80px var(--content-padding);
background: var(--color-bg-dark);
border-radius: var(--radius-xl) var(--radius-xl) 0 0;
margin-top: 40px;
}
.hr-apply-content {
max-width: var(--content-max-width);
margin: 0 auto;
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 80px;
}
.hr-apply-text {
flex: 1;
max-width: 560px;
}
.hr-apply-heading {
font-family: var(--font-primary);
font-size: 56px;
font-weight: 400;
color: var(--color-white);
letter-spacing: -3.36px;
line-height: 68px;
margin-bottom: 16px;
}
.hr-apply-subheading {
font-family: var(--font-primary);
font-size: 18px;
font-weight: 400;
color: var(--color-white-50);
letter-spacing: -0.36px;
line-height: 32px;
}
.hr-apply-actions {
display: flex;
flex-direction: column;
gap: 16px;
align-items: flex-start;
flex-shrink: 0;
padding-top: 12px;
}
.hr-apply-note {
font-family: var(--font-primary);
font-size: 14px;
font-weight: 400;
color: rgba(255, 255, 255, 0.4);
letter-spacing: -0.28px;
line-height: 24px;
}
.csd-hero {
padding: 0 var(--content-padding);
padding-top: 160px;
padding-bottom: 56px;
position: relative;
overflow: hidden;
background: transparent;
}
.csd-hero-content {
max-width: var(--content-max-width);
margin: 0 auto;
display: flex;
flex-direction: column;
gap: 32px;
align-items: flex-start;
}
.csd-hero-tags {
display: flex;
gap: 16px;
align-items: center;
}
.csd-hero-heading {
font-family: var(--font-primary);
font-size: 72px;
font-weight: 400;
color: var(--color-black);
line-height: 80px;
letter-spacing: -4.32px;
max-width: 912px;
font-kerning: none;
font-variant-ligatures: none;
}
.csd-page {
display: flex;
flex-direction: column;
gap: 40px;
padding: 0 var(--content-padding);
align-items: center;
margin-bottom: 64px;
}
.csd-page > * + :not(.csd-key-visual, .csd-gallery, .csh-gallery, .csb-showcase, .csb-wide, .csb-tiles, .csb-duo, .csb-trio),
.csd-page > :not(.csd-key-visual, .csd-gallery, .csh-gallery, .csb-showcase, .csb-wide, .csb-tiles, .csb-duo, .csb-trio) + * {
margin-top: 56px;
}
.csd-key-visual {
width: 100%;
max-width: var(--content-max-width);
}
.csd-image-full {
width: 100%;
aspect-ratio: 16 / 9;
border-radius: 16px;
overflow: hidden;
display: block;
position: relative;
}
.csd-image-full img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
border-radius: 16px;
}
.csd-section {
width: 100%;
max-width: 1200px;
}
.csd-section-inner {
display: flex;
gap: 180px;
align-items: flex-start;
}
.csd-section-title {
width: 400px;
flex-shrink: 0;
}
.csd-heading {
font-family: var(--font-primary);
font-size: 32px;
font-weight: 500;
color: var(--color-dark);
line-height: 40px;
letter-spacing: -1.92px;
}
.csd-section-body {
flex: 1;
min-width: 0;
display: flex;
flex-direction: column;
gap: 28px;
}
.csd-body-text {
font-family: var(--font-primary);
font-size: 16px;
font-weight: 400;
color: var(--color-muted);
line-height: 28px;
letter-spacing: -0.32px;
}
.csd-section--wide {
max-width: var(--content-max-width);
}
@media (min-width: 1201px) {
.csd-section--wide .csd-section-inner {
justify-content: space-between;
gap: 80px;
}
.csd-section--wide .csd-section-body {
flex: 0 1 680px;
}
}
.csd-gallery {
width: 100%;
max-width: 1200px;
display: flex;
flex-direction: column;
gap: 40px;
}
.csd-image-block {
width: 100%;
aspect-ratio: 1200 / 900;
border-radius: 16px;
overflow: hidden;
display: block;
}
.csd-image-block img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
border-radius: 16px;
will-change: transform;
}
.csd-image-block--square {
aspect-ratio: 1 / 1;
}
.csd-more-work {
width: 100%;
max-width: var(--content-max-width);
display: flex;
flex-direction: column;
gap: 24px;
align-items: center;
}
.csd-more-heading {
font-family: var(--font-primary);
font-size: 32px;
font-weight: 500;
color: var(--color-dark);
line-height: 40px;
letter-spacing: -1.92px;
}
.csd-more-grid {
display: flex;
gap: 40px;
width: 100%;
max-width: 1200px;
}
.csd-more-grid .cs-card {
flex: 1;
min-width: 0;
}
.csd-more-grid .cs-card-image {
height: 390px;
}
.custom-cursor {
position: fixed;
top: 0;
left: 0;
width: 6.25rem;
height: 6.25rem;
display: flex;
justify-content: center;
align-items: center;
padding: 0.875rem 1.375rem;
border-radius: 6.25rem;
border: 1px solid var(--color-dark-border);
background: rgba(98, 96, 112, 0.30);
box-shadow: var(--shadow-card);
backdrop-filter: blur(8px);
-webkit-backdrop-filter: blur(8px);
pointer-events: none;
z-index: 9999;
visibility: hidden;
transform: translate(-50%, -50%) scale(0.01);
transition: transform 0.35s cubic-bezier(0.43, 0.98, 0.87, 1),
opacity 0.35s cubic-bezier(0.43, 0.98, 0.87, 1),
visibility 0.35s cubic-bezier(0.43, 0.98, 0.87, 1);
will-change: transform, opacity;
opacity: 0;
}
.custom-cursor.is-visible {
opacity: 1;
visibility: visible;
transform: translate(-50%, -50%) scale(1);
}
.custom-cursor.is-leaving {
opacity: 0;
transform: translate(-50%, -50%) scale(0.01);
}
.custom-cursor .cc-glyph-prev,
.custom-cursor .cc-glyph-next {
display: none;
}
.custom-cursor--prev .cc-glyph-open,
.custom-cursor--next .cc-glyph-open {
display: none;
}
.custom-cursor--prev .cc-glyph-prev,
.custom-cursor--next .cc-glyph-next {
display: block;
}
.custom-cursor-label {
display: none;
font-family: var(--font-primary);
font-size: 13px;
font-weight: 500;
color: var(--color-white);
letter-spacing: -0.26px;
line-height: 1;
white-space: nowrap;
}
.custom-cursor--soon {
width: auto;
height: 3.25rem;
padding: 0 1.5rem;
box-shadow: none;
}
.custom-cursor--soon svg {
display: none;
}
.custom-cursor--soon .custom-cursor-label {
display: block;
}
.services {
padding: 0;
}
.services-card {
background-color: var(--color-bg-dark);
border-radius: 0;
padding: 140px 155px;
display: flex;
gap: 60px;
min-height: 100vh;
width: 100%;
align-items: stretch;
box-sizing: border-box;
}
.services-left {
flex: 1;
display: flex;
flex-direction: column;
justify-content: space-between;
min-width: 0;
}
.services-header {
display: flex;
flex-direction: column;
gap: 24px;
}
.services-badge-wrapper {
display: flex;
}
.services-heading {
font-size: 64px;
font-weight: 400;
color: var(--color-white);
letter-spacing: -3.84px;
line-height: 80px;
max-width: 900px;
}
.services-slides {
position: relative;
flex: 1;
display: flex;
align-items: flex-end;
min-height: 320px;
}
.service-slide {
position: absolute;
bottom: 0;
left: 0;
right: 0;
display: flex;
flex-direction: column;
gap: 16px;
opacity: 0;
pointer-events: none;
}
.service-slide--active {
opacity: 1;
pointer-events: auto;
}
.service-number {
font-family: var(--font-accent), var(--font-primary);
font-style: italic;
font-size: 14px;
color: #a7a7a7;
line-height: 1.4;
}
.service-title {
font-size: 26px;
font-weight: 400;
color: var(--color-white);
letter-spacing: -1.56px;
line-height: 32px;
}
.service-title .char {
display: inline-block;
}
.service-description {
font-size: 16px;
font-weight: 400;
color: var(--color-white);
opacity: 0.4;
letter-spacing: -0.32px;
line-height: 24px;
max-width: 516px;
}
.service-checklist {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 12px 24px;
margin-top: 8px;
}
.service-checklist-item {
display: flex;
align-items: center;
font-size: 16px;
font-weight: 400;
color: var(--color-white);
letter-spacing: -0.48px;
line-height: 24px;
}
.check-icon {
margin-right: 12px;
color: var(--color-white);
font-size: 14px;
opacity: 0.6;
}
.service-slide .btn-dark-pill {
margin-top: 16px;
align-self: flex-start;
}
.services-right {
flex: 1;
min-width: 0;
}
.service-video-wrapper {
width: 100%;
height: 100%;
background-color: var(--color-white);
border-radius: 16px;
overflow: hidden;
position: relative;
}
.service-video {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: cover;
opacity: 0;
transition: none;
}
.service-video--active {
opacity: 1;
}
.testimonial-quote {
font-size: 21px;
font-weight: 400;
color: var(--color-dark);
letter-spacing: -1.26px;
line-height: 32px;
}
.testimonial-author {
display: flex;
align-items: center;
gap: 20px;
}
.testimonial-avatar {
width: 64px;
height: 64px;
border-radius: 50%;
object-fit: cover;
}
.testimonial-author-info {
display: flex;
flex-direction: column;
gap: 5px;
}
.testimonial-name {
font-size: 14px;
font-weight: 560;
color: var(--color-dark);
letter-spacing: -0.28px;
line-height: normal;
}
.testimonial-role {
font-size: 14px;
font-weight: 400;
color: var(--color-muted);
letter-spacing: -0.28px;
line-height: 28px;
}
.home-about {
padding: 180px 40px 136px;
overflow: hidden;
}
.home-about-content {
display: flex;
align-items: center;
justify-content: center;
gap: 100px;
margin: 0 auto;
}
.home-about-deco {
position: relative;
flex-shrink: 0;
width: 628px;
height: 470px;
overflow: visible;
margin: 0;
will-change: transform;
}
.home-about-deco img {
position: absolute;
top: 50%;
left: 0;
display: block;
width: 100%;
height: auto;
max-width: none;
transform: translateY(-50%);
}
.home-about-text {
flex-shrink: 0;
width: 464px;
display: flex;
flex-direction: column;
align-items: center;
gap: 40px;
text-align: center;
}
.home-about-heading {
font-family: var(--font-primary);
font-size: 26px;
font-weight: 400;
line-height: 42px;
letter-spacing: -1.56px;
color: var(--color-dark);
margin: 0;
}
.home-about-body {
font-family: var(--font-primary);
font-size: 16px;
font-weight: 400;
line-height: 28px;
letter-spacing: -0.32px;
color: var(--color-muted);
width: 390px;
max-width: 100%;
margin: 0;
}
.home-about .abt-pill-link {
align-self: center;
}
.logos-section {
padding: 120px var(--content-padding) 68px;
}
.logos-content {
max-width: var(--content-max-width);
margin: 0 auto;
display: flex;
flex-direction: column;
align-items: center;
gap: 40px;
}
.logos-text {
font-size: 16px;
font-weight: 400;
letter-spacing: -0.32px;
line-height: 28px;
text-align: center;
}
.logos-grid {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
gap: 40px 80px;
max-width: 1000px;
}
.logo-img {
object-fit: contain;
flex-shrink: 0;
height: auto;
max-height: 22px;
width: auto;
opacity: 0.5;
}
.logo-carousel.logos-cycle {
display: none;
}
.cta {
position: relative;
padding: 40px var(--content-padding) 0;
}
.cta-bg {
position: absolute;
inset: 0;
overflow: hidden;
z-index: 0;
}
.cta-gradient {
display: none;
}
.cta-content {
position: relative;
z-index: 1;
display: flex;
flex-direction: column;
align-items: center;
gap: 32px;
max-width: 862px;
margin: 0 auto;
text-align: center;
}
.cta-text {
display: flex;
flex-direction: column;
gap: 16px;
}
.cta-heading {
font-size: 72px;
font-weight: 400;
color: var(--color-black);
letter-spacing: -4.32px;
line-height: 80px;
}
.cta-subheading {
font-size: 18px;
font-weight: 400;
color: var(--color-muted);
letter-spacing: -0.36px;
line-height: 28px;
}
.cta-actions {
display: flex;
flex-direction: column;
align-items: center;
gap: 16px;
}
.cta-note {
font-size: 12px;
font-weight: 400;
color: var(--color-muted);
letter-spacing: -0.24px;
line-height: 28px;
text-align: center;
max-width: 416px;
}
.footer {
position: relative;
padding: 0 var(--content-padding);
overflow: hidden;
}
.footer-row {
display: flex;
align-items: flex-end;
justify-content: space-between;
width: 100%;
}
.footer-row--ai {
padding-top: 40px;
padding-bottom: 40px;
align-items: flex-end;
}
.footer-ai {
display: flex;
flex-direction: column;
gap: 24px;
width: 626px;
max-width: 100%;
}
.footer-ai-heading {
font-size: 16px;
font-weight: 400;
color: var(--color-black);
letter-spacing: -0.32px;
line-height: 28px;
}
.footer-ai-icons {
display: flex;
flex-wrap: wrap;
gap: 32px;
align-items: center;
}
.footer-ai-icon-link {
display: inline-flex;
align-items: center;
justify-content: center;
width: 20px;
height: 20px;
transition: opacity 0.2s;
}
.footer-ai-icon-link:hover {
opacity: 0.7;
}
.footer-ai-icon {
width: 20px;
height: 20px;
display: block;
object-fit: contain;
}
.footer-row--brand {
padding-bottom: 32px;
padding-top: 40px;
}
.footer-brand {
display: flex;
flex-direction: column;
width: 626px;
max-width: 100%;
}
.footer-brand-name {
font-size: 16px;
font-weight: 400;
color: var(--color-black);
letter-spacing: -0.32px;
line-height: 28px;
}
.footer-brand-tagline {
font-size: 16px;
font-weight: 400;
color: var(--color-muted);
letter-spacing: -0.32px;
line-height: 28px;
}
.footer-email {
font-size: 16px;
font-weight: 400;
color: var(--color-muted);
letter-spacing: -0.32px;
line-height: 28px;
text-align: right;
transition: color 0.2s;
}
.footer-email:hover {
color: var(--color-black);
}
.footer-social {
display: flex;
align-items: center;
gap: 12px;
}
.footer-social-link {
font-size: 16px;
font-weight: 400;
color: var(--color-black);
letter-spacing: -0.32px;
line-height: 28px;
transition: opacity 0.2s;
white-space: nowrap;
}
.footer-social-link:hover {
opacity: 0.7;
}
.footer-dot {
width: 3px;
height: 3px;
border-radius: 50%;
background-color: var(--color-muted);
flex-shrink: 0;
}
.footer-row--legal {
border-top: 1px solid var(--color-footer-border);
padding: 32px 0;
align-items: center;
gap: 24px;
flex-wrap: wrap;
}
.footer-legal {
display: flex;
align-items: center;
gap: 40px;
flex-shrink: 0;
}
.footer-legal-link {
font-size: 14px;
font-weight: 400;
color: var(--color-dark);
letter-spacing: -0.28px;
line-height: normal;
transition: opacity 0.2s;
white-space: nowrap;
}
.footer-legal-link:hover {
opacity: 0.7;
}
.footer-copyright {
font-size: 14px;
font-weight: 400;
letter-spacing: -0.42px;
line-height: 28px;
text-align: right;
white-space: nowrap;
}
.footer-wordmark {
position: relative;
width: 100vw;
left: 50%;
transform: translateX(-50%);
height: 106px;
overflow: hidden;
pointer-events: none;
}
.footer-wordmark-canvas {
display: block;
width: 100%;
height: 100%;
opacity: 0.07;
pointer-events: auto;
}
body.modal-open {
overflow: hidden;
}
.cal-modal {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
z-index: 10000;
display: flex;
align-items: center;
justify-content: center;
padding: 16px;
opacity: 0;
visibility: hidden;
transition: opacity 0.3s ease, visibility 0.3s ease;
}
.cal-modal.is-open {
opacity: 1;
visibility: visible;
}
.cal-modal-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.25);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
}
.cal-modal-card {
position: relative;
z-index: 1;
width: 100%;
height: 100%;
overflow: hidden;
border-radius: 1.3125rem;
border: 1px solid rgba(255, 255, 255, 0.50);
background: rgba(255, 255, 255, 0.90);
backdrop-filter: blur(25px);
-webkit-backdrop-filter: blur(25px);
display: flex;
flex-direction: column;
transform: scale(0.96) translateY(10px);
transition: transform 0.35s cubic-bezier(0.43, 0.98, 0.87, 1);
}
.cal-modal.is-open .cal-modal-card {
transform: scale(1) translateY(0);
}
.cal-modal-header {
display: flex;
align-items: center;
justify-content: space-between;
padding: 24px 32px;
flex-shrink: 0;
}
.cal-modal-logo {
font-family: var(--font-primary);
font-size: 16px;
letter-spacing: -0.4px;
user-select: none;
}
.cal-modal-logo-bold {
font-weight: 600;
color: var(--color-black);
}
.cal-modal-logo-light {
font-weight: 300;
color: var(--color-black);
}
.cal-modal-close {
width: 36px;
height: 36px;
border-radius: 50%;
border: 1px solid rgba(0, 0, 0, 0.1);
background: transparent;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
color: var(--color-black);
transition: background 0.2s ease, border-color 0.2s ease;
}
.cal-modal-close:hover {
background: rgba(0, 0, 0, 0.05);
border-color: rgba(0, 0, 0, 0.2);
}
.cal-modal-close svg {
width: 16px;
height: 16px;
}
.cal-modal-body {
padding: 0 32px 0;
text-align: center;
flex: 1;
min-height: 0;
display: flex;
flex-direction: column;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}
.cal-modal-heading {
font-family: var(--font-primary);
font-size: 42px;
font-weight: 400;
color: var(--color-dark);
letter-spacing: -2.5px;
line-height: 1.15;
margin: 0 0 12px;
flex-shrink: 0;
}
.cal-modal-subheading {
font-family: var(--font-primary);
font-size: 15px;
font-weight: 400;
color: var(--color-muted);
line-height: 1.5;
margin: 0 0 32px;
}
.cal-modal-embed {
flex: 1;
min-height: 0;
border-radius: 12px;
overflow: auto;
-webkit-overflow-scrolling: touch;
}
.cal-modal-embed iframe {
border: none;
}
.cal-modal-footer {
padding: 20px 32px;
text-align: center;
flex-shrink: 0;
border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.cal-modal-footer a {
font-family: var(--font-primary);
font-size: 13px;
font-weight: 400;
color: var(--color-muted);
text-decoration: none;
transition: color 0.2s ease;
}
.cal-modal-footer a:hover {
color: var(--color-dark);
}
.cal-modal-footer-email {
margin-bottom: 8px;
}
.cal-modal-social {
display: flex;
align-items: center;
justify-content: center;
gap: 16px;
}
.cal-modal-social-sep {
color: var(--color-muted);
opacity: 0.4;
font-size: 13px;
}
.labs-gallery {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
overflow: hidden;
background: transparent;
cursor: grab;
user-select: none;
-webkit-user-select: none;
touch-action: none;
z-index: 1;
}
.labs-gallery.is-dragging {
cursor: grabbing;
}
.labs-grid {
position: absolute;
left: 0;
top: 0;
will-change: transform;
z-index: 1;
}
.labs-card {
position: absolute;
background: #fff;
padding: 2px;
border-radius: 16px;
overflow: hidden;
box-shadow:
0 0.5px 1px 0 var(--shadow-color-near),
0 21.5px 40px 0 var(--shadow-color-far);
cursor: pointer;
transition: transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1),
box-shadow 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.labs-card:hover {
box-shadow:
0 2px 4px 0 rgba(14, 15, 43, 0.1),
0 30px 60px 0 rgba(66, 39, 92, 0.06);
}
.labs-card-inner {
transform: scale(1);
transform-origin: center center;
}
@media (hover: hover) and (pointer: fine) {
.labs-card {
will-change: transform;
transform-style: preserve-3d;
}
.labs-card-inner {
will-change: transform;
transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.labs-grid:hover:has(.labs-card:hover) .labs-card:not(:hover) .labs-card-inner {
transform: scale(0.97);
}
}
.labs-card-inner {
width: 100%;
height: 100%;
border-radius: 14px;
overflow: hidden;
background: #e8e8ec;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.labs-card-inner img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
pointer-events: none;
user-select: none;
opacity: 0;
}
.labs-card-inner img.is-loaded {
opacity: 1;
}
.labs-card-inner img.will-fade {
transition: opacity 0.26s ease-out;
}
@media (prefers-reduced-motion: reduce) {
.labs-card-inner img.will-fade {
transition: none;
}
}
.labs-gallery.is-dragging .labs-card {
cursor: grabbing;
}
.labs-watermark {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-family: var(--font-primary);
font-size: 144px;
font-weight: 400;
letter-spacing: -8.64px;
line-height: 80px;
color: var(--color-black);
opacity: 0.05;
pointer-events: none;
z-index: 0;
white-space: nowrap;
}
.labs-vignette {
display: none;
}
.labs-lightbox {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 100;
display: none;
pointer-events: none;
}
.labs-lightbox.is-open {
display: block;
pointer-events: auto;
touch-action: none;
}
.labs-lightbox-panel {
position: absolute;
top: 6px;
left: 6px;
right: 6px;
bottom: 6px;
border-radius: 1.3125rem;
border: 1px solid rgba(255, 255, 255, 0.50);
background: rgba(255, 255, 255, 0.90);
backdrop-filter: blur(25px);
-webkit-backdrop-filter: blur(25px);
cursor: pointer;
opacity: 0;
transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0.1s;
z-index: 1;
}
.labs-lightbox.is-visible .labs-lightbox-panel {
opacity: 1;
}
.labs-lightbox-image-wrap {
position: fixed;
z-index: 2;
background: #fff;
padding: 6px;
border-radius: 32px;
box-shadow:
0 1.4px 2.8px 0 var(--shadow-color-near),
0 40px 60px 0 rgba(36, 36, 62, 0.05),
0 60.24px 112px 0 var(--shadow-color-far);
cursor: pointer;
will-change: transform, width, height, top, left, border-radius, padding;
transition: top 0.7s cubic-bezier(0.16, 1, 0.3, 1),
left 0.7s cubic-bezier(0.16, 1, 0.3, 1),
width 0.7s cubic-bezier(0.16, 1, 0.3, 1),
height 0.7s cubic-bezier(0.16, 1, 0.3, 1),
border-radius 0.7s cubic-bezier(0.16, 1, 0.3, 1),
padding 0.7s cubic-bezier(0.16, 1, 0.3, 1),
box-shadow 0.7s cubic-bezier(0.16, 1, 0.3, 1),
opacity 0.4s ease;
}
.labs-lightbox-image-inner {
width: 100%;
height: 100%;
border-radius: 24px;
overflow: hidden;
background: #e8e8ec;
}
.labs-lightbox-image-inner img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
pointer-events: none;
user-select: none;
}
body.labs-page .scroll-indicator {
display: none;
}
.scroll-indicator {
position: fixed;
right: 40px;
top: 50%;
transform: translateY(-50%);
z-index: 99;
pointer-events: none;
width: 48px;
height: 272px;
}
.scroll-indicator-track {
position: relative;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.scroll-tick {
height: 1px;
background: rgba(107, 108, 113, 0.18);
width: 24px;
margin-left: auto;
flex-shrink: 0;
will-change: width, background-color;
}
.scroll-tick-major {
height: 1px;
background: rgba(107, 108, 113, 0.28);
width: 40px;
margin-left: auto;
flex-shrink: 0;
will-change: width, background-color;
}
@media (max-width: 1200px) {
:root {
--content-padding: 80px;
}
.hero-content {
padding: 120px var(--content-padding) 40px;
}
.hero-heading {
font-size: 52px;
line-height: 64px;
letter-spacing: -3.12px;
}
.hero-subtitle {
font-size: 28px;
line-height: 64px;
letter-spacing: -1.68px;
}
.hero-bottom {
flex-direction: column;
align-items: flex-start;
gap: 32px;
padding-right: 0;
}
.hero-body {
width: 100%;
}
.hero-heading br,
.hero-body br {
display: none;
}
.hero-cta-mobile {
display: inline-flex;
}
.hero-bottom .logo-carousel {
display: none;
}
.carousel-card {
width: 500px;
height: 380px;
}
.carousel-card-narrow {
width: 180px;
}
.carousel-card-wide {
width: 500px;
}
.section-heading {
font-size: 40px;
line-height: 48px;
}
.services-card {
padding: 80px 64px;
}
.services-heading {
font-size: 48px;
line-height: 56px;
letter-spacing: -2.88px;
}
.service-checklist {
grid-template-columns: 1fr;
}
.cta-heading {
font-size: 56px;
line-height: 64px;
letter-spacing: -3.36px;
}
.footer-top {
flex-direction: column;
align-items: flex-start;
gap: 32px;
min-height: auto;
}
.footer-info {
width: 100%;
}
.scroll-indicator {
right: 20px;
}
.legal-hero {
padding-top: 160px;
}
.legal-hero-title {
font-size: 52px;
letter-spacing: -3.12px;
}
.legal-hero-subtitle {
font-size: 28px;
}
.legal-content {
padding: 80px 80px 80px 80px;
}
.legal-block {
max-width: 100%;
}
.cs-hero {
padding-top: 176px;
padding-bottom: 120px;
}
.cs-hero-heading {
font-size: 56px;
line-height: 64px;
letter-spacing: -3.36px;
}
.cs-showcase .projects-row--feature-narrow + .projects-row--pair {
margin-top: 144px;
}
.cs-showcase .projects-row--pair + .projects-row--feature {
margin-top: 112px;
}
.csd-hero-heading {
font-size: 56px;
line-height: 64px;
letter-spacing: -3.36px;
}
.csd-section-inner {
gap: 80px;
}
.csd-section-title {
width: 280px;
}
.csd-image-full,
.csd-image-block {
border-radius: 16px;
}
.csd-more-grid .cs-card-image {
height: 300px;
}
.abt-hero {
padding: 176px var(--content-padding) 64px;
}
.abt-hero-heading {
font-size: 56px;
line-height: 64px;
letter-spacing: -3.36px;
}
.abt-video-section {
padding: 40px var(--content-padding);
}
.abt-manifesto {
padding: 80px var(--content-padding);
}
.abt-numbers-content {
flex-direction: column;
gap: 40px;
}
.abt-numbers-heading {
font-size: 44px;
line-height: 54px;
}
.abt-team-feature {
padding: 60px 80px;
}
.abt-team-feature-content {
flex-direction: column;
height: auto;
gap: 40px;
}
.abt-team-feature-image {
flex: none;
width: 100%;
height: 500px;
}
.abt-cases {
padding: 56px var(--content-padding) 104px;
}
.abt-founders {
padding: 40px 80px;
}
.home-about {
padding: 160px 40px 140px;
}
.home-about-content {
gap: 100px;
}
.home-about-deco {
width: 409px;
height: 340px;
}
.hr-hero-heading {
font-size: 56px;
line-height: 64px;
letter-spacing: -3.36px;
}
.hr-why-grid {
grid-template-columns: repeat(2, 1fr);
gap: 20px;
}
.hr-why-card-inner {
padding: 32px;
}
.hr-role-card {
flex-wrap: wrap;
gap: 16px;
}
.hr-apply-content {
flex-direction: column;
gap: 40px;
}
.hr-apply-heading {
font-size: 44px;
line-height: 54px;
}
.hr-culture-image {
height: 400px;
}
}
@media (hover: none) and (pointer: coarse) {
.page-bg-gradient-wrap {
filter: none;
opacity: 1;
width: 100%;
height: 100%;
top: 0;
left: 0;
transform: none;
background: radial-gradient(ellipse 80% 50% at 50% 0%, rgba(180, 140, 210, 0.18) 0%, rgba(120, 100, 180, 0.10) 40%, transparent 70%);
}
.page-bg--bottom .page-bg-gradient-wrap {
transform: none;
background: radial-gradient(ellipse 80% 40% at 50% 100%, rgba(180, 140, 210, 0.18) 0%, rgba(120, 100, 180, 0.10) 40%, transparent 70%);
}
.page-bg-gradient-wrap img,
.page-bg-gradient {
display: none;
}
.mobile-nav {
backdrop-filter: none;
-webkit-backdrop-filter: none;
background: rgba(255, 255, 255, 0.92);
}
.about-page .page-bg-gradient-wrap {
top: 0;
}
.drag-cursor,
.custom-cursor {
backdrop-filter: none;
-webkit-backdrop-filter: none;
}
.drag-cursor {
background: rgba(98, 96, 112, 0.55);
}
.page-bg {
will-change: auto;
}
.carousel-track {
will-change: auto;
}
.scroll-indicator,
.scroll-indicator-track {
will-change: auto;
}
.about,
.more-dosing,
.services {
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
}
@media (max-width: 767px) {
:root {
--content-padding: 24px;
}
.scroll-indicator {
display: none;
}
.page-bg-pattern {
opacity: 1;
top: 0;
width: auto;
height: min(50vh, 110vw);
aspect-ratio: 1270 / 1321;
}
.nav-wrapper {
padding-left: 24px;
padding-right: 24px;
}
.nav-pill {
display: none;
}
.nav-hamburger {
display: flex;
}
.nav--light .hamburger-line {
background-color: var(--color-black);
}
.nav--light .nav-hamburger-pill {
background: var(--color-pill-bg);
border-color: rgba(21, 12, 64, 0.02);
}
.nav--light .nav-hamburger-pill-inner {
background: white;
}
.hero-subtitle {
font-size: 14px;
line-height: normal;
letter-spacing: -0.28px;
}
.hero-heading {
font-size: 40px;
line-height: 46px;
letter-spacing: -2.4px;
}
.hero-titles {
gap: 16px;
}
.hero-body {
width: auto;
max-width: 600px;
font-size: 14px;
letter-spacing: -0.28px;
}
.hero-bottom {
padding-right: 0;
gap: 24px;
}
.hero-content {
padding: 60px 24px 40px;
gap: 24px;
}
.hero-heading br,
.hero-body br {
display: none;
}
.hero-cta-mobile {
display: inline-flex;
}
.hero-bottom .logo-carousel {
display: none;
}
.portfolio-carousel {
cursor: auto;
}
.carousel-card {
width: 494px;
height: 340px;
}
.carousel-card-narrow {
width: 159px;
}
.carousel-card-wide {
width: 483px;
}
.about {
padding: 80px 24px;
}
.about-text {
margin-left: 0;
}
.about-paragraph {
font-size: 1.25rem;
line-height: 2.25rem;
letter-spacing: -0.075rem;
}
.about-founders {
margin-left: 0;
gap: 40px;
}
.projects {
padding: 0 24px 64px;
}
.section-heading {
font-size: 32px;
line-height: 40px;
letter-spacing: -1.92px;
margin-bottom: 32px;
}
.projects-header {
margin-bottom: 40px;
}
.projects-row {
display: block;
}
.projects-row--pair {
width: 100%;
margin-top: 40px;
}
.project-card--feature,
.project-card--landscape,
.project-card--portrait {
width: 100%;
}
.project-card--portrait {
padding-top: 40px;
}
.projects-row--feature-narrow .project-card--feature {
width: 100%;
margin-top: 56px;
}
.project-image--feature,
.project-image--landscape {
aspect-ratio: 16 / 9;
}
.project-image--portrait {
aspect-ratio: 4 / 5;
}
.project-info {
flex-direction: column;
align-items: flex-start;
gap: 16px;
}
.project-title {
font-size: 20px;
letter-spacing: -1.2px;
line-height: 32px;
}
.projects-see-all {
font-size: 16px;
}
.projects-testimonial {
padding: 0;
margin-top: 56px;
gap: 20px;
}
.services {
padding: 0;
margin: 64px 0 80px;
}
.services-card {
border-radius: 0;
padding: 120px 24px 80px;
flex-direction: column;
min-height: 100svh;
gap: 24px;
box-sizing: border-box;
}
.services-left {
display: contents;
}
.services-header {
order: 1;
gap: 8px;
}
.services-right {
order: 2;
flex: none;
}
.services-slides {
order: 3;
min-height: auto;
flex: 1;
}
.services-heading {
font-size: 32px;
line-height: 40px;
letter-spacing: -1.92px;
max-width: 100%;
}
.service-slide {
gap: 4px;
top: 0;
bottom: auto;
}
.service-slide .btn-dark-pill {
margin-top: 12px;
}
.service-title {
font-size: 21px;
letter-spacing: -1.26px;
}
.service-description {
font-size: 14px;
letter-spacing: -0.28px;
line-height: 24px;
max-width: 100%;
}
.service-checklist {
display: none;
}
.service-video-wrapper {
height: 270px;
}
.testimonial-quote {
font-size: 18px;
line-height: 30px;
letter-spacing: -1.08px;
}
.home-about {
padding: 80px 24px;
}
.home-about-content {
gap: 0;
}
.home-about-deco {
display: none;
}
.home-about-text {
width: 100%;
margin-bottom: 0;
}
.home-about-heading {
font-size: 22px;
line-height: 32px;
letter-spacing: -1.1px;
}
.home-about-heading br {
display: none;
}
.cs-hero-content {
gap: 40px;
}
.cs-hero-subtitle {
font-size: 14px;
line-height: 22px;
max-width: 100%;
}
.cs-hero-heading {
font-size: 40px;
line-height: 48px;
letter-spacing: -2.4px;
}
.cs-hero {
padding-top: 136px;
padding-bottom: 56px;
}
.cs-showcase .projects-row--feature-narrow + .projects-row--pair,
.cs-showcase .projects-row--pair + .projects-row--feature {
margin-top: 40px;
}
.cs-showcase .project-card--portrait,
.cs-showcase .projects-row--pair-drop .project-card--landscape {
padding-top: 0;
}
.cs-showcase .projects-row > .project-card + .project-card {
margin-top: 40px;
}
.cs-showcase .project-image {
height: 300px;
aspect-ratio: auto;
}
.cs-tag {
height: 38px;
padding: 10px 16px;
font-size: 13px;
}
.logos-section {
padding: 0 24px 40px;
}
.logos-content {
gap: 32px;
}
.logos-text {
font-size: 14px;
letter-spacing: -0.28px;
}
.logos-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-auto-rows: 20px;
place-items: center;
gap: 24px 12px;
width: 100%;
max-width: none;
}
.logos-grid .logo-img {
max-height: 20px;
}
.logos-cycling .logos-grid {
display: none;
}
.logos-cycling .logo-carousel.logos-cycle {
display: flex;
flex: none;
justify-content: center;
width: 100%;
gap: clamp(16px, 6vw, 40px);
}
.logos-cycle .logo-column {
flex: 1 1 0;
width: auto;
min-width: 0;
max-width: 80px;
}
.logos-cycle .logo-name-img {
max-width: 100%;
}
.cta {
padding: 40px 24px 0;
}
.cta-heading {
font-size: 32px;
line-height: 40px;
letter-spacing: -1.92px;
}
.cta-subheading {
font-size: 14px;
letter-spacing: -0.28px;
}
.cta-note {
max-width: 100%;
line-height: 20px;
}
.footer {
padding: 0 var(--content-padding);
}
.footer-row {
flex-direction: column;
align-items: center;
gap: 0;
}
.footer-ai,
.footer-brand {
display: none;
}
.footer-row--ai {
padding: 32px 0 0;
}
.footer-row--brand {
padding: 8px 0 32px;
}
.footer-email {
width: 100%;
text-align: center;
font-size: 14px;
letter-spacing: -0.28px;
}
.footer-social {
width: 100%;
justify-content: center;
flex-wrap: wrap;
gap: 12px;
}
.footer-social-link {
font-size: 14px;
letter-spacing: -0.28px;
}
.footer-row--legal {
padding: 32px 0;
gap: 24px;
}
.footer-legal {
justify-content: center;
flex-wrap: wrap;
gap: 8px 40px;
}
.footer-legal-link {
line-height: 28px;
}
.footer-copyright {
width: 100%;
text-align: center;
line-height: 28px;
white-space: normal;
}
.footer-copyright span {
display: block;
}
.footer-wordmark {
display: none;
}
.cal-modal-header {
padding: 16px 20px;
}
.cal-modal-body {
padding: 0 20px 20px;
}
.cal-modal-heading {
font-size: 28px;
letter-spacing: -1.5px;
}
.cal-modal-subheading {
font-size: 14px;
margin-bottom: 20px;
}
.cal-modal-embed {
flex: 1;
min-height: 0;
}
.cal-modal-footer {
padding: 16px 20px;
}
.legal-hero {
padding-top: 120px;
}
.legal-hero-title {
font-size: 32px;
line-height: 40px;
letter-spacing: -1.92px;
}
.legal-hero-subtitle {
font-size: 22px;
line-height: 40px;
}
.legal-content {
padding: 60px 24px;
}
.legal-block h2 {
font-size: 22px;
line-height: 32px;
letter-spacing: -1px;
}
.legal-block p,
.legal-block ul {
font-size: 15px;
line-height: 26px;
}
.csd-hero {
padding-top: 120px;
padding-bottom: 32px;
}
.csd-hero-content {
gap: 24px;
}
.csd-hero-tags {
flex-wrap: wrap;
gap: 8px;
}
.csd-hero-heading {
font-size: 32px;
line-height: 40px;
letter-spacing: -1.92px;
}
.csd-page {
gap: 24px;
}
.csd-page > * + :not(.csd-key-visual, .csd-gallery, .csh-gallery, .csb-showcase, .csb-wide, .csb-tiles, .csb-duo, .csb-trio),
.csd-page > :not(.csd-key-visual, .csd-gallery, .csh-gallery, .csb-showcase, .csb-wide, .csb-tiles, .csb-duo, .csb-trio) + * {
margin-top: 40px;
}
.csd-section-inner {
flex-direction: column;
gap: 24px;
}
.csd-section-title {
width: 100%;
}
.csd-heading {
font-size: 24px;
line-height: 32px;
letter-spacing: -1.44px;
}
.csd-body-text {
font-size: 14px;
line-height: 24px;
letter-spacing: -0.28px;
}
.csd-image-full {
border-radius: 12px;
}
.csd-image-block {
border-radius: 12px;
}
.csd-gallery {
gap: 24px;
}
.csd-more-heading {
font-size: 24px;
line-height: 32px;
letter-spacing: -1.44px;
}
.csd-more-grid {
flex-direction: column;
gap: 40px;
}
.csd-more-grid .cs-card-image {
height: 280px;
}
.abt-hero {
min-height: auto;
padding: 136px var(--content-padding) 48px;
}
.abt-hero-content {
max-width: 100%;
gap: 40px;
}
.abt-hero-heading {
font-size: 40px;
line-height: 48px;
letter-spacing: -2.4px;
word-break: normal;
overflow-wrap: break-word;
}
.abt-hero-heading br {
display: none;
}
.abt-hero-body {
font-size: 14px;
line-height: 22px;
max-width: 100%;
}
.abt-video-section {
padding: 24px;
}
.abt-manifesto {
padding: 60px 24px;
}
.abt-manifesto-paragraph {
font-size: 20px;
line-height: 36px;
letter-spacing: -1.2px;
}
.abt-collage {
padding: 32px 0;
}
.abt-collage-stage {
aspect-ratio: 402 / 395;
}
.abt-collage-item--sm,
.abt-collage-item:nth-child(2),
.abt-collage-item:nth-child(6) {
display: none;
}
.abt-collage-item--lg {
width: 44%;
}
.abt-collage-item--md {
width: 30%;
}
.abt-collage-item:nth-child(1) { left: 1.5%; top: 4%; }
.abt-collage-item:nth-child(3) { left: 9%;   top: 47%; }
.abt-collage-item:nth-child(4) { left: 54%;  top: 25%; }
.abt-collage-item:nth-child(5) { left: 66%;  top: 1%; }
.abt-collage-item:nth-child(7) { left: 60%;  top: 66%; }
.abt-numbers-content {
flex-direction: column;
gap: 32px;
}
.abt-numbers-heading {
font-size: 32px;
line-height: 40px;
letter-spacing: -1.92px;
}
.abt-stat-number {
font-size: 28px;
width: 120px;
letter-spacing: -1.68px;
}
.abt-stat-label {
font-size: 14px;
}
.abt-stat-row {
height: 80px;
}
.abt-team-feature {
padding: 40px 24px;
}
.abt-team-feature-content {
flex-direction: column;
height: auto;
gap: 32px;
}
.abt-team-feature-image {
flex: none;
width: 100%;
height: auto;
}
.abt-team-feature-quote {
font-size: 20px;
line-height: 36px;
letter-spacing: -1.2px;
}
.abt-team-feature-body {
font-size: 14px;
letter-spacing: -0.28px;
}
.abt-cases {
padding: 40px var(--content-padding) 64px;
}
.abt-cases .project-card--portrait {
padding-top: 0;
}
.abt-cases .projects-row > .project-card + .project-card {
margin-top: 40px;
}
.abt-founders {
padding: 40px 24px;
}
.abt-founders-content {
flex-direction: column;
gap: 48px;
}
.abt-founder-name {
font-size: 20px;
line-height: 32px;
letter-spacing: -1.2px;
}
.abt-founder-bio {
font-size: 14px;
letter-spacing: -0.28px;
}
.abt-founder-social-link {
font-size: 14px;
letter-spacing: -0.28px;
}
.hr-hero {
padding: 160px 24px 60px;
}
.hr-hero-heading {
font-size: 40px;
line-height: 46px;
letter-spacing: -2.4px;
}
.hr-hero-body {
font-size: 14px;
line-height: 28px;
letter-spacing: -0.28px;
}
.hr-why {
padding: 60px 24px;
}
.hr-why-header {
margin-bottom: 32px;
}
.hr-why-grid {
grid-template-columns: 1fr;
gap: 16px;
}
.hr-why-card-inner {
padding: 24px;
}
.hr-why-title {
font-size: 20px;
letter-spacing: -1.2px;
line-height: 28px;
}
.hr-why-description {
font-size: 14px;
letter-spacing: -0.28px;
line-height: 24px;
}
.hr-roles {
padding: 60px 24px;
}
.hr-roles-header {
margin-bottom: 32px;
}
.hr-role-card {
flex-direction: column;
align-items: flex-start;
gap: 16px;
padding: 24px 0;
}
.hr-role-title {
font-size: 20px;
letter-spacing: -1.2px;
}
.hr-role-description {
font-size: 14px;
letter-spacing: -0.28px;
line-height: 24px;
}
.hr-role-arrow {
display: none;
}
.hr-culture {
padding: 60px 24px;
}
.hr-culture-content {
gap: 32px;
}
.hr-culture-image {
height: 250px;
}
.hr-culture-heading {
font-size: 28px;
line-height: 36px;
letter-spacing: -1.68px;
}
.hr-culture-body {
font-size: 14px;
line-height: 28px;
letter-spacing: -0.28px;
}
.hr-apply {
padding: 60px 24px;
margin-top: 20px;
}
.hr-apply-content {
flex-direction: column;
gap: 32px;
}
.hr-apply-heading {
font-size: 32px;
line-height: 40px;
letter-spacing: -1.92px;
}
.hr-apply-subheading {
font-size: 14px;
line-height: 24px;
letter-spacing: -0.28px;
}
.hr-apply-note {
font-size: 13px;
}
}
.error-page {
margin: 0;
min-height: 100vh;
overflow: hidden;
background: #f2f1f1;
position: relative;
}
.error-bg {
position: fixed;
inset: 0;
z-index: 0;
pointer-events: none;
}
.error-bg-gradient-wrap {
position: absolute;
bottom: -15%;
left: -15%;
width: 130%;
height: 80%;
display: flex;
align-items: flex-end;
justify-content: center;
}
.error-bg-gradient {
width: 100%;
height: 100%;
object-fit: cover;
opacity: 0.55;
filter: blur(80px);
}
.error-bg-blur {
position: absolute;
inset: 0;
backdrop-filter: blur(1px);
-webkit-backdrop-filter: blur(1px);
}
.error-404-bg {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -45%);
width: 95vw;
max-width: 1600px;
height: auto;
z-index: 1;
pointer-events: none;
will-change: transform;
}
.error-404-svg {
width: 100%;
height: auto;
display: block;
}
.error-content {
position: relative;
z-index: 2;
display: flex;
flex-direction: column;
align-items: center;
min-height: 100vh;
padding: 40px var(--content-padding, 120px) 40px;
}
.error-header {
flex-shrink: 0;
width: 100%;
display: flex;
justify-content: center;
}
.error-logo {
text-decoration: none;
font-family: var(--font-primary, 'Geist', sans-serif);
font-size: 16.84px;
letter-spacing: -0.5px;
color: var(--color-black);
}
.error-logo-bold {
font-weight: 600;
}
.error-logo-dot {
font-weight: 600;
}
.error-logo-light {
font-weight: 300;
}
.error-main {
flex: 1;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
width: 100%;
}
.error-heading {
font-family: var(--font-primary, 'Geist', sans-serif);
font-size: 72px;
font-weight: 500;
line-height: 80px;
letter-spacing: -4.32px;
color: var(--color-black);
margin: 0 0 35px;
max-width: 900px;
}
.error-body {
font-family: var(--font-primary, 'Geist', sans-serif);
font-size: 16px;
font-weight: 400;
line-height: 28px;
letter-spacing: -0.32px;
color: var(--color-muted);
margin: 0 0 32px;
max-width: 787px;
}
.error-body-dark {
color: var(--color-black);
}
.error-cta {
align-self: center;
}
.error-footer {
flex-shrink: 0;
display: flex;
flex-direction: column;
align-items: center;
gap: 16px;
padding-bottom: 40px;
}
.error-footer-email {
font-family: var(--font-primary, 'Geist', sans-serif);
font-size: 14px;
font-weight: 400;
color: var(--color-muted);
text-decoration: none;
}
.error-footer-email:hover {
color: var(--color-black);
text-decoration: underline;
}
.error-footer-links {
display: flex;
align-items: center;
gap: 16px;
}
.error-footer-links a {
font-family: var(--font-primary, 'Geist', sans-serif);
font-size: 14px;
font-weight: 400;
color: var(--color-black);
text-decoration: none;
}
.error-footer-links a:hover {
opacity: 0.7;
}
.error-footer-dot {
width: 3px;
height: 3px;
border-radius: 50%;
background: var(--color-black);
opacity: 0.3;
}
@media (max-width: 1200px) {
.error-content {
padding: 32px 80px 32px;
}
.error-404-bg {
width: min(95vw, 1100px);
}
.error-heading {
font-size: 56px;
line-height: 64px;
letter-spacing: -3.36px;
}
}
@media (max-width: 767px) {
.error-content {
padding: 24px 24px 24px;
}
.error-404-bg {
width: 100vw;
}
.error-heading {
font-size: 36px;
line-height: 42px;
letter-spacing: -2.16px;
margin-bottom: 24px;
}
.error-body {
font-size: 15px;
line-height: 24px;
}
.error-footer {
gap: 12px;
}
}
.services-page .services-hero {
padding: 200px var(--content-padding) 120px;
}
.services-hero-inner {
max-width: var(--content-max-width);
margin: 0 auto;
}
.services-hero-heading {
font-family: var(--font-primary);
font-size: 72px;
font-weight: 400;
color: var(--color-dark);
letter-spacing: -3.6px;
line-height: 84px;
max-width: 960px;
}
.how-we-work .badge {
display: inline-flex;
align-items: center;
padding: 8px 16px;
border-radius: var(--radius-pill);
background: var(--color-pill-bg);
color: var(--color-dark);
font-family: var(--font-primary);
font-size: 13px;
font-weight: 500;
letter-spacing: -0.13px;
line-height: 1;
}
.services-page .service-categories {
padding: 80px 0 120px;
position: relative;
}
.service-categories-inner {
max-width: var(--content-max-width);
margin: 0 auto;
padding: 0 var(--content-padding);
display: flex;
flex-direction: column;
gap: 100px;
}
.service-category {
display: flex;
flex-direction: column;
gap: 40px;
}
.service-category-heading {
font-family: var(--font-primary);
font-size: 14px;
font-weight: 500;
color: var(--color-muted);
letter-spacing: 1.4px;
text-transform: uppercase;
line-height: 1;
}
.service-category-rows {
display: flex;
flex-direction: column;
border-top: 1px solid rgba(12, 21, 42, 0.1);
}
.service-row {
display: grid;
grid-template-columns: 56px 1fr 48px;
align-items: center;
gap: 24px;
padding: 32px 16px;
border-bottom: 1px solid rgba(12, 21, 42, 0.1);
background-color: transparent;
border-left: none;
border-right: none;
cursor: pointer;
text-align: left;
color: var(--color-dark);
transition: background-color 0.35s ease;
font-family: var(--font-primary);
width: 100%;
}
.service-row:hover,
.service-row:focus-visible {
background-color: rgba(12, 21, 42, 0.03);
}
.service-row:focus-visible {
outline: 1px solid rgba(12, 21, 42, 0.25);
outline-offset: -1px;
}
.service-row-num {
font-family: var(--font-accent), var(--font-primary);
font-style: italic;
font-size: 14px;
color: var(--color-muted);
transition: color 0.3s ease;
}
.service-row:hover .service-row-num {
color: var(--color-dark);
}
.service-row-name {
font-family: var(--font-primary);
font-size: 32px;
font-weight: 400;
color: var(--color-dark);
letter-spacing: -1.28px;
line-height: 40px;
}
.service-row-arrow {
width: 48px;
height: 48px;
display: flex;
align-items: center;
justify-content: flex-end;
color: var(--color-muted);
transition: color 0.3s ease, transform 0.3s ease;
}
.service-row-arrow svg {
width: 22px;
height: 22px;
}
.service-row:hover .service-row-arrow {
color: var(--color-dark);
transform: translateX(6px);
}
.service-case-studies {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 24px;
margin-top: 16px;
}
.service-cs-thumb {
position: relative;
border-radius: 16px;
overflow: hidden;
display: block;
aspect-ratio: 745 / 480;
background: var(--color-card-bg);
transition: transform 0.5s cubic-bezier(0.43, 0.98, 0.87, 1);
}
.service-cs-thumb:hover {
transform: scale(1.015);
}
.service-cs-thumb img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.service-cs-label {
position: absolute;
bottom: 16px;
left: 20px;
font-family: var(--font-primary);
font-size: 14px;
font-weight: 500;
color: var(--color-dark);
background: rgba(255, 255, 255, 0.7);
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
padding: 6px 14px;
border-radius: var(--radius-pill);
letter-spacing: -0.14px;
}
.how-we-work {
padding: 140px var(--content-padding) 100px;
}
.how-we-work-inner {
max-width: var(--content-max-width);
margin: 0 auto;
display: flex;
flex-direction: column;
gap: 56px;
}
.how-we-work-header {
display: flex;
flex-direction: column;
gap: 20px;
}
.how-we-work-heading {
font-family: var(--font-primary);
font-size: 56px;
font-weight: 500;
color: var(--color-dark);
letter-spacing: -2.8px;
line-height: 64px;
max-width: 780px;
}
.how-we-work-steps {
list-style: none;
padding: 0;
margin: 0;
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 32px;
}
.how-we-work-step {
display: flex;
flex-direction: column;
gap: 12px;
padding: 28px 24px;
border-radius: var(--radius-lg);
background: var(--color-white-50);
border: 1px solid rgba(12, 21, 42, 0.06);
}
.how-we-work-num {
font-family: var(--font-accent), var(--font-primary);
font-style: italic;
font-size: 14px;
color: var(--color-muted);
}
.how-we-work-step-title {
font-family: var(--font-primary);
font-size: 22px;
font-weight: 500;
color: var(--color-dark);
letter-spacing: -0.66px;
line-height: 28px;
}
.how-we-work-step-copy {
font-size: 15px;
color: var(--color-muted);
line-height: 22px;
letter-spacing: -0.15px;
}
@media (max-width: 1200px) {
.services-page .services-hero {
padding: 140px 80px 80px;
}
.services-hero-heading {
font-size: 56px;
letter-spacing: -2.24px;
line-height: 64px;
}
.service-categories-inner {
padding: 0 80px;
gap: 80px;
}
.service-row-name {
font-size: 26px;
line-height: 34px;
}
.how-we-work {
padding: 100px 80px 80px;
}
.how-we-work-heading {
font-size: 40px;
letter-spacing: -2px;
line-height: 48px;
}
.how-we-work-steps {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 767px) {
.services-page .services-hero {
padding: 100px 24px 60px;
}
.services-hero-heading {
font-size: 36px;
letter-spacing: -1.44px;
line-height: 44px;
}
.services-page .service-categories {
padding: 64px 0;
}
.service-categories-inner {
padding: 0 24px;
gap: 56px;
}
.service-category {
gap: 24px;
}
.service-category-heading {
font-size: 14px;
letter-spacing: 1.4px;
}
.service-row {
grid-template-columns: 36px 1fr 32px;
gap: 12px;
padding: 22px 8px;
}
.service-row-name {
font-size: 20px;
line-height: 28px;
letter-spacing: -0.8px;
}
.service-case-studies {
grid-template-columns: 1fr;
gap: 16px;
}
.how-we-work {
padding: 64px 24px;
}
.how-we-work-heading {
font-size: 28px;
letter-spacing: -1.12px;
line-height: 36px;
}
.how-we-work-steps {
grid-template-columns: 1fr;
gap: 16px;
}
}
.service-drawer {
position: fixed;
inset: 0;
z-index: 9000;
pointer-events: none;
visibility: hidden;
}
.service-drawer.is-open {
pointer-events: auto;
visibility: visible;
}
.service-drawer-backdrop {
position: absolute;
inset: 0;
background: rgba(8, 10, 14, 0.55);
backdrop-filter: blur(6px);
-webkit-backdrop-filter: blur(6px);
opacity: 0;
transition: opacity 0.2s ease;
}
.service-drawer.is-open .service-drawer-backdrop {
opacity: 1;
}
.service-drawer-panel {
position: absolute;
top: 0;
right: 0;
height: 100dvh;
width: min(560px, 100vw);
background: #f1f1f2;
border-left: 1px solid rgba(21, 12, 64, 0.04);
display: flex;
flex-direction: column;
transform: translateX(100%);
will-change: transform;
box-shadow: -24px 0 60px rgba(8, 10, 14, 0.18);
outline: none;
}
.service-drawer.is-open .service-drawer-panel {
transform: translateX(0);
}
.service-drawer-scroll {
flex: 1;
overflow-y: auto;
scrollbar-width: thin;
padding: 2px;
}
.service-drawer-card {
background: #ffffff;
border-radius: 30px;
padding: 40px;
display: flex;
flex-direction: column;
gap: 16px;
box-shadow: var(--shadow-card);
}
.service-drawer-card-top {
display: flex;
align-items: flex-start;
gap: 24px;
}
.service-drawer-heading {
flex: 1;
min-width: 0;
display: flex;
flex-direction: column;
gap: 8px;
}
.service-drawer-title {
font-family: var(--font-primary);
font-size: 26px;
font-weight: 500;
color: var(--color-black);
letter-spacing: -1.56px;
line-height: 1.15;
margin: 0;
}
.service-drawer-tagline {
font-family: var(--font-primary);
font-size: 16px;
color: var(--color-muted);
line-height: 23px;
letter-spacing: -0.48px;
margin: 0;
}
.service-drawer-close {
flex-shrink: 0;
width: 60px;
height: 33px;
border-radius: var(--radius-pill);
background: #ffffff;
border: 2px solid rgba(62, 44, 62, 0.05);
color: var(--color-black);
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
padding: 0;
transition: background-color 0.2s ease, color 0.2s ease;
box-shadow: var(--shadow-card);
}
.service-drawer-close:hover,
.service-drawer-close:focus-visible {
background-color: rgba(12, 21, 42, 0.04);
}
.service-drawer-hero {
width: 100%;
aspect-ratio: 476 / 280;
background: #ebeced;
border-radius: 16px;
}
.service-drawer-body {
padding: 40px;
display: flex;
flex-direction: column;
gap: 40px;
}
.service-drawer-section {
display: flex;
flex-direction: column;
gap: 12px;
}
.service-drawer-label {
font-family: var(--font-primary);
font-size: 16px;
font-weight: 500;
color: var(--color-black);
letter-spacing: -0.96px;
margin: 0;
}
.service-drawer-paragraph {
font-family: var(--font-primary);
font-size: 16px;
color: var(--color-muted);
line-height: 28px;
letter-spacing: -0.32px;
margin: 0;
}
.service-drawer-deliverables {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-direction: column;
gap: 12px;
}
.service-drawer-deliverables li {
display: flex;
align-items: center;
gap: 8px;
font-family: var(--font-primary);
font-size: 16px;
color: #818a94;
line-height: 28px;
letter-spacing: -0.32px;
}
.service-drawer-deliverables li::before {
content: '';
flex-shrink: 0;
width: 20px;
height: 20px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><path d='M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z'/><path d='m9 12 2 2 4-4'/></svg>") center / contain no-repeat;
mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><path d='M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z'/><path d='m9 12 2 2 4-4'/></svg>") center / contain no-repeat;
}
.service-drawer-deliverables li > span {
border-bottom: 1px dashed rgba(129, 138, 148, 0.41);
padding-bottom: 0;
}
.service-drawer-footer {
padding: 24px 40px 32px;
background: #f1f1f2;
display: flex;
flex-direction: column;
gap: 24px;
border-top: 1px solid rgba(21, 12, 64, 0.04);
}
.service-drawer-footer-row {
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
}
.service-drawer-price {
display: flex;
flex-direction: column;
gap: 8px;
}
.service-drawer-price-label {
font-family: var(--font-primary);
font-size: 16px;
color: #818a94;
letter-spacing: -0.32px;
line-height: 28px;
}
.service-drawer-price-value {
font-family: var(--font-primary);
font-size: 24px;
font-weight: 500;
color: var(--color-black);
letter-spacing: -1.44px;
line-height: 1;
}
.service-drawer-footer-note {
font-family: var(--font-primary);
font-size: 12px;
color: var(--color-muted);
letter-spacing: -0.24px;
line-height: 28px;
text-align: center;
margin: 0;
}
@media (max-width: 1200px) {
.services-page .services-hero {
padding: 140px 80px 80px;
}
.services-hero-heading {
font-size: 64px;
letter-spacing: -2.56px;
line-height: 72px;
}
.service-categories-inner {
padding: 0 80px;
gap: 80px;
}
.service-category-heading {
font-size: 48px;
letter-spacing: -1.92px;
}
.service-row {
grid-template-columns: 60px minmax(200px, 1fr) minmax(240px, 1.3fr) 40px;
gap: 24px;
}
.service-row-name {
font-size: 24px;
line-height: 32px;
}
.how-we-work {
padding: 100px 80px 80px;
}
.how-we-work-heading {
font-size: 40px;
letter-spacing: -2px;
line-height: 48px;
}
.how-we-work-steps {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 767px) {
.services-page .services-hero {
padding: 100px 24px 60px;
}
.services-hero-inner {
gap: 24px;
}
.services-hero-heading {
font-size: 40px;
letter-spacing: -1.6px;
line-height: 48px;
}
.services-hero-sub {
font-size: 16px;
line-height: 24px;
}
.services-page .service-categories {
padding: 80px 0;
}
.service-categories-inner {
padding: 0 24px;
gap: 64px;
}
.service-category {
gap: 24px;
}
.service-category-heading {
font-size: 32px;
letter-spacing: -1.28px;
gap: 12px;
}
.service-row {
grid-template-columns: 40px 1fr 28px;
grid-template-rows: auto auto;
gap: 8px 16px;
padding: 20px 8px;
}
.service-row-num {
grid-column: 1;
grid-row: 1;
}
.service-row-name {
grid-column: 2;
grid-row: 1;
font-size: 20px;
line-height: 28px;
letter-spacing: -0.8px;
}
.service-row-tagline {
grid-column: 1 / -1;
grid-row: 2;
font-size: 14px;
line-height: 20px;
}
.service-row-arrow {
grid-column: 3;
grid-row: 1;
}
.how-we-work {
padding: 64px 24px;
}
.how-we-work-heading {
font-size: 28px;
letter-spacing: -1.12px;
line-height: 36px;
}
.how-we-work-steps {
grid-template-columns: 1fr;
gap: 16px;
}
.service-drawer-panel {
top: auto;
right: 0;
bottom: 0;
left: 0;
width: 100%;
max-height: 92dvh;
height: auto;
border-left: none;
border-top: 1px solid rgba(21, 12, 64, 0.04);
border-radius: 24px 24px 0 0;
transform: translateY(100%);
box-shadow: 0 -24px 60px rgba(8, 10, 14, 0.25);
}
.service-drawer.is-open .service-drawer-panel {
transform: translateY(0);
}
.service-drawer-card {
padding: 24px;
border-radius: 20px;
}
.service-drawer-title {
font-size: 24px;
letter-spacing: -1.2px;
}
.service-drawer-tagline {
font-size: 15px;
line-height: 22px;
}
.service-drawer-body {
padding: 24px;
gap: 28px;
}
.service-drawer-footer {
padding: 16px 24px 24px;
gap: 16px;
}
}
@media (max-width: 1200px) {
.component-hero,
.component-section {
grid-template-columns: 1fr;
gap: 32px;
}
}
@media (max-width: 767px) {
.component-library {
padding: 112px var(--content-padding) 72px;
}
.component-hero {
padding-bottom: 44px;
}
.component-section {
padding: 40px 0;
}
.component-grid {
grid-template-columns: 1fr;
}
.component-panel {
padding: 18px;
}
.component-inline {
align-items: stretch;
}
.component-inline .btn-primary,
.component-inline .btn-dark-pill,
.component-inline .abt-pill-link {
flex: 1 1 auto;
}
.component-type-row {
grid-template-columns: 1fr;
gap: 8px;
}
}
@media (prefers-reduced-motion: reduce) {
.service-drawer-panel,
.service-drawer-backdrop {
transition: none !important;
}
.service-row-arrow,
.service-row,
.service-row-num {
transition: none !important;
}
}
@view-transition {
navigation: auto;
}
::view-transition-old(root),
::view-transition-new(root) {
animation-duration: 0.35s;
animation-timing-function: cubic-bezier(0.43, 0.98, 0.87, 1);
}
html[data-cs-morph-arrival] .csd-main {
opacity: 0;
}
html[data-cs-morph-arrival] .nav {
opacity: 0;
}
html[data-cs-morph-arrival] .csd-key-visual .csd-image-full img,
html[data-cs-morph-arrival] .csd-key-visual .csd-image-full video {
visibility: hidden;
}
.csb-hero {
padding-top: 216px;
padding-bottom: 56px;
}
.csb-hero .csd-hero-content {
gap: 56px;
}
.csb-services {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 8px;
}
.csb-services-label {
font-family: var(--font-primary);
font-size: 16px;
font-weight: 400;
line-height: 28px;
letter-spacing: -0.96px;
color: rgba(42, 12, 19, 0.51);
}
.csb-services-tags {
display: flex;
align-items: center;
gap: 16px;
flex-wrap: wrap;
}
.csb-tag {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 7px 16px;
border-radius: var(--radius-pill);
border: 1px solid #545454;
background-image: linear-gradient(180deg, #5c5c5c 0%, #555555 50%, #5c5c5c 100%);
box-shadow: var(--shadow-card), inset 0px 1px 0px 1px #7b7b7b;
font-family: var(--font-primary);
font-size: 12px;
font-weight: 500;
letter-spacing: -0.24px;
line-height: normal;
color: var(--color-white);
text-shadow: 0px 0px 27px rgba(255, 255, 255, 0.25);
white-space: nowrap;
}
.csb-hero-heading {
max-width: 1219px;
color: #2a0c13;
}
.csb-hero-heading > span {
display: inline !important;
}
.csb-hero-brand {
color: rgba(42, 12, 19, 0.51);
}
.csb-hero-video {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: cover;
opacity: 0;
transition: opacity 0.6s ease;
pointer-events: none;
}
.csb-hero-video.is-playing {
opacity: 1;
}
.csb-meta {
width: 100%;
max-width: var(--content-max-width);
display: flex;
gap: 40px;
}
.csb-meta-item {
flex: 0 1 auto;
min-width: 200px;
display: flex;
flex-direction: column;
}
.csb-meta-label {
font-family: var(--font-primary);
font-size: 16px;
font-weight: 500;
line-height: 28px;
letter-spacing: -0.96px;
color: rgba(42, 12, 19, 0.51);
}
.csb-meta-value {
font-family: var(--font-primary);
font-size: 16px;
font-weight: 400;
line-height: 28px;
letter-spacing: -0.96px;
color: #2a0c13;
}
.csb .csd-image-full,
.csb .csd-image-full img,
.csb .csd-image-block,
.csb .csd-image-block img {
border-radius: 24px;
}
.csb .csd-image-full video,
.csb .csd-image-block video {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
border-radius: 24px;
}
.csb-wide {
width: 100%;
max-width: var(--content-max-width);
}
.csb-tiles {
width: 100%;
max-width: var(--content-max-width);
display: flex;
flex-direction: column;
gap: 40px;
}
.csb-tiles-row {
display: grid;
gap: 40px;
}
.csb-tiles-row-1 {
grid-template-columns: 400fr 650fr 400fr;
}
.csb-tiles-row-2 {
grid-template-columns: 500fr 475fr 475fr;
}
.csb-tile {
border-radius: 24px;
overflow: hidden;
}
.csb-tile img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.csb-tile-a { aspect-ratio: 400 / 320; }
.csb-tile-b { aspect-ratio: 650 / 320; }
.csb-tile-c { aspect-ratio: 500 / 320; }
.csb-tile-d { aspect-ratio: 475 / 320; }
@media (min-width: 768px) {
.csb-tiles-row-2.csb-tiles-row-2--center-wide {
grid-template-columns: 475fr 500fr 475fr;
}
}
.csb-quote {
width: 100%;
max-width: var(--content-max-width);
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 40px;
}
.csb-quote-text {
font-family: var(--font-primary);
font-size: 48px;
font-weight: 400;
line-height: 64px;
letter-spacing: -2.88px;
color: #2a0c13;
max-width: 1219px;
margin: 0;
}
.csb-quote-author {
font-family: var(--font-primary);
font-size: 32px;
font-weight: 400;
line-height: 40px;
letter-spacing: -0.32px;
color: #2a0c13;
}
.csb-quote-role {
color: rgba(42, 12, 19, 0.51);
}
.csb-duo {
width: 100%;
max-width: var(--content-max-width);
display: grid;
grid-template-columns: 1fr 1fr;
gap: 40px;
}
.csb-duo-item {
aspect-ratio: 745 / 600;
border-radius: 24px;
overflow: hidden;
}
.csb-duo-item img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.csb-trio {
width: 100%;
max-width: var(--content-max-width);
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 40px;
}
.csb-trio-item {
aspect-ratio: 483 / 600;
border-radius: 24px;
overflow: hidden;
}
.csb-trio-item img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.csb-showcase {
width: 100%;
max-width: var(--content-max-width);
aspect-ratio: 1530 / 900;
border-radius: 24px;
overflow: hidden;
position: relative;
}
.csb-showcase > img,
.csb-showcase > video,
.csb-showcase > picture > img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.csb-showcase--film {
border-radius: 26px;
background: #0d0d0d;
}
@media (max-width: 1200px) {
.csb-hero {
padding-top: 160px;
padding-bottom: 48px;
}
.csb-hero .csd-hero-content {
gap: 40px;
}
.csb-hero-heading {
max-width: 100%;
}
.csb-meta-item {
min-width: 160px;
}
.csb .csd-image-full,
.csb .csd-image-full img,
.csb .csd-image-full video,
.csb .csd-image-block,
.csb .csd-image-block img,
.csb-showcase,
.csb-showcase--film,
.csb-tile,
.csb-duo-item,
.csb-trio-item {
border-radius: 16px;
}
.csb-quote-text {
font-size: 36px;
line-height: 48px;
letter-spacing: -2.16px;
}
.csb-quote-author {
font-size: 24px;
line-height: 32px;
letter-spacing: -0.24px;
}
}
@media (max-width: 767px) {
.csb-hero {
padding-top: 120px;
padding-bottom: 32px;
}
.csb-hero .csd-hero-content {
gap: 24px;
}
.csb-services-tags {
gap: 8px;
}
.csb-meta {
flex-direction: column;
gap: 16px;
}
.csb-meta-item {
flex: none;
min-width: 0;
}
.csb-tiles {
gap: 24px;
}
.csb-tiles-row,
.csb-tiles-row-1,
.csb-tiles-row-2 {
grid-template-columns: 1fr;
gap: 24px;
}
.csb-quote {
gap: 24px;
}
.csb-quote-text {
font-size: 24px;
line-height: 34px;
letter-spacing: -1.2px;
}
.csb-quote-author {
font-size: 18px;
line-height: 26px;
letter-spacing: -0.18px;
}
.csb-duo {
grid-template-columns: 1fr;
gap: 24px;
}
.csb-trio {
grid-template-columns: 1fr;
gap: 24px;
}
}
.csh-compare {
--csh-pos: 50%;
background: #0d0d0d;
}
.csh-compare-pane {
position: absolute;
inset: 0;
display: flex;
align-items: center;
justify-content: center;
}
.csh-compare-pane img {
width: 69.28%;
height: auto;
display: block;
}
.csh-compare-pane--dark img {
filter:
drop-shadow(0 1px 2px rgba(0, 0, 0, 0.35))
drop-shadow(0 7px 15px rgba(0, 0, 0, 0.35))
drop-shadow(0 20px 40px rgba(0, 0, 0, 0.4));
}
.csh-compare-pane--light {
background: #ebeced;
clip-path: inset(0 0 0 var(--csh-pos));
}
.csh-compare-line {
position: absolute;
top: 0;
bottom: 0;
left: var(--csh-pos);
width: 2px;
margin-left: -1px;
background: #c0c0c0;
pointer-events: none;
}
.csh-compare-handle {
position: absolute;
top: 50%;
left: var(--csh-pos);
width: 56px;
height: 56px;
margin: -28px 0 0 -28px;
border-radius: 1000px;
background: rgba(192, 192, 192, 0.4);
display: grid;
place-items: center;
pointer-events: none;
}
.csh-compare-handle svg {
display: block;
}
.csh-compare-range {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
opacity: 0;
cursor: ew-resize;
touch-action: pan-y;
-webkit-appearance: none;
appearance: none;
background: transparent;
}
.csh-compare-range::-webkit-slider-thumb {
-webkit-appearance: none;
width: 1px;
height: 100%;
background: transparent;
}
.csh-compare-range::-moz-range-thumb {
width: 1px;
height: 100%;
border: 0;
border-radius: 0;
background: transparent;
}
.csh-compare-range:focus-visible ~ .csh-compare-handle {
outline: 2px solid var(--color-white);
outline-offset: 4px;
}
@media (max-width: 1200px) {
.csh-compare-handle {
width: 44px;
height: 44px;
margin: -22px 0 0 -22px;
}
}
@media (max-width: 767px) {
.csh-compare-handle {
width: 36px;
height: 36px;
margin: -18px 0 0 -18px;
}
.csh-compare-handle svg {
width: 14px;
height: 14px;
}
}
@media (min-width: 768px) {
.csh .csb-tiles.csh-tiles,
.csh .csh-tiles .csb-tiles-row {
gap: 40px;
}
.csh .csh-tiles .csb-tiles-row-1 {
grid-template-columns: 400fr 708fr 400fr;
}
.csh .csh-tiles .csb-tiles-row-2 {
grid-template-columns: 560fr 400fr 546fr;
}
}
.csh-tile-wide { aspect-ratio: 708 / 320; }
.csh-tile-mid  { aspect-ratio: 560 / 320; }
.csh-tile-mid2 { aspect-ratio: 546 / 320; }
.csh-designsys {
aspect-ratio: 1530 / 1325;
}
.csh-gallery {
position: relative;
width: 100%;
max-width: var(--content-max-width);
}
.csh-gallery-track {
display: grid;
grid-auto-flow: column;
grid-auto-columns: 78.43%;
gap: 40px;
overflow-x: auto;
overscroll-behavior-x: contain;
scroll-snap-type: x mandatory;
scrollbar-width: none;
}
.csh-gallery-track::-webkit-scrollbar {
display: none;
}
.csh-gallery-track:focus-visible {
outline: 2px solid var(--color-white);
outline-offset: 6px;
}
.csh-gallery-nav {
display: none;
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 2;
width: 44px;
height: 44px;
padding: 0;
align-items: center;
justify-content: center;
border: 1px solid var(--color-dark-border);
border-radius: 50%;
background: rgba(98, 96, 112, 0.55);
color: var(--color-white);
transition: opacity 0.2s ease;
}
.csh-gallery.is-enhanced .csh-gallery-nav {
display: flex;
}
.csh-gallery-nav--prev { left: 16px; }
.csh-gallery-nav--next { right: 16px; }
.csh-gallery-nav:disabled {
opacity: 0;
pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
.csh-gallery.is-enhanced .csh-gallery-track {
overflow-x: hidden;
}
.csh-gallery.is-enhanced .csh-gallery-nav {
top: 0;
bottom: 0;
transform: none;
width: 50%;
height: auto;
border: 0;
border-radius: 0;
background: none;
cursor: none;
}
.csh-gallery.is-enhanced .csh-gallery-nav--prev { left: 0; }
.csh-gallery.is-enhanced .csh-gallery-nav--next { right: 0; }
.csh-gallery.is-enhanced .csh-gallery-nav svg { display: none; }
.csh-gallery.is-enhanced .csh-gallery-nav:disabled { opacity: 1; }
}
.csh-gallery-item {
margin: 0;
aspect-ratio: 1200 / 900;
border-radius: 24px;
overflow: hidden;
scroll-snap-align: start;
scroll-snap-stop: always;
}
.csh-gallery-item img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
@media (max-width: 767px) {
.csh-tile-wide { aspect-ratio: 708 / 320; }
.csh-tile-mid  { aspect-ratio: 560 / 320; }
.csh-tile-mid2 { aspect-ratio: 546 / 320; }
.csh-gallery-track {
grid-auto-columns: 88%;
gap: 16px;
}
.csh-gallery-nav--prev { left: 8px; }
.csh-gallery-nav--next { right: 8px; }
.csh-gallery-item {
border-radius: 16px;
}
}
@media (min-width: 768px) {
.csb-tiles-row-2.csg-tiles-row-2 {
grid-template-columns: 475fr 500fr 475fr;
}
}
.cookie-banner {
position: fixed;
left: 24px;
bottom: 24px;
z-index: 9500;
max-width: calc(100vw - 48px);
opacity: 0;
transform: translateY(20px);
transition: opacity 0.4s cubic-bezier(0.43, 0.98, 0.87, 1),
transform 0.4s cubic-bezier(0.43, 0.98, 0.87, 1);
}
.cookie-banner-inner {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 32px;
padding: 8px 9px;
border-radius: var(--radius-lg);
background: rgba(62, 44, 62, 0.05);
backdrop-filter: blur(25px);
-webkit-backdrop-filter: blur(25px);
overflow: clip;
}
.cookie-banner[hidden] {
display: none;
}
.cookie-banner.is-visible {
opacity: 1;
transform: translateY(0);
}
.cookie-banner-body {
padding: 14px 22px 14px 8px;
font-family: var(--font-primary);
font-size: 14px;
font-weight: 560;
line-height: normal;
letter-spacing: -0.28px;
color: var(--color-dark);
white-space: nowrap;
}
.cookie-banner-actions {
display: flex;
gap: 4px;
}
.cookie-banner-btn {
padding: 14px 22px;
border: none;
border-radius: var(--radius-pill);
background: transparent;
font-family: var(--font-primary);
font-size: 14px;
font-weight: 560;
line-height: normal;
letter-spacing: -0.28px;
color: var(--color-dark);
cursor: pointer;
transition: background-color 0.2s, box-shadow 0.2s;
}
.cookie-banner-btn--accept {
background: var(--color-white);
box-shadow: var(--shadow-card);
}
.cookie-banner-btn:hover {
background-color: rgba(255, 255, 255, 0.45);
}
.cookie-banner-btn--accept:hover {
background-color: var(--color-white);
box-shadow: 0px 2px 6px var(--shadow-color-near), 0px 43px 80px var(--shadow-color-far);
}
.cookie-banner-btn:focus-visible {
outline: 2px solid var(--color-blue-start);
outline-offset: 2px;
}
.footer-legal-link--btn {
font-family: inherit;
background: none;
border: none;
padding: 0;
cursor: pointer;
}
@media (prefers-reduced-motion: reduce) {
.cookie-banner,
.cookie-banner.is-visible {
transform: none;
transition: opacity 0.2s linear;
}
}
@media (max-width: 767px) {
.cookie-banner {
left: 24px;
right: 24px;
bottom: 24px;
}
.cookie-banner-inner {
gap: 20px;
}
.cookie-banner-body {
white-space: normal;
}
.cookie-banner-actions {
width: 100%;
}
.cookie-banner-btn {
flex: 1;
}
}
picture {
display: contents;
}
.csr {
width: 100%;
max-width: var(--content-max-width);
padding-bottom: 120px;
display: flex;
flex-direction: column;
gap: 40px;
}
.csr-head {
display: flex;
align-items: center;
justify-content: space-between;
gap: 24px;
}
.csr-heading {
font-family: var(--font-primary);
font-size: 32px;
font-weight: 500;
color: var(--color-dark);
line-height: 40px;
letter-spacing: -1.92px;
}
.csr-see-all {
flex-shrink: 0;
font-family: var(--font-primary);
font-size: 21px;
font-weight: 400;
color: var(--color-muted);
line-height: 32px;
letter-spacing: -0.63px;
text-decoration: underline;
text-underline-offset: 2px;
transition: color 0.25s ease;
}
.csr-see-all:hover {
color: var(--color-dark);
}
.csr-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 40px;
}
.csr-grid .cs-card-link {
display: block;
text-decoration: none;
color: inherit;
}
.csr-card {
display: flex;
flex-direction: column;
gap: 24px;
}
.csr-grid .cs-card-image {
height: auto;
aspect-ratio: 745 / 390;
border-radius: 16px;
background-color: #ededed;
}
@media (hover: hover) and (pointer: fine) {
.csr-grid .cs-card-image {
cursor: none;
}
}
.csr-info {
display: flex;
flex-direction: column;
gap: 4px;
}
.csr-client {
font-family: var(--font-primary);
font-size: 16px;
font-weight: 400;
color: var(--color-muted);
line-height: 28px;
letter-spacing: -0.32px;
}
.csr-title {
font-family: var(--font-primary);
font-size: 24px;
font-weight: 500;
color: var(--color-dark);
line-height: 40px;
letter-spacing: -0.96px;
}
@media (max-width: 1200px) {
.csr {
padding-bottom: 80px;
gap: 32px;
}
.csr-title {
font-size: 22px;
line-height: 32px;
letter-spacing: -0.88px;
}
}
@media (max-width: 767px) {
.csr {
padding-bottom: 48px;
gap: 24px;
}
.csr-head {
align-items: baseline;
}
.csr-heading {
font-size: 24px;
line-height: 32px;
letter-spacing: -1.2px;
}
.csr-see-all {
font-size: 16px;
line-height: 24px;
letter-spacing: -0.32px;
}
.csr-grid {
grid-template-columns: 1fr;
gap: 32px;
}
.csr-card {
gap: 16px;
}
.csr-title {
font-size: 20px;
line-height: 28px;
letter-spacing: -0.6px;
}
}
