:root{--paper: #f1ebdd;--ink: #161a16;--acid: #c8ff3d;--coral: #ff654b;--cyan: #42d9df;--display: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Narrow", sans-serif;--mono: "SFMono-Regular", "Roboto Mono", "Cascadia Code", "Liberation Mono", monospace;--gutter: clamp(1rem, 3vw, 3rem);--rule: 1px solid currentColor;color:var(--ink);background:var(--paper);font-family:var(--mono);font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:5rem;background:var(--paper)}body{min-width:320px;margin:0;overflow-x:hidden;background:var(--paper)}body,button,a{font-family:var(--mono)}a{color:inherit;text-decoration:none}a:focus-visible{outline:3px solid var(--coral);outline-offset:5px}::selection{color:var(--ink);background:var(--acid)}.studio-shell{width:100%;overflow:clip}html[data-reveal-ready=true] [data-reveal]{opacity:0;transform:translateY(2.5rem);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1)}html[data-reveal-ready=true] [data-reveal][data-revealed=true]{opacity:1;transform:translateY(0)}.skip-link{position:fixed;z-index:100;top:.75rem;left:.75rem;min-height:44px;padding:.75rem 1rem;color:var(--paper);background:var(--ink);transform:translateY(-160%);transition:transform .18s ease}.skip-link:focus{transform:translateY(0)}.studio-header{position:absolute;z-index:10;top:0;right:var(--gutter);left:var(--gutter);display:flex;align-items:center;justify-content:space-between;min-height:6rem;border-top:2px solid var(--ink);border-bottom:2px solid var(--ink);margin-top:2rem}.studio-header__brand{min-height:44px;display:inline-flex;align-items:center;font-family:var(--display);font-size:clamp(2rem,4vw,3.5rem);line-height:.8;letter-spacing:-.035em}.studio-header__nav{display:flex;align-items:center;gap:clamp(1.25rem,4vw,4rem)}.studio-header__nav a{position:relative;display:inline-flex;align-items:center;min-height:44px;font-size:clamp(.78rem,1.2vw,1rem);letter-spacing:.04em}.studio-header__nav a:after{position:absolute;right:0;bottom:.25rem;left:0;height:2px;content:"";background:currentColor;transform:scaleX(.3);transform-origin:left;transition:transform .18s ease}.studio-header__nav a:hover:after,.studio-header__nav a:focus-visible:after{transform:scaleX(1)}.chapter-index{margin:0;font-size:clamp(.72rem,1.25vw,1.05rem);letter-spacing:.06em;text-transform:uppercase}.studio-hero{position:relative;display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-template-rows:auto 1fr auto;min-height:100svh;padding:clamp(10rem,18vh,13rem) var(--gutter) clamp(2rem,5vh,4rem);border-bottom:2px solid var(--ink)}.studio-hero:before,.studio-hero:after{position:absolute;width:1.8rem;height:1.8rem;content:"";opacity:.6;background:linear-gradient(var(--ink),var(--ink)) center / 1px 100% no-repeat,linear-gradient(90deg,var(--ink),var(--ink)) center / 100% 1px no-repeat}.studio-hero:before{top:34%;right:31%}.studio-hero:after{right:7%;bottom:18%}.studio-hero__chapter{z-index:2;grid-column:10 / -1;justify-self:end;color:var(--ink)}.studio-hero__chapter:first-letter{color:var(--acid)}.studio-hero h1{z-index:2;grid-column:1 / 9;align-self:center;max-width:12ch;margin:clamp(2rem,8vh,6rem) 0 1rem;font-family:var(--display);font-size:clamp(5rem,14vw,13.5rem);font-weight:900;line-height:.78;letter-spacing:-.055em;text-wrap:balance}.studio-hero__copy{z-index:2;grid-column:1 / 6;align-self:end;max-width:42rem}.studio-hero__copy>p{max-width:44ch;margin:0 0 1.5rem;font-size:clamp(.9rem,1.45vw,1.15rem);line-height:1.55}.studio-hero__mark{position:absolute;right:clamp(3rem,8vw,8rem);bottom:clamp(3.5rem,10vh,8rem);width:clamp(12rem,27vw,26rem);aspect-ratio:.85}.registration-mark{position:relative;width:100%;height:100%}.registration-mark__glyph{position:absolute;inset:0;display:grid;place-items:center;color:var(--acid);font-family:var(--display);font-size:min(36vw,28rem);line-height:.7;transform:scaleX(.78)}.registration-mark__target{position:absolute;top:50%;left:50%;width:2.2rem;height:2.2rem;border:1px solid currentColor;border-radius:50%;transform:translate(-50%,-50%)}.registration-mark__target:before,.registration-mark__target:after{position:absolute;top:50%;left:50%;content:"";background:currentColor;transform:translate(-50%,-50%)}.registration-mark__target:before{width:3rem;height:1px}.registration-mark__target:after{width:1px;height:3rem}.registration-mark__corner{position:absolute;width:1.5rem;height:1.5rem;border-color:var(--ink);border-style:solid}.registration-mark__corner--tl{top:0;left:0;border-width:2px 0 0 2px}.registration-mark__corner--tr{top:0;right:0;border-width:2px 2px 0 0}.registration-mark__corner--bl{bottom:0;left:0;border-width:0 0 2px 2px}.registration-mark__corner--br{right:0;bottom:0;border-width:0 2px 2px 0}.text-action,.project-action{display:inline-flex;align-items:center;justify-content:space-between;min-height:44px;border-bottom:2px solid currentColor;color:inherit;transition:color .18s ease,border-color .18s ease}.text-action{gap:1.25rem;font-size:clamp(.92rem,1.4vw,1.15rem)}.text-action:hover,.text-action:focus-visible,.project-action:hover,.project-action:focus-visible{color:var(--coral)}.arrow-icon{width:1.8rem;height:1.8rem;overflow:visible;fill:none;stroke:currentColor;stroke-linecap:square;stroke-linejoin:miter;stroke-width:1.6;transition:transform .18s ease}.arrow-icon--down{transform:rotate(135deg)}.arrow-icon--up{transform:rotate(-45deg)}.text-action:hover .arrow-icon--down,.text-action:focus-visible .arrow-icon--down{transform:translateY(.25rem) rotate(135deg)}.text-action:hover .arrow-icon--up,.text-action:focus-visible .arrow-icon--up{transform:translateY(-.25rem) rotate(-45deg)}.selected-work__heading{display:flex;align-items:center;gap:2rem;min-height:clamp(9rem,18vw,16rem);padding:1.5rem var(--gutter);color:var(--ink);background:var(--paper)}.selected-work__heading h2{flex:none;margin:0;font-family:var(--display);font-size:clamp(4rem,9vw,8rem);line-height:.8;letter-spacing:-.04em}.selected-work__heading span{flex:1;height:1px;background:currentColor}.project-chapter{position:relative;display:grid;grid-template-columns:minmax(18rem,.75fr) minmax(24rem,1.25fr);grid-template-rows:auto auto 1fr;gap:clamp(1.5rem,3vw,3rem);min-height:100svh;padding:2rem var(--gutter) clamp(3rem,7vw,7rem)}.project-chapter--network{color:var(--paper);background:var(--ink)}.project-chapter--editorial{color:var(--ink);background:var(--paper)}.project-chapter__chapter{grid-column:2;justify-self:end}.project-chapter--network .project-chapter__chapter:first-letter,.project-chapter--network .project-facts__accent{color:var(--acid)}.project-chapter--editorial .project-chapter__chapter:first-letter,.project-chapter--editorial .project-facts__accent{color:#75a700}.project-chapter__title-row{display:grid;grid-column:1 / -1;grid-template-columns:auto 1fr;align-items:start;gap:clamp(1rem,3vw,3rem);border-top:var(--rule);padding-top:1.5rem}.project-chapter__number,.project-chapter h3{font-family:var(--display);font-weight:900;line-height:.72;letter-spacing:-.045em;text-transform:uppercase}.project-chapter__number{color:var(--acid);font-size:clamp(5.5rem,14vw,13rem)}.project-chapter h3{margin:0;font-size:clamp(5rem,12.4vw,12rem)}.project-chapter--editorial h3{max-width:7ch}.project-chapter--editorial .project-chapter__number{color:var(--ink)}.project-chapter__details{display:flex;flex-direction:column;grid-column:1;min-width:0;border-right:var(--rule);padding-right:clamp(1rem,2vw,2rem)}.project-facts{margin:0}.project-facts>div{display:grid;grid-template-columns:minmax(6.5rem,.4fr) 1fr;gap:1rem;border-bottom:1px solid color-mix(in srgb,currentColor 55%,transparent);padding:1.2rem 0}.project-facts dt{font-size:.72rem;letter-spacing:.08em;text-transform:uppercase}.project-facts dd{min-width:0;margin:0;font-size:clamp(.82rem,1.25vw,1rem);line-height:1.55;overflow-wrap:anywhere}.project-action{gap:1.5rem;margin-top:auto;padding:1.5rem 0 .5rem;color:var(--coral);font-family:var(--display);font-size:clamp(2.6rem,5vw,4.5rem);line-height:.8}.project-action:hover .arrow-icon,.project-action:focus-visible .arrow-icon{transform:translate(.2rem,-.2rem)}.project-action .arrow-icon{width:clamp(2.8rem,5vw,5rem);height:clamp(2.8rem,5vw,5rem)}.project-chapter__visual{grid-column:2;min-height:28rem}.network-visual{position:relative;width:100%;min-height:100%;overflow:hidden;border:1px solid color-mix(in srgb,var(--acid) 38%,transparent);background:linear-gradient(90deg,color-mix(in srgb,var(--cyan) 7%,transparent) 1px,transparent 1px) 0 0 / 3rem 3rem,linear-gradient(color-mix(in srgb,var(--acid) 7%,transparent) 1px,transparent 1px) 0 0 / 3rem 3rem;isolation:isolate}.network-visual__plane{position:absolute;top:50%;left:50%;width:70%;height:38%;border:1px solid var(--acid);transform:translate(-50%,-50%) skewY(-17deg) rotate(-8deg)}.network-visual__plane--one{transform:translate(-58%,-85%) skewY(-17deg) rotate(-8deg)}.network-visual__plane--two{border-color:var(--cyan);transform:translate(-42%,-58%) skewY(-17deg) rotate(-8deg)}.network-visual__plane--three{transform:translate(-55%,-25%) skewY(-17deg) rotate(-8deg)}.network-visual__plane--four{border-color:var(--cyan);transform:translate(-38%,6%) skewY(-17deg) rotate(-8deg)}.network-visual__axis{position:absolute;top:50%;left:50%;background:var(--cyan);opacity:.65}.network-visual__axis--horizontal{width:86%;height:1px;transform:translate(-50%,-50%) rotate(-17deg)}.network-visual__axis--vertical{width:1px;height:86%;transform:translate(-50%,-50%) rotate(12deg)}.network-visual__monogram{position:absolute;z-index:2;top:50%;left:50%;color:transparent;font-family:var(--display);font-size:clamp(12rem,28vw,27rem);line-height:.7;-webkit-text-stroke:clamp(2px,.35vw,5px) var(--acid);transform:translate(-50%,-50%) scaleX(.72);filter:drop-shadow(1rem 1rem 0 color-mix(in srgb,var(--cyan) 26%,transparent))}.network-visual__node{position:absolute;z-index:3;width:.65rem;aspect-ratio:1;border:1px solid var(--ink);background:var(--acid)}.network-visual__node:nth-of-type(odd){background:var(--cyan)}.network-visual__node--1{top:12%;left:18%}.network-visual__node--2{top:20%;left:68%}.network-visual__node--3{top:32%;left:38%}.network-visual__node--4{top:37%;left:87%}.network-visual__node--5{top:52%;left:12%}.network-visual__node--6{top:58%;left:58%}.network-visual__node--7{top:67%;left:82%}.network-visual__node--8{top:75%;left:30%}.network-visual__node--9{top:84%;left:64%}.network-visual__node--10{top:45%;left:48%}.network-visual__node--11{top:9%;left:48%}.network-visual__node--12{top:88%;left:90%}.editorial-visual{position:relative;min-height:100%;perspective:70rem}.editorial-sheet{position:absolute;width:64%;aspect-ratio:.75;border:1px solid var(--ink);padding:clamp(1rem,2.5vw,2.4rem);box-shadow:1rem 1rem color-mix(in srgb,var(--ink) 10%,transparent)}.editorial-sheet--dark{top:8%;left:2%;color:var(--paper);background:var(--ink);transform:rotate(-7deg)}.editorial-sheet--paper{right:2%;bottom:0;color:var(--ink);background:var(--paper);transform:rotate(4deg)}.editorial-sheet__wordmark{position:relative;z-index:2;display:block;font-size:clamp(.58rem,.9vw,.82rem);font-weight:700;letter-spacing:.18em}.editorial-sheet__letter{position:absolute;top:20%;left:12%;font-family:var(--display);font-size:clamp(11rem,24vw,23rem);line-height:.72}.editorial-sheet__letter--k{color:transparent;-webkit-text-stroke:2px var(--paper)}.editorial-sheet__letter--p{color:var(--ink);transform:scaleX(.78);transform-origin:left}.editorial-sheet__lines{position:absolute;right:9%;bottom:10%;left:9%;display:grid;gap:clamp(.45rem,1vw,.9rem)}.editorial-sheet__lines span{width:100%;height:1px;background:currentColor}.approach-section{min-height:90svh;padding:2rem var(--gutter) clamp(4rem,8vw,8rem);color:var(--paper);background:var(--ink)}.approach-section__topline{display:flex;align-items:flex-start;justify-content:space-between;min-height:6rem;border-bottom:2px solid var(--coral)}.approach-section__topline .registration-mark{width:6rem;height:4.4rem}.approach-section__topline .registration-mark__glyph{font-size:4.5rem}.approach-section__topline .registration-mark__corner{width:.7rem;height:.7rem;border-color:var(--acid)}.approach-section__topline .registration-mark__target{width:1.2rem;height:1.2rem}.approach-section__topline .registration-mark__target:before{width:1.8rem}.approach-section__topline .registration-mark__target:after{height:1.8rem}.approach-section__intro{display:grid;grid-template-columns:2fr minmax(18rem,.8fr);gap:clamp(2rem,6vw,6rem);align-items:end;padding:clamp(2.5rem,6vw,6rem) 0}.approach-section__intro h2{max-width:11ch;margin:0;font-family:var(--display);font-size:clamp(4.8rem,11vw,11rem);line-height:.78;letter-spacing:-.045em}.approach-section__intro>p{max-width:34ch;margin:0 0 .5rem;font-size:clamp(.9rem,1.45vw,1.2rem);line-height:1.6}.principles{display:grid;grid-template-columns:repeat(3,1fr);margin:0;padding:0;list-style:none}.principles li{display:grid;grid-template-columns:auto 1fr;gap:1rem;border-right:1px solid var(--coral);padding:1.25rem clamp(1rem,2vw,2rem)}.principles li:first-child{padding-left:0}.principles li:last-child{border-right:0;padding-right:0}.principles__number{color:var(--paper);font-family:var(--display);font-size:clamp(3.2rem,6vw,6rem);line-height:.8}.principles h3{border-bottom:2px solid var(--coral);margin:0;padding-bottom:.5rem;color:var(--acid);font-family:var(--display);font-size:clamp(3rem,6.5vw,6.5rem);line-height:.75}.principles p{margin:.8rem 0 0;font-size:clamp(.75rem,1.2vw,1rem);line-height:1.5}.studio-footer{padding:clamp(2rem,4vw,4rem) var(--gutter) 1.5rem;color:var(--ink);background:var(--paper)}.studio-footer__primary{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(14rem,.7fr) minmax(12rem,.6fr);align-items:center;gap:clamp(1.5rem,4vw,4rem)}.studio-footer__primary>strong{font-family:var(--display);font-size:clamp(5.5rem,13vw,12rem);line-height:.7;letter-spacing:-.04em}.studio-footer__primary>p{border-left:1px solid currentColor;margin:0;padding:1rem 0 1rem clamp(1rem,3vw,3rem);font-size:clamp(.88rem,1.5vw,1.2rem);line-height:1.45}.studio-footer .text-action{justify-self:end}.studio-footer__secondary{display:flex;align-items:flex-end;justify-content:space-between;border-top:2px solid currentColor;margin-top:clamp(2rem,5vw,5rem);padding-top:1rem}.studio-footer__secondary>span{color:#5e8600;font-family:var(--display);font-size:1.4rem}.studio-footer__secondary small{font-size:.72rem;letter-spacing:.05em}@media(max-width:900px){.studio-header{min-height:5rem;margin-top:1rem}.studio-hero{grid-template-rows:auto auto 1fr;min-height:100svh;padding-top:8rem}.studio-hero__chapter{grid-column:8 / -1}.studio-hero h1{grid-column:1 / -1;align-self:start;max-width:9ch;margin-top:10vh}.studio-hero__copy{grid-column:1 / 8}.studio-hero__mark{right:-1rem;bottom:1.5rem;width:34vw}.registration-mark__target,.registration-mark__corner{display:none}.project-chapter{grid-template-columns:1fr;grid-template-rows:auto auto auto auto}.project-chapter__chapter,.project-chapter__details,.project-chapter__visual{grid-column:1}.project-chapter__title-row{grid-template-columns:.3fr 1fr}.project-chapter__details{border-right:0;padding-right:0}.project-action{width:min(100%,28rem);margin-top:2rem}.project-chapter__visual{min-height:34rem}.approach-section__intro,.principles{grid-template-columns:1fr}.principles li,.principles li:first-child,.principles li:last-child{border-right:0;border-bottom:1px solid var(--coral);padding:1.5rem 0}.studio-footer__primary{grid-template-columns:1fr 1fr}.studio-footer__primary>strong{grid-column:1 / -1}}@media(max-width:600px){.studio-header__brand{font-size:2.1rem}.studio-header__nav{gap:.9rem}.studio-header__nav a{font-size:.66rem}.studio-hero{min-height:52rem}.studio-hero__chapter{grid-column:6 / -1}.studio-hero h1{margin-top:7rem;font-size:clamp(4.4rem,24vw,7.5rem)}.studio-hero__copy{grid-column:1 / -1;padding-right:20vw}.studio-hero__mark{right:-3.5rem;bottom:2.5rem;width:11rem}.registration-mark__glyph{font-size:11rem}.selected-work__heading{align-items:flex-end;min-height:11rem}.selected-work__heading h2{max-width:5ch}.project-chapter{min-height:auto;gap:1.5rem;padding-top:1.5rem}.project-chapter__chapter{justify-self:start}.project-chapter__title-row{grid-template-columns:1fr}.project-chapter__number{font-size:5.5rem}.project-chapter h3{font-size:clamp(4.3rem,22vw,6rem);line-height:.78}.project-facts>div{grid-template-columns:5.5rem 1fr}.project-action{font-size:2.8rem}.project-chapter__visual{min-height:24rem}.network-visual__monogram{font-size:15rem}.editorial-sheet{width:72%}.editorial-sheet__letter{font-size:12rem}.approach-section__topline .registration-mark{width:4.5rem}.approach-section__intro h2{font-size:clamp(4.2rem,22vw,6.5rem)}.principles li{grid-template-columns:3rem 1fr}.principles__number{font-size:3.5rem}.principles h3{font-size:clamp(3.5rem,17vw,5rem)}.studio-footer__primary{grid-template-columns:1fr}.studio-footer__primary>p{border-top:1px solid currentColor;border-left:0;padding:1.25rem 0 0}.studio-footer .text-action{justify-self:start}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}[data-reveal]{opacity:1!important;transform:none!important}}
