@import "https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&display=swap";:root{--canvas:#101010;--paper:#191919;--ink:#f3f1ed;--muted:#aaa8a3;--copy:#cac7c1;--line:#393939;--blue:#8299ff;--blue-dark:#6178e6;--sand:#cfc4b2;--inverse:#080808;--inverse-text:#f7f5f1;--inverse-muted:#aaa9a7;--inverse-line:#505050;--surface-bright:#f7f5f1;--sand-ink:#171717;--radius:18px;--gutter:clamp(1.25rem, 4vw, 4.5rem);--display:"Manrope", Arial, sans-serif;--mono:"DM Mono", "Courier New", monospace}:root[data-theme=light]{--canvas:#f5f3ef;--paper:#fff;--ink:#171717;--muted:#6f6d68;--copy:#5b5955;--line:#d8d5cf;--blue:#2855e8;--blue-dark:#183bb2;--sand:#e9dfce;--inverse:#171717;--inverse-text:#fff;--inverse-muted:#aaa9a7;--inverse-line:#505050;--surface-bright:#fff;--sand-ink:#171717}*{box-sizing:border-box}html{background:var(--canvas);scroll-behavior:smooth}body{background:var(--canvas);min-width:320px;color:var(--ink);font-family:var(--display);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;font-size:16px;line-height:1.45;transition:background-color .22s,color .22s}a{color:inherit;text-decoration:none}.portfolio-page{overflow-x:clip}.portfolio-nav{min-height:84px;padding:0 var(--gutter);border-bottom:1px solid var(--line);grid-template-columns:1fr auto 1fr;align-items:center;gap:2rem;display:grid}.portfolio-brand{letter-spacing:-.04em;white-space:nowrap;justify-self:start;font-size:.78rem;font-weight:800}.portfolio-brand span{letter-spacing:0;margin-left:.18rem;font-size:.48rem;position:relative;top:-.35em}.portfolio-nav__links{letter-spacing:-.03em;justify-self:center;align-items:center;gap:clamp(1rem,2.4vw,2.75rem);font-size:.77rem;font-weight:700;display:flex}.portfolio-nav__controls{justify-self:end;align-items:center;gap:.9rem;display:flex}.language-switch{color:var(--muted);font-family:var(--mono);align-items:center;gap:.3rem;font-size:.62rem;display:flex}.language-switch a{padding:.25rem 0;transition:color .18s}.language-switch a[aria-current=page]{color:var(--ink)}.language-switch a:hover{color:var(--blue)}.theme-toggle{border:1px solid var(--line);min-height:32px;color:var(--ink);cursor:pointer;font-family:var(--mono);background:0 0;align-items:center;gap:.45rem;padding:.35rem .55rem;font-size:.6rem;line-height:1;transition:border-color .18s,background-color .18s,color .18s;display:inline-flex}.theme-toggle:hover{border-color:var(--ink);background:var(--ink);color:var(--paper)}.theme-toggle__mark{border:1px solid;border-radius:50%;width:.66rem;height:.66rem;display:block;box-shadow:inset -.2rem -.1rem}.portfolio-nav__links a{transition:color .18s}.portfolio-nav__links a:last-child,.portfolio-nav__links a:hover{color:var(--blue)}.portfolio-hero{border-bottom:1px solid var(--line);min-height:min(740px,100svh - 84px)}.hero-copy{min-height:inherit;padding:clamp(5rem, 11vw, 10rem) var(--gutter) clamp(4rem, 8vw, 7rem);flex-direction:column;justify-content:center;align-items:flex-start;display:flex}.hero-copy--centered{text-align:center;align-items:center}.eyebrow{color:var(--muted);font-family:var(--mono);letter-spacing:.01em;text-transform:uppercase;margin:0 0 1.35rem;font-size:.67rem;font-weight:500;line-height:1.3}.hero-copy h1,.section-heading h2,.about-grid h2,.contact-panel h2{letter-spacing:-.075em;margin:0;font-weight:700;line-height:.98}.hero-copy h1{max-width:min(1100px,100%);font-size:clamp(2.8rem,4.3vw,4.9rem)}.hero-copy__description{max-width:550px;color:var(--copy);letter-spacing:-.035em;margin:2rem 0 0;font-size:clamp(1rem,1.25vw,1.15rem);line-height:1.55}.hero-copy--centered .hero-copy__description{max-width:650px}.hero-facts{flex-wrap:wrap;gap:.8rem 2.1rem;max-width:920px;margin:2.1rem 0 0;display:flex}.hero-copy--centered .hero-facts,.hero-copy--centered .hero-actions{justify-content:center}.hero-facts div{align-items:baseline;gap:.65rem;display:flex}.hero-facts dt{color:var(--muted);font-family:var(--mono);text-transform:uppercase;font-size:.61rem}.hero-facts dd{color:var(--ink);letter-spacing:-.03em;margin:0;font-size:.83rem;font-weight:600}.hero-actions{flex-wrap:wrap;gap:.75rem;margin-top:2.45rem;display:flex}.button-link{border:1px solid var(--ink);letter-spacing:-.035em;justify-content:center;align-items:center;gap:.7rem;min-height:48px;padding:.75rem 1.1rem;font-size:.78rem;font-weight:700;transition:transform .18s,background-color .18s,color .18s;display:inline-flex}.button-link:hover{transform:translateY(-2px)}.button-link--primary{background:var(--ink);color:var(--paper)}.button-link--primary:hover{background:var(--blue);border-color:var(--blue)}.button-link--secondary:hover{background:var(--paper)}.projects-section,.services-section,.process-section,.about-section{padding:clamp(5.5rem, 10vw, 10rem) var(--gutter)}.projects-section{background:var(--paper)}.section-heading{justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:clamp(2.5rem,5vw,4.5rem);display:flex}.section-heading h2{max-width:760px;font-size:clamp(2.3rem,4.2vw,4.7rem)}.section-heading--compact h2{max-width:920px}.section-heading__note{max-width:230px;color:var(--muted);letter-spacing:-.025em;margin:0;font-size:.8rem;line-height:1.45}.project-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.1rem;display:grid}.project-card{background:var(--canvas);border:1px solid var(--line);flex-direction:column;min-height:500px;transition:transform .22s,box-shadow .22s;display:flex;overflow:hidden}.project-card:hover{transform:translateY(-7px);box-shadow:0 18px 32px #1717171a}.project-card__signal{color:#151515;background:var(--blue);flex-direction:column;min-height:260px;padding:1.25rem;display:flex}.project-card--sand .project-card__signal{background:var(--sand)}.project-card--ink .project-card__signal{color:var(--canvas);background:var(--ink)}.project-card--violet .project-card__signal{color:#fff;background:#5542bb}.project-card__signal-header{border-bottom:1px solid;justify-content:space-between;align-items:flex-start;gap:1rem;padding-bottom:1rem;display:flex}.project-card__signal-header span:first-child{letter-spacing:-.11em;font-size:clamp(2.3rem,4vw,4.25rem);font-weight:800;line-height:.75}.project-card__signal-header span:last-child,.project-card__signal li>span{font-family:var(--mono);letter-spacing:.01em;text-transform:uppercase;font-size:.58rem;line-height:1.3}.project-card__signal-header span:last-child{text-align:right;max-width:130px}.project-card__signal ul{gap:0;margin:auto 0 0;padding:0;list-style:none;display:grid}.project-card__signal li{border-bottom:1px solid #15151547;grid-template-columns:2rem minmax(0,1fr);align-items:baseline;gap:.7rem;padding:.55rem 0;display:grid}.project-card--violet .project-card__signal li{border-color:#ffffff59}.project-card__signal li>span{opacity:.72}.project-card__signal li strong{letter-spacing:-.045em;font-size:clamp(.78rem,1.05vw,.95rem);font-weight:700;line-height:1.15}.project-card__body{flex-direction:column;flex:1;padding:1.3rem 1.25rem 1.5rem;display:flex}.project-card__meta{color:var(--muted);font-family:var(--mono);text-transform:uppercase;justify-content:space-between;gap:.8rem;font-size:.61rem;line-height:1.25;display:flex}.project-card__meta span:last-child{color:var(--blue);text-align:right}.project-card__body h3{letter-spacing:-.07em;margin:2.25rem 0 .65rem;font-size:clamp(1.35rem,2vw,1.75rem);font-weight:700;line-height:1}.project-card__body p{max-width:360px;color:var(--copy);letter-spacing:-.025em;margin:0;font-size:.84rem;line-height:1.5}.project-card__stack{flex-wrap:wrap;gap:.38rem;margin-top:auto;padding-top:1.65rem;display:flex}.project-card__stack span{border:1px solid var(--line);color:var(--muted);font-family:var(--mono);letter-spacing:-.02em;white-space:nowrap;padding:.38rem .48rem;font-size:.56rem;line-height:1}.website-showcase{padding:clamp(5.5rem, 10vw, 10rem) var(--gutter);border-bottom:1px solid var(--line);background:var(--canvas)}.website-showcase .section-heading h2{max-width:780px}.website-showcase__layout{grid-template-columns:minmax(260px,.7fr) minmax(0,1.3fr);align-items:start;gap:clamp(2.5rem,6vw,7rem);display:grid}.website-showcase__rail{min-width:0}.website-showcase__item{border-top:1px solid var(--line);opacity:.38;flex-direction:column;justify-content:space-between;min-height:min(70vh,600px);padding:1rem 0 3rem;transition:opacity .24s,transform .24s;display:flex}.website-showcase__item:last-child{border-bottom:1px solid var(--line)}.website-showcase__item.is-active{opacity:1;transform:translate(.55rem)}.website-showcase__item-meta,.website-showcase__category,.website-preview__header>div>span{color:var(--muted);font-family:var(--mono);text-transform:uppercase;font-size:.61rem;line-height:1.35}.website-showcase__item-meta{justify-content:space-between;gap:1rem;display:flex}.website-showcase__category{color:var(--blue);margin:0 0 .8rem}.website-showcase__item h3{letter-spacing:-.085em;max-width:440px;margin:0;font-size:clamp(2.2rem,4vw,4.4rem);font-weight:700;line-height:.94}.website-showcase__description{max-width:360px;color:var(--copy);letter-spacing:-.03em;margin:1.35rem 0 0;font-size:.9rem;line-height:1.5}.website-showcase__more,.website-preview__close{color:var(--ink);cursor:pointer;font:inherit;letter-spacing:-.035em;background:0 0;border:0;border-bottom:1px solid;align-items:center;gap:.65rem;padding:0;font-size:.82rem;font-weight:700;transition:color .18s,gap .18s;display:inline-flex}.website-showcase__more{margin-top:2rem;padding-bottom:.35rem}.website-showcase__more:hover,.website-preview__close:hover{color:var(--blue);gap:1rem}.website-showcase__stage{position:sticky;top:clamp(1rem,3vw,2.5rem)}.site-preview{aspect-ratio:16/10;border:1px solid var(--line);background:var(--surface-bright);box-shadow:18px 18px 0 var(--blue-dark);position:relative;overflow:hidden}.site-preview__viewport{height:100%;overflow:hidden}.site-preview__viewport img{width:100%;height:auto;display:block}.website-preview{z-index:20;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000c2;place-items:center;padding:clamp(.75rem,2.5vw,2.5rem);display:grid;position:fixed;inset:0}.website-preview__panel{border:1px solid var(--line);background:var(--paper);width:min(1280px,100%);min-height:0;max-height:100%;box-shadow:20px 20px 0 var(--blue-dark);flex-direction:column;display:flex;overflow:hidden}.website-preview__header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:1rem;min-height:74px;padding:.85rem 1.15rem;display:flex}.website-preview__header h2{letter-spacing:-.055em;margin:.12rem 0 0;font-size:1rem}.website-preview__close{color:var(--muted);font-family:var(--mono);letter-spacing:-.02em;text-transform:uppercase;font-size:.62rem;font-weight:500}.website-preview__close span{font-family:var(--display);font-size:1.4rem;font-weight:400;line-height:.6}.website-preview__body{flex:1;grid-template-columns:minmax(230px,.55fr) minmax(0,1.45fr);min-height:0;display:grid}.website-preview__details{background:var(--canvas);flex-direction:column;justify-content:flex-end;gap:1rem;min-height:0;padding:clamp(1.5rem,3vw,3.25rem);display:flex}.website-preview__details p{margin:0}.website-preview__details p:first-child{color:var(--blue);font-family:var(--mono);text-transform:uppercase;font-size:.62rem;line-height:1.35}.website-preview__details p:last-child{max-width:340px;color:var(--copy);letter-spacing:-.055em;font-size:clamp(1rem,1.4vw,1.35rem);line-height:1.22}.website-preview__visual{aspect-ratio:4/3;background:var(--surface-bright);min-height:0;overflow:hidden}.website-preview__scroll{overscroll-behavior:contain;touch-action:pan-y;scrollbar-color:var(--blue) #00000057;scrollbar-gutter:stable;height:100%;min-height:0;overflow-y:auto}.website-preview__scroll img{width:100%;height:auto;display:block}.services-section{border-bottom:1px solid var(--line)}.service-grid{border-top:1px solid var(--ink);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.service-card{border-right:1px solid var(--line);min-height:275px;padding:1.15rem 1.2rem 1.6rem}.service-card:first-child{border-left:1px solid var(--line)}.service-card__number{color:var(--muted);font-family:var(--mono);font-size:.66rem}.service-card h3{letter-spacing:-.065em;max-width:265px;margin:4.5rem 0 .85rem;font-size:clamp(1.25rem,1.9vw,1.65rem);font-weight:700;line-height:1.04}.service-card p{max-width:320px;color:var(--copy);letter-spacing:-.025em;margin:0;font-size:.84rem;line-height:1.5}.process-section{background:var(--inverse);color:var(--inverse-text)}.process-section .eyebrow{color:var(--inverse-muted)}.process-grid{border-top:1px solid var(--inverse-line);grid-template-columns:repeat(4,minmax(0,1fr));margin:0;padding:0;list-style:none;display:grid}.process-step{border-right:1px solid var(--inverse-line);min-height:230px;padding:1.15rem 1.2rem 1.3rem}.process-step:first-child{border-left:1px solid var(--inverse-line)}.process-step>span{color:var(--inverse-muted);font-family:var(--mono);font-size:.66rem}.process-step h3{letter-spacing:-.055em;margin:3.65rem 0 .65rem;font-size:1.25rem;font-weight:700;line-height:1}.process-step p{max-width:240px;color:var(--inverse-muted);letter-spacing:-.02em;margin:0;font-size:.79rem;line-height:1.5}.about-grid{grid-template-columns:minmax(0,.9fr) minmax(0,1fr);gap:clamp(3rem,10vw,10rem);display:grid}.about-grid h2{max-width:560px;font-size:clamp(2.35rem,4.4vw,4.8rem)}.about-content{flex-direction:column;justify-content:space-between;min-height:100%;padding-top:.4rem;display:flex}.about-content>p{letter-spacing:-.055em;max-width:540px;margin:0;font-size:clamp(1.2rem,1.85vw,1.8rem);line-height:1.18}.about-content__bottom{border-top:1px solid var(--line);justify-content:space-between;align-items:flex-end;gap:2rem;margin-top:clamp(4rem,11vw,11rem);padding-top:1rem;display:flex}.about-content__bottom>p{max-width:160px;color:var(--muted);font-family:var(--mono);text-transform:uppercase;margin:0;font-size:.62rem;line-height:1.45}.stack-list{flex-wrap:wrap;justify-content:flex-end;gap:.45rem;max-width:275px;margin:0;padding:0;list-style:none;display:flex}.stack-list li{border:1px solid var(--line);font-family:var(--mono);text-transform:uppercase;padding:.45rem .6rem;font-size:.62rem}.contact-panel{min-height:560px;padding:clamp(4rem, 10vw, 9rem) var(--gutter) 2rem;background:var(--blue);color:var(--paper);flex-direction:column;justify-content:center;align-items:flex-start;display:flex}.contact-panel .eyebrow{color:#bfcaff}.contact-panel h2{max-width:1000px;font-size:clamp(3rem,6.1vw,6.3rem)}.contact-panel__link{letter-spacing:-.055em;border-bottom:1px solid;align-items:center;gap:.9rem;margin-top:2.6rem;padding-bottom:.38rem;font-size:clamp(1.05rem,1.8vw,1.45rem);font-weight:700;transition:gap .18s;display:inline-flex}.contact-panel__link:hover{gap:1.25rem}.contact-panel__footer{color:#c5ceff;width:100%;font-family:var(--mono);text-transform:uppercase;justify-content:space-between;gap:1rem;margin-top:auto;padding-top:5rem;font-size:.62rem;display:flex}@media (width<=980px){.hero-copy{padding-right:var(--gutter)}.project-grid,.service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.website-showcase__layout{grid-template-columns:minmax(220px,.65fr) minmax(0,1.35fr);gap:2rem}.website-showcase__item{min-height:min(65vh,540px)}.service-card:last-child{grid-column:span 2}.process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.process-step:nth-child(3){border-left:1px solid #505050}}@media (width<=700px){.portfolio-nav{grid-template-columns:auto 1fr auto;gap:1rem;min-height:70px}.portfolio-nav__links{justify-self:end;gap:.8rem;font-size:.68rem}.portfolio-nav__links a:nth-child(2){display:none}.portfolio-nav__controls{gap:.55rem}.hero-copy{min-height:0;padding-top:5.2rem;padding-bottom:4.5rem}.hero-facts{flex-direction:column;align-items:flex-start;gap:.75rem}.section-heading,.about-grid{display:block}.section-heading__note{margin-top:1.2rem}.project-grid,.service-grid,.process-grid{grid-template-columns:1fr}.website-showcase__layout{flex-direction:column;gap:2.5rem;display:flex}.website-showcase__stage{order:-1;width:100%;position:sticky;top:.7rem}.site-preview{aspect-ratio:16/10;box-shadow:10px 10px 0 var(--blue-dark)}.website-showcase__rail{width:100%}.website-showcase__item{min-height:340px;padding:1rem 0 2.4rem}.website-showcase__item.is-active{transform:none}.website-preview__panel{box-shadow:10px 10px 0 var(--blue-dark)}.website-preview__body{grid-template-columns:1fr}.website-preview__details{justify-content:flex-start;min-height:150px}.website-preview__visual{aspect-ratio:16/10}.project-card,.project-card:last-child,.service-card,.service-card:last-child{grid-column:auto}.project-card{min-height:0}.project-card__signal{min-height:235px}.service-card,.service-card:last-child{grid-column:auto}.service-card,.service-card:first-child,.process-step,.process-step:first-child,.process-step:nth-child(3){border-right:1px solid var(--line);border-left:1px solid var(--line);min-height:230px}.service-card+.service-card{border-top:0}.process-step,.process-step:first-child,.process-step:nth-child(3){border-color:var(--inverse-line);min-height:190px}.process-step h3{margin-top:2.4rem}.about-content{margin-top:3.5rem}.about-content__bottom{flex-direction:column;align-items:flex-start}.stack-list{justify-content:flex-start}.contact-panel{min-height:495px}.contact-panel__footer{padding-top:4rem}}@media (width<=540px){.portfolio-nav{grid-template-columns:1fr auto}.portfolio-nav__links{display:none}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation:none!important}}a:focus-visible,button:focus-visible{outline:2px solid var(--blue);outline-offset:4px}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
