:root{--blue:#0503ff;--ink:#353535;--soft:#ccc;--white:#fff}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--ink);font-family:"Outfit",Arial,sans-serif}
button,input{font:inherit}a{color:inherit}
body.gcb-splash-open{overflow:hidden}
.gcb-splash{display:none;position:fixed;z-index:9999;inset:0;overflow:hidden;background:var(--blue);color:#fff}
.gcb-splash-pending .gcb-splash{display:grid;place-items:center}
.gcb-splash-welcome{margin:0;padding:0 24px;color:#fff;font-size:clamp(1.25rem,2vw,2.4rem);font-weight:600;text-align:center;opacity:0}
.gcb-splash.is-playing .gcb-splash-welcome{animation:gcb-splash-welcome 1.25s .2s ease-in-out forwards}
.gcb-splash.is-leaving{opacity:0;transition:opacity .8s ease-in-out}
@keyframes gcb-splash-welcome{to{opacity:1}}
.gcb-main{min-height:100svh;padding:clamp(28px,7.5vw,144px) 5.65vw clamp(112px,8vw,154px);display:flex;flex-direction:column}
.gcb-name{display:inline-block;color:var(--blue);font-size:clamp(2.35rem,3.05vw,3.7rem);font-weight:700;line-height:.94;letter-spacing:-.055em;text-decoration:none}
.gcb-page-grid{display:grid;grid-template-columns:13.2vw minmax(0,1fr);gap:2.5vw;margin-top:3.45vw}
.gcb-side-nav{position:relative;z-index:100;isolation:isolate;display:flex;flex-direction:column;align-items:flex-start;gap:7px;pointer-events:auto}
.gcb-side-nav a{padding:0;color:var(--soft);font-size:clamp(.78rem,.88vw,1.05rem);font-weight:700;line-height:1.15;text-decoration:none;transition:color .18s,transform .18s}
.gcb-side-nav a:hover{color:var(--blue);transform:translateX(4px)}.gcb-side-nav a.active{color:var(--blue)}
.gcb-content{min-width:0}.gcb-section{display:none;animation:gcb-in .42s cubic-bezier(.22,.8,.22,1) both}.gcb-section.active{display:block}
@keyframes gcb-in{from{opacity:0;transform:translateY(12px)}}
.gcb-projects{border-top:1px solid var(--blue)}
.gcb-project{position:relative;isolation:isolate;width:100%;height:76px;padding:0 30px;border-bottom:1px solid var(--blue);display:grid;grid-template-columns:1fr auto;align-items:center;text-decoration:none;overflow:visible}
.gcb-project-fill{position:absolute;z-index:-1;inset:0;background:var(--blue);transform:scaleX(0);transform-origin:left;transition:transform .39s cubic-bezier(.76,0,.24,1)}
.gcb-project-title{font-size:clamp(1.1rem,1.15vw,1.4rem);font-weight:600;transition:color .18s .08s}
.gcb-project-tags{font-size:clamp(.9rem,1vw,1.2rem);font-weight:300;opacity:0;transform:translateX(12px);transition:.25s}
.gcb-project-preview{position:absolute;z-index:3;width:clamp(185px,18vw,300px);aspect-ratio:1.48;left:58%;top:50%;opacity:0;pointer-events:none;transform:translate(-50%,-42%) scale(.94) rotate(-1deg);transition:opacity .18s .13s,transform .44s .09s;filter:drop-shadow(0 12px 18px rgb(0 0 0/.13))}
.gcb-project-preview img,.gcb-placeholder{width:100%;height:100%;object-fit:cover;display:block}.gcb-placeholder{display:grid;place-items:center;font-size:4rem;font-weight:700;background:#eee;color:var(--blue)}
.gcb-placeholder-0{background:#ff6a3d}.gcb-placeholder-2{background:#efefef}.gcb-placeholder-3{background:var(--ink);color:#ffdf00}.gcb-placeholder-4{background:#c9ff36;color:var(--ink)}
.gcb-project:hover .gcb-project-fill,.gcb-project:focus-visible .gcb-project-fill{transform:scaleX(1)}
.gcb-project:hover .gcb-project-title,.gcb-project:hover .gcb-project-tags{color:#fff}.gcb-project:hover .gcb-project-tags{opacity:1;transform:none}.gcb-project:hover .gcb-project-preview{opacity:1;transform:translate(-50%,-50%) scale(1)}
.gcb-about{max-width:61.5vw;margin-top:1.8vw}.gcb-about-text p{margin:0 0 2.2vw;font-size:clamp(1.1rem,1.52vw,1.82rem);font-style:italic;line-height:1.34;letter-spacing:-.012em}
.gcb-view-cv{color:var(--blue);text-decoration:none;font-size:clamp(.8rem,1.08vw,1.3rem);font-weight:700}.gcb-view-cv:after{content:" →"}
.gcb-friends{width:calc(100% + 15.7vw);margin-left:-15.7vw;margin-top:-3vw;grid-template-columns:39vw 1fr;gap:3.5vw;align-items:start;pointer-events:none}.gcb-friends.active{display:grid}
.gcb-friends-copy{width:39vw;margin:11.7vw 0 0;font-size:clamp(.85rem,1.1vw,1.3rem);line-height:1.58}.gcb-friends-copy p{margin:0}.gcb-logo-cloud{width:41vw}.gcb-logo-cloud img{display:block;width:100%;height:auto}
.gcb-logo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(28px,4vw,72px);align-items:center;padding:1.5vw 0}.gcb-friend-logo{display:grid;place-items:center;min-height:58px}.gcb-friend-logo a{pointer-events:auto}.gcb-friend-logo img{width:auto;max-width:100%;max-height:72px;object-fit:contain;filter:grayscale(1);opacity:.72;transition:filter .2s,opacity .2s,transform .2s}.gcb-friend-logo:hover img{filter:none;opacity:1;transform:scale(1.04)}
.gcb-cv-section.active{display:block;animation:none;transform:none}.gcb-cv-access{position:fixed;z-index:5;top:32vh;left:0;right:0;display:flex;flex-direction:column;align-items:center;gap:2.2vw}
.gcb-cv-access form,.gcb-request-access{width:clamp(280px,23vw,440px);text-align:center}.gcb-cv-access p{margin:0 0 .85vw;white-space:nowrap;font-size:clamp(.9rem,1.05vw,1.25rem)}
.gcb-cv-access input,.gcb-cv-access button,.gcb-request-access a{width:100%;height:2.3vw;min-height:35px;max-height:43px}
.gcb-cv-access input{border:1px solid var(--blue);text-align:center;outline:0}.gcb-cv-access button,.gcb-request-access a{display:grid;place-items:center;margin-top:.45vw;border:0;background:var(--blue);color:#fff;text-decoration:none;cursor:pointer;font-size:clamp(.75rem,.9vw,1.05rem)}
.gcb-cv-error{display:block;margin-bottom:8px;color:#b32d2e}.gcb-cv-viewer{width:86%;max-width:1180px;margin:-4.5vw 0 0 -2.7vw}.gcb-cv-title-row{display:flex;justify-content:flex-end;align-items:center;gap:1.4vw;margin-bottom:1.7vw}
.gcb-cv-title-row h1{margin:0;color:var(--blue);font-size:clamp(1.15rem,1.5vw,1.8rem)}.gcb-download-cv{border:1px solid var(--blue);padding:.45vw .8vw;color:var(--blue);text-decoration:none;font-size:clamp(.68rem,.72vw,.86rem);font-weight:600}
.gcb-cv-tabs{display:grid;grid-template-columns:repeat(4,1fr)}.gcb-cv-tabs button{min-height:35px;border:1px solid var(--blue);background:#fff;color:var(--blue);cursor:pointer;font-size:clamp(.7rem,.78vw,.94rem)}.gcb-cv-tabs button+button{border-left:0}.gcb-cv-tabs button.active{background:var(--blue);color:#fff}
.gcb-cv-panel{height:clamp(320px,calc(100svh - 450px),520px);padding:1.55vw 1.35vw .8vw;border:1px solid var(--blue);border-top:0;overflow-y:auto}.gcb-cv-tab-panel{display:none}.gcb-cv-tab-panel.active{display:block}
.gcb-cv-entry{padding:0 0 1.35vw;margin-bottom:1.35vw;border-bottom:1px solid var(--blue)}.gcb-cv-entry header{display:flex;align-items:baseline;gap:.8vw;flex-wrap:wrap}.gcb-cv-entry h2,.gcb-cv-education h2,.gcb-cv-additional h2{margin:0;color:var(--blue);font-size:clamp(.9rem,1.05vw,1.25rem)}.gcb-cv-entry header p{margin:0;color:#939393;font-size:clamp(.82rem,.92vw,1.08rem);font-weight:600}.gcb-cv-entry ul{margin:.9vw 0 0;padding:0;list-style:none}.gcb-cv-entry li{margin:.28vw 0;font-size:clamp(.8rem,.9vw,1.05rem)}.gcb-cv-entry li:before{content:"– "}
.gcb-cv-education,.gcb-cv-additional{padding-bottom:1.5vw;margin-bottom:1.5vw;border-bottom:1px solid var(--blue)}.gcb-cv-education>span{color:#939393;font-size:.75rem;text-transform:uppercase}.gcb-cv-education p{margin:.4vw 0}.gcb-cv-skills{display:flex;flex-wrap:wrap;gap:1vw}.gcb-cv-skills span{border:1px solid var(--blue);padding:.8vw 1.1vw;color:var(--blue)}
.gcb-contact{position:fixed;z-index:20;left:0;right:0;bottom:1.55vw;display:flex;justify-content:center;pointer-events:none}.gcb-contact a{width:19vw;min-width:235px;background:#fff;color:var(--blue);text-decoration:none;text-align:center;pointer-events:auto}.gcb-contact strong{display:block;margin-bottom:.7vw;font-size:clamp(.75rem,.95vw,1.12rem)}.gcb-contact span{display:grid;place-items:center;height:2.05vw;min-height:26px;max-height:39px;background:var(--blue);color:#fff}
.gcb-project-main{padding-bottom:45px}.gcb-project-heading{margin-bottom:46px}.gcb-project-heading h1{margin:0;color:var(--blue);font-size:clamp(2.2rem,2.85vw,3.4rem);line-height:1;letter-spacing:-.045em}.gcb-project-story{display:grid;grid-template-columns:minmax(250px,315px) minmax(0,1fr);gap:clamp(46px,7vw,108px);align-items:start}.gcb-story-copy{position:sticky;top:32px}.gcb-project-description{font-size:.92rem;line-height:1.45}.gcb-project-description p:first-child{margin-top:0}
.gcb-project-credits{margin:30px 0 34px;font-size:.82rem}.gcb-project-credits>div{padding:10px 0;border-top:1px solid var(--soft)}.gcb-project-credits>div:last-child{border-bottom:1px solid var(--soft)}.gcb-project-credits dt{color:var(--blue);font-weight:600}.gcb-project-credits dd{margin:2px 0 0}.gcb-collaboration{display:block}
.gcb-project-gallery{display:grid;grid-template-columns:repeat(12,1fr);gap:clamp(18px,2.4vw,40px);padding-bottom:60px}.gcb-gallery-item{margin:0;min-width:0;overflow:hidden}.gcb-gallery-item img,.gcb-gallery-item video,.gcb-gallery-item iframe{display:block;width:100%;height:100%;object-fit:cover}.gcb-gallery-item iframe{aspect-ratio:16/9}.gcb-gallery-main{grid-column:1/9}.gcb-gallery-tall{grid-column:9/13;aspect-ratio:.82}.gcb-gallery-wide{grid-column:1/7}.gcb-gallery-small{grid-column:7/13}.gcb-gallery-square{grid-column:3/8;aspect-ratio:1}.gcb-gallery-item figcaption{padding:8px 0;font-size:.75rem}.gcb-gallery-item figcaption span{float:right;color:#939393}
.gcb-project-nav{display:grid;grid-template-columns:1fr auto 1fr;gap:25px;align-items:center;padding-top:30px;border-top:1px solid var(--blue);color:var(--blue);font-size:.85rem;font-weight:600}.gcb-project-nav span:last-child{text-align:right}.gcb-project-nav a{text-decoration:none}
@media(max-width:800px){.gcb-main{padding:28px 20px 132px}.gcb-name{font-size:clamp(3.15rem,15vw,4.6rem)}.gcb-page-grid{display:block;margin-top:54px}.gcb-side-nav{flex-direction:row;flex-wrap:wrap;gap:8px 18px;margin-bottom:32px}.gcb-side-nav a{font-size:.9rem}.gcb-projects{margin-inline:-20px}.gcb-project{height:78px;padding-inline:20px;grid-template-columns:1fr}.gcb-project-tags,.gcb-project-preview{display:none}.gcb-about{max-width:none;margin:0}.gcb-about-text p{font-size:1.48rem;line-height:1.23}.gcb-friends.active{display:block;width:auto;margin:0}.gcb-friends-copy{width:auto;margin:0;font-size:1.15rem;line-height:1.5}.gcb-logo-cloud{width:100%;margin-top:42px}.gcb-logo-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:34px 24px}.gcb-cv-access{position:static;gap:42px}.gcb-cv-access form,.gcb-request-access{width:100%}.gcb-cv-access p{white-space:normal}.gcb-cv-access input,.gcb-cv-access button,.gcb-request-access a{height:48px}.gcb-cv-viewer{width:100%;margin:0}.gcb-cv-title-row{align-items:flex-start}.gcb-cv-tabs{grid-template-columns:repeat(2,1fr)}.gcb-cv-tabs button:nth-child(3){border-left:1px solid var(--blue);border-top:0}.gcb-cv-tabs button:nth-child(4){border-top:0}.gcb-cv-panel{height:auto;max-height:none;min-height:0;padding:28px 18px;overflow:visible}.gcb-contact{bottom:18px;padding-inline:20px}.gcb-contact a{width:min(100%,370px)}.gcb-project-heading{margin-top:52px}.gcb-project-story{display:flex;flex-direction:column;gap:50px}.gcb-story-copy{position:static}.gcb-project-gallery{display:flex;flex-direction:column;gap:20px;width:100%}.gcb-gallery-item{width:100%;aspect-ratio:auto}.gcb-project-nav{grid-template-columns:1fr 1fr}.gcb-back{grid-column:1/3;grid-row:1;text-align:center}.gcb-project-nav span{grid-row:2}}
@media(max-width:800px){.gcb-splash-welcome{font-size:1.15rem}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}.gcb-splash-welcome{opacity:1}}
