@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap";

.scrollbar-thin {
    scrollbar-width: thin
}

.scrollbar-none {
    scrollbar-width: none
}

.scrollbar-none::-webkit-scrollbar {
    display: none
}

.scrollbar-gutter-stable {
    scrollbar-gutter: stable
}

:root {
    --background: #f5f2f8;
    --foreground: #161219;
    --card: #fbf9fd;
    --card-foreground: #161219;
    --popover: #fbf9fd;
    --popover-foreground: #161219;
    --primary: #161219;
    --primary-foreground: #fbf9fd;
    --secondary: #e8e0ef;
    --secondary-foreground: #161219;
    --muted: #e8e0ef;
    --muted-foreground: #6a6170;
    --accent: #7209b7;
    --accent-foreground: #fff;
    --destructive: #c9184a;
    --border: #161219;
    --input: #b9adbf;
    --ring: #7209b7;
    --blue: #560bad;
    --coral: #9d4edd;
    --acid: #d6c5e8;
    --lilac: #eadff3;
    --cream: #f5f2f8;
    --ink: #161219;
    --violet-deep: #3c096c;
    --violet: #560bad;
    --violet-bright: #7209b7;
    --violet-soft: #9d4edd;
    --periwinkle: #4361ee;
    --radius: 1rem;
    --sidebar: #fbf9fd;
    --sidebar-foreground: #161219;
    --sidebar-primary: #161219;
    --sidebar-primary-foreground: #fbf9fd;
    --sidebar-accent: #e8e0ef;
    --sidebar-accent-foreground: #161219;
    --sidebar-border: #161219;
    --sidebar-ring: #7209b7
}

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

html {
    scroll-behavior: smooth
}

body {
    background: var(--cream);
    color: var(--ink);
    text-rendering: optimizelegibility;
    margin: 0;
    font-family: Space Grotesk, Helvetica Neue, Arial, sans-serif;
    overflow-x: hidden
}

button,
a {
    -webkit-tap-highlight-color: transparent
}

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

button {
    font: inherit
}

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

:focus-visible {
    outline: 3px solid var(--blue);
    outline-offset: 4px
}

.section-shell {
    width: 100%;
    padding-inline: clamp(1rem, 3vw, 3rem)
}

.section-index,
.eyebrow {
    letter-spacing: .12em;
    text-transform: uppercase;
    font-size: .72rem;
    font-weight: 700;
    line-height: 1.2
}

.section-index--light {
    color: #ffffff94
}

.site-header {
    z-index: 20;
    border-bottom: 1px solid #11111447;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 2rem;
    width: 100%;
    padding: 1.25rem clamp(1rem, 3vw, 3rem);
    display: grid;
    position: absolute;
    top: 0;
    left: 0
}

.wordmark {
    letter-spacing: -.045em;
    text-transform: lowercase;
    width: max-content;
    font-size: 1rem;
    font-weight: 800
}

.wordmark span {
    letter-spacing: 0;
    margin-left: .2rem;
    font-size: .45em;
    position: relative;
    top: -.45em
}

.site-header nav {
    align-items: center;
    gap: 1.75rem;
    font-size: .78rem;
    font-weight: 600;
    display: flex
}

.site-header nav a,
.availability {
    position: relative
}

.site-header nav a:after,
.availability:after {
    content: "";
    transform-origin: 100%;
    background: currentColor;
    height: 1px;
    transition: transform .26s;
    position: absolute;
    bottom: -.3rem;
    left: 0;
    right: 0;
    transform: scaleX(0)
}

.site-header nav a:hover:after,
.availability:hover:after {
    transform-origin: 0;
    transform: scaleX(1)
}

.availability {
    text-transform: uppercase;
    justify-self: end;
    align-items: center;
    gap: .6rem;
    font-size: .72rem;
    font-weight: 700;
    display: flex
}

.availability>span {
    background: #28a86b;
    border-radius: 50%;
    width: .55rem;
    height: .55rem;
    animation: 2.5s ease-in-out infinite status-pulse;
    box-shadow: 0 0 0 5px #28a86b24
}

.hero {
    border-bottom: 1px solid var(--ink);
    grid-template-columns: minmax(0, 1.18fr) minmax(420px, .82fr);
    min-height: 870px;
    display: grid
}

.hero__copy {
    flex-direction: column;
    justify-content: space-between;
    min-width: 0;
    padding: 8.75rem clamp(1rem, 3vw, 3rem) 3rem;
    display: flex
}

.hero__eyebrow {
    color: #575650;
    justify-content: space-between;
    display: flex
}

.hero h1 {
    letter-spacing: -.09em;
    margin: auto 0;
    font-size: clamp(4.5rem, 9.35vw, 10.8rem);
    font-weight: 700;
    line-height: .81
}

.hero h1>span {
    white-space: nowrap;
    display: block
}

.hero__outline {
    color: #0000;
    -webkit-text-stroke: 2px var(--ink)
}

.hero__bottom {
    justify-content: space-between;
    align-items: flex-end;
    gap: 2rem;
    display: flex
}

.hero__bottom p {
    letter-spacing: -.035em;
    max-width: 560px;
    margin: 0;
    font-size: clamp(1.1rem, 1.5vw, 1.55rem);
    font-weight: 500;
    line-height: 1.45
}

.circle-link {
    border: 1px solid var(--ink);
    border-radius: 50%;
    flex: none;
    place-items: center;
    width: 5.3rem;
    height: 5.3rem;
    transition: background .2s, color .2s, transform .25s;
    display: grid
}

.circle-link svg {
    width: 1.7rem;
    height: 1.7rem
}

.circle-link:hover {
    background: var(--ink);
    color: #fff;
    transform: rotate(8deg)
}

.hero-pipeline {
    border-left: 1px solid var(--ink);
    background: var(--lilac);
    min-width: 0;
    position: relative;
    overflow: hidden
}

.hero-pipeline:before,
.hero-pipeline:after {
    content: "";
    border: 1px solid #11111429;
    border-radius: 50%;
    position: absolute
}

.hero-pipeline:before {
    aspect-ratio: 1;
    width: 78%;
    top: -17%;
    right: -34%
}

.hero-pipeline:after {
    aspect-ratio: 1;
    width: 92%;
    bottom: -24%;
    left: -37%
}

.pipeline-card {
    z-index: 2;
    border: 1.5px solid var(--ink);
    background: #f8f6ee;
    border-radius: 1.25rem;
    width: min(72%, 450px);
    position: absolute;
    box-shadow: 10px 10px #11111424
}

.pipeline-card--figma {
    animation: 5.5s ease-in-out infinite card-float;
    top: 14%;
    left: 8%;
    transform: rotate(-4deg)
}

.pipeline-card--browser {
    animation: 6.2s ease-in-out infinite card-float-reverse;
    bottom: 12%;
    right: 7%;
    transform: rotate(3.5deg)
}

.pipeline-card__label {
    border-bottom: 1px solid var(--ink);
    align-items: center;
    gap: .5rem;
    padding: .85rem 1rem;
    font-size: .74rem;
    font-weight: 700;
    display: flex
}

.pipeline-card__label svg {
    width: 1rem;
    height: 1rem
}

