/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before{box-sizing:border-box;border:0 solid;margin:0;padding:0}::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.relative{position:relative}.start{inset-inline-start:var(--spacing)}.table{display:table}}:root{--ink:#161616;--paper:#f1eee7;--paper-deep:#e7e1d7;--acid:#d8ff4f;--blue:#2d4cff;--line:#16161638}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);text-rendering:optimizelegibility;margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,sans-serif}a{color:inherit;text-decoration:none}::selection{color:var(--ink);background:var(--acid)}.site-header{z-index:20;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#f1eee7e8;grid-template-columns:1fr auto 1fr;align-items:center;min-height:76px;padding:0 3vw;display:grid;position:sticky;top:0}.wordmark{letter-spacing:.12em;width:max-content;font-size:.8rem;font-weight:850}.wordmark span{color:var(--blue)}nav{gap:clamp(1.4rem,3vw,3.4rem);font-size:.78rem;display:flex}nav a,.header-cta{position:relative}nav a:after,.header-cta:after{content:"";transform-origin:100%;background:currentColor;height:1px;transition:transform .22s;position:absolute;bottom:-.4rem;left:0;right:0;transform:scaleX(0)}nav a:hover:after,.header-cta:hover:after{transform-origin:0;transform:scaleX(1)}.header-cta{justify-self:end;font-size:.78rem;font-weight:700}.hero{border-bottom:1px solid var(--line);min-height:calc(100svh - 76px);padding:2.4rem 3vw 2rem;position:relative;overflow:hidden}.hero:before{content:"";border:1px solid #16161629;border-radius:50%;width:38vw;height:38vw;position:absolute;top:10%;right:-10vw}.hero:after{aspect-ratio:1;background:var(--acid);content:"";mix-blend-mode:multiply;width:9vw;min-width:110px;position:absolute;top:31%;right:4vw;transform:rotate(13deg)}.hero-meta{letter-spacing:.15em;justify-content:space-between;font:700 .65rem/1.2 ui-monospace,SFMono-Regular,Menlo,monospace;display:flex}.hero h1{z-index:2;letter-spacing:-.075em;max-width:1100px;margin:clamp(3rem,6vh,6rem) 0 0;font-size:clamp(3.5rem,8.6vw,9.2rem);font-weight:820;line-height:.95;position:relative}.hero-emphasis{color:var(--blue);letter-spacing:-.06em;font-family:Georgia,Songti SC,serif;font-style:italic;font-weight:500;position:relative}.hero-outline{color:#0000;-webkit-text-stroke:1.5px var(--ink)}.hero-bottom{z-index:3;justify-content:space-between;align-items:end;margin-top:3.5rem;display:flex;position:relative}.hero-bottom p{margin:0;font-size:clamp(.9rem,1.25vw,1.12rem);line-height:1.75}.circle-link{aspect-ratio:1;border:1px solid var(--ink);letter-spacing:.12em;border-radius:50%;place-content:center;width:112px;font:750 .62rem/1.25 ui-monospace,SFMono-Regular,Menlo,monospace;transition:color .18s,background .18s,transform .18s;display:grid}.circle-link b{margin-top:.5rem;font-size:1rem}.circle-link:hover{color:var(--paper);background:var(--ink);transform:rotate(8deg)}.hero-index{border-top:1px solid var(--line);letter-spacing:.12em;justify-content:space-between;padding-top:.9rem;font:650 .58rem/1 ui-monospace,SFMono-Regular,Menlo,monospace;display:flex;position:absolute;bottom:1rem;left:3vw;right:3vw}.work-section{background:var(--ink);color:var(--paper);padding:9rem 3vw 3rem}.section-heading{border-bottom:1px solid #f1eee747;grid-template-columns:1fr 3fr auto;align-items:end;gap:2rem;padding-bottom:3rem;display:grid}.section-heading p,.section-heading span,.eyebrow,.project-type{letter-spacing:.14em;margin:0;font:700 .62rem/1.4 ui-monospace,SFMono-Regular,Menlo,monospace}.section-heading h2{letter-spacing:-.065em;margin:0;font:500 clamp(3.2rem,7vw,7rem)/.95 Georgia,Songti SC,serif}.project{border-bottom:1px solid #f1eee747;grid-template-columns:minmax(0,1.55fr) minmax(310px,.8fr);gap:clamp(2rem,5vw,7rem);padding:clamp(4rem,8vw,8rem) 0;display:grid}.project:nth-child(2n){grid-template-columns:minmax(310px,.8fr) minmax(0,1.55fr)}.project:nth-child(2n) .project-visual{grid-column:2}.project:nth-child(2n) .project-copy{grid-area:1/1}.project-visual{min-height:clamp(360px,48vw,680px);color:var(--ink);position:relative;overflow:hidden}.project-visual:before,.project-visual:after{content:"";position:absolute}.project-visual:before{opacity:.32;border:1px solid;inset:7%}.project-visual:after{opacity:.25;background:currentColor;width:1px;height:140%;top:-20%;left:46%;transform:rotate(24deg)}.research{background:#d9ff51}.news{color:#f3eee5;background:#2d4cff}.documentary{color:#f3eee5;background:#8a4937}.healthcare{background:#c7dcff}.visual-number{font:700 .7rem/1 ui-monospace,SFMono-Regular,Menlo,monospace;position:absolute;top:7%;left:7%}.visual-motif{letter-spacing:-.09em;opacity:.95;font-size:clamp(4rem,11vw,10rem);font-weight:900;line-height:.8;position:absolute;bottom:-.08em;right:-.05em}.visual-mark{aspect-ratio:1;border:1px solid;border-radius:50%;width:42%;position:absolute;top:23%;left:21%}.visual-mark:before,.visual-mark:after{content:"";position:absolute}.visual-mark:before{border:1px solid;inset:18%;transform:rotate(45deg)}.visual-mark:after{background:currentColor;width:95%;height:1px;top:50%;right:-42%}.project-copy{flex-direction:column;justify-content:center;display:flex}.project-type{color:#f1eee794}.project-copy h3{letter-spacing:-.055em;margin:1.4rem 0 1.6rem;font-size:clamp(2.1rem,4vw,4.4rem);font-weight:650;line-height:1.08}.project-summary{color:#f1eee7bf;max-width:30rem;margin:0;font-size:clamp(.95rem,1.15vw,1.08rem);line-height:1.8}.project-copy ul{flex-wrap:wrap;gap:.6rem;margin:2.2rem 0 0;padding:0;list-style:none;display:flex}.project-copy li{border:1px solid #f1eee74d;border-radius:999px;padding:.55rem .75rem;font-size:.72rem}.case-link{color:#f1eee7b8;letter-spacing:.13em;border-top:1px solid #f1eee75c;border-bottom:1px solid #f1eee75c;justify-content:space-between;align-items:center;margin-top:3.6rem;padding:1rem 0;font:700 .64rem/1 ui-monospace,SFMono-Regular,Menlo,monospace;display:flex}.case-link span{font-size:1rem}.approach-section{padding:9rem 3vw}.approach-intro{grid-template-columns:1fr 3fr;align-items:start;gap:2rem;display:grid}.approach-intro h2{letter-spacing:-.07em;margin:-.12em 0 0;font-size:clamp(3rem,6.5vw,7rem);font-weight:680;line-height:1.02}.approach-intro h2 span{color:var(--blue);font-family:Georgia,Songti SC,serif;font-style:italic;font-weight:500}.strength-grid{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:repeat(3,1fr);margin-top:7rem;display:grid}.strength-grid article{border-right:1px solid var(--line);min-height:280px;padding:1.5rem}.strength-grid article:last-child{border-right:0}.strength-grid span{font:700 .64rem/1 ui-monospace,SFMono-Regular,Menlo,monospace}.strength-grid h3{margin:5.4rem 0 1rem;font-size:clamp(1.35rem,2vw,2rem)}.strength-grid p{color:#161616a8;max-width:24rem;margin:0;line-height:1.75}.about-section{color:var(--paper);background:var(--blue);grid-template-columns:1fr 3fr;gap:2rem;padding:9rem 3vw;display:grid}.about-label{letter-spacing:.13em;font:700 .65rem/1 ui-monospace,SFMono-Regular,Menlo,monospace}.about-lead{letter-spacing:-.065em;max-width:1100px;margin:0;font-size:clamp(2.6rem,5.7vw,6rem);font-weight:680;line-height:1.04}.about-lead span{color:var(--acid);font-family:Georgia,Songti SC,serif;font-style:italic;font-weight:500}.about-columns{grid-template-columns:repeat(2,1fr);gap:4rem;max-width:900px;margin-top:6rem;display:grid}.about-columns p{color:#f1eee7cc;margin:0;line-height:1.85}.contact-section{min-height:78vh;color:var(--ink);background:var(--acid);padding:7rem 3vw 2rem}.contact-section>p{letter-spacing:.14em;margin:0;font:700 .65rem/1 ui-monospace,SFMono-Regular,Menlo,monospace}.contact-section h2{letter-spacing:-.075em;max-width:1050px;margin:8vh 0 14vh;font-size:clamp(3.6rem,9vw,9.5rem);font-weight:800;line-height:.94}.contact-bottom{border-top:1px solid #16161673;justify-content:space-between;align-items:center;padding-top:1.2rem;font-size:.8rem;display:flex}.contact-bottom p{color:#16161694;margin:0}.contact-bottom a{font-weight:750}footer{color:#f1eee79e;background:var(--ink);letter-spacing:.12em;justify-content:space-between;padding:1.2rem 3vw;font:600 .6rem/1 ui-monospace,SFMono-Regular,Menlo,monospace;display:flex}@media (max-width:900px){.site-header{grid-template-columns:1fr auto}nav{display:none}.hero{min-height:820px}.hero h1{margin-top:5rem;font-size:clamp(3.6rem,13.5vw,7rem)}.hero:after{top:59%}.section-heading,.approach-intro,.about-section{grid-template-columns:1fr}.section-heading h2{grid-area:2/1/auto/-1}.section-heading span{grid-row:1;justify-self:end}.project,.project:nth-child(2n){grid-template-columns:1fr}.project:nth-child(2n) .project-visual,.project:nth-child(2n) .project-copy{grid-area:auto}.project:nth-child(2n) .project-visual{grid-row:1}.strength-grid{grid-template-columns:1fr}.strength-grid article{border-right:0;border-bottom:1px solid var(--line);min-height:220px}.strength-grid article:last-child{border-bottom:0}.strength-grid h3{margin-top:4rem}.about-columns{grid-template-columns:1fr;gap:2rem}}@media (max-width:560px){.site-header{min-height:64px;padding-inline:1rem}.hero,.work-section,.approach-section,.about-section,.contact-section{padding-left:1rem;padding-right:1rem}.hero{min-height:760px;padding-top:1.5rem}.hero h1{margin-top:4.5rem;font-size:clamp(3.25rem,15vw,5.3rem)}.hero-bottom{align-items:center;margin-top:4.5rem}.hero-bottom p{max-width:15rem;font-size:.78rem}.circle-link{width:84px}.hero-index{left:1rem;right:1rem}.hero-index span:nth-child(2n){display:none}.work-section{padding-top:6rem}.project{padding:4rem 0}.project-visual{min-height:340px}.project-copy h3{font-size:2.25rem}.approach-section,.about-section{padding-top:6rem;padding-bottom:6rem}.strength-grid,.about-columns{margin-top:4rem}.contact-section{min-height:70vh}.contact-section h2{margin-top:5rem;font-size:3.7rem}footer{padding-inline:1rem}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}
