:root{--paper:#f6f1e7;--paper-deep:#ece5d8;--ink:#20211d;--muted:#686961;--line:rgba(32,33,29,0.2);--coral:#ff624f;--blue:#315cde;--green:#9acb3c;--yellow:#f2c744;--sky:#8bcfe7;--max-w:1180px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased;background-image:radial-gradient(rgba(32,33,29,.04) .7px,transparent 0);background-size:6px 6px}::selection{background:rgba(255,98,79,.28)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{font:inherit}.wrap{width:min(var(--max-w),calc(100% - 52px));margin-inline:auto}h1,h2,h3{font-family:Georgia,Times New Roman,serif;font-weight:500;line-height:.98;letter-spacing:-.045em}.nav{position:fixed;inset:0 0 auto;z-index:50;background:rgba(246,241,231,.78);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid transparent}.nav-inner{height:72px;display:flex;align-items:center;justify-content:space-between}.monogram{font-family:Georgia,serif;font-size:1.42rem;font-weight:700;letter-spacing:-.03em}.monogram i{color:var(--coral);font-style:normal}.nav-links{display:flex;align-items:center;gap:32px;font-size:.9rem}.nav-links a{position:relative}.nav-links a:after{content:"";position:absolute;height:1px;inset:auto 0 -4px;background:currentColor;transform:scaleX(0);transform-origin:right;transition:transform .2s}.nav-links a:hover:after{transform:scaleX(1);transform-origin:left}.hero{padding:112px 0 8px;position:relative;overflow:hidden}.hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(390px,.95fr);align-items:center;min-height:620px}.hero-copy{position:relative;z-index:2;padding-bottom:42px}.eyebrow,.kicker{font-size:.72rem;line-height:1;font-weight:700;letter-spacing:.22em;text-transform:uppercase}.eyebrow{margin-bottom:28px}.hero h1{max-width:760px;font-size:clamp(3.3rem,6.2vw,5.6rem)}.hero-script{width:-moz-fit-content;width:fit-content;margin:18px 0 27px 7%;font-family:Brush Script MT,Segoe Script,cursive;font-size:clamp(2rem,3.7vw,3.65rem);line-height:1;transform:rotate(-2deg);position:relative}.hero-script:after{content:"";position:absolute;height:3px;left:0;right:-10px;bottom:-8px;background:var(--ink);border-radius:50%;transform:rotate(-1deg);opacity:.72}.intro{max-width:46ch;color:var(--muted);font-size:1.04rem;margin-bottom:30px}.hero-ctas{display:flex;flex-wrap:wrap;gap:14px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:26px;min-height:52px;padding:12px 25px;border:1px solid var(--coral);background:var(--coral);color:white;font-size:.91rem;font-weight:650;transition:transform .2s,box-shadow .2s,background .2s}.btn:hover{transform:translateY(-3px) rotate(-1deg);box-shadow:6px 7px 0 var(--ink)}.btn.ghost{background:transparent;border-color:var(--ink);color:var(--ink)}.btn.ghost:hover{background:var(--ink);color:var(--paper)}.contour{position:absolute;width:380px;height:260px;border:1px solid rgba(32,33,29,.07);border-radius:48% 52% 38% 62%;pointer-events:none}.contour:after,.contour:before{content:"";position:absolute;inset:24px;border:inherit;border-radius:inherit}.contour:after{inset:50px}.contour-one{right:-175px;top:140px;transform:rotate(17deg)}.contour-two{left:-240px;bottom:10px;transform:rotate(-14deg)}.hero-footnote{display:flex;align-items:center;gap:18px;margin-top:-34px;font-size:.7rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.hero-footnote i{flex:1 1;height:1px;background:var(--line)}.route{position:relative;height:620px;isolation:isolate}.route-line{position:absolute;inset:0;width:100%;height:100%;overflow:visible;pointer-events:none}.route-line path{fill:none;vector-effect:non-scaling-stroke;stroke-linecap:round}.route-line-base{stroke:rgba(32,33,29,.18);stroke-width:1.5;stroke-dasharray:4 7}.route-line-progress{stroke:rgba(32,33,29,.62);stroke-width:2;stroke-dasharray:5;transition:stroke-dashoffset .75s cubic-bezier(.2,.7,.2,1)}.climbing-hold{position:absolute;width:104px;height:74px;border:0;border-radius:58% 42% 48% 52%/55% 62% 38% 45%;transform:translate(-50%,-50%) rotate(-8deg);cursor:pointer;z-index:3;overflow:visible;box-shadow:inset -7px -8px 0 rgba(32,33,29,.1),inset 4px 4px 0 rgba(255,255,255,.16),7px 10px 0 rgba(32,33,29,.12);transition:filter .25s,transform .25s,opacity .25s,box-shadow .25s}.climbing-hold:before{content:"";position:absolute;z-index:-1;inset:18% 7% -10%;border-radius:inherit;background:rgba(38,36,30,.12);filter:blur(5px);transform:translate(6px,7px)}.climbing-hold:nth-of-type(2n){border-radius:39% 61% 55% 45%/48% 38% 62% 52%;transform:translate(-50%,-50%) rotate(11deg)}.climbing-hold.next,.climbing-hold:hover{filter:saturate(1.06);transform:translate(-50%,-50%) rotate(-8deg) scale(1.08);box-shadow:inset -7px -8px 0 rgba(32,33,29,.1),inset 4px 4px 0 rgba(255,255,255,.16),9px 13px 0 rgba(32,33,29,.14)}.climbing-hold.next{animation:hold-breathe 1.8s ease-in-out infinite;outline:2px solid rgba(32,33,29,.2);outline-offset:7px}.climbing-hold.reached{opacity:.64}.climbing-hold.wrong{animation:hold-wrong .46s ease}.climbing-hold:disabled{cursor:default}.route-failed .climbing-hold:not(.wrong){opacity:.48}.route-failed .climbing-hold.wrong{animation:hold-missed .65s ease both}.hold-sky{background-color:var(--sky)}.hold-green{background-color:var(--green)}.hold-yellow{background-color:var(--yellow)}.hold-blue{background-color:var(--blue)}.hold-coral{background-color:var(--coral)}.hold-highlight{display:none}.hold-facet{position:absolute;right:9%;bottom:9%;width:38%;height:48%;border-radius:70% 30% 55% 45%;background:rgba(32,33,29,.055);-webkit-clip-path:polygon(45% 0,100% 18%,88% 100%,0 80%);clip-path:polygon(45% 0,100% 18%,88% 100%,0 80%);pointer-events:none}.hold-bolt{position:absolute;width:14px;height:14px;left:50%;top:50%;translate:-50% -50%;border:2px solid rgba(255,255,255,.18);border-radius:50%;background:#3b3c37;box-shadow:inset 1px 1px 0 rgba(0,0,0,.3)}@keyframes hold-breathe{50%{filter:saturate(1.1);box-shadow:inset -7px -8px 0 rgba(32,33,29,.1),inset 4px 4px 0 rgba(255,255,255,.16),9px 13px 0 rgba(32,33,29,.13),0 0 0 9px rgba(49,92,222,.06)}}@keyframes hold-wrong{20%,60%{translate:-7px 0}40%,80%{translate:7px 0}}@keyframes hold-missed{45%{filter:saturate(1.2);transform:translate(-50%,-50%) rotate(5deg) scale(1.14)}to{filter:saturate(.82)}}.climber{position:absolute;width:58px;height:76px;transform:translate(-50%,-50%);z-index:4;transition:left .7s cubic-bezier(.22,.8,.25,1),top .7s cubic-bezier(.22,.8,.25,1),rotate .4s;filter:drop-shadow(0 2px 1px rgba(246,241,231,.9));pointer-events:none}.climber svg{width:100%;height:100%;overflow:visible}.climber circle{fill:var(--paper);stroke:var(--ink);stroke-width:2.5}.climber path{fill:none;stroke:var(--ink);stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.climber .limb{transform-box:fill-box;transform-origin:center;transition:transform .45s .18s}.climber.step-2 .arm-a,.climber.step-4 .arm-a{transform:rotate(25deg)}.climber.step-1 .leg-b,.climber.step-3 .leg-b,.climber.step-5 .leg-b{transform:rotate(-24deg)}.climber-wobble{animation:climber-wobble .45s ease}@keyframes climber-wobble{20%,60%{rotate:-8deg;translate:-5px 0}40%,80%{rotate:8deg;translate:5px 0}}.climber-miss{animation:climber-miss-fall 1.55s both;z-index:5}.climber.climber-miss .arm-a{animation:missed-arm-a .55s ease both}.climber.climber-miss .arm-b{animation:missed-arm-b .55s ease both}.climber.climber-miss .leg-a{animation:missed-leg-a 1.1s ease both}.climber.climber-miss .leg-b{animation:missed-leg-b 1.1s ease both}.climber-callout{position:absolute;left:42px;top:-12px;padding:3px 8px 4px;border:1px solid var(--ink);border-radius:50%;background:var(--paper);color:var(--ink);font-family:Brush Script MT,Segoe Script,cursive;font-size:.8rem;line-height:1;opacity:0;rotate:8deg;white-space:nowrap}.climber-miss .climber-callout{animation:callout-pop .68s ease .22s both}@keyframes climber-miss-fall{0%{left:var(--start-left);top:var(--start-top);transform:translate(-50%,-50%) rotate(0);opacity:1;animation-timing-function:cubic-bezier(.2,.75,.22,1)}32%{left:var(--jump-left);top:var(--jump-top);transform:translate(-50%,-64%) rotate(-12deg) scale(1.06);opacity:1;animation-timing-function:cubic-bezier(.55,.02,.88,.55)}44%{left:var(--jump-left);top:calc(var(--jump-top) + 2%);transform:translate(-50%,-50%) rotate(15deg) scale(.98);opacity:1}to{left:var(--landing-left);top:108%;transform:translate(-50%,-50%) rotate(128deg) scale(.82);opacity:0}}@keyframes missed-arm-a{45%{transform:rotate(-58deg) translate(-2px,-4px)}to{transform:rotate(42deg)}}@keyframes missed-arm-b{45%{transform:rotate(62deg) translate(3px,-5px)}to{transform:rotate(-48deg)}}@keyframes missed-leg-a{35%{transform:rotate(26deg)}to{transform:rotate(-54deg)}}@keyframes missed-leg-b{35%{transform:rotate(-32deg)}to{transform:rotate(58deg)}}@keyframes callout-pop{0%{opacity:0;transform:scale(.45)}28%,72%{opacity:1;transform:scale(1.06)}to{opacity:0;transform:translateY(-12px) scale(.9)}}.landing-puff{position:absolute;bottom:3%;width:1px;height:1px;opacity:0;pointer-events:none;z-index:2}.landing-puff i{position:absolute;width:13px;height:7px;border:1.5px solid rgba(32,33,29,.36);border-radius:50%}.landing-puff i:first-child{translate:-21px -4px;rotate:-18deg}.landing-puff i:nth-child(2){translate:-4px -12px}.landing-puff i:nth-child(3){translate:14px -3px;rotate:20deg}.route-failed .landing-puff{animation:landing-puff .48s ease 1.05s both}.route-failed .landing-puff i{animation:dust-float .48s ease-out 1.05s both}@keyframes landing-puff{0%{opacity:0;transform:scale(.5)}35%{opacity:1;transform:scale(1.18)}to{opacity:0;transform:scale(1.75)}}@keyframes dust-float{to{transform:translateY(-13px)}}.route-instruction{position:absolute;bottom:0;right:0;max-width:270px;color:var(--muted);font-size:.75rem;text-align:right}.route-instruction span{display:block;color:var(--ink);font-weight:800;letter-spacing:.15em;text-transform:uppercase}.route-instruction button{margin-left:8px;border:0;border-bottom:1px solid;background:none;cursor:pointer;color:var(--ink)}.chalk-burst{position:absolute;left:65%;top:10%;opacity:0;font-size:4rem;color:var(--coral);pointer-events:none}.route-complete .chalk-burst{animation:chalk-pop .9s ease both}@keyframes chalk-pop{0%{opacity:0;transform:scale(.2) rotate(-20deg)}35%{opacity:.9;transform:scale(1.2) rotate(8deg)}to{opacity:0;transform:scale(1.8) rotate(18deg)}}section.block{padding:56px 0}#work{padding-top:38px}.section-head{max-width:720px;margin-bottom:30px}.kicker{color:var(--blue);margin-bottom:19px}.section-title{font-size:clamp(2.5rem,5vw,4.5rem);margin-bottom:17px}.lede{max-width:58ch;color:var(--muted)}.work-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:clamp(26px,4vw,58px);gap:clamp(26px,4vw,58px);border-top:1px solid var(--line);padding-top:30px}.work-list>.reveal:first-child{grid-column:1/-1}.work-card{display:flex;flex-direction:column;min-width:0}.work-card.work-featured{display:grid;grid-template-columns:minmax(240px,.7fr) minmax(280px,1fr) minmax(260px,.72fr);grid-column-gap:clamp(28px,4vw,58px);column-gap:clamp(28px,4vw,58px);align-items:start;padding:16px 0 44px;border-bottom:1px solid var(--line)}.work-featured .work-heading{grid-column:1;min-height:0}.work-featured .work-media{grid-column:3;grid-row:1;width:100%;max-width:360px;min-height:490px;justify-self:end}.work-featured .work-body{grid-column:2;grid-row:1;padding:4px 0 0}.work-featured .work-body p{margin-bottom:28px}.work-heading{min-height:92px;display:grid;grid-template-columns:auto 1fr;align-items:start;grid-gap:24px;gap:24px;padding:0 5px}.work-number{font-family:Georgia,serif;font-size:clamp(3.8rem,6vw,5.5rem);line-height:.75;letter-spacing:-.08em}.work-heading h3{font-size:clamp(1.65rem,3vw,2.45rem);display:flex;align-items:center;gap:10px;margin-bottom:9px}.work-heading h3 img{width:34px;height:34px;flex:0 0 34px;object-fit:contain;border-radius:8px}.work-media{position:relative;min-height:340px;overflow:hidden;border:1px solid var(--line)}.work-card:nth-child(2n) .work-media,.work-media{border-radius:8px}.work-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.2,.7,.2,1)}.work-card:hover .work-media img{transform:scale(1.025)}.work-body{padding:24px 5px 0}.work-status{display:inline-flex;align-items:center;gap:8px;color:var(--blue);font-size:.64rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase;border-bottom:1px solid}.work-status.building{color:#bd7500}.work-body p{color:var(--muted);font-size:.94rem;margin-bottom:24px}.tags{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:24px}.tags span{padding:4px 10px;border:1px solid var(--line);font-size:.72rem}.work-links{font-size:.88rem;font-weight:750}.work-links a{border-bottom:1px solid var(--ink);padding-bottom:3px}#about{position:relative;overflow:hidden;background:var(--paper-deep);color:var(--ink)}#about:before{content:"";position:absolute;width:420px;height:420px;right:-190px;top:-170px;border:1px solid rgba(32,33,29,.08);border-radius:44% 56% 63% 37%;box-shadow:inset 0 0 0 34px var(--paper-deep),inset 0 0 0 35px rgba(32,33,29,.06),inset 0 0 0 70px var(--paper-deep),inset 0 0 0 71px rgba(32,33,29,.05);transform:rotate(20deg)}#about .wrap{position:relative;z-index:1}#about .kicker{color:var(--coral)}.about-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.about-card{min-height:280px;padding:34px 28px;border-right:1px solid var(--line);transition:background .25s,color .25s,transform .25s}.about-grid>div:last-child .about-card{border-right:0}.about-card:hover{background:rgba(255,255,255,.42);transform:translateY(-5px)}.emoji{width:54px;height:54px;display:grid;place-items:center;margin-bottom:30px;border-radius:44% 56% 61% 39%;background:rgba(255,255,255,.55);box-shadow:4px 5px 0 rgba(32,33,29,.08);font-size:1.75rem}.about-grid>div:nth-child(2) .emoji{background:rgba(139,207,231,.3);transform:rotate(5deg)}.about-grid>div:nth-child(3) .emoji{background:rgba(242,199,68,.3);transform:rotate(-4deg)}.about-card h3{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.1rem;font-weight:750;letter-spacing:0;margin-bottom:10px}.about-card p{opacity:.7;font-size:.9rem}.contact{text-align:center;padding:64px 0}.contact h2{font-size:clamp(3rem,6.5vw,6rem);margin-bottom:24px}.contact p{max-width:46ch;margin:0 auto 38px;color:var(--muted)}.contact-links{display:flex;justify-content:center;flex-wrap:wrap;gap:14px}footer{border-top:1px solid var(--line);padding:30px 0}.footer-inner{display:flex;justify-content:space-between;gap:20px;font-size:.78rem;color:var(--muted)}.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s cubic-bezier(.2,.7,.2,1)}.reveal.visible{opacity:1;transform:none}@media (max-width:900px){.hero{padding-top:110px}.hero-grid{grid-template-columns:1fr}.hero-copy{padding-bottom:0}.route{height:520px;max-width:600px;width:100%;margin:-20px auto 0}.hero-footnote{margin-top:-24px}.work-list{gap:28px}.work-card.work-featured{display:flex;padding:8px 0 36px}.work-featured .work-heading{min-height:92px;margin-bottom:0}.work-featured .work-media{width:100%;max-width:none;min-height:390px}.work-featured .work-body{padding-top:24px}.work-heading{grid-template-columns:auto 1fr;gap:15px}.work-media{min-height:290px}}@media (max-width:620px){.wrap{width:min(100% - 30px,var(--max-w))}.nav-inner{height:62px}.nav-links{gap:12px;font-size:.76rem}.nav-linkedin{display:grid;place-items:center;flex:0 0 24px;width:24px;height:32px}.hero{padding-top:96px}.hero h1{font-size:clamp(3rem,14vw,4.4rem)}.hero-script{margin-left:0;font-size:2.25rem}.route{height:440px}.climbing-hold{width:72px;height:52px}.route-instruction{left:0;right:auto;bottom:6px;width:min(100%,320px);max-width:100%;padding-right:10px;line-height:1.4;text-align:left}.route-instruction span{margin-bottom:3px}.route-instruction button{display:block;width:-moz-fit-content;width:fit-content;margin:6px 0 0}.hero-footnote{display:none}section.block{padding:46px 0}#work{padding-top:30px}.section-head{margin-bottom:26px}.section-title{max-width:100%;font-size:clamp(2.2rem,10.5vw,3rem);line-height:1.02;text-wrap:balance;overflow-wrap:break-word}.work-list{grid-template-columns:1fr;gap:70px}.work-number{font-size:4.3rem}.work-heading{min-height:86px}.work-media{min-height:310px}.work-body{padding-left:0}.about-grid{grid-template-columns:1fr}.about-card{border-right:0;border-bottom:1px solid var(--line);min-height:230px}.footer-inner{flex-direction:column}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none}}