.figma-frame {
    background: #fff;
    min-height: 235px;
    padding: 1.4rem;
    position: relative
}

.figma-frame>span {
    border-radius: 999px;
    display: block
}

.figma-nav {
    background: linear-gradient(90deg, var(--ink) 0 18%, transparent 18% 70%, var(--ink) 70% 100%);
    opacity: .8;
    width: 100%;
    height: .55rem;
    margin-bottom: 3rem
}

.figma-title {
    background: var(--ink);
    width: 70%;
    height: 2rem;
    margin-bottom: .7rem
}

.figma-copy {
    background: #aaa8a3;
    width: 52%;
    height: .6rem;
    margin-bottom: 1.9rem
}

.figma-button {
    background: var(--blue);
    width: 5.5rem;
    height: 2rem
}

.figma-cursor {
    background: var(--coral);
    color: #fff;
    border-radius: .35rem .35rem .35rem 0;
    padding: .34rem .55rem;
    font-size: .62rem;
    font-style: normal;
    font-weight: 700;
    position: absolute;
    bottom: 29%;
    right: 14%;
    transform: rotate(-5deg)
}

.figma-cursor:before {
    border-right: .42rem solid #0000;
    border-bottom: .66rem solid var(--coral);
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: -.42rem;
    left: -.15rem
}

.browser-frame {
    border: 1px solid var(--ink);
    border-radius: .75rem;
    margin: 1.1rem;
    overflow: hidden
}

.browser-frame__bar {
    border-bottom: 1px solid var(--ink);
    background: #ebe9e2;
    gap: .28rem;
    padding: .45rem .55rem;
    display: flex
}

.browser-frame__bar span {
    border: 1px solid var(--ink);
    border-radius: 50%;
    width: .42rem;
    height: .42rem
}

.browser-frame__page {
    background: var(--acid);
    flex-direction: column;
    justify-content: space-between;
    min-height: 200px;
    padding: 1.25rem;
    display: flex;
    position: relative
}

.browser-frame__page strong {
    letter-spacing: -.08em;
    font-size: clamp(2rem, 4vw, 4rem);
    line-height: .82
}

.browser-frame__page>span {
    border: 1px solid var(--ink);
    border-radius: 50%;
    align-self: flex-end;
    width: 3rem;
    height: 3rem
}

.pipeline-connector {
    z-index: 4;
    border: 1px solid var(--ink);
    background: var(--acid);
    border-radius: 999px;
    align-items: center;
    gap: .65rem;
    padding: .55rem .7rem;
    font-size: .58rem;
    font-weight: 800;
    display: flex;
    position: absolute;
    top: 49%;
    left: 41%;
    transform: rotate(-8deg)
}

.pipeline-connector svg {
    width: 1.1rem;
    height: 1.1rem
}

.pipeline-badge {
    z-index: 5;
    border: 1px solid var(--ink);
    background: var(--coral);
    color: var(--ink);
    text-transform: uppercase;
    border-radius: 999px;
    align-items: center;
    gap: .45rem;
    padding: .75rem .9rem;
    font-size: .68rem;
    font-weight: 800;
    display: flex;
    position: absolute;
    top: 9%;
    right: 5%;
    transform: rotate(7deg)
}

.pipeline-badge svg {
    width: 1rem;
    height: 1rem
}

.ticker {
    border-bottom: 1px solid var(--ink);
    background: var(--ink);
    color: var(--acid);
    overflow: hidden
}

.ticker__track {
    align-items: center;
    gap: 1.5rem;
    width: max-content;
    padding: 1.05rem 0;
    animation: 24s linear infinite ticker;
    display: flex
}

.ticker span {
    letter-spacing: -.045em;
    font-size: clamp(1.25rem, 2vw, 2.1rem);
    font-weight: 700
}

.ticker i {
    color: var(--coral);
    font-size: 1.3rem;
    font-style: normal
}

.services {
    padding-top: clamp(6rem, 10vw, 10rem);
    padding-bottom: clamp(6rem, 10vw, 10rem)
}

.services__intro {
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
    align-items: end;
    gap: clamp(3rem, 9vw, 10rem);
    margin-top: clamp(3rem, 6vw, 6rem);
    display: grid
}

.services__intro h2 {
    letter-spacing: -.075em;
    max-width: 980px;
    margin: 0;
    font-size: clamp(3.1rem, 6.6vw, 7.5rem);
    font-weight: 600;
    line-height: .93
}

.services__intro p {
    max-width: 580px;
    margin: 0;
    font-size: clamp(1rem, 1.3vw, 1.25rem);
    line-height: 1.65
}

.services__grid {
    border-top: 1px solid var(--ink);
    grid-template-columns: repeat(3, 1fr);
    margin-top: clamp(5rem, 9vw, 9rem);
    display: grid
}

.services__grid article {
    border-right: 1px solid #11111459;
    min-height: 270px;
    padding: 1.5rem 1.5rem 1.75rem 0
}

.services__grid article+article {
    padding-left: 1.5rem
}

.services__grid article:last-child {
    border-right: 0
}

.services__grid article>span {
    color: #6d6b65;
    margin-bottom: 6rem;
    font-size: .68rem;
    font-weight: 700;
    display: block
}

.services__grid h3 {
    letter-spacing: -.045em;
    margin: 0 0 .7rem;
    font-size: clamp(1.25rem, 1.8vw, 1.8rem)
}

.services__grid p {
    color: #55534e;
    max-width: 390px;
    margin: 0;
    font-size: .93rem;
    line-height: 1.65
}

.work-section {
    border-top: 1px solid var(--ink);
    background: #dedbd2;
    padding-top: clamp(6rem, 9vw, 9rem);
    padding-bottom: clamp(5rem, 8vw, 8rem);
    overflow: hidden
}

.work-section__heading {
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 4rem;
    display: flex
}

.work-section__heading h2 {
    letter-spacing: -.095em;
    margin: 2.5rem 0 0;
    font-size: clamp(5rem, 13vw, 13rem);
    font-weight: 700;
    line-height: .72
}

.work-section__heading h2 span {
    color: var(--coral)
}

.rail-hint {
    text-transform: uppercase;
    align-items: center;
    gap: 1rem;
    margin-bottom: .7rem;
    font-size: .72rem;
    font-weight: 700;
    line-height: 1.45;
    display: flex
}

.rail-hint svg {
    width: 2.25rem;
    height: 2.25rem
}

.project-rail {
    scroll-snap-type: x mandatory;
    gap: clamp(1rem, 2vw, 2rem);
    padding: 1rem clamp(1rem, 3vw, 3rem) 2rem;
    scroll-padding-inline: clamp(1rem, 3vw, 3rem);
    display: flex;
    overflow-x: auto
}

.project-rail [data-slot=dialog-trigger] {
    scroll-snap-align: start;
    flex: 0 0 min(82vw, 1240px)
}

.project-card {
    border: 1px solid var(--ink);
    width: 100%;
    color: var(--ink);
    cursor: pointer;
    text-align: left;
    background: #f8f6ef;
    border-radius: 1.5rem;
    padding: 0;
    transition: transform .3s cubic-bezier(.2, .8, .2, 1), box-shadow .3s;
    display: block;
    overflow: hidden
}

