@font-face{font-family:Manrope;src:url('/assets/manrope-regular.ttf') format('truetype');font-weight:400 500;font-display:swap}
@font-face{font-family:Manrope;src:url('/assets/manrope-bold.ttf') format('truetype');font-weight:600 800;font-display:swap}
:root{--ink:#222421;--paper:#f3f2ec;--muted:#72766c;--accent:#ffb28d;--orange:#eb784a;--line:#d4d5cc;--gutter:clamp(24px,4.6vw,88px);--ease:cubic-bezier(.2,.7,.2,1);color-scheme:light;font-family:Manrope,Arial,sans-serif;color:var(--ink);background:var(--paper);font-synthesis:none}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:105px}body{margin:0}body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:default}img{display:block;max-width:100%;height:auto}h1,h2,h3,p{margin:0}h1,h2,h3{font-weight:500;line-height:1.08;letter-spacing:-.055em}p{line-height:1.7}a,button{touch-action:manipulation}button{color:inherit}::selection{background:var(--accent);color:var(--ink)}:focus-visible{outline:3px solid var(--orange);outline-offset:6px}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline-offset:4px}[hidden]{display:none!important}.skip-link{position:fixed;left:20px;top:12px;z-index:1000;background:var(--accent);color:var(--ink);padding:12px 20px;transform:translateY(-200%)}.skip-link:focus{transform:translateY(0)}.section-pad{padding:120px var(--gutter)}.eyebrow{display:block;font-size:10px;line-height:1.6;letter-spacing:.1em;font-weight:700}.muted{color:var(--muted)}.asterisk{width:66px;height:66px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:34px;border:1px solid transparent;padding:19px 25px;border-radius:100px;min-height:58px;font-size:13px;font-weight:700;line-height:1.3;transition:background .25s,color .25s,transform .25s var(--ease)}.button span{font-size:22px;font-weight:400;line-height:1}.button:hover{transform:translateY(-3px)}.button-light{background:var(--paper);color:var(--ink)}.button-light:hover{background:var(--accent)}.button-dark{background:var(--ink);color:var(--paper)}.button-dark:hover{background:#41463c}.text-link{display:inline-flex;align-items:center;gap:28px;font-size:13px;font-weight:700;padding:12px 0;border:0;border-bottom:1px solid currentColor;background:none}.text-link span{font-size:22px;transition:transform .25s}.text-link:hover span{transform:translate(3px,-3px)}
/* Quiet navigation keeps the work in the foreground. */
.site-header{position:absolute;z-index:20;inset:0 0 auto;display:flex;align-items:center;justify-content:space-between;padding:29px var(--gutter);color:var(--paper)}.wordmark{font-size:37px;line-height:1;font-weight:800;letter-spacing:-.085em}.wordmark span{color:var(--accent)}#navigation{display:flex;align-items:center;gap:35px;font-size:11px}#navigation>a:not(.nav-cta){padding:12px 0;position:relative}#navigation>a:not(.nav-cta)::after{content:'';position:absolute;bottom:5px;left:0;width:100%;height:1px;background:currentColor;transform:scaleX(0);transform-origin:left;transition:transform .25s}#navigation>a:hover::after{transform:scaleX(1)}.nav-cta{border:1px solid #666a60;border-radius:40px;padding:12px 18px;display:flex;align-items:center;gap:30px}.nav-cta:hover{background:var(--paper);color:var(--ink)}.nav-cta span{font-size:18px}.menu-toggle{display:none}.light-header .site-header{color:var(--ink)}.light-header .wordmark span{color:var(--orange)}
/* Hero: a bespoke, code-native line sculpture. */
.hero{background:var(--ink);color:var(--paper);position:relative;min-height:880px;height:100svh;max-height:1300px;isolation:isolate;overflow:hidden;display:flex;flex-direction:column;justify-content:center;padding:140px var(--gutter) 115px}.hero-art{position:absolute;inset:3% -10% 0 31%;z-index:-1;opacity:.95}.hero-art canvas{position:relative;width:100%;height:100%;z-index:1}.art-glow{position:absolute;inset:0;background:radial-gradient(ellipse at 60% 52%,#b8703820,transparent 60%)}.hero-content{padding-top:5px;position:relative}.hero-content>.eyebrow{margin-bottom:34px;color:#c7c8be;font-size:10px}.hero h1{font-size:clamp(62px,7.35vw,125px);line-height:1.035;letter-spacing:-.066em;max-width:970px;font-weight:400;text-shadow:0 1px 24px #22242130}.hero h1>span{color:var(--accent)}.hero-bottom{margin-top:38px;display:flex;align-items:center;gap:58px}.hero-bottom p{font-size:13px;color:#d0d1c8}.hero-bottom .button{padding:18px 22px;font-size:11px;min-height:53px}.hero-meta{position:absolute;inset:auto var(--gutter) 29px;display:flex;justify-content:space-between;align-items:end;border-top:1px solid #666a6059;padding-top:22px;font-size:9px;line-height:1.65;letter-spacing:.07em;color:#bdc0b4}.hero-meta button{margin-left:auto;margin-right:65px;border:0;background:none;color:#c5c7bd;font-size:10px;display:flex;gap:9px;align-items:center;min-height:44px;padding:8px}.motion-icon{font-size:15px}.scroll-link{display:flex;align-items:center;gap:24px;min-height:44px}.scroll-link span{font-size:22px;color:var(--paper)}
.intro{display:grid;grid-template-columns:1fr 2fr;gap:30px;padding-top:135px;padding-bottom:140px}.intro .asterisk{margin-top:54px;color:var(--orange)}.intro h2{font-size:clamp(35px,4.05vw,66px)}.intro-detail{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-top:40px;max-width:710px;font-size:13px}.intro-detail p{color:#62675c}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:52px;gap:40px}.section-heading .eyebrow{margin-bottom:28px}.section-heading h2{font-size:clamp(36px,4.8vw,76px)}.section-heading>p{font-size:12px;color:#62675c;max-width:310px;padding-bottom:6px}.work{padding-top:0;padding-bottom:100px}.italic-word{color:var(--muted)}.project{display:block}.project-info{display:flex;align-items:center;gap:20px;padding-top:24px}.project-info h3{font-size:25px;letter-spacing:-.04em;margin-bottom:7px}.project-info p{font-size:11px;color:#62675c;line-height:1.5}.project-type{margin-left:auto;font-size:9px;letter-spacing:.06em}.project-arrow{display:flex;align-items:center;justify-content:center;width:40px;height:40px;flex:0 0 40px;font-size:26px;border:1px solid #c6c9bd;border-radius:50%;margin-left:auto;transition:background .3s,transform .3s}.project:hover .project-arrow,.social-project:hover .project-arrow{transform:rotate(45deg);background:var(--accent);border-color:var(--accent)}.project-featured .project-arrow{margin-left:14px}.project-pair{display:grid;grid-template-columns:1fr 1fr;gap:5vw;margin-top:65px}.project-offset{margin-top:145px}.attribution{max-width:630px;margin-top:60px;font-size:10px;color:#72766c;line-height:1.7}.labamu-art{height:580px;position:relative;overflow:hidden;background:#d9e7e7;color:#1e525c;display:flex;padding:54px 55px}.labamu-art::after{content:'';position:absolute;inset:-65% -25% -95% 43%;border:1px solid #a9c9c9;border-radius:50%;transform:rotate(25deg);pointer-events:none}.labamu-art-copy{width:55%;z-index:1}.labamu-art .art-label{font-size:34px;letter-spacing:-.065em;font-weight:700;display:flex;gap:6px}.labamu-art .art-label span{font-weight:400}.labamu-art p{font-size:clamp(35px,4.7vw,76px);line-height:1.06;letter-spacing:-.065em;margin-top:70px}.platform-list{position:absolute;bottom:50px;font-size:10px}.labamu-art img{height:115%;width:auto;position:absolute;right:5%;bottom:-19%;object-fit:contain;transform:rotate(-8deg);transition:transform .8s var(--ease);z-index:2}.project:hover .labamu-art img{transform:rotate(-4deg) translateY(-8px)}.harves-art{height:510px;position:relative;overflow:hidden;background:#c8cf9f;padding:32px;color:#30492f}.art-label{font-size:12px;letter-spacing:.02em;font-weight:700}.harves-art>.art-label{font-size:24px;letter-spacing:-.05em}.plus{color:#526a28}.ponds{position:absolute;width:90%;height:73%;right:-6%;top:8%;display:grid;grid-template-columns:repeat(3,1fr);gap:13px;transform:perspective(600px) rotateX(48deg) rotateZ(-24deg);transition:transform .8s var(--ease)}.ponds i{border-radius:46%;background:repeating-radial-gradient(ellipse at center,#749180 0px,#749180 7px,#819d82 8px,#92aa86 9px,#819d82 11px);border:7px solid #bac693;box-shadow:3px 10px 0 #7e8f62,8px 20px 24px #5f754135}.project:hover .ponds{transform:perspective(600px) rotateX(44deg) rotateZ(-18deg) translateY(-6px)}.harves-caption{position:absolute;left:32px;bottom:62px;font-size:40px;letter-spacing:-.05em;line-height:1.1;max-width:320px}.art-bottom{position:absolute;left:32px;bottom:28px;font-size:8px;letter-spacing:.075em}.research-art{height:420px;background:#333947;color:#e7e8df;position:relative;overflow:hidden;padding:30px}.research-art>.art-label{font-size:10px;font-weight:400;letter-spacing:.1em}.orbit{position:absolute;border:1px solid #8c98bd70;border-radius:50%;width:290px;height:290px;left:50%;top:48%;transform:translate(-50%,-50%) rotate(-35deg) scaleX(.66)}.orbit-two{transform:translate(-50%,-50%) rotate(30deg) scaleX(.66)}.orbit-three{transform:translate(-50%,-50%) rotate(90deg) scaleX(.66)}.research-core{position:absolute;inset:29% 0 auto;text-align:center;font-size:112px;font-weight:400;letter-spacing:-.12em;color:#c5c8e5}.research-core span{color:#8c93b8}.research-time{position:absolute;right:30px;bottom:28px;font-size:9px;letter-spacing:.05em}.research-time span{padding:0 10px;color:#a2aaca}.research-art .art-bottom{font-size:8px;letter-spacing:0}.project:hover .research-core{color:#fff}.difapedia-art{background:#eee2a4;padding:70px 10%}.difapedia-art img{box-shadow:0 20px 50px #5e4b2420}
.services{background:var(--ink);color:var(--paper)}.services .section-heading{margin-bottom:66px}.services .section-heading h2 span{color:var(--accent)}.services .section-heading>p{color:#b4b8ad}.service-list details{border-top:1px solid #51554c}.service-list details:last-child{border-bottom:1px solid #51554c}.service-list summary{list-style:none;display:grid;grid-template-columns:12% 1fr 60px;align-items:start;gap:20px;padding:34px 0;cursor:pointer}.service-list summary::-webkit-details-marker{display:none}.service-number{font-size:12px;color:#b4b8ad;padding-top:9px}.service-list h3{font-size:clamp(30px,3.6vw,57px)}.detail-toggle{display:flex;align-items:center;justify-content:center;border:1px solid #777d6d;border-radius:50%;width:44px;height:44px;justify-self:end;position:relative}.detail-toggle::before,.detail-toggle::after{content:'';position:absolute;background:var(--paper);width:13px;height:1px}.detail-toggle::after{transform:rotate(90deg);transition:transform .25s}.service-list details[open] .detail-toggle::after{transform:rotate(0)}.service-list details[open] .detail-toggle{background:var(--accent);border-color:var(--accent)}.service-list details[open] .detail-toggle::before,.service-list details[open] .detail-toggle::after{background:var(--ink)}.service-detail{padding:0 9% 36px 13.5%;display:flex;align-items:start;gap:60px}.service-detail p{max-width:550px;color:#bec1b6;font-size:13px}.service-detail>span{font-size:8px;line-height:2;letter-spacing:.08em;max-width:195px;padding-top:5px;color:var(--accent)}.services-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:44px;gap:24px}.services-bottom>span{font-size:12px;color:#b4b8ad}.process .section-heading{margin-bottom:62px}.process-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:65px}.process-steps>div{border-top:1px solid var(--line);padding-top:22px}.process-steps span{font-size:10px;letter-spacing:.05em;color:#62675c}.process-steps h3{font-size:30px;margin:32px 0 20px}.process-steps p{font-size:12px;color:#62675c;max-width:310px}
.social{background:var(--accent);padding-top:65px;padding-bottom:35px}.social-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:45px}.social-heading .asterisk{width:54px;height:54px}.social-layout{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.social-copy h2{font-size:clamp(44px,5.6vw,89px);line-height:1.02;letter-spacing:-.06em}.social-copy>p{max-width:420px;font-size:13px;margin:30px 0}.social-copy .button{font-size:11px}.social-note{display:block;font-size:10px;line-height:1.6;margin-top:20px;color:#634838}.social-project{padding-top:60px}.social-image{background:#dd9775;padding:60px 30px 90px;position:relative}.social-image img{box-shadow:0 12px 30px #633f2624;transform:rotate(-5deg);transition:transform .7s var(--ease)}.social-project:hover img{transform:rotate(-2deg) translateY(-4px)}.social-project-badge{position:absolute;bottom:28px;right:30px;font-size:8px;letter-spacing:.08em;color:#342b24}.social-project .project-info h3{font-size:24px}.social-project .project-info p{color:#634838}.social-project .project-arrow{border-color:#a9785a}.social-possibilities{display:flex;justify-content:space-between;gap:20px;margin-top:65px;border-top:1px solid #b37a5750;padding-top:26px;font-size:8px;letter-spacing:.06em}.social-possibilities span::before{content:'↗';margin-right:12px;font-size:14px}
.journal{padding-bottom:100px}.journal-story{display:grid;grid-template-columns:1fr 1fr;gap:7vw;align-items:center}.journal-visual{position:relative;height:460px;background:#262923;overflow:hidden;padding:30px;color:#c7cabd}.journal-visual>span{font-size:9px;line-height:1.8;letter-spacing:.08em}.moon{position:absolute;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle at 25% 40%,#edf0da,#a6af8b 70%);box-shadow:0 0 45px #abb49c18;left:50%;top:49%;transform:translate(-50%,-50%)}.moon::after{content:'';position:absolute;width:100%;height:100%;background:#262923;border-radius:50%;left:30%;top:-12%}.journal-times{position:absolute;bottom:30px;left:30px;right:30px;display:flex;gap:20px;align-items:center;font-size:10px}.journal-times i{height:1px;background:#656e52;flex:1}.journal-copy>.eyebrow{color:#72766c;margin-bottom:30px}.journal-copy h3{font-size:clamp(32px,3.85vw,60px)}.journal-copy p{font-size:12px;max-width:420px;margin:24px 0 15px;color:#62675c}.journal-story:hover .text-link span{transform:translate(3px,-3px)}.journal-story:hover .moon{box-shadow:0 0 80px #abb49c35}.founder{display:grid;grid-template-columns:1fr 1.6fr;gap:10vw;border-top:1px solid var(--line);padding-top:85px}.founder-person img{border-radius:50%;width:138px;height:138px;object-fit:cover;filter:grayscale(1);margin-bottom:28px}.founder-person span{font-size:9px;letter-spacing:.08em;color:#62675c}.founder-person h3{font-size:23px;margin:12px 0}.founder-person p{font-size:11px;color:#62675c}.founder-story h2{font-size:clamp(32px,3.65vw,57px);margin-bottom:30px}.founder-story p{font-size:13px;color:#62675c;margin-bottom:18px;max-width:540px}.founder-story .text-link{margin-top:12px}
.site-footer{background:var(--ink);color:var(--paper);padding:75px var(--gutter) 28px}.footer-top>.eyebrow{color:#b5bbab;margin-bottom:32px}.footer-cta{font-size:clamp(48px,8.2vw,135px);letter-spacing:-.065em;line-height:1.06;display:block;position:relative;padding-right:17%;transition:color .3s}.footer-cta:hover{color:var(--accent)}.circle-arrow{position:absolute;right:0;top:20%;width:clamp(65px,10vw,155px);height:clamp(65px,10vw,155px);border:1px solid #8b9180;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:clamp(40px,6vw,90px);font-weight:400;transition:transform .3s,background .3s,color .3s}.footer-cta:hover .circle-arrow{transform:rotate(45deg);background:var(--accent);color:var(--ink);border-color:var(--accent)}.footer-contact{display:flex;justify-content:space-between;align-items:end;margin:45px 0 75px;gap:30px}.footer-contact>a{font-size:16px;border-bottom:1px solid #9ca38f;padding-bottom:6px}.footer-contact>span{font-size:10px;line-height:1.7;color:#b5bbab;max-width:270px}.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:30px;padding-top:27px;border-top:1px solid #51554c}.footer-bottom>.wordmark{font-size:30px}.footer-bottom>span{font-size:9px;color:#b5bbab}.footer-bottom>div{display:flex;gap:24px;font-size:10px}.footer-bottom a:not(.wordmark):hover{color:var(--accent)}
/* Story pages share a restrained, readable editorial system. */
.back-link{display:inline-block;font-size:11px;margin-bottom:50px;padding:10px 0;color:#62675c}.back-link:hover{color:var(--orange)}.case-hero{padding-top:140px;padding-bottom:60px}.case-hero>.eyebrow{margin-bottom:28px}.case-hero h1{font-size:clamp(45px,6.8vw,104px);max-width:1200px}.case-name{display:flex;justify-content:space-between;font-size:17px;margin-top:40px;padding-top:22px;border-top:1px solid var(--line)}.case-name>span{font-size:25px}.case-visual{padding:0 var(--gutter)}.case-visual .labamu-art{height:650px}.case-visual .harves-art,.case-visual .research-art{height:600px}.case-visual .harves-art .ponds{width:55%;right:5%;height:80%}.case-visual .harves-caption{font-size:65px;max-width:500px;left:50px;bottom:110px}.case-visual .harves-art>.art-label{font-size:35px;margin-left:18px}.case-visual .orbit{width:470px;height:470px}.case-visual .research-core{font-size:175px;top:24%}.case-body{display:grid;grid-template-columns:1fr 2fr;gap:80px;max-width:1500px;margin:auto;padding-top:80px}.case-body dl{margin:0}.case-body dt{font-size:9px;letter-spacing:.08em;color:#72766c;margin-bottom:10px}.case-body dd{margin:0 0 30px;font-size:13px;max-width:230px;line-height:1.6}.case-intro{font-size:27px;line-height:1.45;letter-spacing:-.035em;margin-bottom:55px}.case-section{margin-bottom:36px}.case-section h2{font-size:25px;margin-bottom:17px}.case-section p{font-size:14px;color:#62675c}.case-note{font-size:11px;color:#72766c;border-top:1px solid var(--line);padding-top:24px;margin:45px 0 28px}.next-case{display:block;background:#e5e6dd;padding-top:55px;padding-bottom:55px}.next-case>span:last-child{display:flex;justify-content:space-between;font-size:clamp(32px,5vw,70px);letter-spacing:-.055em;margin-top:25px;gap:20px}.next-case:hover{background:#d9ddd0}.article-hero{padding-top:145px;padding-bottom:65px;max-width:1400px;margin:auto}.article-hero h1{font-size:clamp(45px,7vw,104px);margin-top:24px}.article-byline{display:flex;gap:14px;align-items:center;font-size:11px;line-height:1.7;margin-top:35px}.article-byline img{border-radius:50%}.article-body{max-width:730px;padding:0 24px 110px;margin:auto}.article-body>p{font-size:16px;color:#51594b;margin-bottom:25px;line-height:1.85}.article-body>.article-lead{font-size:25px;color:var(--ink);line-height:1.6;letter-spacing:-.025em}.article-body h2{font-size:37px;margin:55px 0 25px}.article-schedule{border-top:1px solid var(--line)}.article-schedule>div{display:grid;grid-template-columns:120px 1fr;gap:24px;padding:27px 0;border-bottom:1px solid var(--line)}.article-schedule time{font-size:11px;padding-top:6px;color:#68735e}.article-schedule h3{font-size:22px;margin-bottom:10px;letter-spacing:-.035em}.article-schedule p{font-size:13px;color:#62675c}.article-body blockquote{margin:45px 0;padding:10px 0 10px 28px;border-left:3px solid var(--orange);font-size:32px;letter-spacing:-.04em;line-height:1.35}.article-note{padding:25px 28px;background:#e5e6dd;margin:40px 0;font-size:13px}.article-note p{margin-top:12px}.article-end{border-top:1px solid var(--line);margin-top:55px;padding-top:40px}.article-end .asterisk{width:36px;height:36px;color:var(--orange);margin-bottom:20px}.article-end>p{font-size:23px;letter-spacing:-.025em;line-height:1.45}.article-end .text-link{margin-top:15px}
.contact-page{padding-top:180px;display:grid;grid-template-columns:1fr 1fr;gap:10vw;min-height:90vh}.contact-intro h1{font-size:clamp(44px,5.1vw,80px);margin:30px 0}.contact-intro>p{font-size:14px;max-width:390px;color:#62675c}.contact-direct{margin-top:50px}.contact-direct h2{font-size:24px;margin-bottom:20px;letter-spacing:-.035em}.contact-direct p{font-size:13px;color:#62675c;max-width:390px;margin-bottom:18px}.contact-direct p.small-text{font-size:11px}.contact-direct>a{display:block;font-size:12px;padding:9px 0}.contact-direct>a:hover{color:#a34325}.contact-form-wrap{padding-top:8px}.form-field{margin-bottom:30px}.form-field label{display:block;font-size:12px;font-weight:700;margin-bottom:10px}.form-field label span{color:#72766c;font-weight:400;font-size:10px}.form-field input,.form-field textarea,.form-field select{display:block;border:0;border-bottom:1px solid #afb5a6;border-radius:0;background:transparent;width:100%;min-width:0;padding:13px 0;font-size:14px;color:var(--ink);line-height:1.6;min-height:48px}.form-field textarea{resize:vertical;min-height:120px}.form-field input::placeholder,.form-field textarea::placeholder{color:#747a6c;opacity:1}.form-field input:focus,.form-field textarea:focus,.form-field select:focus{border-bottom-color:var(--ink)}.form-note{font-size:10px;line-height:1.7;color:#72766c;max-width:410px;margin-top:19px}form>.button{width:100%;margin-top:5px}#draft-panel>h2{font-size:37px;margin:20px 0}#draft-panel>p{font-size:13px;color:#62675c}#draft-message{white-space:pre-wrap;overflow-wrap:anywhere;font:13px/1.8 Manrope,Arial,sans-serif;background:#e5e6dd;padding:25px;margin:25px 0;max-height:480px;overflow:auto}.edit-draft{display:flex;margin-top:18px}.social-contact{background:#ffdfc9}.social-contact .contact-intro>p,.social-contact .contact-direct p{color:#6e5745}.social-contact .form-field input,.social-contact .form-field textarea,.social-contact .form-field select{border-color:#bfa78f}.social-contact .form-field input::placeholder,.social-contact .form-field textarea::placeholder{color:#806e5c}.social-contact .form-note{color:#6e5745}.collaboration-example{background:var(--accent);display:grid;grid-template-columns:1fr 1.3fr;gap:9vw;align-items:center;padding-top:70px;padding-bottom:70px}.collaboration-example h2{font-size:48px;margin:24px 0}.collaboration-example p{font-size:13px;margin-bottom:15px}.collaboration-example img{box-shadow:0 15px 40px #674f2220}.not-found{padding-top:220px;padding-bottom:150px}.not-found h1{font-size:clamp(44px,7vw,100px);margin:30px 0}.not-found p{margin-bottom:30px;font-size:14px}
@media(min-width:1800px){.section-pad{padding-left:max(var(--gutter),calc((100vw - 1600px)/2));padding-right:max(var(--gutter),calc((100vw - 1600px)/2))}.hero-art{right:0;left:42%}.hero-content{max-width:1650px;width:100%;margin:auto}.hero h1{font-size:130px}}
@media(max-width:1050px){#navigation{gap:22px}.hero{min-height:790px}.hero h1{font-size:8.25vw}.hero-art{left:22%;right:-28%}.hero-bottom{gap:25px}.hero-bottom p{font-size:12px}.section-pad{padding-top:90px;padding-bottom:90px}.intro{grid-template-columns:1fr 2.3fr}.intro-detail{gap:25px}.work{padding-top:0}.labamu-art{height:490px;padding:40px}.labamu-art img{right:-1%}.harves-art{height:410px}.harves-caption{font-size:34px}.research-art{height:360px}.research-art .art-bottom{max-width:140px;line-height:1.6}.project-offset{margin-top:90px}.project-pair{gap:35px}.project-info h3{font-size:22px}.service-detail{gap:35px}.process-steps{gap:35px}.process-steps h3{font-size:26px}.social-layout{gap:35px}.social-image{padding:50px 20px 80px}.social-copy h2{font-size:6vw}.social .section-pad{padding-top:70px}.journal-visual{height:380px}.journal-story{gap:40px}.founder{gap:6vw}.contact-page{padding-top:165px;gap:6vw}.case-hero,.article-hero{padding-top:130px}.case-body{gap:50px}.case-visual .labamu-art{height:530px}.case-visual .harves-art,.case-visual .research-art{height:480px}.case-visual .orbit{width:380px;height:380px}.case-visual .research-core{font-size:150px}.case-visual .harves-caption{font-size:45px}.footer-bottom{flex-wrap:wrap}.footer-bottom>span{margin-left:auto}.footer-bottom>div{width:100%;justify-content:flex-end}.collaboration-example h2{font-size:40px}.not-found{padding-top:180px}}
@media(max-width:760px){:root{--gutter:24px}html{scroll-padding-top:24px}.section-pad{padding-top:75px;padding-bottom:75px}.site-header{padding-top:25px;padding-bottom:25px}.wordmark{font-size:33px}.menu-toggle{display:flex;flex-direction:column;gap:6px;background:none;border:1px solid #747969;border-radius:50%;width:44px;height:44px;align-items:center;justify-content:center;z-index:22;position:relative}.menu-toggle span{width:17px;height:1px;background:currentColor;transition:transform .2s}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(3.5px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-3.5px) rotate(-45deg)}#navigation{display:none;position:fixed;inset:0;background:var(--ink);color:var(--paper);padding:110px 30px 60px;align-items:start;justify-content:center;gap:12px;flex-direction:column;font-size:30px;letter-spacing:-.035em;overflow-y:auto;z-index:21}#navigation.is-open{display:flex}#navigation .nav-cta{margin-top:22px;font-size:16px;padding:15px 20px;gap:50px;letter-spacing:0}.menu-open .menu-toggle{color:var(--paper)}.hero{min-height:760px;height:100svh;max-height:1050px;justify-content:flex-start;padding:155px var(--gutter) 100px}.hero-content>.eyebrow{font-size:8px;margin-bottom:24px;letter-spacing:.07em}.hero h1{font-size:clamp(43px,8.95vw,67px);line-height:1.05;letter-spacing:-.062em}.hero-art{inset:22% -44% 4% -2%;opacity:.78}.hero-content{padding:0}.hero-bottom{margin-top:27px;display:block}.hero-bottom p{font-size:11px;line-height:1.7;max-width:300px}.hero-bottom .button{margin-top:23px;font-size:10px;padding:15px 20px;min-height:49px;gap:30px}.hero-meta{bottom:23px;padding-top:17px;font-size:7px;align-items:center}.hero-meta button{margin:0;padding:8px 0;font-size:8px}.scroll-link{gap:8px;font-size:7px}.scroll-link span{font-size:19px}.motion-label{display:none}.intro{grid-template-columns:1fr;gap:30px}.intro>div:first-child{display:flex;align-items:center;justify-content:space-between}.intro .asterisk{width:35px;height:35px;margin:0}.intro h2{font-size:clamp(32px,6.6vw,48px)}.intro-detail{margin-top:28px;gap:20px;font-size:12px}.eyebrow{font-size:9px}.section-heading{display:block;margin-bottom:32px}.section-heading h2{font-size:clamp(35px,7.7vw,53px)}.section-heading .eyebrow{margin-bottom:22px}.section-heading>p{margin-top:25px;font-size:11px;max-width:100%}.work{padding-top:0}.labamu-art{height:390px;padding:27px 25px}.labamu-art .art-label{font-size:27px}.labamu-art p{font-size:32px;margin-top:50px}.labamu-art img{height:97%;right:-8%;bottom:-14%}.labamu-art-copy{width:57%}.platform-list{bottom:28px;font-size:8px}.project-info{padding-top:18px;gap:10px}.project-info h3{font-size:23px}.project-info p{font-size:10px}.project-type{display:none}.project-arrow{width:36px;height:36px;flex-basis:36px;font-size:22px}.project-featured .project-arrow{margin-left:auto}.project-pair{display:block;margin-top:40px}.project-offset{margin-top:40px}.harves-art{height:410px}.research-art{height:370px}.research-art .art-bottom{max-width:none}.harves-caption{font-size:38px}.attribution{font-size:9px;margin-top:32px}.services .section-heading{margin-bottom:36px}.service-list summary{grid-template-columns:22px 1fr 36px;gap:15px;padding:26px 0}.service-number{font-size:9px;padding-top:5px}.service-list h3{font-size:clamp(27px,5.8vw,39px)}.detail-toggle{width:34px;height:34px}.service-detail{display:block;padding:0 0 25px 37px}.service-detail p{font-size:12px}.service-detail>span{display:block;max-width:100%;margin-top:18px;font-size:8px}.services-bottom{display:block;margin-top:30px}.services-bottom>span{display:block;font-size:11px;margin-bottom:22px}.services-bottom .button{font-size:11px}.process .section-heading{margin-bottom:35px}.process-steps{display:block}.process-steps>div{margin-top:28px;padding-top:18px;display:grid;grid-template-columns:1fr 1.5fr;gap:0 20px}.process-steps span{grid-column:1/-1;font-size:9px}.process-steps h3{margin:20px 0 0;font-size:24px}.process-steps p{font-size:11px;margin-top:20px;max-width:none}.social{padding-top:45px;padding-bottom:30px}.social-heading{margin-bottom:33px}.social-heading .eyebrow{font-size:8px}.social-heading .asterisk{width:38px;height:38px}.social-layout{display:block}.social-copy h2{font-size:clamp(46px,10.6vw,68px)}.social-copy>p{font-size:12px;margin:25px 0;max-width:450px}.social-note{font-size:9px;margin-top:16px}.social-project{padding-top:45px;display:block}.social-image{padding:50px 28px 70px}.social-project-badge{font-size:7px;bottom:23px;right:23px}.social-project .project-info p{font-size:10px}.social-possibilities{margin-top:38px;flex-wrap:wrap;gap:16px 20px;font-size:7px;padding-top:23px}.social-possibilities span::before{margin-right:5px;font-size:11px}.journal-story{display:block}.journal-visual{height:340px}.journal-copy{padding-top:30px}.journal-copy>.eyebrow{margin-bottom:20px;font-size:8px}.journal-copy h3{font-size:40px}.journal-copy p{font-size:12px}.founder{display:flex;flex-direction:column-reverse;gap:35px;padding-top:55px}.founder-story h2{font-size:35px;margin-bottom:25px}.founder-story p{font-size:12px}.founder-person{display:flex;align-items:center;gap:25px}.founder-person img{width:92px;height:92px;margin:0}.founder-person span{font-size:8px}.founder-person h3{font-size:20px;margin:8px 0}.founder-person p{font-size:10px}.site-footer{padding-top:50px;padding-bottom:25px}.footer-top>.eyebrow{font-size:8px;max-width:270px;line-height:1.8;margin-bottom:26px}.footer-cta{font-size:clamp(37px,8.3vw,58px);padding-right:13%;line-height:1.1}.circle-arrow{width:43px;height:43px;font-size:28px;top:30%}.footer-contact{display:block;margin:30px 0 42px}.footer-contact>a{font-size:13px;display:inline-block}.footer-contact>span{display:block;font-size:9px;margin-top:22px}.footer-bottom{gap:22px}.footer-bottom>.wordmark{font-size:28px}.footer-bottom>span{font-size:7px;max-width:160px;text-align:right;line-height:1.6}.footer-bottom>div{justify-content:space-between;font-size:9px;gap:15px}.case-hero,.article-hero{padding-top:120px;padding-bottom:40px}.back-link{margin-bottom:30px;font-size:10px}.case-hero h1{font-size:clamp(37px,8vw,60px)}.case-name{font-size:14px;margin-top:30px;padding-top:20px}.case-hero>.eyebrow{font-size:8px;margin-bottom:20px}.case-visual{padding:0}.case-visual .labamu-art{height:410px}.case-visual .harves-art,.case-visual .research-art{height:410px}.case-visual .harves-art .ponds{width:85%;right:-4%;height:70%}.case-visual .harves-caption{font-size:35px;left:30px;bottom:70px}.case-visual .harves-art>.art-label{font-size:27px;margin-left:0}.case-visual .orbit{width:300px;height:300px}.case-visual .research-core{font-size:120px;top:26%}.difapedia-art{padding:40px 24px}.case-body{display:block;padding-top:45px}.case-body dl{display:grid;grid-template-columns:90px 1fr;gap:16px;margin-bottom:40px;padding-bottom:30px;border-bottom:1px solid var(--line)}.case-body dt{margin:3px 0 0;font-size:8px}.case-body dd{margin:0;font-size:11px;max-width:none}.case-intro{font-size:24px;margin-bottom:35px}.case-section h2{font-size:24px}.case-section p{font-size:13px}.case-note{font-size:10px}.next-case{padding-top:35px;padding-bottom:40px}.next-case>span:last-child{font-size:34px}.article-hero h1{font-size:clamp(40px,8vw,62px)}.article-hero>.eyebrow{font-size:8px}.article-body{padding-bottom:70px}.article-body>.article-lead{font-size:21px}.article-body>p{font-size:14px}.article-body h2{font-size:30px;margin-top:40px}.article-schedule>div{grid-template-columns:1fr;gap:12px;padding:23px 0}.article-schedule time{font-size:10px}.article-schedule h3{font-size:23px}.article-body blockquote{font-size:27px;padding-left:22px}.article-note{padding:23px;font-size:12px}.article-end .text-link{font-size:11px;gap:12px}.contact-page{display:block;padding-top:150px}.contact-intro h1{font-size:clamp(43px,9vw,64px)}.contact-intro>p{font-size:13px}.contact-direct{margin-top:30px}.contact-form-wrap{margin-top:55px}.form-field input,.form-field textarea,.form-field select{font-size:16px}.form-field label{font-size:12px}.form-note{font-size:10px}.collaboration-example{display:block}.collaboration-example h2{font-size:40px}.collaboration-example img{margin-top:35px}.not-found{padding-top:160px;padding-bottom:90px}}
@media(max-width:370px){:root{--gutter:20px}.hero{min-height:730px;padding-top:143px}.hero h1{font-size:39px}.hero-content>.eyebrow{font-size:7px}.hero-bottom p{font-size:10px}.hero-art{inset:30% -54% 3% -15%}.hero-meta{font-size:6px}.scroll-link{font-size:6px}.intro-detail{grid-template-columns:1fr;gap:16px}.intro h2{font-size:30px}.labamu-art{height:340px;padding:23px 20px}.labamu-art p{font-size:27px}.labamu-art img{right:-21%;height:91%}.labamu-art .art-label{font-size:23px}.project-info h3{font-size:21px}.project-info p{font-size:9px}.harves-art{height:350px;padding:25px}.harves-caption{font-size:33px;left:25px}.research-art{height:330px;padding:25px}.orbit{width:250px;height:250px}.research-core{font-size:100px}.research-art .art-bottom{font-size:7px;max-width:130px;left:25px}.research-time{font-size:8px;right:25px}.process-steps>div{display:block}.process-steps p{margin-top:12px}.service-list h3{font-size:24px}.service-list summary{gap:10px}.social-copy h2{font-size:42px}.journal-copy h3{font-size:34px}.founder-story h2{font-size:30px}.footer-cta{font-size:34px}.circle-arrow{width:37px;height:37px;font-size:24px}.case-visual .labamu-art img{right:-20%}.article-hero h1{font-size:36px}}
/* Reading-size refinements, including a separate mobile product composition. */
.attribution,.journal-copy>.eyebrow,.case-body dt,.case-note,.form-note,.form-field label span,.article-byline .muted,.article-schedule time{color:#62675c}
.social-contact .form-field label span{color:#6e5745}
.intro-detail,.service-detail p,.social-copy>p,.founder-story p{font-size:14px}
.section-heading>p,.journal-copy p,.process-steps p{font-size:13px}
.project-info p{font-size:12px}
#navigation{font-size:12px}
@media(max-width:760px){
  #navigation{font-size:30px}
  .hero-bottom p{font-size:12px}
  .hero-bottom .button,.social-copy .button,.services-bottom .button{font-size:12px}
  .intro-detail,.service-detail p,.social-copy>p,.founder-story p,.journal-copy p,.process-steps p{font-size:13px}
  .section-heading>p{font-size:12px}
  .project-info p,.social-project .project-info p{font-size:11px}
  .labamu-art,.case-visual .labamu-art{height:420px}
  .labamu-art-copy{width:100%}
  .labamu-art p{font-size:30px;margin-top:25px;width:100%;line-height:1.1}
  .labamu-art img,.case-visual .labamu-art img{height:90%;right:-1%;bottom:-36%;transform:rotate(-8deg)}
  .project:hover .labamu-art img{transform:rotate(-5deg)}
  .platform-list{bottom:24px;max-width:100px;line-height:1.8}
}
@media(max-width:370px){
  .hero-bottom p{font-size:11px}
  .labamu-art,.case-visual .labamu-art{height:370px}
  .labamu-art p{font-size:28px;margin-top:23px}
  .labamu-art img,.case-visual .labamu-art img{right:-10%}
  .project-info p{font-size:10px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.button:hover{transform:none}}
