:root{--paper:#eeede7;--ink:#272923;--muted:#676a60;--line:#c8c9bd;--accent:#a54932;--dark:#252923}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input{font:inherit}button,a,input{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a:focus-visible,button:focus-visible,input:focus-visible{outline:2px solid var(--accent);outline-offset:6px}::selection{background:#a54932;color:white}header{height:112px;margin:0 4.5%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);position:relative;z-index:20}.brand{display:flex;align-items:center;gap:13px;font-size:15px;line-height:1.13;letter-spacing:2px}.brand svg{width:39px;height:39px;fill:none;stroke:currentColor;stroke-width:1.5}.brand rect{stroke:none;fill:var(--accent)}header nav{display:flex;gap:44px;align-items:center;font-size:14px}header nav a{padding:12px 0}.contact-link{border-bottom:1px solid var(--ink)}.contact-link span{margin-left:35px}#menu-toggle{display:none}.hero{min-height:calc(100svh - 112px);position:relative;padding:65px 4.5% 74px;display:grid;grid-template-columns:44% 56%;align-items:center}.hero-copy{position:relative;z-index:2;pointer-events:none}.hero-copy a{pointer-events:auto}.eyebrow{text-transform:uppercase;letter-spacing:1.65px;font-size:12px;line-height:1.7;font-weight:400}.tiny-cross{font-size:18px;color:var(--accent);margin-right:14px}.hero h1{font-size:clamp(76px,8.5vw,164px);font-weight:400;letter-spacing:-.073em;line-height:.99;margin:43px 0 30px;white-space:nowrap}em{font-family:Georgia,'Times New Roman',serif;font-weight:400;letter-spacing:-.055em}h1 em{font-size:1.19em}.hero-description{font-size:16px;line-height:1.6;color:var(--muted);margin:30px 0}.circle-link{display:inline-flex;align-items:center;gap:17px;font-size:14px}.circle{width:47px;height:47px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;font-size:19px;transition:background .3s,color .3s}.circle-link:hover .circle{background:var(--ink);color:var(--paper)}.hero-visual{position:relative;margin:0;padding-left:24px;align-self:center}.hero-visual img{width:100%;height:clamp(430px,59vh,720px);object-fit:cover;object-position:50% 50%;display:block}.hero-visual figcaption{display:flex;justify-content:space-between;font-size:12px;gap:15px;margin-top:15px;color:var(--muted)}.frame-label{position:absolute;left:0;top:0;writing-mode:vertical-rl;font-family:monospace;font-size:12px;letter-spacing:1px}.hero-footer{position:absolute;bottom:25px;left:4.5%;right:4.5%;display:flex;justify-content:space-between;font-size:12px;letter-spacing:.3px;color:var(--muted)}.first-slice{padding:100px 4.5%;border-top:1px solid var(--line)}h2{font-weight:400;font-size:clamp(44px,5.5vw,90px);line-height:1.1;letter-spacing:-.055em;margin:25px 0}.skip{position:fixed;top:-80px;left:20px;z-index:100;padding:15px;background:var(--ink);color:white}.skip:focus{top:10px}[hidden]{display:none!important}@media(min-width:1600px){.hero{padding-top:85px;padding-bottom:110px}}@media(max-width:800px){header{height:90px}header nav{gap:20px}.hero{padding-top:40px;grid-template-columns:1fr;gap:40px}.hero h1{font-size:clamp(80px,16vw,125px);margin:25px 0}.hero-copy{padding-bottom:0}.hero-description{position:absolute;left:56%;bottom:12px;font-size:14px}.hero-visual{padding-left:20px}.hero-visual img{height:420px}.hero-footer{bottom:18px}.hero-footer span:last-child{display:none}.hero-visual figcaption{font-size:12px;flex-wrap:wrap}.hero .eyebrow{font-size:11px}.hero{padding-bottom:82px}}@media(max-width:560px){header nav{display:none}.brand{font-size:12px}#menu-toggle{display:block;border:0;background:none;font-size:14px;padding:15px 0 15px 15px}#menu-toggle span{margin-left:10px}#mobile-nav{position:absolute;z-index:15;top:90px;left:0;right:0;background:var(--paper);padding:25px 6%;border-bottom:1px solid var(--line)}#mobile-nav a{display:block;font-size:28px;padding:15px 0}.hero-description{position:static;margin:25px 0}.hero h1{font-size:24vw}.hero-visual img{height:340px}.hero{gap:34px}.hero-footer{font-size:11px}.first-slice{padding-top:65px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}
.section{padding:110px 4.5%}.section-heading{display:grid;grid-template-columns:27% 73%;align-items:start;margin-bottom:65px}.section-heading h2{margin-top:0}.intro{font-size:16px;line-height:1.7;color:var(--muted)}.work{border-top:1px solid var(--line)}.projects{display:grid;grid-template-columns:1fr 1fr;gap:90px 7%;align-items:start}.project{display:block;text-align:left;color:inherit;width:100%;padding:0;border:0;background:none}.project-wide{grid-column:1;}.project-offset{margin-top:160px}.project-landscape{margin-top:130px}.project-image{position:relative;display:block;overflow:hidden;background:#d5d4cc}.project-image img{width:100%;height:430px;display:block;object-fit:cover;transition:transform 1s cubic-bezier(.2,.65,.3,1)}.project-wide .project-image img{height:390px}.project-offset .project-image img{height:470px}.project:hover img{transform:scale(1.045)}.project-open{position:absolute;bottom:22px;right:22px;padding:13px 20px;border-radius:30px;background:var(--paper);color:var(--ink);font-size:13px;transition:transform .4s,background .4s}.project:hover .project-open{background:#fff;transform:translateY(-5px)}.project-meta{display:flex;justify-content:space-between;gap:18px;padding-top:21px}.project-meta small{font-size:12px;display:block;text-transform:uppercase;letter-spacing:1px;color:var(--muted)}.project-meta strong{display:block;font-size:23px;font-weight:400;letter-spacing:-.7px;margin-top:9px}.project-type{text-align:right;font-size:12px;color:var(--muted);line-height:1.7;max-width:140px}.process{background:var(--dark);color:var(--paper);position:relative}.process .intro{color:#b8bdb2}.process .eyebrow{color:#b8bdb2}.drawing-board{margin:70px auto 0;max-width:1320px}.ruler{height:25px;display:flex;justify-content:space-around;background:repeating-linear-gradient(90deg,#879080 0px,#879080 1px,transparent 1px,transparent 10px);background-size:100% 5px;background-repeat:repeat-x;font-family:monospace;font-size:12px;color:#aeb5a8;align-items:end;margin-bottom:14px}.comparison{position:relative;aspect-ratio:2.1;overflow:hidden;background:var(--paper);touch-action:pan-y}.comparison>img,.sketch-layer,.sketch-layer img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.sketch-layer{clip-path:inset(0 calc(100% - var(--reveal)) 0 0)}.comparison-grid{position:absolute;inset:0;opacity:0;transition:opacity .4s;background-image:linear-gradient(#8e4f3360 1px,transparent 1px),linear-gradient(90deg,#8e4f3360 1px,transparent 1px);background-size:45px 45px;pointer-events:none}.comparison.show-grid .comparison-grid{opacity:1}.compare-label{position:absolute;top:20px;padding:8px 12px;font-size:12px;letter-spacing:1px;text-transform:uppercase;pointer-events:none;background:#eeede7dc;color:#272923}.label-sketch{left:20px}.label-render{right:20px}.slider-line{position:absolute;top:0;bottom:0;width:1px;background:white;left:var(--reveal);pointer-events:none}.slider-line span{position:absolute;top:50%;left:0;transform:translate(-50%,-50%);width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:var(--paper);color:var(--ink);box-shadow:0 2px 15px #0002;font-size:24px}.comparison input{position:absolute;inset:0;width:100%;height:100%;margin:0;opacity:0;cursor:ew-resize}.comparison:focus-within{outline:3px solid #d1b285;outline-offset:6px}.drawing-footer{display:flex;align-items:center;justify-content:space-between;padding:20px 0;font-size:13px;color:#c0c5ba;border-bottom:1px solid #62685c}.drawing-footer button{background:none;border:1px solid #757c6e;border-radius:30px;padding:10px 17px;color:var(--paper);font-size:14px}.drawing-footer button[aria-pressed=true]{background:var(--paper);color:var(--ink)}.asset-note{color:#aeb5a8;font-size:12px;line-height:1.7}.process-notes{display:grid;grid-template-columns:repeat(3,1fr);gap:50px;margin-top:75px}.process-notes span{font-size:14px}.process-notes p{font-size:16px;line-height:1.7;color:#b8bdb2}.interlude{height:85vh;min-height:560px;position:relative;overflow:hidden;background:#30281f}.interlude>img{width:100%;height:115%;object-fit:cover;position:absolute;top:-7.5%;filter:brightness(.6)}.interlude-copy{position:absolute;left:8%;bottom:17%;color:#fff}.interlude h2{font-size:clamp(65px,8vw,140px);margin-top:30px}.interlude-caption{position:absolute;bottom:30px;right:4.5%;color:#dfdbd2;font-size:12px}.studio{padding-top:120px}.studio-main{display:grid;grid-template-columns:1.1fr 1fr;gap:8%;margin-top:35px}.studio h2{font-size:clamp(45px,4.5vw,74px);margin:0}.studio-body p{font-size:16px;line-height:1.8;color:var(--muted);margin:0 0 23px}.studio-body .lead{font-size:25px;line-height:1.45;letter-spacing:-.6px;color:var(--ink);margin-bottom:30px}.founder{display:flex;gap:25px;align-items:center;margin-top:55px}.founder img{width:132px;height:170px;object-fit:cover;filter:grayscale(1)}.founder h3{font-size:21px;font-weight:400;margin:0 0 10px}.founder p{font-size:14px;margin:0 0 30px}.founder span{font-size:12px;color:var(--muted)}.experience{display:grid;grid-template-columns:1fr 1fr;padding:30px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-top:36px}.experience strong{display:block;font-size:45px;letter-spacing:-2px;font-weight:400}.experience span{font-size:12px;display:block;margin-top:10px;color:var(--muted)}.credits{margin-top:35px}.credits p.eyebrow{font-size:12px}.credits>span{display:inline-block;margin-right:45px;font-size:26px;letter-spacing:-1px}.contact{background:#d8dccf;padding-bottom:0;overflow:hidden}.contact-top{display:flex;justify-content:space-between;align-items:center}.contact h2{font-size:clamp(65px,9vw,150px)}.contact-arrow{width:120px;height:120px;border:1px solid #747d6b;border-radius:50%;display:grid;place-items:center;font-size:58px;transition:background .3s,color .3s}.contact-arrow:hover{background:var(--ink);color:var(--paper)}.contact-details{display:flex;justify-content:space-between;align-items:end;padding:50px 0 70px;gap:30px}.email{font-size:clamp(18px,2.8vw,44px);letter-spacing:-1px;border-bottom:1px solid var(--ink);padding-bottom:8px}.contact-details p{font-size:14px;line-height:1.8;margin:0}footer{border-top:1px solid #a6ae9c;display:flex;justify-content:space-between;gap:25px;padding:25px 0;font-size:12px}.footer-wordmark{font-size:29vw;line-height:.78;letter-spacing:-.078em;margin:30px 0 -1.4vw -1.5vw;font-weight:500}.reveal{opacity:1;transform:none}.motion .reveal{transition:opacity .85s,transform .85s}.motion .reveal.pending{opacity:0;transform:translateY(32px)}dialog{background:var(--paper);color:var(--ink);padding:32px;width:min(1280px,94vw);max-height:94svh;border:0;box-shadow:0 30px 150px #0007}dialog::backdrop{background:#141812d9;backdrop-filter:blur(10px)}.dialog-top{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:20px}.dialog-top h2{font-size:38px;margin:8px 0 0}.dialog-top p{margin:0}.dialog-top button{background:none;border:0;padding:15px;font-size:14px}.dialog-top button span{font-size:27px;margin-left:18px}.gallery-stage{position:relative;background:#d7d8cc;height:min(58vh,650px);overflow:hidden}.gallery-stage img{width:100%;height:100%;object-fit:contain;display:block}.gallery-stage button{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border:0;background:var(--paper);border-radius:50%;font-size:22px}#gallery-prev{left:18px}#gallery-next{right:18px}.gallery-bottom{display:flex;justify-content:space-between;align-items:center;gap:20px;font-size:13px;margin-top:14px}.gallery-bottom>div{display:flex;align-items:center;gap:25px}.gallery-bottom button{font-size:14px;border:1px solid var(--line);background:none;padding:10px 17px;border-radius:30px}#dialog-description{font-size:14px;line-height:1.7;color:var(--muted);max-width:750px;margin-bottom:0}.gallery-stage.touring img{animation:gentle-pan 6s linear forwards}@keyframes gentle-pan{from{transform:scale(1)}to{transform:scale(1.045)}}@media(max-width:1050px){.project-meta{display:block}.project-type{display:block;text-align:left;max-width:none;margin-top:12px}.project-type br{display:none}.project-type br:after{content:' · '}.project-image img,.project-wide .project-image img{height:330px}.project-offset .project-image img{height:390px}.section-heading{grid-template-columns:24% 76%}.studio-main{gap:5%}.studio h2{font-size:48px}}@media(max-width:800px){.section{padding:75px 5%}.section-heading{display:block;margin-bottom:40px}.section-heading>.eyebrow{margin-bottom:28px}.projects{gap:55px 5%}.project-offset,.project-landscape{margin-top:75px}.project-image img,.project-wide .project-image img,.project-offset .project-image img{height:300px}.project-meta strong{font-size:21px}.project-open{bottom:14px;right:14px;font-size:12px;padding:11px 14px}.process-notes{gap:25px}.process-notes p{font-size:14px}.studio-main{grid-template-columns:1fr;gap:50px}.founder{margin-top:35px}.studio-body{max-width:650px}.contact{padding-bottom:0}.contact-arrow{width:90px;height:90px;font-size:40px}.contact-details{padding:30px 0 50px;display:block}.contact-details p{margin-top:30px}footer{flex-wrap:wrap}.interlude{height:70svh;min-height:460px}.drawing-board{margin-top:40px}.gallery-bottom{align-items:start}.gallery-bottom>div{gap:12px}}@media(max-width:560px){.projects{display:block}.project{margin:0 0 45px}.project-image img,.project-wide .project-image img,.project-offset .project-image img{height:320px}.project:last-child{margin-bottom:0}.intro br{display:none}.project-meta{display:flex}.project-type{font-size:11px;margin-top:0;max-width:90px;text-align:right}.project-meta strong{font-size:20px;line-height:1.25}.project-meta small{font-size:11px}.process h2{font-size:43px}.comparison{aspect-ratio:1.4}.comparison>img,.sketch-layer img{object-fit:cover}.compare-label{font-size:10px;top:12px;padding:6px 8px}.label-sketch{left:12px}.label-render{right:12px}.slider-line span{width:45px;height:45px}.drawing-footer{gap:15px;align-items:start}.drawing-footer>span{font-size:12px;max-width:155px;line-height:1.6}.drawing-footer button{font-size:12px;white-space:nowrap}.process-notes{grid-template-columns:1fr;gap:20px;margin-top:45px}.process-notes>div{display:grid;grid-template-columns:100px 1fr;gap:10px;border-bottom:1px solid #62685c;padding-bottom:20px}.process-notes p{margin:0;line-height:1.5}.process-notes br{display:none}.process-notes span{font-size:12px;line-height:1.7}.interlude h2{font-size:59px}.studio h2{font-size:46px}.studio-body .lead{font-size:23px}.contact h2{font-size:61px}.contact-arrow{width:60px;height:60px;font-size:32px;flex-shrink:0}.contact-details .email{font-size:18px;letter-spacing:-.5px}footer{font-size:11px}footer>span:nth-child(2){display:none}.contact-top{gap:10px}.footer-wordmark{margin-top:30px}dialog{padding:18px;width:96vw;max-height:96svh}.dialog-top h2{font-size:26px}.dialog-top button{padding:10px 0}.dialog-top button span{margin-left:7px}.gallery-stage{height:43svh}.gallery-bottom{display:block}.gallery-bottom>div{justify-content:space-between}.gallery-stage button{width:40px;height:40px}#gallery-prev{left:8px}#gallery-next{right:8px}.asset-note{font-size:11px}}
/* Scroll-led architecture experience */
html{scroll-padding-top:110px}body{overflow-x:clip}header{position:fixed;top:0;left:4.5%;right:4.5%;margin:0;height:105px;color:#f6f4ed;border-bottom:1px solid #ffffff32;transition:color .45s,border-color .45s,background .45s;z-index:40}header .brand rect{fill:#d5b699}header .contact-link{border-color:#ffffff75}header.ink{color:var(--ink);border-color:var(--line);background:#eeede7eb;backdrop-filter:blur(18px)}header.ink .contact-link{border-color:var(--ink)}header.ink .brand rect{fill:var(--accent)}#mobile-nav{position:fixed;z-index:39;color:var(--ink)}.journey{height:500svh;position:relative;background:#232923}.journey-sticky{height:100svh;position:sticky;top:0;overflow:clip;isolation:isolate;color:#f5f2e9}.scene-surface{position:absolute;inset:0;overflow:hidden;background:#353c32}.journey-fallback,#journey-canvas{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}#journey-canvas{opacity:0;transition:opacity 1.2s}.webgl-ready #journey-canvas{opacity:1}.scene-shade{position:absolute;inset:0;background:linear-gradient(180deg,#111d1bcc,transparent 34%,#0d18143d 62%,#0e1913c9);pointer-events:none}.journey-intro{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;z-index:3;padding:120px 20px 140px;will-change:transform,opacity}.journey-intro .eyebrow{letter-spacing:3px;font-size:12px;color:#ece9dfcc;margin-bottom:25px}.journey h1{font-size:clamp(84px,10.8vw,190px);line-height:.85;letter-spacing:-.075em;font-weight:400;margin:0;text-shadow:0 3px 45px #13291e33}.journey h1 em{font-size:1.13em;line-height:1.05;letter-spacing:-.065em}.intro-line{font-size:15px;margin-top:30px;color:#f5f2e9ca;letter-spacing:.2px}.journey-chapter{position:absolute;z-index:3;left:9%;bottom:22%;opacity:0;pointer-events:none;will-change:transform,opacity}.chapter-kicker{font-family:monospace;text-transform:uppercase;letter-spacing:2px;font-size:12px;color:#eee9decc}.journey-chapter h2{font-size:clamp(70px,7vw,120px);line-height:.94;letter-spacing:-.055em;margin:28px 0 0}.journey-chapter h2 em{line-height:1.1}.journey-hud{position:absolute;z-index:5;bottom:33px;left:4.5%;right:4.5%;display:flex;align-items:center;justify-content:space-between;gap:30px;font-size:12px;color:#f5f2e9bd}.scroll-invitation{display:flex;align-items:center;gap:15px;min-height:44px;white-space:nowrap}.scroll-track{height:42px;width:1px;background:#ffffff40;position:relative;overflow:hidden}.scroll-track i{position:absolute;top:-40%;height:40%;width:1px;background:#f3ead9;animation:scroll-hint 2s ease-in-out infinite}@keyframes scroll-hint{to{top:110%}}.scene-caption{text-align:center;font-size:12px;line-height:1.6;max-width:300px}.journey-index{display:flex;gap:12px}.journey-index button{background:none;border:0;color:#fff8;padding:12px 0;display:flex;align-items:center;gap:9px;min-width:40px;font-family:monospace;font-size:12px}.journey-index i{width:22px;height:1px;background:#ffffff40;position:relative}.journey-index i:after{content:'';position:absolute;left:0;top:0;height:1px;background:#f4eee3;width:100%;transform:scaleX(0);transform-origin:left;transition:transform .6s}.journey-index .active{color:#fff}.journey-index .active i:after{transform:scaleX(1)}.journey-end{position:absolute;z-index:4;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:var(--ink);opacity:0;pointer-events:none;will-change:opacity,transform}.journey-end h2{font-size:clamp(58px,8vw,128px);line-height:1.02;margin:26px 0 40px}.journey-end .eyebrow{color:var(--muted)}.journey-end.is-active{pointer-events:auto}.journey-curtain{position:absolute;inset:0;z-index:2;background:var(--paper);opacity:0;pointer-events:none}.journey-anchor{position:absolute;top:95svh}.tour-cursor{position:absolute;left:0;top:0;z-index:4;border:1px solid #f1eddf66;border-radius:50%;width:96px;height:96px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;font-size:11px;letter-spacing:1px;opacity:0;pointer-events:none;transition:opacity .3s;will-change:transform}.tour-cursor i{font-style:normal;font-size:18px}.journey-sticky.pointer-inside .tour-cursor{opacity:.75}.journey:has(.journey-end.is-active) .tour-cursor{display:none}.work{padding-top:45px;position:relative;border-top:0;z-index:2}.work-intro{display:flex;justify-content:space-between;align-items:center;gap:30px;border-top:1px solid var(--line);padding:27px 0 65px}.work-intro p{margin:0;font-size:14px}.work-intro .eyebrow{font-size:12px}.work-intro>span{font-size:12px;color:var(--muted)}.projects{gap:100px 7%;perspective:1400px}.project-image{will-change:transform;transform-origin:center;transition:box-shadow .5s}.project-image img{height:480px!important;will-change:transform;transition:transform .8s cubic-bezier(.2,.65,.3,1)}.project-wide .project-image img{height:560px!important}.project-offset{margin-top:210px}.project-landscape{margin-top:190px}.project:hover img{transform:scale(1.06)}.project:hover .project-image{box-shadow:0 35px 70px #2933231c}.process{padding-top:150px;padding-bottom:130px}.process .section-heading{margin-bottom:80px}.drawing-board{perspective:1200px}.comparison{will-change:transform;transform-origin:center bottom}.interlude{height:140svh;min-height:0;overflow:visible}.interlude>img{position:sticky;top:0;height:100svh;display:block;filter:brightness(.53);object-fit:cover;width:100%}.interlude-copy{position:absolute;top:43%;bottom:auto;left:9%;transform:translateY(-50%);z-index:2;will-change:transform,opacity}.interlude-caption{bottom:28px;z-index:2}.interlude:after{content:'';position:absolute;inset:auto 0 0;height:30svh;background:linear-gradient(transparent,var(--paper));pointer-events:none}.studio{position:relative;background:var(--paper);z-index:3}.contact{position:relative;z-index:3}.footer-wordmark{will-change:transform}.reveal{will-change:opacity,transform}.motion .reveal.pending{transform:translateY(60px)}.motion .reveal{transition:opacity 1.2s,transform 1.2s cubic-bezier(.16,1,.3,1)}
@media(max-width:800px){header{height:90px}.journey{height:450svh}.journey h1{font-size:17vw}.journey-intro{padding-top:110px}.journey-chapter{left:7%;bottom:28%}.journey-chapter h2{font-size:13vw}.journey-hud{bottom:25px}.scene-caption{display:none}.journey-index{gap:7px}.journey-end h2{font-size:11vw}.work-intro{flex-wrap:wrap;padding-bottom:40px}.work-intro>span{display:none}.project-image img{height:350px!important}.project-wide .project-image img{height:400px!important}.project-offset{margin-top:110px}.project-landscape{margin-top:100px}.process{padding-top:85px;padding-bottom:80px}.interlude{height:120svh}.tour-cursor{display:none}}
@media(max-width:560px){.journey{height:420svh}.journey h1{font-size:24vw}.journey-intro .eyebrow{font-size:11px;letter-spacing:2px}.journey-intro{padding-bottom:130px}.intro-line{font-size:14px}.journey-hud{left:5%;right:5%;gap:8px;bottom:25px}.scroll-invitation{font-size:11px;gap:10px}.journey-index{gap:5px}.journey-index button{min-width:31px;gap:5px;font-size:11px}.journey-index i{width:14px}.journey-chapter{left:7%;bottom:29%}.journey-chapter h2{font-size:17vw}.journey-end h2{font-size:12vw}.journey-end .eyebrow{font-size:11px}.work-intro{gap:17px}.work-intro>p:not(.eyebrow){font-size:13px}.project,.project-offset,.project-landscape{margin:0 0 55px}.project-image img,.project-wide .project-image img{height:390px!important}.project-meta{gap:12px}.project-type{font-size:11px}.process h2{font-size:11vw}.interlude-copy{left:7%;top:45%}.interlude h2{font-size:16vw}.contact h2{font-size:14vw}}
@media(prefers-reduced-motion:reduce){.journey{height:100svh}.journey-chapter,.journey-end,.journey-curtain,.tour-cursor{display:none}.journey-index{display:none}.journey-fallback{filter:brightness(.66)}#journey-canvas{display:none}.journey-sticky{position:relative}.journey-anchor{top:85svh}.interlude{height:80svh;overflow:hidden}.interlude>img{position:absolute;top:0;height:100%}.interlude-copy{top:45%}.project-image,.project-image img{transform:none!important}}

@supports not (overflow:clip){.journey-sticky{overflow:hidden}}
#menu-toggle{color:inherit}

/* Original studio identity and a quieter editorial voice. */
:root{--accent:#df1916;--dark:#242424;--ink:#252525;--muted:#656560;--paper:#f2f1ed;--line:#cfceca}
.brand-mark{width:47px;height:47px;object-fit:contain;display:block;transform-origin:center;will-change:transform}
.brand{gap:15px;letter-spacing:2.1px}.journey h1{font-size:clamp(76px,9.2vw,160px);line-height:.96}.journey h1 em{font-size:1em}
.journey-intro .eyebrow{font-size:12px;letter-spacing:2px}.intro-line{font-size:14px;letter-spacing:1.4px;margin-top:35px}
.journey-chapter h2{font-size:clamp(54px,5.8vw,98px)}.journey-signet{width:clamp(85px,8vw,125px);height:auto;will-change:transform,clip-path}.journey-end h2{font-size:clamp(52px,6.5vw,98px);margin:24px 0}.text-link{font-size:14px;padding:14px 0;border-bottom:1px solid var(--line)}
.project-open{border-radius:0;background:#f2f1edef;padding:12px 16px;font-size:13px;opacity:0;transform:translateY(8px)}.project:hover .project-open,.project:focus-visible .project-open{opacity:1;transform:none}.project:hover .project-image{box-shadow:none}
.contact{background:#e5e4df}.contact-arrow{border-radius:0;width:auto;height:auto;border:0;padding:20px}.contact-arrow:hover{background:transparent;color:var(--accent)}.studio-signature{display:flex;align-items:center;gap:30px;padding:50px 0 65px;letter-spacing:4px;font-size:clamp(22px,3.3vw,48px);line-height:1.15}.studio-signature img{width:95px;height:auto}.studio h2{font-size:clamp(42px,4.2vw,70px)}.process .section-heading{margin-bottom:50px}.asset-note{max-width:650px}
@media(hover:none){.project-open{opacity:1;transform:none}}@media(max-width:560px){.brand-mark{width:42px;height:42px}.brand{gap:11px;letter-spacing:1.6px}.journey h1{font-size:15.6vw}.journey-intro .eyebrow{font-size:11px;letter-spacing:1px}.intro-line{font-size:12px;letter-spacing:.5px}.journey-chapter h2{font-size:14vw}.journey-signet{width:82px}.journey-end h2{font-size:15vw}.studio-signature{padding:35px 0 45px;gap:22px;font-size:24px;letter-spacing:2px}.studio-signature img{width:70px}.contact h2{font-size:13vw}.studio h2{font-size:10vw}.project-meta strong{font-size:21px}.project-type{max-width:112px}.asset-note{font-size:12px}}
@media(prefers-reduced-motion:reduce){.brand-mark,.journey-signet{transform:none!important;clip-path:none!important}}

/* Move directly from the final view into the portfolio. */
.journey{height:420svh}.work.section{padding-top:40px;background:var(--paper)}
@media(max-width:800px){.journey{height:380svh}}
@media(max-width:560px){.journey{height:360svh}.work.section{padding-top:30px}}
@media(prefers-reduced-motion:reduce){.journey{height:100svh}}

/* One continuous studio profile and contact section. */
.studio-close{position:relative;z-index:3;background:var(--paper);padding:65px max(5%,calc((100vw - 1280px)/2)) 0;overflow:clip}
.studio-rule{height:1px;background:var(--line);transform-origin:left;will-change:transform}
.studio-layout{display:grid;grid-template-columns:minmax(260px,.82fr) minmax(0,1.18fr);gap:clamp(40px,6vw,92px);align-items:center;padding:44px 0 38px}
.profile-portrait{margin:0;min-width:0;align-self:stretch;display:flex;flex-direction:column;justify-content:center}
.portrait-window{position:relative;width:100%;aspect-ratio:520/630;overflow:hidden;background:#dddcd7;will-change:clip-path,transform}
.portrait-window img{display:block;width:100%;height:100%;object-fit:cover;object-position:50% 42%;filter:grayscale(1);will-change:transform;transform:scale(1.035)}
.profile-portrait figcaption{display:flex;justify-content:space-between;gap:16px;padding-top:13px;color:var(--muted);font-size:12px;letter-spacing:.3px}
.profile-content{min-width:0}.profile-content .eyebrow{margin:0 0 14px;font-size:12px;letter-spacing:1.8px}.profile-content h2{font-size:clamp(32px,3.5vw,49px);line-height:1.08;letter-spacing:-1.7px;margin:0 0 13px}.profile-content h2 em{letter-spacing:-1.7px}
.profile-role{font-size:14px;line-height:1.6;margin:0;color:var(--ink)}.profile-role span{display:block;color:var(--muted);font-size:13px;margin-top:3px}
.profile-biography{margin-top:25px}.profile-biography>p{font-size:16px;line-height:1.65;color:var(--muted);margin:0 0 12px;max-width:550px}
.profile-credits{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:23px}.profile-credits>span{font-size:12px;line-height:1.6;color:var(--muted);max-width:145px}.profile-credits p{font-size:22px;letter-spacing:-.5px;margin:0;white-space:nowrap}.profile-credits p span{font-size:17px;color:#aaa9a4;margin:0 13px}
.profile-contact{position:relative;padding-top:25px;margin-top:25px;scroll-margin-top:120px}.contact-rule{position:absolute;top:0;left:0;right:0;height:1px;background:var(--line);transform-origin:left;will-change:transform}
.profile-contact>.eyebrow{display:block;font-size:11px;color:var(--muted);margin:0 0 10px}.profile-email{display:flex;justify-content:space-between;align-items:center;gap:15px;font-size:clamp(16px,1.65vw,24px);letter-spacing:-.5px;padding:0 0 12px}.profile-email>span:first-child{overflow-wrap:anywhere}.email-arrow{font-size:28px;transition:transform .35s,color .35s}.profile-email:hover .email-arrow{transform:translate(4px,-4px);color:var(--accent)}.profile-contact address{font-size:14px;line-height:1.6;font-style:normal;color:var(--muted)}
.profile-motion{will-change:transform,opacity}.studio-footer{border-top:1px solid var(--line);padding:20px 0 24px;display:flex;align-items:center;justify-content:space-between;gap:24px;font-size:12px;color:var(--muted)}.footer-brand{display:inline-flex;align-items:center;gap:12px;color:var(--ink);font-size:11px;letter-spacing:1.4px}.footer-brand img{width:30px;height:30px}.studio-footer>span{margin-left:auto}.studio-footer>a:last-child{margin-left:28px;min-height:32px;display:flex;align-items:center}
@media(min-width:1600px){.studio-close{padding-top:75px}.studio-layout{padding-top:48px;padding-bottom:45px}.profile-portrait{max-width:430px}}
@media(max-width:900px){.studio-layout{grid-template-columns:minmax(230px,.8fr) minmax(0,1.2fr);gap:35px}.profile-credits{align-items:flex-start;flex-direction:column;gap:8px}.profile-credits>span{max-width:none}.profile-biography>p{font-size:15px}.portrait-window{aspect-ratio:4/5}.profile-contact{margin-top:20px;padding-top:20px}.profile-email{font-size:17px}.profile-content h2{font-size:36px}}
@media(max-width:650px){.studio-close{padding:42px 6% 0}.studio-layout{grid-template-columns:1fr;gap:27px;padding:28px 0 30px}.profile-portrait{width:100%;max-width:420px;margin:0 auto}.portrait-window{aspect-ratio:1.08;max-height:none}.portrait-window img{object-position:50% 33%}.profile-portrait figcaption{font-size:12px;padding-top:10px}.profile-content h2{font-size:34px}.profile-content .eyebrow{font-size:11px;margin-bottom:10px}.profile-role span{display:inline;margin-left:6px}.profile-biography{margin-top:19px}.profile-biography>p{font-size:16px;line-height:1.6}.profile-credits{flex-direction:row;align-items:center;margin-top:20px;gap:15px}.profile-credits>span{max-width:125px}.profile-credits p{font-size:21px}.profile-credits p span{margin:0 8px}.profile-contact{padding-top:20px;margin-top:22px}.profile-email{font-size:18px;letter-spacing:-.6px;gap:10px}.profile-contact address{font-size:13px}.studio-footer{gap:14px;padding:18px 0 22px;font-size:11px;flex-wrap:wrap}.footer-brand{font-size:10px;letter-spacing:1px;gap:9px}.footer-brand img{width:26px;height:26px}.studio-footer>a:last-child{margin-left:0}.studio-footer>span:nth-child(2){display:block}}
@media(prefers-reduced-motion:reduce){.profile-motion,.portrait-window,.portrait-window img,.studio-rule,.contact-rule{transform:none!important;opacity:1!important;clip-path:none!important}}