.project-card:hover {
    box-shadow: 12px 12px 0 var(--ink);
    transform: translate(-4px, -4px)
}

.project-card__topline {
    border-bottom: 1px solid var(--ink);
    letter-spacing: .08em;
    text-transform: uppercase;
    grid-template-columns: 1fr auto 1fr;
    padding: 1rem 1.25rem;
    font-size: .68rem;
    font-weight: 700;
    display: grid
}

.project-card__topline span:last-child {
    text-align: right
}

.project-visual {
    border-bottom: 1px solid var(--ink);
    place-items: center;
    min-height: 500px;
    display: grid;
    position: relative;
    overflow: hidden
}

.project-visual:before {
    aspect-ratio: 1;
    content: "";
    border: 1px solid #11111438;
    border-radius: 50%;
    width: 54%;
    transition: transform .6s cubic-bezier(.2, .8, .2, 1);
    position: absolute;
    transform: scale(1)
}

.project-card:hover .project-visual:before {
    transform: scale(1.5)
}

.mock-browser {
    z-index: 2;
    border: 1px solid var(--ink);
    background: #f5f2ea;
    border-radius: 1rem;
    width: 82%;
    transition: transform .6s cubic-bezier(.2, .8, .2, 1);
    position: relative;
    overflow: hidden;
    transform: rotate(-1.5deg);
    box-shadow: 20px 24px #11111438
}

.project-visual--coral .mock-browser {
    transform: rotate(1.7deg)
}

.project-visual--acid .mock-browser {
    transform: rotate(-2.4deg)
}

.project-card:hover .mock-browser {
    transform: rotate(0)scale(1.025)
}

.mock-browser__bar {
    border-bottom: 1px solid var(--ink);
    background: #ddd9d0;
    align-items: center;
    gap: .35rem;
    min-height: 2.2rem;
    padding: .55rem .7rem;
    display: flex
}

.mock-browser__bar>span {
    border: 1px solid var(--ink);
    border-radius: 50%;
    width: .48rem;
    height: .48rem
}

.mock-browser__url {
    color: #6d6a65;
    text-align: center;
    border: 1px solid #11111459;
    border-radius: 999px;
    width: 42%;
    margin-inline: auto;
    padding: .22rem .5rem;
    font-size: .48rem
}

.mock-browser__canvas {
    min-height: 360px;
    padding: 1rem 1.2rem 1.1rem;
    position: relative
}

.project-visual--acid .mock-browser__canvas {
    color: #fff;
    background: #1b1b1e
}

.mock-site-nav {
    text-transform: uppercase;
    justify-content: space-between;
    font-size: .55rem;
    font-weight: 700;
    display: flex
}

.mock-site-heading {
    letter-spacing: -.08em;
    flex-direction: column;
    justify-content: center;
    min-height: 190px;
    font-size: clamp(2.6rem, 5.4vw, 6.8rem);
    font-weight: 500;
    line-height: .8;
    display: flex
}

.mock-site-heading strong {
    font-weight: 800
}

.mock-site-grid {
    grid-template-columns: 1.15fr .75fr .55fr;
    gap: .5rem;
    display: grid
}

.mock-site-grid span {
    background: #fff3;
    border: 1px solid;
    height: 45px
}

.mock-site-grid span:nth-child(2) {
    background: var(--coral)
}

.mock-site-grid span:nth-child(3) {
    background: var(--blue)
}

.mock-site-caption {
    text-align: right;
    text-transform: uppercase;
    margin-top: .6rem;
    font-size: .48rem;
    font-weight: 700
}

.visual-sticker {
    z-index: 4;
    border: 1px solid var(--ink);
    text-transform: uppercase;
    background: #fff;
    border-radius: 999px;
    padding: .65rem .9rem;
    font-size: .68rem;
    font-weight: 800;
    position: absolute;
    bottom: 7%;
    right: 4%;
    transform: rotate(-6deg)
}

.project-card__copy {
    grid-template-columns: 1fr auto;
    gap: 2rem;
    padding: clamp(1.5rem, 3vw, 2.75rem);
    display: grid
}

.project-card__copy h3 {
    letter-spacing: -.07em;
    margin: 0 0 1rem;
    font-size: clamp(2.4rem, 4vw, 4.6rem);
    font-weight: 600;
    line-height: .9
}

.project-card__copy p {
    color: #575550;
    max-width: 650px;
    margin: 0;
    font-size: clamp(.92rem, 1.2vw, 1.12rem);
    line-height: 1.6
}

.project-card__arrow {
    border: 1px solid var(--ink);
    border-radius: 50%;
    place-items: center;
    width: clamp(3.5rem, 6vw, 6rem);
    height: clamp(3.5rem, 6vw, 6rem);
    transition: background .22s, color .22s, transform .35s;
    display: grid
}

.project-card__arrow svg {
    width: 35%;
    height: 35%
}

.project-card:hover .project-card__arrow {
    background: var(--ink);
    color: #fff;
    transform: rotate(45deg)
}

.project-card__meta {
    border-top: 1px solid #11111440;
    grid-template-columns: repeat(3, 1fr);
    margin: 0;
    padding: 1.1rem clamp(1.5rem, 3vw, 2.75rem) 1.4rem;
    display: grid
}

.project-card__meta div {
    border-right: 1px solid #11111440
}

.project-card__meta div+div {
    padding-left: 1rem
}

.project-card__meta div:last-child {
    border-right: 0
}

.project-card__meta dt,
.case-dialog__footer dt {
    color: #74716b;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: .28rem;
    font-size: .58rem;
    font-weight: 700
}

.project-card__meta dd,
.case-dialog__footer dd {
    margin: 0;
    font-size: .76rem;
    font-weight: 700
}

.archive {
    padding-top: clamp(6rem, 10vw, 10rem);
    padding-bottom: clamp(7rem, 11vw, 11rem)
}

.archive__header {
    justify-content: space-between;
    align-items: flex-end;
    gap: 2rem;
    margin-bottom: clamp(3rem, 6vw, 6rem);
    display: flex
}

.archive__header h2 {
    letter-spacing: -.085em;
    margin: 2rem 0 0;
    font-size: clamp(4rem, 9vw, 9rem);
    font-weight: 600;
    line-height: .85
}

.archive__header>span {
    font-size: .7rem;
    font-weight: 700
}

.archive__list {
    border-top: 1px solid var(--ink)
}

.archive__list a {
    border-bottom: 1px solid var(--ink);
    grid-template-columns: .3fr minmax(240px, 1.8fr) 1fr .4fr auto;
    align-items: center;
    gap: 1.5rem;
    min-height: 100px;
    transition: background .22s, padding .22s;
    display: grid
}

.archive__list a:hover {
    background: var(--acid);
    padding-inline: 1rem
}

.archive__number,
.archive__list a>span:not(.archive__number) {
    color: #6b6963;
    text-transform: uppercase;
    font-size: .7rem;
    font-weight: 700
}

.archive__list strong {
    letter-spacing: -.05em;
    font-size: clamp(1.4rem, 2.7vw, 2.8rem);
    font-weight: 500
}

.archive__list svg {
    width: 1.25rem;
    height: 1.25rem;
    transition: transform .22s
}

.archive__list a:hover svg {
    transform: rotate(45deg)
}

