/* Eric Merle / A mind in motion. Original, dependency-free site. */
:root{--paper:#f7f5ef;--ink:#20211f;--blue:#2345ff;--orange:#ff603f;--lavender:#ded5f9;--pink:#ffd8e3;--yellow:#f5efb1;--line:#d4d3cb;--muted:#61635e;--gutter:clamp(24px,4.5vw,80px);--font:Arial,Helvetica,sans-serif;--mono:'Courier New',Courier,monospace;--ease:cubic-bezier(.2,.7,.2,1)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:104px}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--font);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:clip}body.locked{overflow:hidden}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;border:0;background:none;cursor:pointer}button,a,summary{-webkit-tap-highlight-color:transparent;touch-action:manipulation}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid currentColor;outline-offset:5px}button:disabled{cursor:default}svg,canvas,img{display:block;max-width:100%}h1,h2,h3,p{margin:0}h1,h2,h3{line-height:1.02;font-weight:700;letter-spacing:-.065em}h2{font-size:clamp(48px,6.1vw,95px)}h3{font-size:34px}strong{font-weight:700}::selection{background:var(--blue);color:white}[hidden]{display:none!important}.wrap{width:100%;max-width:1680px;margin:0 auto;padding-left:var(--gutter);padding-right:var(--gutter)}.section-pad{padding-top:100px;padding-bottom:106px}.micro{font-family:var(--mono);font-size:10px;line-height:1.5;letter-spacing:.035em;font-weight:400}.blue{color:var(--blue)}.orange-text{color:#df4125}.skip-link{position:fixed;z-index:999;left:18px;top:12px;padding:12px 20px;background:var(--ink);color:white;transform:translateY(-180%)}.skip-link:focus{transform:none}.reading-progress{position:fixed;top:0;left:0;width:100%;height:3px;z-index:110;pointer-events:none}.reading-progress span{display:block;width:100%;height:100%;background:var(--blue);transform:scaleX(0);transform-origin:left}.section-label{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-bottom:52px}.section-label>.micro:last-child{text-align:right}.section-title-row{display:flex;justify-content:space-between;align-items:flex-end;gap:30px}.section-title-row>p{font-size:15px;line-height:1.6;max-width:360px;padding-bottom:7px}.underline-link{display:inline-flex;align-items:center;justify-content:space-between;gap:36px;font-weight:700;font-size:14px;min-height:44px;border-bottom:1px solid var(--ink);padding:7px 0;transition:color .2s}.underline-link span{font-size:22px;transition:transform .3s}.underline-link:hover{color:var(--blue);border-color:var(--blue)}.underline-link:hover span{transform:translate(3px,3px)}
/* A compact fixed header keeps the stage free. */
.site-header{height:92px;display:flex;align-items:center;justify-content:space-between;gap:24px;position:absolute;top:0;left:0;right:0;z-index:90;padding:0 var(--gutter);border-bottom:1px solid var(--line);background:var(--paper)}.site-header.scrolled{position:fixed;height:74px;box-shadow:0 1px 14px #20211f06}.wordmark{font-size:28px;line-height:1.1;font-weight:700;letter-spacing:-1.7px;white-space:nowrap;display:inline-flex;align-items:baseline;min-height:44px;padding-top:7px}.brand-dot{font-size:43px;color:var(--orange);line-height:.4;letter-spacing:-5px;margin-left:1px}.main-nav{display:flex;gap:30px;align-items:center}.main-nav>a{font-size:12px;min-height:44px;display:flex;align-items:center;gap:8px;position:relative}.main-nav>a:after{content:'';position:absolute;bottom:5px;height:2px;left:0;right:0;background:var(--blue);transform:scaleX(0);transform-origin:left;transition:transform .25s}.main-nav>a:hover:after,.main-nav>a[aria-current]:after{transform:scaleX(1)}.header-end{display:flex;gap:25px;align-items:center}.motion-switch{display:flex;align-items:center;gap:8px;font-family:var(--mono);font-size:9px;padding:0;min-height:44px}.motion-switch>span:first-child{font-size:15px;font-family:var(--font);font-weight:700;letter-spacing:0}.say-hello{border:1px solid var(--ink);border-radius:30px;display:flex;align-items:center;justify-content:space-between;gap:23px;padding:9px 17px;font-size:12px;min-height:43px;transition:background .25s,color .25s}.say-hello>span{font-size:20px}.say-hello:hover{background:var(--ink);color:var(--paper)}.menu-toggle{display:none;padding:12px;width:44px;height:44px}.menu-toggle span{display:block;height:2px;width:22px;background:currentColor;margin:5px 0}.menu-dialog{width:min(540px,calc(100% - 30px));border:0;background:var(--blue);color:white;padding:22px 28px;max-height:88svh;overflow:auto}.menu-dialog nav{display:grid;padding-top:15px}.menu-dialog nav>a{display:flex;justify-content:space-between;gap:20px;font-size:32px;font-weight:700;letter-spacing:-.05em;padding:15px 0;border-top:1px solid #ffffff45}.menu-dialog nav>a>span{font-family:var(--mono);font-size:11px;align-self:center;font-weight:400}
/* Hero: typography and a draggable, shaded 3D knot. */
.hero{min-height:860px;height:100svh;max-height:1150px;position:relative;padding-top:120px;display:flex;flex-direction:column;overflow:hidden}.hero-meta{display:flex;align-items:center;justify-content:space-between;gap:20px}.hero-meta p{display:flex;align-items:center;gap:10px}.live-dot{width:6px;height:6px;border-radius:50%;background:var(--blue);display:inline-block;flex:none}.hero-stage{display:grid;grid-template-columns:58% 42%;align-items:center;position:relative;flex:1;padding-top:28px;padding-bottom:20px}.hero-copy{z-index:3;position:relative;pointer-events:none}.hero-copy a{pointer-events:auto}.hero h1{font-size:clamp(92px,10.25vw,166px);line-height:.9;letter-spacing:-.075em;white-space:nowrap;font-weight:700}.motion-word{color:var(--blue);display:inline-block}.orange-dot{color:var(--orange)}.hero-intro{display:flex;gap:21px;margin-top:44px;max-width:420px}.hello-mark{font-size:47px;font-weight:400;line-height:1;margin-top:0}.hero-intro p{font-size:16px;line-height:1.7;letter-spacing:-.01em;max-width:345px}.hero-intro .underline-link{margin-top:17px;min-width:218px}.playground{position:relative;width:112%;margin-left:-3%;aspect-ratio:1;min-width:0;isolation:isolate}.playground-disc{position:absolute;inset:3%;background:var(--lavender);border-radius:50%;z-index:-2;will-change:transform}.orbit-dashed{position:absolute;inset:-1%;border:1px dashed #837ca8;border-radius:50%;transform:rotate(-22deg) scaleX(.95);z-index:-1}.sculpture-shell{position:absolute;inset:-4%;z-index:1;isolation:isolate}.sculpture-shell:after{content:'';position:absolute;width:57%;height:6%;left:23%;bottom:11%;background:#19255430;filter:blur(17px);border-radius:50%;z-index:-1}#sculpture{width:100%;height:100%;cursor:grab;touch-action:pan-y;position:relative;z-index:1}.sculpture-shell.dragging #sculpture{cursor:grabbing}.sculpture-fallback{position:absolute;inset:0;width:100%;height:100%;z-index:0}.sculpture-ready .sculpture-fallback{display:none}.float-label{position:absolute;z-index:3;border:1px solid #20211f;box-shadow:5px 5px 0 #20211f;display:grid;grid-template-columns:1fr auto;gap:3px 20px;padding:13px 18px;width:190px;will-change:translate;pointer-events:none}.label-small{font-family:var(--mono);font-size:8px;grid-column:1/-1;line-height:1.3;letter-spacing:.01em}.float-label strong{font-size:28px;line-height:1.2;letter-spacing:-1.2px;font-weight:700}.float-label>span:last-child{align-self:center;font-size:25px;line-height:1}.label-science{top:0;right:10%;background:var(--paper);transform:rotate(9deg);width:185px}.label-people{top:46%;left:-4%;background:var(--orange);transform:rotate(-9deg);width:185px}.label-people .two-dots{letter-spacing:-5px;font-size:29px}.label-ideas{bottom:9%;right:-4%;background:var(--yellow);transform:rotate(7deg);width:218px}.label-ideas>span:last-child{font-size:34px}.spin-button{position:absolute;left:7%;bottom:-9%;z-index:4;display:flex;gap:9px;align-items:center;font-family:var(--mono);font-size:9px;min-height:44px;transform:rotate(-6deg);border-bottom:1px solid var(--ink);padding:4px 2px}.spin-button>span{font-size:30px;font-family:var(--font);line-height:1;display:inline-block}.spin-button:hover>span{transform:rotate(70deg);transition:transform .4s}.art-note{position:absolute;bottom:-8%;right:1%;font-size:8px;text-align:right;line-height:1.6;transform:rotate(4deg)}.hero-bottom{display:flex;align-items:center;gap:50px;padding-top:26px;padding-bottom:25px;position:relative;margin-top:34px;z-index:4}.hero-bottom:before{content:'';height:1px;background:var(--line);position:absolute;top:0;left:var(--gutter);right:var(--gutter)}.hero-bottom>p{display:flex;flex-wrap:wrap;gap:4px 14px;align-items:baseline;min-width:0}.hero-bottom .micro{width:100%;font-size:8px;color:var(--muted);letter-spacing:.025em;margin-bottom:6px;display:block}.hero-bottom strong{font-size:17px;line-height:1.5;letter-spacing:-.03em}.current-small{font-size:11px}.pix-mini{margin-left:auto;min-width:220px}.pix-mini strong{display:flex;justify-content:space-between;gap:35px}.pix-mini:hover strong{color:var(--blue)}.hero-bottom .scroll-cue{font-size:8px;display:flex;align-items:center;gap:22px;color:var(--ink);width:auto;margin:12px 0 0}.scroll-cue span{font-size:29px;line-height:1}.ticker{padding:16px 0;background:var(--orange);color:var(--ink);overflow:hidden;border-top:1px solid var(--ink);border-bottom:1px solid var(--ink)}.ticker-track{display:flex;align-items:center;gap:36px;width:max-content;will-change:transform}.ticker-track>span{font-size:17px;font-weight:700;letter-spacing:-.025em}.ticker-track i{font-style:normal;font-size:25px;line-height:1}
/* The story has air, but not a consulting-service grid. */
.about-grid{display:grid;grid-template-columns:58% 34%;gap:8%}.about h2{font-size:clamp(42px,5.7vw,86px);line-height:1.03}.about-copy{padding-top:5px}.about-copy .lead{font-size:23px;line-height:1.4;letter-spacing:-.025em;margin-bottom:24px;color:var(--ink)}.about-copy p{font-size:14px;line-height:1.85;margin-bottom:18px;color:var(--muted)}.about-copy .underline-link{font-size:12px;margin-top:10px;gap:23px}.hand-arrow{width:166px;height:90px;margin:27px 9% 0 auto;transform:rotate(-15deg);color:var(--orange)}.person-notes{margin-top:54px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:grid;grid-template-columns:repeat(3,1fr);padding:23px 0}.person-notes p{display:flex;align-items:center;gap:23px;font-size:20px;letter-spacing:-.035em;font-weight:700}.person-notes p:not(:first-child){padding-left:32px;border-left:1px solid var(--line)}.person-notes span{font-family:var(--mono);font-size:10px;font-weight:400;color:var(--muted);letter-spacing:0}
/* Native vertical scrolling drives a horizontal project gallery only when there is room. */
.work-section{padding:28px 0 82px;background:#eeeee8}.work-head{padding-top:40px}.work-head .section-label{margin-bottom:37px}.work-head .section-title-row{margin-bottom:45px}.work-rail{position:relative;--travel:0px}.work-sticky{overflow:hidden;padding-top:6px}.work-track{display:flex;gap:24px;align-items:stretch;padding:0 var(--gutter);width:max-content;will-change:transform}.project{width:min(1100px,calc(100vw - var(--gutter)*2 - 80px));max-width:1320px;min-height:480px;display:grid;grid-template-columns:48% 52%;background:var(--paper);flex:none;border:1px solid var(--ink)}.project-art{position:relative;min-height:480px;overflow:hidden;isolation:isolate;border-right:1px solid var(--ink)}.project-art-label{position:absolute;top:22px;left:24px;right:22px;font-size:8px;z-index:3}.project-art-foot{position:absolute;left:24px;right:24px;bottom:22px;font-size:8px;display:flex;justify-content:space-between;gap:20px;z-index:4}.project-art-foot>span{font-size:7px;text-align:right}.project-copy{padding:36px 37px 30px;display:flex;flex-direction:column;align-items:flex-start}.project-kicker{font-size:8px;color:var(--muted);margin-bottom:28px}.project-copy h3{font-size:clamp(30px,3.1vw,48px);line-height:1.02;letter-spacing:-.055em;margin-bottom:24px}.project-copy>p:not(.project-kicker){font-size:13px;line-height:1.8;max-width:480px;margin-bottom:17px}.project-copy .project-detail{color:var(--muted);font-size:12px!important}.project-link{font-size:12px;min-height:46px;display:flex;align-items:center;justify-content:space-between;gap:26px;margin-top:auto;padding-top:16px;border-bottom:1px solid var(--ink);padding-bottom:10px;min-width:200px}.project-link>span{font-size:21px;line-height:1}.project-link:hover{color:var(--blue);border-color:var(--blue)}.rail-footer{display:flex;align-items:center;gap:27px;margin-top:27px;max-width:none}.rail-footer>.micro{font-size:8px;white-space:nowrap}.rail-footer>.micro:last-child{margin-left:auto}.rail-progress{width:190px;height:2px;background:#c8c8bd;overflow:hidden}.rail-progress>span{display:block;background:var(--ink);width:33.33%;height:100%;will-change:transform}.oxi-art{background:var(--pink)}.score-word{position:absolute;left:12%;right:12%;top:35%;display:flex;flex-direction:column;line-height:.9;z-index:3;transform:rotate(-7deg)}.score-word>span{font-size:52px;letter-spacing:-.08em;font-weight:700}.score-word>strong{font-size:85px;letter-spacing:-.06em;line-height:1.03}.score-word>small{font-family:var(--mono);font-size:8px;line-height:1.5;letter-spacing:.025em;margin-top:20px}.cell{position:absolute;aspect-ratio:1;border:1px solid #88499466;border-radius:45% 56% 42% 50%;background:radial-gradient(circle at 32% 27%,#fff6fb 0%,#ffbdcd 27%,#ef84b9 51%,#d167a966 66%,#ffcee04d 73%,#ffedf4 80%,#c975bb 100%);box-shadow:inset 5px 5px 20px #fff8,10px 10px 35px #88345c15}.cell-a{width:57%;left:48%;top:10%;transform:rotate(-25deg)}.cell-b{width:30%;left:-4%;top:10%;transform:rotate(52deg)}.cell-c{width:45%;left:3%;bottom:-6%;transform:rotate(20deg)}.grant-art{background:var(--blue);color:white}.grant-title-art{font-size:44px;font-weight:700;letter-spacing:-.06em;position:absolute;top:75px;left:26px;right:26px;display:flex;align-items:center;justify-content:space-between}.grant-title-art>span{font-size:47px;color:var(--yellow)}.radar{position:absolute;width:75%;aspect-ratio:1;left:12.5%;top:31%;border-radius:50%;border:1px solid #ffffff70;background:linear-gradient(transparent 49.8%,#ffffff50 50%,transparent 50.3%),linear-gradient(90deg,transparent 49.8%,#ffffff50 50%,transparent 50.3%)}.radar>i{position:absolute;border:1px solid #ffffff40;border-radius:50%;inset:15%}.radar>i:nth-child(2){inset:30%}.radar>i:nth-child(3){inset:44%}.radar-sweep{position:absolute;inset:0;border-radius:50%;background:conic-gradient(from 0deg,transparent 65%,#fff1 90%,#dff96f66 100%);transform:rotate(45deg)}.radar-point{width:9px;height:9px;background:var(--yellow);border:2px solid var(--blue);outline:1px solid var(--yellow);border-radius:50%;position:absolute;z-index:2}.point-a{left:35%;top:22%}.point-b{left:74%;top:48%}.point-c{left:20%;top:64%}.radar-center{position:absolute;left:47%;top:42%;font-size:30px;font-weight:400}.grant-tag{position:absolute;left:18px;bottom:83px;background:var(--yellow);color:var(--ink);transform:rotate(-8deg);padding:11px 14px;font-size:9px;z-index:4;border:1px solid var(--ink)}.aug-art{background:var(--yellow)}.aug-bubble{position:absolute;padding:27px 32px;line-height:1;font-size:43px;letter-spacing:-.065em;font-weight:700;border:1px solid var(--ink)}.bubble-a{background:var(--paper);top:17%;left:8%;border-radius:32px 32px 32px 0;transform:rotate(-8deg);z-index:2}.bubble-b{background:var(--orange);top:41%;right:5%;border-radius:32px 32px 0 32px;transform:rotate(7deg);z-index:3;font-size:38px}.sound-wave{position:absolute;bottom:17%;left:12%;right:12%;display:flex;align-items:center;justify-content:space-between;height:44px;gap:5px;z-index:0}.sound-wave>i{width:5px;height:40%;background:var(--ink);border-radius:4px}.sound-wave>i:nth-child(3n){height:95%}.sound-wave>i:nth-child(2n){height:65%}.sound-wave>i:nth-child(5n){height:110%}
/* A genuine connection to Pixkanaka, rather than a logo in the footer. */
.pix-section{background:var(--blue);color:var(--paper);position:relative;overflow:hidden;padding:48px 0 30px}.pix-section .section-label{margin-bottom:48px;color:#e8e6fc}.pix-top-link{border-bottom:1px solid #ffffff80;min-height:30px;padding:4px 0}.pix-grid{display:grid;grid-template-columns:48% 46%;gap:6%;align-items:center}.pix-name{font-size:32px;letter-spacing:-.045em;font-weight:700;line-height:1;margin-bottom:39px}.pix-name>span{font-family:var(--mono);font-weight:400;font-size:8px;text-transform:uppercase;letter-spacing:.16em;display:block;margin-top:8px;margin-left:2px}.pix-copy h2{font-size:clamp(48px,6.2vw,93px);line-height:.96;letter-spacing:-.065em;margin-bottom:30px}.pix-copy h2>span{color:var(--yellow)}.pix-copy>p:not(.pix-name){font-size:14px;max-width:440px;line-height:1.8;margin-bottom:17px;color:#eeedff}.pill-link{display:inline-flex;align-items:center;justify-content:space-between;gap:43px;background:var(--paper);color:var(--ink);border:1px solid var(--ink);border-radius:36px;min-height:54px;padding:13px 23px;font-size:13px;font-weight:700;margin-top:18px;transition:background .3s,transform .3s}.pill-link>span{font-size:23px;line-height:1}.pill-link:hover{background:var(--yellow);transform:translateY(-3px)}.pix-poster{position:relative;min-height:670px;padding-top:20px;isolation:isolate}.poster-badge{position:absolute;right:-7px;top:0;border-radius:50%;background:var(--orange);color:var(--ink);height:131px;width:131px;border:1px solid var(--ink);display:flex;flex-direction:column;align-items:center;justify-content:center;line-height:1.02;font-size:20px;letter-spacing:-.065em;font-weight:700;transform:rotate(13deg);z-index:5}.poster-badge>span{font-size:33px;font-weight:400}.building-block{position:absolute;width:90%;left:3%;border:1px solid var(--ink);box-shadow:8px 8px 0 #1b1c2766;color:var(--ink);height:145px;padding:16px 23px;display:grid;grid-template-columns:1fr auto;align-content:space-between;will-change:transform}.building-block>.micro{grid-column:1/-1;font-size:8px;letter-spacing:0}.building-block>strong{font-size:clamp(41px,5.35vw,79px);line-height:1;letter-spacing:-.065em;font-weight:700}.building-block>span:last-child{font-family:var(--mono);font-size:10px;align-self:end;margin-bottom:9px}.block-one{top:55px;background:var(--pink);transform:rotate(-9deg);z-index:1}.block-two{top:189px;background:var(--orange);transform:rotate(5deg);left:10%;z-index:2}.block-three{top:326px;background:var(--yellow);transform:rotate(-5deg);left:-1%;z-index:3}.block-four{top:459px;background:var(--lavender);transform:rotate(4deg);z-index:4}.poster-caption{position:absolute;bottom:3px;left:5%;right:0;font-size:8px;line-height:1.7;transform:rotate(-3deg);color:#ffffffc4}.pix-bottom{border-top:1px solid #ffffff40;padding-top:23px;margin-top:70px;display:flex;justify-content:space-between;gap:20px}.pix-bottom .micro{font-size:8px}
/* Biography is there when needed, not the first impression. */
.journey-grid{display:grid;grid-template-columns:46% 47%;gap:7%;align-items:start}.journey-intro{position:sticky;top:128px}.journey-intro h2{font-size:clamp(46px,5.6vw,83px);line-height:1.03}.journey-intro>p{font-size:14px;color:var(--muted);line-height:1.8;max-width:340px;margin-top:29px}.route-doodle{max-width:350px;margin-top:12px}.route-doodle svg{width:100%;stroke:var(--blue);stroke-width:4;fill:none}.route-doodle circle{fill:var(--orange);stroke:var(--orange)}.route-doodle .route-arrow{stroke-linecap:round;stroke-linejoin:round}.route-doodle>.micro{display:block;margin-top:8px;font-size:8px}.profile-link{border-bottom:1px solid currentColor;min-height:32px;padding:5px 0;font-size:9px}.career-entry{border-top:1px solid var(--ink)}.career-entry:last-child{border-bottom:1px solid var(--ink)}summary{list-style:none;cursor:pointer}summary::-webkit-details-marker{display:none}.career-entry>summary{display:flex;align-items:center;gap:24px;padding:25px 0;min-height:110px;transition:color .2s}.career-entry>summary:hover{color:var(--blue)}.career-number{font-family:var(--mono);font-size:10px;align-self:flex-start;margin-top:10px}.career-entry summary strong{display:block;font-size:32px;letter-spacing:-.045em;line-height:1.1;font-weight:700}.career-entry summary small{display:block;font-family:var(--mono);font-size:8px;font-weight:400;letter-spacing:0;margin-top:11px}.plus{font-size:30px;line-height:1;font-weight:400;margin-left:auto;display:inline-block;transition:transform .25s;flex:none}details[open]>summary>.plus,details[open]>summary>.expand-mark{transform:rotate(45deg)}.career-body{padding:0 25px 26px 43px}.career-body p{font-size:13px;line-height:1.8;color:var(--muted);margin-bottom:15px}.career-body p.timeline-role{font-weight:700;color:var(--ink);font-size:14px}.mini-link{display:inline-block;font-size:11px;border-bottom:1px solid currentColor;padding-bottom:5px;min-height:32px}.earlier-entry>summary{font-size:14px;letter-spacing:-.025em;gap:20px;min-height:75px}.expand-mark{font-size:25px;display:inline-block;font-weight:400}.earlier-content{padding-bottom:25px;font-size:13px;line-height:1.85;color:var(--muted)}.earlier-content .eyebrow{font:9px var(--mono);color:var(--ink);margin:18px 0 12px;line-height:1.5}.education{margin-top:26px;padding-top:14px;border-top:1px solid var(--line)}.education h4{font-size:23px;letter-spacing:-.04em;line-height:1.2;color:var(--ink);margin:12px 0}.education .mini-link{margin-top:15px}
/* A transatlantic chapter, built from real professional roles. */
.connections{background:var(--lavender);padding:48px 0 63px;overflow:hidden}.connections .section-label{margin-bottom:44px}.connection-title{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:clamp(55px,10vw,154px);letter-spacing:-.065em}.atlantic-symbol{color:var(--blue);font-size:1.16em;font-weight:400;line-height:.8;display:inline-block;will-change:transform}.connection-intro{display:grid;grid-template-columns:46% 45%;gap:9%;margin-top:45px}.connection-intro>p:first-child{font-size:31px;line-height:1.2;letter-spacing:-.045em}.connection-intro>p:first-child strong{font-weight:400;color:var(--blue)}.connection-intro>p:last-child{font-size:14px;line-height:1.8;max-width:525px}.community-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:56px;border-top:1px solid #aaa0be;padding-top:27px}.community-item>.micro{font-size:8px;margin-bottom:17px;display:block}.community-item h3{font-size:23px;line-height:1.1;letter-spacing:-.04em;margin-bottom:15px;max-width:285px}.community-item>p{font-size:12px;line-height:1.7;max-width:300px}.community-extras{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;border-top:1px solid #aaa0be;margin-top:36px;padding-top:24px}.community-extras .micro{font-size:8px;display:block;margin-bottom:17px}.community-extras h3{font-size:20px;letter-spacing:-.04em;line-height:1.2;margin-bottom:12px}.community-extras p{font-size:12px;line-height:1.8}.language-details>summary{display:flex;align-items:center;gap:14px;font-size:12px;min-height:40px}.language-details>summary>span{font-size:22px}.language-details dl{font-size:12px;line-height:1.5;margin:12px 0}.language-details dl>div{padding:9px 0;border-top:1px solid #aaa0be}.language-details dt{font-weight:700}.language-details dd{margin:4px 0 0;font-size:11px}
/* Writing and publications remain complete, with working keyboard tabs. */
.notes .section-title-row{margin-bottom:45px}.filter-group{display:flex;border:1px solid var(--ink);border-radius:40px;padding:5px;gap:3px;margin-bottom:9px}.filter{display:flex;gap:18px;align-items:center;min-height:45px;padding:10px 20px;border-radius:30px;font-size:13px;line-height:1}.filter>span{font-family:var(--mono);font-size:8px}.filter.active{background:var(--ink);color:var(--paper)}.filter:hover:not(.active){background:var(--lavender)}.note-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.note-card{border:1px solid var(--ink);min-height:375px;padding:22px 27px 20px;display:flex;flex-direction:column;align-items:flex-start;position:relative;transition:transform .35s var(--ease),box-shadow .35s var(--ease)}.note-card:hover{transform:translateY(-8px) rotate(-1deg);box-shadow:7px 8px 0 var(--ink)}.note-meta{display:flex;justify-content:space-between;gap:15px;width:100%;font-family:var(--mono);font-size:7px;margin-bottom:50px;line-height:1.5}.note-card h3{font-size:32px;line-height:1.05;letter-spacing:-.055em;margin-bottom:24px}.note-card p{font-size:12px;line-height:1.75;max-width:310px;margin-bottom:28px}.note-cta{border-top:1px solid #20211f70;display:flex;align-items:center;justify-content:space-between;width:100%;padding-top:17px;font-size:11px;margin-top:auto}.note-cta>span{font-size:26px;line-height:1}.note-1{background:var(--lavender)}.note-2{background:var(--yellow);margin-top:18px;margin-bottom:-18px}.note-3{background:var(--pink)}.writing-archive{border-bottom:1px solid var(--line);margin-top:53px}.writing-archive>summary{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:20px 0;font-size:13px;border-top:1px solid var(--line);min-height:66px}.archive-grid{padding:14px 0 34px;display:grid;grid-template-columns:1fr 1fr;gap:22px 35px;font-size:12px}.archive-grid>p{display:grid;grid-template-columns:40px 1fr;gap:14px}.archive-grid>p>span{font-family:var(--mono);font-size:10px;color:var(--muted);padding-top:2px}.archive-grid>a{font-size:12px;grid-column:1/-1;justify-self:start;min-height:40px;display:flex;align-items:center;border-bottom:1px solid var(--ink)}.research-intro{max-width:720px;font-size:14px;color:var(--muted);margin:0 0 27px}.publication{display:grid;grid-template-columns:76px 1fr 34px;gap:24px;padding:26px 0;border-top:1px solid var(--line);align-items:start}.publication:last-child{border-bottom:1px solid var(--line)}.pub-year{font-size:22px;letter-spacing:-.04em}.publication .micro{font-size:8px;margin-bottom:12px}.publication h3{font-size:23px;letter-spacing:-.03em;line-height:1.35;max-width:960px}.publication:hover h3{color:var(--blue)}.pub-arrow{font-size:27px;line-height:1}.pub-note{font-size:11px;color:var(--muted);margin-top:12px}.research-panel{margin-top:48px}.js .research-panel{margin-top:0}.quote-section{display:grid;grid-template-columns:13% 77%;gap:5%;padding-bottom:105px;padding-top:15px}.quote-star{font-size:129px;line-height:1;color:var(--blue);margin-top:28px}.quote-section .micro{font-size:8px;margin-bottom:23px}.quote-section blockquote{margin:0;font-size:clamp(26px,3.35vw,49px);font-weight:700;line-height:1.18;letter-spacing:-.045em;max-width:1150px}.quote-source{display:flex;gap:20px;align-items:center;margin-top:28px}.quote-source>strong{font-size:13px}.quote-source>a{font-size:10px;min-height:34px;display:flex;align-items:center;border-bottom:1px solid var(--line)}
/* A warmer, less corporate invitation. */
.contact{background:var(--orange);padding:47px 0 63px;border-top:1px solid var(--ink);overflow:hidden}.contact .section-label{margin-bottom:49px}.contact-main{display:flex;justify-content:space-between;gap:30px;align-items:center}.contact-main h2{font-size:clamp(70px,10.2vw,158px);line-height:.93;letter-spacing:-.07em}.contact-main h2>span{display:inline-block;color:var(--paper);font-style:italic;font-weight:700;padding-right:.04em}.contact-arrow{display:flex;align-items:center;justify-content:center;width:150px;height:150px;border:1px solid var(--ink);border-radius:50%;font-size:112px;font-weight:400;line-height:1;flex:none;transition:transform .35s,background .35s,color .35s;margin-right:10px}.contact-arrow:hover{background:var(--ink);color:var(--paper);transform:rotate(45deg)}.contact-bottom{display:flex;justify-content:space-between;gap:50px;margin-top:54px;align-items:flex-end}.contact-bottom>p{font-size:15px;line-height:1.8;max-width:470px}.contact-bottom>p>strong{display:block;margin-top:7px}.contact-actions{width:360px;max-width:100%}.contact-link{border-bottom:1px solid #20211f70;display:flex;justify-content:space-between;align-items:center;gap:30px;padding:11px 0;min-height:51px;font-size:18px;letter-spacing:-.025em}.contact-link>span{font-size:25px}.contact-link:hover{color:var(--paper)}.contact-actions>.micro{font-size:7px;display:block;margin-top:12px}.site-footer{background:var(--ink);color:var(--paper);padding:37px 0 23px}.footer-top{display:flex;justify-content:space-between;align-items:center;gap:30px;padding-bottom:33px}.footer-top>p{font-size:12px;color:#d1d0c6;letter-spacing:-.01em}.top-link{min-height:44px;display:flex;align-items:center;gap:18px;font-size:11px}.top-link>span{font-size:26px}.footer-bottom{border-top:1px solid #ffffff30;padding-top:15px;display:flex;align-items:center;justify-content:space-between;gap:25px}.footer-bottom>.micro{font-size:7px;color:#c5c5bc}.footer-controls{display:flex;gap:24px;align-items:center}.footer-controls a,.footer-controls button{font-size:9px;min-height:44px;display:flex;align-items:center;padding:0}.footer-controls a:hover,.footer-controls button:hover{color:var(--yellow)}
/* Supporting dialogs, accessible fallbacks, reduced motion. */
dialog::backdrop{background:#17182280;backdrop-filter:blur(7px)}.dialog-top{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:22px}.close-dialog{font-size:32px;line-height:1;min-width:44px;height:44px;display:grid;place-items:center;font-weight:400}.info-dialog{width:min(790px,calc(100% - 32px));max-height:86svh;overflow:auto;border:1px solid var(--ink);background:var(--paper);padding:25px 40px 42px;color:var(--ink);box-shadow:10px 10px 0 #20211f50}.info-dialog h2{font-size:47px;margin-bottom:26px}.info-dialog>p{font-size:13px;line-height:1.8;color:var(--muted);margin-bottom:15px}.source-list{display:grid;gap:23px;padding-left:20px;margin-top:30px}.source-list li{padding-left:9px;font-size:11px}.source-list a{font-size:13px;border-bottom:1px solid currentColor;color:var(--blue)}.source-list p{font-size:11px;line-height:1.8;margin-top:8px;color:var(--muted)}html:not(.js) .motion-switch,html:not(.js) .spin-button{display:none}.no-motion{scroll-behavior:auto}.no-motion *,.no-motion *:before,.no-motion *:after{animation:none!important;scroll-behavior:auto!important;transition:none!important}.no-motion .float-label,.no-motion .playground-disc{translate:none!important}.no-motion .ticker-track{transform:none!important}.no-motion .work-rail{height:auto!important}.no-motion .work-sticky{position:static!important}.no-motion .work-track{display:grid;transform:none!important;width:auto;padding:0 var(--gutter)}.no-motion .project{width:100%}.no-motion .rail-footer{display:none}.no-motion .pix-poster .building-block{translate:none!important}.no-motion .atlantic-symbol{transform:none!important}
@media(min-width:1500px){.hero{min-height:980px}.hero-stage{padding-top:18px}.hero h1{font-size:158px}.playground{max-width:650px}.project{width:1220px;min-height:530px}.project-art{min-height:530px}.project-copy{padding:43px 45px}.project-copy>p:not(.project-kicker){font-size:15px}.project-copy .project-detail{font-size:14px!important}.score-word>span{font-size:63px}.score-word>strong{font-size:105px}.grant-title-art{font-size:54px}.aug-bubble{font-size:48px}.bubble-b{font-size:45px}.about-copy p{font-size:16px}.about-copy .lead{font-size:27px}.about h2{font-size:88px}.building-block{height:159px}.block-two{top:207px}.block-three{top:360px}.block-four{top:509px}.pix-poster{min-height:738px}}
@media(max-width:1200px){.main-nav{gap:22px}.header-end{gap:19px}.motion-label{display:none}.hero{min-height:810px}.hero h1{font-size:10.5vw}.hero-intro{margin-top:35px;max-width:350px;gap:16px}.hero-intro p{font-size:14px}.playground{width:114%;margin-left:-5%}.float-label{width:160px;padding:11px 14px;gap:4px 15px}.float-label strong{font-size:24px}.label-small{font-size:7px}.label-science{right:7%}.label-people{left:-1%}.label-ideas{width:180px;right:-3%;bottom:6%}.label-ideas>span:last-child{font-size:27px}.art-note{font-size:7px}.spin-button{font-size:8px;bottom:-12%}.hero-bottom{gap:36px}.hero-bottom .scroll-cue{gap:12px;font-size:7px}.current-small{font-size:10px}.hero-bottom strong{font-size:15px}.about-grid{grid-template-columns:56% 38%;gap:6%}.about-copy .lead{font-size:21px}.about h2{font-size:5.7vw}.project{width:calc(100vw - var(--gutter)*2 - 45px);min-height:455px}.project-art{min-height:455px}.project-copy{padding:29px 28px 25px}.project-kicker{margin-bottom:22px}.project-copy h3{font-size:35px;margin-bottom:22px}.project-copy>p:not(.project-kicker){font-size:12px;line-height:1.8}.project-copy .project-detail{font-size:11px!important}.score-word>span{font-size:45px}.score-word>strong{font-size:76px}.grant-title-art{font-size:39px}.aug-bubble{font-size:37px;padding:23px 27px}.bubble-b{font-size:33px}.pix-copy>p:not(.pix-name){font-size:13px;max-width:390px}.pix-poster{min-height:626px}.building-block{height:132px}.block-one{top:58px}.block-two{top:180px}.block-three{top:303px}.block-four{top:426px}.building-block>strong{font-size:5.2vw}.poster-badge{width:113px;height:113px;font-size:18px}.poster-caption{font-size:7px;bottom:16px}.community-item h3{font-size:21px}.note-card{padding:20px 22px;min-height:365px}.note-card h3{font-size:28px}.note-meta{font-size:6px;gap:10px}.contact-arrow{width:125px;height:125px;font-size:90px}.career-entry summary strong{font-size:28px}.quote-star{font-size:105px}}
@media(max-width:960px){.site-header{height:82px}.main-nav{gap:20px}.main-nav>a{font-size:11px}.header-end{gap:14px}.say-hello{gap:13px;padding:8px 13px;font-size:11px}.wordmark{font-size:26px}.hero{min-height:800px;padding-top:111px;max-height:1000px}.hero-meta .micro{font-size:8px}.hero h1{font-size:10.7vw}.hero-stage{grid-template-columns:60% 40%;padding-top:12px}.playground{width:119%;margin-left:-9%}.hero-intro{max-width:320px;gap:13px}.hero-intro p{font-size:13px}.hello-mark{font-size:37px}.hero-intro .underline-link{font-size:12px;min-width:196px}.float-label{padding:10px 12px;box-shadow:4px 4px 0 var(--ink);width:145px}.float-label strong{font-size:22px}.label-small{font-size:6px}.label-ideas{width:165px;bottom:6%;right:-4%}.label-science{top:-6%;right:10%}.label-people{left:-2%;top:51%}.float-label>span:last-child{font-size:21px}.art-note{display:none}.spin-button{bottom:-15%;left:12%}.hero-bottom{gap:25px}.hero-bottom>p{max-width:350px;gap:0 8px}.current-small{font-size:10px;display:block}.hero-bottom .scroll-cue{display:none}.hero-bottom .micro{font-size:7px}.pix-mini{min-width:205px}.ticker-track{gap:25px}.ticker-track>span{font-size:15px}.section-pad{padding-top:75px;padding-bottom:80px}.section-label{margin-bottom:39px}.section-label>.micro{font-size:8px}.about-grid{grid-template-columns:54% 41%;gap:5%}.about-copy p{font-size:12px;line-height:1.8}.about-copy .lead{font-size:19px}.about-copy .underline-link{font-size:10px;gap:17px}.person-notes{padding:20px 0;margin-top:37px}.person-notes p{font-size:17px;gap:13px}.person-notes p:not(:first-child){padding-left:18px}.project{grid-template-columns:45% 55%;width:calc(100vw - var(--gutter)*2 - 20px)}.project-copy{padding:27px 25px}.project-copy h3{font-size:32px}.project-kicker{font-size:7px}.project-art-label{font-size:6px;left:18px;right:16px}.project-art-foot{left:18px;right:18px;font-size:6px}.project-art-foot>span{font-size:5px}.score-word>span{font-size:37px}.score-word>strong{font-size:64px}.score-word>small{font-size:6px}.grant-title-art{font-size:32px;left:19px;right:19px}.grant-title-art>span{font-size:37px}.radar{width:84%;left:8%;top:35%}.grant-tag{font-size:8px;bottom:87px}.aug-bubble{font-size:33px;padding:24px}.bubble-a{left:5%;top:22%}.bubble-b{font-size:29px;right:4%;top:44%}.pix-name{font-size:28px;margin-bottom:33px}.pix-copy h2{font-size:6vw}.pix-copy>p:not(.pix-name){font-size:12px;line-height:1.85}.pix-poster{min-height:587px}.building-block{height:115px;padding:13px 17px}.building-block>.micro{font-size:6px}.building-block>strong{font-size:5.1vw}.block-one{top:71px}.block-two{top:177px}.block-three{top:283px}.block-four{top:390px}.poster-badge{width:95px;height:95px;font-size:16px;right:0;top:21px}.poster-badge>span{font-size:27px}.poster-caption{font-size:6px;bottom:31px}.pix-bottom{margin-top:50px}.pix-bottom .micro{font-size:7px}.journey-grid{grid-template-columns:44% 50%;gap:6%}.journey-intro h2{font-size:5.7vw}.journey-intro>p{font-size:13px}.career-entry>summary{gap:17px;min-height:100px}.career-entry summary strong{font-size:27px}.career-entry summary small{font-size:7px}.career-body{padding-left:31px;padding-right:0}.career-body p{font-size:12px}.career-body p.timeline-role{font-size:13px}.career-number{font-size:9px;margin-top:8px}.community-grid,.community-extras{gap:23px}.community-item h3{font-size:20px}.community-item p,.community-extras p{font-size:11px}.community-extras h3{font-size:18px}.community-extras .micro{font-size:7px}.connection-intro>p:first-child{font-size:28px}.connection-intro>p:last-child{font-size:13px}.note-grid{gap:16px}.note-card{padding:20px 20px;min-height:360px}.note-card h3{font-size:26px}.note-meta{flex-direction:column;gap:5px;font-size:6px;margin-bottom:34px}.note-card p{font-size:11px}.filter{font-size:12px;padding:10px 15px;gap:11px}.filter-group{margin-bottom:5px}.contact-arrow{width:105px;height:105px;font-size:74px;margin-right:0}.contact-actions{width:310px}.contact-link{font-size:16px}.contact-bottom>p{font-size:13px}.footer-top>p{font-size:10px}.top-link{font-size:9px}.footer-bottom{gap:17px}.footer-controls{gap:17px}.footer-controls a,.footer-controls button{font-size:8px}.footer-bottom>.micro{font-size:6px}.quote-star{font-size:86px}.quote-section{padding-bottom:80px}}
@media(max-width:760px){:root{--gutter:25px}.site-header{height:78px;padding-left:25px;padding-right:18px;gap:15px}.site-header.scrolled{height:67px}.main-nav{display:none}.menu-toggle{display:block}.header-end{gap:12px}.motion-switch{font-size:9px}.say-hello{font-size:11px;padding:8px 13px;gap:13px}.wordmark{font-size:26px}.brand-dot{font-size:39px}.hero{height:auto;min-height:0;max-height:none;padding-top:107px}.hero-meta>.micro{font-size:7px}.hero-location{font-size:7px!important}.hero-stage{display:flex;flex-direction:column;align-items:stretch;padding-top:36px;padding-bottom:18px;gap:30px}.hero h1{font-size:clamp(83px,15.55vw,120px);line-height:.88;letter-spacing:-.075em}.hero-intro{margin-top:24px;max-width:360px;gap:14px}.hero-intro p{font-size:14px;line-height:1.65;max-width:322px}.hello-mark{font-size:34px}.hero-intro .underline-link{font-size:12px;margin-top:8px;min-width:208px}.playground{width:78%;max-width:480px;margin:20px 3% 51px auto;aspect-ratio:1}.playground-disc{inset:2%}.orbit-dashed{inset:-2%}.float-label{padding:11px 14px;width:163px}.label-small{font-size:7px}.float-label strong{font-size:24px}.label-science{top:-6%;right:7%;width:165px}.label-people{left:-14%;top:50%;width:155px}.label-ideas{width:185px;right:-1%;bottom:2%}.float-label>span:last-child{font-size:23px}.label-ideas>span:last-child{font-size:28px}.spin-button{font-size:8px;bottom:-18%;left:0;transform:rotate(-6deg);gap:8px}.spin-button>span{font-size:29px}.art-note{display:block;font-size:6px;bottom:-13%;right:0}.hero-bottom{padding-top:23px;padding-bottom:25px;gap:24px;margin-top:6px;align-items:flex-start}.hero-bottom>p{display:block;max-width:54%}.hero-bottom strong{font-size:14px;line-height:1.4}.hero-bottom .micro{font-size:6px;margin-bottom:9px}.current-small{font-size:8px;line-height:1.7;margin-top:4px}.pix-mini{min-width:0;max-width:44%}.pix-mini strong{font-size:13px;gap:10px;align-items:flex-start}.ticker{padding:14px 0}.ticker-track{gap:22px}.ticker-track>span{font-size:13px}.ticker-track i{font-size:21px}.section-pad{padding-top:60px;padding-bottom:63px}.section-label{margin-bottom:31px;align-items:flex-start;gap:25px}.section-label>.micro{font-size:7px}.section-label>.micro:last-child{font-size:6px;max-width:143px}.about-grid{display:flex;flex-direction:column;gap:21px}.about h2{font-size:clamp(39px,8.8vw,64px);line-height:1.06}.about-grid>div:first-child{position:relative}.hand-arrow{position:absolute;right:4%;bottom:-5px;width:116px;height:62px;transform:rotate(17deg);margin:0}.about-copy{padding:0;max-width:540px}.about-copy .lead{font-size:22px;line-height:1.4;max-width:430px;margin:10px 0 20px}.about-copy p{font-size:13px;line-height:1.8;margin-bottom:16px}.about-copy .underline-link{font-size:12px;gap:26px;margin-top:2px}.person-notes{margin-top:31px;grid-template-columns:1fr;padding:0}.person-notes p{font-size:18px;min-height:60px;gap:24px;padding:15px 0!important;border:0!important}.person-notes p:not(:last-child){border-bottom:1px solid var(--line)!important}.person-notes span{font-size:9px}.work-section{padding:0 0 48px}.work-head{padding-top:33px}.work-head .section-label{margin-bottom:28px}.work-scroll-hint{display:none}.section-title-row{display:block}.section-title-row>p{font-size:13px;margin-top:21px;padding-bottom:0}.work-head h2{font-size:53px;line-height:1}.work-head .section-title-row{margin-bottom:30px}.work-rail{height:auto!important}.work-sticky{position:static!important;padding-top:0;overflow:visible}.work-track{width:auto;display:grid;gap:27px;transform:none!important;padding:0 var(--gutter);will-change:auto}.project{width:100%;max-width:none;display:flex;flex-direction:column;min-height:0}.project-art{min-height:0;height:auto;aspect-ratio:1.12;border-right:0;border-bottom:1px solid var(--ink);width:100%}.project-copy{padding:24px 25px 23px}.project-kicker{font-size:7px;margin-bottom:20px}.project-copy h3{font-size:34px;line-height:1.05;margin-bottom:19px}.project-copy>p:not(.project-kicker){font-size:13px;line-height:1.8;margin-bottom:16px;max-width:none}.project-copy .project-detail{font-size:12px!important}.project-link{font-size:12px;min-width:215px;padding-top:10px;min-height:43px}.project-art-label{font-size:7px;top:21px;left:22px}.project-art-foot{font-size:7px;left:22px;right:22px;bottom:21px}.project-art-foot>span{font-size:6px}.score-word{top:31%;left:13%}.score-word>span{font-size:50px}.score-word>strong{font-size:85px}.score-word>small{font-size:7px;margin-top:14px}.cell-a{width:56%;left:47%;top:6%}.cell-b{top:3%}.cell-c{width:38%;bottom:-9%}.grant-title-art{font-size:42px;top:57px;left:22px;right:22px}.grant-title-art>span{font-size:40px}.radar{width:69%;left:17%;top:29%}.grant-tag{font-size:8px;bottom:58px;left:17px}.aug-bubble{font-size:39px;padding:22px 28px}.bubble-a{top:18%;left:9%}.bubble-b{top:42%;right:7%;font-size:35px}.sound-wave{bottom:16%;height:33px}.rail-footer{display:none}.pix-section{padding:34px 0 26px}.pix-section .section-label{margin-bottom:39px}.pix-top-link{font-size:7px!important;max-width:none!important;white-space:nowrap}.pix-grid{display:flex;flex-direction:column;gap:26px;align-items:stretch}.pix-name{font-size:29px;margin-bottom:25px}.pix-name>span{font-size:7px;margin-top:7px}.pix-copy h2{font-size:clamp(55px,11.9vw,84px);line-height:.97;margin-bottom:26px}.pix-copy h2 br:nth-of-type(2){display:none}.pix-copy>p:not(.pix-name){font-size:13px;max-width:540px;line-height:1.8;margin-bottom:17px}.pill-link{font-size:12px;min-height:51px;gap:45px;margin-top:9px;padding:12px 21px}.pix-poster{min-height:605px;max-width:450px;width:100%;margin:5px auto 0;overflow:visible}.building-block{height:127px;width:89%;left:4%;padding:13px 19px}.building-block>.micro{font-size:6px}.building-block>strong{font-size:clamp(44px,9.8vw,65px)}.block-one{top:43px}.block-two{top:160px;left:10%}.block-three{top:277px;left:0}.block-four{top:394px;left:4%}.poster-badge{width:103px;height:103px;font-size:17px;right:0;top:0}.poster-caption{font-size:6px;bottom:21px;left:3%;line-height:1.8}.pix-bottom{margin-top:18px;display:block;padding-top:19px}.pix-bottom>.micro{font-size:6px;line-height:1.8;display:block}.pix-bottom>.micro:last-child{margin-top:6px}.journey .section-label{margin-bottom:32px}.profile-link{font-size:6px!important;padding-top:0;min-height:32px;line-height:1.8}.journey-grid{display:block}.journey-intro{position:static;max-width:none}.journey-intro h2{font-size:54px;line-height:1.05}.journey-intro>p{font-size:13px;line-height:1.8;max-width:420px;margin-top:22px}.route-doodle{max-width:250px;margin-top:-4px;margin-left:auto;margin-bottom:25px}.route-doodle>.micro{font-size:6px;margin-top:-9px}.career-entry>summary{min-height:95px;padding:23px 0;gap:19px}.career-number{font-size:9px;margin-top:8px}.career-entry summary strong{font-size:28px}.career-entry summary small{font-size:7px}.plus{font-size:28px}.career-body{padding-left:33px;padding-right:0;padding-bottom:18px}.career-body p{font-size:12px}.career-body p.timeline-role{font-size:13px}.earlier-entry>summary{font-size:12px;min-height:70px}.earlier-content{font-size:12px;line-height:1.85}.connections{padding:33px 0 43px}.connections .section-label{margin-bottom:28px}.connection-title{font-size:clamp(39px,8.5vw,62px);gap:6px;line-height:1.1}.atlantic-symbol{font-size:1.04em}.connection-intro{display:block;margin-top:25px}.connection-intro>p:first-child{font-size:27px;line-height:1.25;margin-bottom:22px}.connection-intro>p:last-child{font-size:13px;max-width:none;line-height:1.8}.community-grid{display:block;margin-top:29px;padding-top:0;border-top:1px solid #aaa0be}.community-item{padding:21px 0;border-bottom:1px solid #aaa0be}.community-item>.micro{font-size:7px;margin-bottom:12px}.community-item h3{font-size:23px;max-width:none;margin-bottom:9px}.community-item p{font-size:12px;max-width:none}.community-extras{grid-template-columns:1fr;gap:0;border:0;margin-top:0;padding-top:0}.community-extras>div{padding:21px 0;border-bottom:1px solid #aaa0be}.community-extras>div:last-child{border:0;padding-bottom:0}.community-extras .micro{font-size:7px;margin-bottom:12px}.community-extras h3{font-size:23px}.community-extras p{font-size:12px}.language-details>summary{font-size:12px;min-height:44px}.notes .section-label{margin-bottom:31px}.notes h2{font-size:53px}.notes .section-title-row{margin-bottom:29px}.filter-group{margin-top:29px;margin-bottom:0;width:max-content}.filter{min-height:43px;font-size:12px;gap:19px;padding:11px 19px}.note-grid{display:grid;grid-template-columns:1fr;gap:21px}.note-card{min-height:315px;padding:24px 25px}.note-2{margin:0}.note-meta{flex-direction:row;font-size:7px;margin-bottom:38px}.note-card h3{font-size:34px;line-height:1.08;max-width:490px;margin-bottom:22px}.note-card p{font-size:12px;max-width:none}.note-cta{font-size:11px;padding-top:15px}.writing-archive{margin-top:27px}.writing-archive>summary{font-size:12px;line-height:1.7;padding:18px 0}.archive-grid{grid-template-columns:1fr;font-size:12px;gap:19px;padding:12px 0 28px}.archive-grid>p{grid-template-columns:34px 1fr;gap:10px}.archive-grid>p>span{font-size:9px}.archive-grid>a{font-size:11px;min-height:40px}.research-intro{font-size:13px}.publication{grid-template-columns:43px 1fr 22px;gap:10px;padding:22px 0}.pub-year{font-size:18px}.publication .micro{font-size:6px;line-height:1.6;margin-bottom:10px}.publication h3{font-size:17px;line-height:1.4}.pub-arrow{font-size:22px}.pub-note{font-size:10px;line-height:1.8}.quote-section{display:block;padding-top:3px;padding-bottom:62px}.quote-star{display:block;font-size:77px;line-height:1;margin-top:0;margin-bottom:21px}.quote-section .micro{font-size:7px;margin-bottom:19px}.quote-section blockquote{font-size:29px;line-height:1.25;letter-spacing:-.045em}.quote-source{display:block;margin-top:22px}.quote-source>strong{font-size:12px;display:block}.quote-source>a{display:inline-flex;font-size:9px;min-height:35px;margin-top:3px}.contact{padding:33px 0 42px}.contact .section-label{margin-bottom:31px}.contact-main{display:block;position:relative}.contact-main h2{font-size:clamp(50px,10.9vw,79px);line-height:1;letter-spacing:-.07em}.contact-arrow{width:70px;height:70px;font-size:50px;margin-left:auto;margin-top:26px}.contact-bottom{display:block;margin-top:2px}.contact-bottom>p{font-size:13px;line-height:1.8;max-width:310px;margin-bottom:24px}.contact-bottom>p>strong{margin-top:4px}.contact-actions{width:100%;max-width:none}.contact-link{font-size:17px;padding:12px 0;min-height:53px}.contact-actions>.micro{font-size:6px;margin-top:11px}.site-footer{padding-top:28px;padding-bottom:22px}.footer-top{display:grid;grid-template-columns:1fr 1fr;gap:25px 10px;padding-bottom:27px}.footer-top>p{grid-column:1/-1;grid-row:2;font-size:10px;margin-top:-6px}.top-link{font-size:8px;gap:13px;justify-self:end;line-height:1.5}.top-link>span{font-size:22px}.footer-bottom{display:block;padding-top:20px}.footer-bottom>.micro{font-size:6px;margin-bottom:12px}.footer-controls{justify-content:space-between;gap:12px;flex-wrap:wrap}.footer-controls>a,.footer-controls>button{font-size:8px;min-height:38px}.info-dialog{padding:20px 24px 30px;max-height:86svh}.info-dialog h2{font-size:36px;margin-bottom:24px}.info-dialog>p{font-size:12px}.source-list{padding-left:15px;gap:22px}.source-list a{font-size:12px}.source-list p{font-size:10px}.source-list li{padding-left:5px}}
@media(max-width:380px){:root{--gutter:20px}.site-header{padding-left:20px;padding-right:12px;gap:10px}.wordmark{font-size:24px}.header-end{gap:7px}.say-hello{font-size:10px;padding:8px 11px;gap:8px}.motion-switch{min-width:24px}.hero-meta>.micro{font-size:6px}.hero-location{font-size:6px!important}.hero-stage{padding-top:32px}.hero h1{font-size:15.3vw}.hero-intro p{font-size:13px}.hero-intro{gap:11px}.playground{width:82%;margin-top:23px;margin-bottom:50px}.float-label{padding:9px 11px;width:143px;box-shadow:3px 3px 0 var(--ink)}.float-label strong{font-size:21px}.label-small{font-size:6px}.label-science{width:142px;top:-9%;right:5%}.label-people{width:137px;left:-12%;top:51%}.label-ideas{width:162px;right:-2%;bottom:0}.spin-button{font-size:7px;bottom:-20%}.art-note{font-size:5px;bottom:-16%;right:-1%}.hero-bottom{gap:14px}.hero-bottom strong{font-size:12px}.current-small{font-size:7px}.pix-mini strong{font-size:11px;gap:8px}.hero-bottom .micro{font-size:5px}.about h2{font-size:8.7vw}.hand-arrow{width:88px;right:1%;bottom:5px}.about-copy .lead{font-size:20px}.work-head h2,.notes h2{font-size:47px}.project-copy{padding:22px 21px}.project-copy h3{font-size:31px}.score-word>span{font-size:42px}.score-word>strong{font-size:73px}.score-word>small{font-size:6px}.grant-title-art{font-size:37px}.project-art-label{font-size:6px;left:18px}.project-art-foot{left:18px;right:18px;font-size:6px}.project-art-foot>span{font-size:5px}.grant-tag{font-size:7px;bottom:54px}.aug-bubble{font-size:33px;padding:19px 22px}.bubble-b{font-size:29px}.pix-copy h2{font-size:11.7vw}.pix-poster{min-height:560px}.building-block{height:115px;padding:11px 15px}.building-block>strong{font-size:9.6vw}.building-block>.micro{font-size:5px}.block-one{top:44px}.block-two{top:152px}.block-three{top:260px}.block-four{top:368px}.poster-badge{width:91px;height:91px;font-size:15px}.poster-caption{font-size:5px;bottom:14px}.journey-intro h2{font-size:48px}.connection-title{font-size:8.5vw}.note-card h3{font-size:31px}.note-meta{font-size:6px}.quote-section blockquote{font-size:27px}.contact-main h2{font-size:10.7vw}.contact .section-label>.micro:first-child{font-size:6px}.footer-controls{gap:8px}.footer-controls>a,.footer-controls>button{font-size:7px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
@media print{*{box-shadow:none!important;background:white!important;color:black!important;transform:none!important;translate:none!important}html{scroll-padding:0}body{font-size:11px}.site-header,.reading-progress,.playground,.ticker,.filter-group,.menu-dialog,.info-dialog,.motion-switch,.project-art,.pix-poster,.route-doodle,.hand-arrow,.contact-arrow,.footer-controls,.scroll-cue{display:none!important}.wrap{padding:0;max-width:none}.hero{padding:0;min-height:0;height:auto;overflow:visible}.hero-stage{display:block;padding:20px 0}.hero h1{font-size:60px}.hero-intro{margin:20px 0}.hero-bottom{padding:20px 0;margin:0}.hero-meta{padding:0}.section-pad,.connections,.pix-section,.contact{padding:30px 0}.section-label{margin-bottom:20px}.section-title-row{display:block}h2,.about h2,.journey-intro h2,.connection-title,.contact-main h2,.pix-copy h2{font-size:35px}.about-grid,.journey-grid,.pix-grid{display:block}.about-copy{margin-top:20px}.journey-intro{position:static}.person-notes{padding:15px 0;margin-top:25px}.work-section{padding:20px 0}.work-rail{height:auto!important}.work-sticky{position:static!important;overflow:visible}.work-track{display:block!important;width:100%;padding:0}.project{display:block;width:100%!important;min-height:0;margin:20px 0;break-inside:avoid;border:1px solid #777}.project-copy{padding:20px}.project-copy h3{font-size:27px}.project-link{margin:0}.rail-footer{display:none}.pix-name{margin-bottom:20px}.pix-copy>p:not(.pix-name){max-width:none}.pix-bottom{margin-top:25px}.career-list{margin-top:20px}.career-entry>summary{min-height:65px;padding:16px 0}.career-entry summary strong{font-size:23px}.community-item{break-inside:avoid}.community-grid,.community-extras{gap:20px}.community-item h3,.community-extras h3{font-size:18px}.note-grid{display:block}.note-card{min-height:0;margin:15px 0;padding:20px;break-inside:avoid}.note-meta{margin-bottom:15px}.note-card h3{font-size:23px}.notes-panel[hidden]{display:block!important}.publication{break-inside:avoid}.publication h3{font-size:17px}.quote-section{padding:30px 0;display:block}.quote-star{display:none}.quote-section blockquote{font-size:26px}.contact-bottom{margin-top:25px}.contact-link{font-size:14px}.site-footer{padding:20px 0}.js .reveal{opacity:1!important}}

/* Keep the lower collage label fully readable, including on narrow desktops. */
@media(min-width:761px){.label-ideas{right:7%}}
/* Final responsive and keyboard-navigation refinements. */
.note-grid>*{min-width:0}.note-card h3{overflow-wrap:break-word;hyphens:auto}
.work-rail:not(.is-horizontal) .project{width:100%}
@media(min-width:761px){.is-horizontal .project{min-height:clamp(480px,calc(100svh - 245px),740px)}.spin-button{bottom:-6%}.art-note{bottom:-5%}}
@media(min-width:761px) and (max-height:949px){.playground{max-width:calc(100svh - 330px);width:112%;justify-self:end;margin-left:0;margin-right:-2%}.hero-stage{padding-top:18px;padding-bottom:18px}.hero-bottom{margin-top:24px}}
@media(min-width:1201px){.project-copy>p:not(.project-kicker){font-size:15px}.project-copy .project-detail{font-size:13px!important}}
@media(max-width:380px){.note-card h3{font-size:27px}}