.testimonials {
    background: var(--ink);
    color: #fff;
    padding-top: clamp(6rem, 10vw, 10rem);
    padding-bottom: clamp(6rem, 10vw, 10rem);
    overflow: hidden
}

.testimonials__heading h2 {
    letter-spacing: -.09em;
    margin: 2.5rem 0 5rem;
    font-size: clamp(4.4rem, 11vw, 11rem);
    font-weight: 600;
    line-height: .76
}

.testimonials__heading h2 span {
    color: var(--coral);
    margin-left: .2em;
    font-size: .5em;
    display: inline-block;
    transform: rotate(-8deg)
}

.testimonial-rail {
    scroll-snap-type: x mandatory;
    gap: 1rem;
    padding-inline: clamp(1rem, 3vw, 3rem);
    scroll-padding-inline: clamp(1rem, 3vw, 3rem);
    display: flex;
    overflow-x: auto
}

.testimonial-rail figure {
    scroll-snap-align: start;
    border: 1px solid #fff6;
    border-radius: 1.4rem;
    flex-direction: column;
    flex: 0 0 min(540px, 78vw);
    justify-content: space-between;
    min-height: 440px;
    margin: 0;
    padding: clamp(1.5rem, 3vw, 2.7rem);
    display: flex
}

.testimonial-rail figure:nth-child(2) {
    background: var(--blue);
    color: #fff
}

.testimonial-rail figure:nth-child(3) {
    background: var(--acid);
    color: var(--ink)
}

.testimonial__top {
    justify-content: space-between;
    align-items: center;
    font-size: .7rem;
    font-weight: 700;
    display: flex
}

.testimonial__top svg {
    width: 1.3rem;
    height: 1.3rem
}

.testimonial-rail blockquote {
    letter-spacing: -.045em;
    margin: 5rem 0 3rem;
    font-size: clamp(1.45rem, 2.5vw, 2.45rem);
    font-weight: 500;
    line-height: 1.3
}

.testimonial-rail figcaption {
    flex-direction: column;
    gap: .3rem;
    display: flex
}

.testimonial-rail figcaption strong {
    font-size: .8rem
}

.testimonial-rail figcaption span {
    opacity: .65;
    font-size: .68rem
}

.about {
    padding-top: clamp(6rem, 10vw, 10rem);
    padding-bottom: clamp(7rem, 11vw, 11rem)
}

.about__grid {
    grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr);
    gap: clamp(3rem, 9vw, 10rem);
    margin-top: clamp(3rem, 6vw, 6rem);
    display: grid
}

.about__portrait {
    border: 1px solid var(--ink);
    background: linear-gradient(135deg, transparent 0 48%, #1111141a 48% 52%, transparent 52%), repeating-linear-gradient(90deg, #1111140f 0 1px, transparent 1px 55px), var(--lilac);
    border-radius: 1.4rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 720px;
    display: flex;
    position: relative;
    overflow: hidden
}

.about__portrait:before,
.about__portrait:after {
    content: "";
    border: 1px solid #11111459;
    border-radius: 50%;
    position: absolute
}

.about__portrait:before {
    aspect-ratio: 1;
    width: 64%
}

.about__portrait:after {
    aspect-ratio: 1;
    width: 35%
}

.about__portrait span,
.about__portrait strong,
.about__portrait i {
    z-index: 2;
    position: relative
}

.about__portrait span {
    letter-spacing: -.08em;
    margin-bottom: .7rem;
    font-size: clamp(3rem, 6vw, 6rem);
    font-weight: 800
}

.about__portrait strong,
.about__portrait i {
    letter-spacing: .1em;
    text-transform: uppercase;
    font-size: .7rem;
    font-style: normal
}

.about__portrait i {
    position: absolute;
    bottom: 1.5rem
}

.about__copy {
    padding-top: 1rem
}

.about__copy h2 {
    letter-spacing: -.08em;
    margin: 0 0 clamp(3rem, 5vw, 5rem);
    font-size: clamp(3.5rem, 7vw, 7.6rem);
    font-weight: 600;
    line-height: .9
}

.about__copy>p {
    color: #55534e;
    max-width: 760px;
    margin: 0 0 1.5rem;
    font-size: clamp(1rem, 1.3vw, 1.22rem);
    line-height: 1.7
}

.about__copy .about__lead {
    color: var(--ink);
    letter-spacing: -.035em;
    font-size: clamp(1.25rem, 2vw, 2rem);
    line-height: 1.45
}

.about__facts {
    border-top: 1px solid var(--ink);
    grid-template-columns: repeat(3, 1fr);
    margin: clamp(3rem, 6vw, 6rem) 0 0;
    padding-top: 1rem;
    display: grid
}

.about__facts div+div {
    border-left: 1px solid #1111144d;
    padding-left: 1rem
}

.about__facts dt {
    color: #6b6963;
    text-transform: uppercase;
    margin-bottom: .55rem;
    font-size: .62rem;
    font-weight: 700
}

.about__facts dd {
    margin: 0;
    font-size: .78rem;
    font-weight: 700
}

.contact {
    background: var(--blue);
    color: #fff;
    position: relative;
    overflow: hidden
}

.contact__inner {
    z-index: 2;
    padding-top: clamp(6rem, 10vw, 10rem);
    padding-bottom: clamp(7rem, 11vw, 11rem);
    position: relative
}

.contact__inner h2 {
    letter-spacing: -.095em;
    max-width: 1300px;
    margin: 4rem 0 3rem;
    font-size: clamp(4.2rem, 10.5vw, 11.5rem);
    font-weight: 600;
    line-height: .78
}

.contact__inner h2 em {
    color: var(--acid);
    -webkit-text-stroke: 0;
    font-style: normal
}

.contact__inner>p {
    max-width: 620px;
    margin: 0 0 clamp(3rem, 6vw, 6rem);
    font-size: clamp(1.1rem, 1.5vw, 1.4rem);
    line-height: 1.55
}

.contact__links {
    flex-wrap: wrap;
    gap: .8rem;
    display: flex
}

.contact__links a,
.button-link {
    border: 1px solid;
    border-radius: 999px;
    align-items: center;
    gap: .8rem;
    padding: 1rem 1.25rem;
    font-size: clamp(.8rem, 1vw, .98rem);
    font-weight: 700;
    transition: background .22s, color .22s;
    display: inline-flex
}

.contact__links a svg,
.button-link svg {
    width: 1rem;
    height: 1rem
}

.contact__links a svg:last-child {
    margin-left: .5rem
}

.contact__links a:hover {
    color: var(--blue);
    background: #fff
}

.contact__orb {
    z-index: 1;
    aspect-ratio: 1;
    border: 1px solid #fff3;
    border-radius: 50%;
    place-items: center;
    width: min(72vw, 1050px);
    animation: 18s linear infinite orb-spin;
    display: grid;
    position: absolute;
    bottom: -24vw;
    right: -14vw
}

.contact__orb:before,
.contact__orb:after,
.contact__orb span {
    content: "";
    border: 1px solid #ffffff38;
    border-radius: 50%;
    position: absolute
}

.contact__orb:before {
    aspect-ratio: 1;
    width: 72%
}

.contact__orb:after {
    aspect-ratio: 1;
    background: var(--coral);
    width: 40%
}

.contact__orb span {
    border-radius: 50%;
    width: 90%;
    height: 24%
}

footer {
    background: var(--ink);
    color: #fff;
    grid-template-columns: 1.5fr 1fr 1fr auto;
    align-items: end;
    gap: 2rem;
    padding: 3rem clamp(1rem, 3vw, 3rem);
    display: grid
}

.wordmark--footer {
    font-size: clamp(1.6rem, 3vw, 3rem)
}

footer>div {
    flex-direction: column;
    gap: .35rem;
    font-size: .67rem;
    display: flex
}

footer>div a:hover {
    color: var(--acid)
}

footer>span {
    font-size: .67rem
}

[data-slot=dialog-overlay] {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: #111114b8
}

.case-dialog {
    border: 1px solid var(--ink);
    background: var(--cream);
    border-radius: 1.5rem;
    width: calc(100vw - 2rem);
    max-width: none;
    height: calc(100dvh - 2rem);
    max-height: none;
    padding: 0 0 3rem;
    display: block;
    overflow: hidden auto;
    box-shadow: 0 20px 80px #0006
}

.case-dialog>[data-slot=dialog-close] {
    z-index: 10;
    border: 1px solid var(--ink);
    background: var(--cream);
    opacity: 1;
    border-radius: 50%;
    place-items: center;
    width: 3rem;
    height: 3rem;
    display: grid;
    top: 1.4rem;
    right: 1.4rem
}

.case-dialog>[data-slot=dialog-close] svg {
    width: 1.2rem;
    height: 1.2rem
}

.case-dialog__header {
    text-align: left;
    grid-template-columns: minmax(0, 1fr) minmax(280px, .35fr);
    gap: 2rem;
    padding: 4.5rem clamp(1.5rem, 4vw, 4.5rem) 3rem;
    display: grid
}

.case-dialog__header .eyebrow {
    grid-column: 1/-1
}

.case-dialog__header [data-slot=dialog-title] {
    letter-spacing: -.09em;
    font-size: clamp(3.8rem, 9vw, 10rem);
    font-weight: 600;
    line-height: .82
}

.case-dialog__header [data-slot=dialog-description] {
    color: #52504b;
    align-self: end;
    font-size: clamp(1rem, 1.4vw, 1.25rem);
    line-height: 1.6
}

.case-dialog__gallery {
    scroll-snap-type: x mandatory;
    gap: 1rem;
    padding: 0 clamp(1.5rem, 4vw, 4.5rem) 1rem;
    scroll-padding-inline: clamp(1.5rem, 4vw, 4.5rem);
    display: flex;
    overflow-x: auto
}

.case-dialog__gallery>* {
    border: 1px solid var(--ink);
    scroll-snap-align: start;
    border-radius: 1.4rem;
    flex: none;
    min-width: min(78vw, 1180px);
    height: min(66vh, 690px)
}

.case-dialog .project-visual--compact {
    border-bottom: 1px solid var(--ink)
}

.project-visual--compact .mock-browser__canvas {
    min-height: 430px
}

.detail-screen {
    place-items: center;
    display: grid;
    position: relative;
    overflow: hidden
}

.detail-screen--dark {
    background: var(--ink);
    color: #fff
}

.detail-screen__label {
    letter-spacing: .08em;
    text-transform: uppercase;
    font-size: .65rem;
    font-weight: 700;
    position: absolute;
    top: 1.4rem;
    left: 1.4rem
}

.detail-phone {
    aspect-ratio: .53;
    border: 1px solid var(--ink);
    background: #f8f6ee;
    border-radius: 2rem;
    flex-direction: column;
    gap: 1rem;
    width: min(28%, 290px);
    min-width: 200px;
    padding: 1.1rem;
    display: flex;
    transform: rotate(5deg);
    box-shadow: 16px 18px #11111429
}

.detail-phone>span {
    background: var(--ink);
    border-radius: 999px;
    align-self: center;
    width: 32%;
    height: .4rem
}

.detail-phone strong {
    letter-spacing: -.07em;
    margin: 2rem 0 auto;
    font-size: clamp(1.5rem, 3vw, 3rem);
    line-height: .9
}

.detail-phone i {
    border: 1px solid var(--ink);
    background: var(--blue);
    height: 25%;
    display: block
}

.detail-phone i:last-child {
    background: var(--acid);
    height: 13%
}

.detail-type {
    letter-spacing: -.12em;
    opacity: .14;
    font-size: clamp(8rem, 20vw, 20rem);
    font-weight: 800;
    line-height: .7;
    position: absolute;
    bottom: 4%;
    right: 7%
}

.motion-rings {
    aspect-ratio: 1;
    place-items: center;
    width: min(45%, 480px);
    display: grid;
    position: relative
}

.motion-rings span {
    aspect-ratio: 1;
    border: 1px solid #ffffffb3;
    border-radius: 50%;
    width: 100%;
    animation: 3s ease-in-out infinite ring-pulse;
    position: absolute
}

.motion-rings span:nth-child(2) {
    border-color: var(--acid);
    width: 68%;
    animation-delay: -1s
}

.motion-rings span:nth-child(3) {
    border-color: var(--coral);
    background: var(--blue);
    width: 35%;
    animation-delay: -2s
}

.case-dialog__hint {
    color: #625f59;
    text-transform: uppercase;
    align-items: center;
    gap: .55rem;
    padding: .3rem clamp(1.5rem, 4vw, 4.5rem) 0;
    font-size: .66rem;
    font-weight: 700;
    display: flex
}

.case-dialog__hint svg {
    width: 1.2rem;
    height: 1.2rem
}

.case-dialog__story {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(2rem, 7vw, 8rem);
    padding: clamp(5rem, 9vw, 9rem) clamp(1.5rem, 4vw, 4.5rem);
    display: grid
}

.case-dialog__story>div {
    border-top: 1px solid var(--ink);
    padding-top: 1rem
}

.case-dialog__story span {
    letter-spacing: .1em;
    text-transform: uppercase;
    font-size: .65rem;
    font-weight: 700
}

.case-dialog__story p {
    letter-spacing: -.045em;
    max-width: 620px;
    margin: 3rem 0 0;
    font-size: clamp(1.45rem, 2.5vw, 2.7rem);
    font-weight: 500;
    line-height: 1.35
}

.case-dialog__footer {
    background: var(--acid);
    border-radius: 1.3rem;
    grid-template-columns: 1fr auto;
    align-items: end;
    gap: 2rem;
    margin-inline: clamp(1.5rem, 4vw, 4.5rem);
    padding: clamp(2rem, 4vw, 4rem);
    display: grid
}

.case-dialog__footer dl {
    grid-template-columns: repeat(3, minmax(110px, 1fr));
    gap: 2rem;
    margin: 0;
    display: grid
}

.button-link--dark {
    border-color: var(--ink);
    background: var(--ink);
    color: #fff
}

.button-link--dark:hover {
    background: var(--blue);
    color: #fff
}

@keyframes ticker {
    to {
        transform: translate(-50%)
    }
}

@keyframes status-pulse {

    0%,
    to {
        transform: scale(1)
    }

    50% {
        transform: scale(.78)
    }
}

@keyframes card-float {

    0%,
    to {
        transform: translateY(0)rotate(-4deg)
    }

    50% {
        transform: translateY(-12px)rotate(-2.5deg)
    }
}

@keyframes card-float-reverse {

    0%,
    to {
        transform: translateY(0)rotate(3.5deg)
    }

    50% {
        transform: translateY(11px)rotate(2deg)
    }
}

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

@keyframes ring-pulse {

    0%,
    to {
        opacity: .5;
        transform: scale(.92)
    }

    50% {
        opacity: 1;
        transform: scale(1.06)
    }
}

@media (width<=1100px) {
    .hero {
        grid-template-columns: 1fr .72fr;
        min-height: 760px
    }

    .hero h1 {
        font-size: clamp(4.5rem, 9vw, 7.8rem)
    }

    .pipeline-card {
        width: 82%
    }

    .services__intro {
        grid-template-columns: 1fr;
        gap: 2.5rem
    }

    .case-dialog__header {
        grid-template-columns: 1fr
    }

    .case-dialog__header [data-slot=dialog-description] {
        max-width: 700px
    }
}

@media (width<=820px) {
    .site-header {
        grid-template-columns: 1fr auto
    }

    .site-header nav {
        display: none
    }

    .hero {
        min-height: auto;
        display: block
    }

    .hero__copy {
        min-height: 720px;
        padding-top: 8rem
    }

    .hero h1 {
        font-size: clamp(4rem, 15vw, 8rem)
    }

    .hero-pipeline {
        border-top: 1px solid var(--ink);
        border-left: 0;
        min-height: 640px
    }

    .pipeline-card {
        width: min(68%, 430px)
    }

    .services__grid {
        grid-template-columns: 1fr
    }

    .services__grid article,
    .services__grid article+article {
        border-bottom: 1px solid #11111459;
        border-right: 0;
        min-height: auto;
        padding: 1.3rem 0 2rem
    }

    .services__grid article>span {
        margin-bottom: 3.5rem
    }

    .work-section__heading {
        align-items: flex-end
    }

    .project-rail [data-slot=dialog-trigger] {
        flex-basis: calc(100vw - 2rem)
    }

    .project-visual {
        min-height: 390px
    }

    .project-card__meta {
        grid-template-columns: 1fr;
        gap: 0
    }

    .project-card__meta div,
    .project-card__meta div+div {
        border-bottom: 1px solid #11111433;
        border-right: 0;
        grid-template-columns: .7fr 1fr;
        padding: .65rem 0;
        display: grid
    }

    .project-card__meta div:last-child {
        border-bottom: 0
    }

    .archive__list a {
        grid-template-columns: .25fr 1fr auto
    }

    .archive__list a>span:nth-of-type(2),
    .archive__list a>span:nth-of-type(3) {
        display: none
    }

    .about__grid {
        grid-template-columns: 1fr
    }

    .about__portrait {
        min-height: 110vw
    }

    .case-dialog__story,
    .case-dialog__footer {
        grid-template-columns: 1fr
    }

    .case-dialog__footer dl {
        grid-template-columns: 1fr;
        gap: 1rem
    }

    .case-dialog__footer dl>div {
        border-bottom: 1px solid #11111440;
        padding-bottom: 1rem
    }

    footer {
        grid-template-columns: 1fr 1fr
    }
}

@media (width<=560px) {
    .site-header {
        padding-top: 1rem;
        padding-bottom: 1rem
    }

    .availability {
        font-size: 0
    }

    .availability:after {
        display: none
    }

    .availability:before {
        content: "Dostępny";
        font-size: .66rem
    }

    .hero__copy {
        min-height: 620px;
        padding-top: 6.5rem;
        padding-bottom: 1.6rem
    }

    .hero__eyebrow span:last-child {
        display: none
    }

    .hero h1 {
        font-size: 17vw;
        line-height: .86
    }

    .hero__outline {
        -webkit-text-stroke-width: 1px
    }

    .hero__bottom {
        align-items: flex-end
    }

    .hero__bottom p {
        font-size: 1rem
    }

    .circle-link {
        width: 3.8rem;
        height: 3.8rem
    }

    .hero-pipeline {
        min-height: 500px
    }

    .pipeline-card {
        width: 78%
    }

    .pipeline-card--figma {
        top: 10%;
        left: 4%
    }

    .pipeline-card--browser {
        bottom: 9%;
        right: 4%
    }

    .figma-frame,
    .browser-frame__page {
        min-height: 155px
    }

    .figma-nav {
        margin-bottom: 1.8rem
    }

    .pipeline-connector {
        top: 47%;
        left: 35%
    }

    .pipeline-badge {
        top: 6%;
        right: 2%
    }

    .services__intro h2 {
        font-size: 3.35rem
    }

    .work-section__heading h2 {
        font-size: 5.25rem
    }

    .rail-hint {
        display: none
    }

    .project-card {
        border-radius: 1rem
    }

    .project-card:hover {
        box-shadow: none;
        transform: none
    }

    .project-visual {
        min-height: 300px
    }

    .mock-browser {
        width: 86%;
        box-shadow: 10px 12px #11111433
    }

    .mock-browser__canvas {
        min-height: 235px
    }

    .mock-site-heading {
        min-height: 132px;
        font-size: 2.2rem
    }

    .mock-site-grid span {
        height: 28px
    }

    .visual-sticker {
        bottom: 3%;
        right: 2%
    }

    .project-card__copy {
        grid-template-columns: 1fr
    }

    .project-card__arrow {
        width: 3.4rem;
        height: 3.4rem
    }

    .archive__header h2 {
        font-size: 4.2rem
    }

    .archive__list a {
        grid-template-columns: .22fr 1fr auto;
        gap: .8rem;
        min-height: 82px
    }

    .archive__list strong {
        font-size: 1.35rem
    }

    .testimonials__heading h2 {
        font-size: 4.6rem
    }

    .testimonial-rail figure {
        flex-basis: calc(100vw - 2rem);
        min-height: 420px
    }

    .about__copy h2 {
        font-size: 3.7rem
    }

    .about__facts {
        grid-template-columns: 1fr
    }

    .about__facts div,
    .about__facts div+div {
        border-bottom: 1px solid #11111440;
        border-left: 0;
        grid-template-columns: 1fr 1fr;
        padding: .75rem 0;
        display: grid
    }

    .contact__inner h2 {
        font-size: 4.25rem
    }

    .contact__links {
        display: grid
    }

    .contact__links a {
        justify-content: space-between
    }

    .case-dialog {
        border-radius: 1rem;
        width: calc(100vw - .75rem);
        height: calc(100dvh - .75rem)
    }

    .case-dialog__header {
        padding-top: 5rem
    }

    .case-dialog__header [data-slot=dialog-title] {
        font-size: 4rem
    }

    .case-dialog__gallery>* {
        min-width: calc(100vw - 3.75rem);
        height: 460px
    }

    .project-visual--compact .mock-browser__canvas {
        min-height: 290px
    }

    .case-dialog__story p {
        margin-top: 1.8rem
    }

    footer {
        grid-template-columns: 1fr;
        gap: 1.5rem
    }
}

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

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

.animated-visual {
    display: block
}

.animated-line {
    margin: -.16em -.08em -.24em;
    padding: .16em .08em .24em;
    display: block;
    overflow: visible
}

.animated-word-wrap,
.animated-word {
    display: inline-flex
}

.animated-word {
    overflow: visible
}

.animated-space {
    flex: none;
    width: .27em;
    display: inline-block
}

.animated-letter {
    opacity: 0;
    transition: transform .82s cubic-bezier(.16, 1, .3, 1), opacity .52s;
    transition-delay: var(--letter-delay);
    will-change: transform, opacity;
    display: inline-block;
    transform: translateY(112%)
}

[data-animate-letters].is-visible .animated-letter {
    opacity: 1;
    transform: translateY(0)
}

.hero {
    background: var(--cream);
    grid-template-columns: minmax(0, 1.18fr) minmax(420px, .82fr);
    min-height: 100svh
}

.hero__copy {
    min-height: 100svh;
    padding-top: 8.5rem
}

.hero h1 {
    letter-spacing: -.085em;
    margin-block: auto;
    font-size: clamp(4.3rem, 7.15vw, 8.7rem);
    font-weight: 650;
    line-height: .94
}

.hero h1>span {
    white-space: normal
}

.hero h1 .animated-line:last-child {
    color: var(--violet-bright)
}

.hero-stage {
    border-left: 1px solid var(--ink);
    color: #fff;
    background: radial-gradient(circle at 82% 16%, #9d4eddeb, #0000 31%), radial-gradient(circle at 18% 78%, #4361eea6, #0000 36%), linear-gradient(145deg, #240046 0%, #560bad 52%, #7209b7 100%);
    flex-direction: column;
    justify-content: space-between;
    min-width: 0;
    min-height: 100svh;
    padding: 8.4rem clamp(1.25rem, 2.4vw, 2.5rem) 2rem;
    display: flex;
    position: relative;
    overflow: hidden
}

.hero-stage:before {
    content: "";
    background-image: linear-gradient(#ffffff14 1px, #0000 1px), linear-gradient(90deg, #ffffff14 1px, #0000 1px);
    background-size: 52px 52px;
    position: absolute;
    inset: 0;
    -webkit-mask-image: linear-gradient(#0000, #000 22% 80%, #0000);
    mask-image: linear-gradient(#0000, #000 22% 80%, #0000)
}

.hero-stage__topline,
.hero-stage__footer,
.hero-stage__window {
    z-index: 2;
    position: relative
}

.hero-stage__topline {
    letter-spacing: .1em;
    text-transform: uppercase;
    justify-content: space-between;
    gap: 1rem;
    font-size: .62rem;
    font-weight: 700;
    display: flex
}

.hero-stage__window {
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    background: #f5f2f821;
    border: 1px solid #ffffffc7;
    border-radius: 1.3rem;
    width: min(100%, 650px);
    margin-block: auto;
    animation: 7s ease-in-out infinite stage-float;
    overflow: hidden;
    transform: perspective(1200px)rotateY(-4deg)rotateX(1deg);
    box-shadow: 0 38px 90px #18002861
}

.stage-window__bar {
    letter-spacing: .06em;
    text-transform: uppercase;
    border-bottom: 1px solid #ffffff8c;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: .75rem .9rem;
    font-size: .55rem;
    font-weight: 700;
    display: grid
}

.stage-window__bar>div {
    gap: .3rem;
    display: flex
}

.stage-window__bar>div span {
    border: 1px solid #fffc;
    border-radius: 50%;
    width: .46rem;
    height: .46rem
}

.stage-window__bar>span:last-child {
    justify-self: end
}

.stage-window__canvas {
    min-height: clamp(340px, 47vh, 520px);
    color: var(--ink);
    background: #faf8fced;
    padding: clamp(1.25rem, 2.5vw, 2.2rem)
}

.stage-window__nav {
    letter-spacing: .04em;
    justify-content: space-between;
    align-items: center;
    font-size: .52rem;
    display: flex
}

.stage-window__type {
    letter-spacing: -.095em;
    flex-direction: column;
    justify-content: center;
    min-height: clamp(220px, 29vh, 330px);
    font-size: clamp(3.9rem, 6.8vw, 8.5rem);
    font-weight: 600;
    line-height: .69;
    display: flex
}

.stage-window__type strong {
    color: var(--violet-bright);
    align-self: flex-end;
    font-weight: 700
}

.stage-window__modules {
    border-top: 1px solid var(--ink);
    grid-template-columns: repeat(3, 1fr);
    display: grid
}

.stage-window__modules span {
    padding: .8rem .5rem .25rem 0;
    font-size: .48rem;
    font-weight: 700
}

.stage-window__modules span+span {
    border-left: 1px solid var(--ink);
    padding-left: .5rem
}

.hero-stage__footer {
    letter-spacing: .08em;
    text-transform: uppercase;
    align-items: center;
    gap: .65rem;
    font-size: .63rem;
    font-weight: 700;
    display: flex
}

.hero-stage__footer i {
    color: #ffffff8c;
    font-style: normal
}

.services__intro h2,
.work-section__heading h2,
.archive__header h2,
.testimonials__heading h2,
.about__copy h2,
.contact__inner h2,
.project-row__copy h3 {
    text-wrap: balance
}

.services__intro h2 {
    line-height: .99
}

.archive__header h2 {
    line-height: .94
}

.about__copy h2 {
    line-height: .98
}

.contact__inner h2 {
    line-height: .9
}

.work-section {
    background: #ebe5ef;
    overflow: visible
}

.work-section__heading {
    margin-bottom: clamp(4rem, 8vw, 8rem)
}

.work-section__heading h2 {
    line-height: .88
}

.work-section__heading h2 span {
    color: inherit;
    font-size: inherit
}

.work-section__heading h2 .animated-visual,
.work-section__heading h2 .animated-line {
    display: block
}

.work-section__heading h2 .animated-word-wrap,
.work-section__heading h2 .animated-word {
    display: inline-flex
}

.work-section__heading h2 .animated-line:last-child {
    color: var(--violet-bright)
}

.project-list {
    padding-bottom: 2rem;
    display: grid
}

.project-row {
    border: 0;
    border-top: 1px solid var(--ink);
    width: 100%;
    min-height: max(650px, 80svh);
    color: var(--ink);
    cursor: pointer;
    text-align: left;
    background: 0 0;
    grid-template-columns: minmax(340px, .72fr) minmax(0, 1.28fr);
    padding: 0;
    display: grid;
    overflow: hidden
}

.project-list>:last-child .project-row,
.project-list>.project-row:last-child {
    border-bottom: 1px solid var(--ink)
}

.project-row__info {
    flex-direction: column;
    min-width: 0;
    padding: clamp(1.5rem, 3vw, 3rem) clamp(1.25rem, 3vw, 3rem) clamp(1.5rem, 3vw, 3rem) 0;
    display: flex
}

.project-row__topline {
    color: #6e6573;
    letter-spacing: .09em;
    text-transform: uppercase;
    grid-template-columns: auto 1fr auto;
    gap: 1.2rem;
    font-size: .62rem;
    font-weight: 700;
    display: grid
}

.project-row__topline span:nth-child(2) {
    text-align: center
}

.project-row__copy {
    margin-block: auto;
    padding-block: 3rem
}

.project-row__copy h3 {
    letter-spacing: -.075em;
    margin: 0 0 1.8rem;
    font-size: clamp(3rem, 5vw, 6.5rem);
    font-weight: 600;
    line-height: .96
}

.project-row__copy p {
    color: #5f5664;
    max-width: 520px;
    margin: 0;
    font-size: clamp(.95rem, 1.12vw, 1.18rem);
    line-height: 1.7
}

.project-row__meta {
    border-top: 1px solid #16121942;
    grid-template-columns: 1fr;
    margin: 0 0 2rem;
    display: grid
}

.project-row__meta>div {
    border-bottom: 1px solid #1612192e;
    grid-template-columns: .7fr 1fr;
    padding: .65rem 0;
    display: grid
}

.project-row__meta dt {
    color: #766d7a;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-size: .56rem;
    font-weight: 700
}

.project-row__meta dd {
    margin: 0;
    font-size: .7rem;
    font-weight: 700
}

.project-row__open {
    border-top: 1px solid var(--ink);
    letter-spacing: .08em;
    text-transform: uppercase;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem;
    font-size: .68rem;
    font-weight: 700;
    display: flex
}

.project-row__open svg {
    width: 1.25rem;
    height: 1.25rem;
    transition: transform .32s cubic-bezier(.16, 1, .3, 1)
}

.project-row:hover .project-row__open svg {
    transform: translate(.25rem, -.25rem)
}

.project-row__media {
    border-left: 1px solid var(--ink);
    min-width: 0;
    position: relative;
    overflow: hidden
}

.project-row__parallax {
    will-change: transform;
    position: absolute;
    inset: -9% 0
}

.project-row .project-visual {
    border-bottom: 0;
    width: 100%;
    height: 100%;
    min-height: 100%
}

.project-row .project-visual:before {
    border-color: #ffffff40;
    width: 66%
}

.project-row:hover .project-visual:before {
    transform: scale(1.35)
}

.project-row:hover .mock-browser {
    transform: rotate(0)scale(1.025)
}

.project-visual--blue {
    background: linear-gradient(145deg, #240046 0%, #560bad 58%, #7209b7 100%)
}

.project-visual--coral {
    background: linear-gradient(145deg, #3c096c 0%, #7209b7 52%, #9d4edd 100%)
}

.project-visual--acid {
    background: linear-gradient(145deg, #29113a 0%, #560bad 46%, #4361ee 100%)
}

.project-visual--blue .mock-browser__canvas {
    background: #f1e9f6
}

.project-visual--coral .mock-browser__canvas {
    background: #e6dcf1
}

.project-visual--acid .mock-browser__canvas {
    background: #1d1424
}

.detail-screen--blue {
    background: #d8c6e7
}

.detail-screen--coral {
    background: #cfa8e7
}

.detail-screen--acid {
    background: #b9b4ef
}

.testimonials {
    background: radial-gradient(circle at 88% 15%, #7209b757, transparent 30%), var(--ink)
}

.testimonials__heading h2 {
    margin-bottom: 6rem;
    line-height: .98
}

.testimonials__heading h2 span {
    display: inherit;
    color: inherit;
    font-size: inherit;
    margin: 0;
    transform: none
}

.testimonials__heading h2 .animated-visual,
.testimonials__heading h2 .animated-line {
    display: block
}

.testimonials__heading h2 .animated-word-wrap,
.testimonials__heading h2 .animated-word {
    display: inline-flex
}

.testimonials__heading h2 .animated-line:last-child {
    color: #cfa8e7
}

.contact {
    background: radial-gradient(circle at 84% 22%, #9d4eddd1, #0000 30%), linear-gradient(135deg, #240046 0%, #560bad 48%, #7209b7 100%)
}

.contact__inner h2 .animated-line:nth-child(2) {
    color: #dfc8ef
}

.case-dialog__footer {
    background: #dac7e8
}

@keyframes stage-float {

    0%,
    to {
        transform: perspective(1200px)translateY(0)rotateY(-4deg)rotateX(1deg)
    }

    50% {
        transform: perspective(1200px)translateY(-10px)rotateY(-2deg)rotateX(0)
    }
}

@keyframes project-parallax {
    0% {
        transform: translateY(-5%)
    }

    to {
        transform: translateY(5%)
    }
}

@supports (animation-timeline:view()) {
    .project-row__parallax {
        animation: linear both project-parallax;
        animation-timeline: view();
        animation-range: entry exit
    }
}

@media (width<=1100px) {
    .hero h1 {
        font-size: clamp(4rem, 7vw, 6.9rem)
    }

    .project-row {
        grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr)
    }
}

@media (width<=980px) {
    .hero {
        display: block
    }

    .hero__copy {
        min-height: 760px
    }

    .hero-stage {
        border-top: 1px solid var(--ink);
        border-left: 0;
        min-height: 690px;
        padding-top: 4rem
    }

    .hero-stage__window {
        align-self: center;
        width: min(92%, 620px)
    }
}

@media (width<=820px) {
    .hero {
        display: block
    }

    .hero__copy {
        min-height: 720px
    }

    .hero h1 {
        font-size: clamp(4rem, 14vw, 7.5rem)
    }

    .hero-stage {
        border-top: 1px solid var(--ink);
        border-left: 0;
        min-height: 690px;
        padding-top: 4rem
    }

    .hero-stage__window {
        align-self: center;
        width: min(92%, 620px)
    }

    .project-row {
        grid-template-columns: 1fr;
        min-height: auto
    }

    .project-row__info {
        min-height: 640px;
        padding-right: 0
    }

    .project-row__media {
        border-top: 1px solid var(--ink);
        border-left: 0;
        min-height: 72svh
    }
}

@media (width<=560px) {
    .hero__copy {
        min-height: 640px
    }

    .hero h1 {
        font-size: 15.2vw;
        line-height: .97
    }

    .hero-stage {
        min-height: 570px;
        padding-top: 3rem
    }

    .hero-stage__topline span:last-child {
        display: none
    }

    .hero-stage__window {
        width: 100%;
        transform: none
    }

    .stage-window__canvas {
        min-height: 330px
    }

    .stage-window__type {
        min-height: 220px;
        font-size: 18vw
    }

    .project-row__info {
        min-height: 580px
    }

    .project-row__copy h3 {
        font-size: 3.6rem
    }

    .project-row__media {
        min-height: 62svh
    }

    .testimonials__heading h2 {
        font-size: 4.2rem;
        line-height: 1
    }
}

@media (prefers-reduced-motion:reduce) {
    .animated-letter {
        opacity: 1;
        transform: none
    }

    .hero-stage__window,
    .project-row__parallax {
        animation: none;
        transform: none
    }
}

html.modal-open,
html.modal-open body {
    overflow: hidden
}

dialog.case-dialog {
    color: var(--ink);
    margin: auto;
    position: fixed;
    inset: 1rem
}

dialog.case-dialog:not([open]) {
    display: none
}

dialog.case-dialog::backdrop {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: #111114b8
}

dialog.case-dialog>[data-slot=dialog-close] {
    cursor: pointer;
    position: fixed
}

.project-list>.project-row:last-of-type {
    border-bottom: 1px solid var(--ink)
}