@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url(/fonts/dm-sans-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url(/fonts/dm-sans-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url(/fonts/manrope-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url(/fonts/manrope-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
:root{--bg:#141414;--text:#f1f1f1;--muted:#959595;--line:#333333;--accent:#f1f1f1;--panel:#1c1c1c;--hover:#202020;--ink:#202020}*{box-sizing:border-box}html{font-size:16px}html[data-theme=light]{--bg:#f5f5f5;--text:#202020;--muted:#666666;--line:#d6d6d6;--panel:#eaeaea;--hover:#e9e9e9;--accent:#f1f1f1;--ink:#202020}body{margin:0;background:var(--bg);color:var(--text);font-family:'DM Sans',sans-serif;transition:background .3s,color .3s}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit;color:inherit;cursor:pointer}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible{outline:2px solid var(--accent);outline-offset:6px}button{border:0;background:none}.page{max-width:1512px;margin:0 auto;padding:42px 6.2vw 26px;position:relative}.cursor-halo{position:fixed;inset:0;pointer-events:none;background:radial-gradient(480px circle at var(--mx,70%) var(--my,35%),#f1f1f107,transparent 75%);z-index:0}header{display:flex;align-items:center;justify-content:space-between}.wordmark{font-family:Manrope,sans-serif;font-weight:800;font-size:29px;letter-spacing:-1.8px}.wordmark span{font-size:12px;vertical-align:top;display:inline-block;margin:5px 0 0 4px;letter-spacing:0}.settings{display:flex;align-items:center;gap:23px}.settings button{min-height:44px}.settings #language{display:flex;align-items:center;gap:11px;font-size:13px;font-weight:600;letter-spacing:.07em}.settings span:not(.active){color:var(--muted)}.settings .divider{opacity:.4}#theme{border:1px solid var(--line);width:44px;border-radius:50%;display:grid;place-items:center}main{display:grid;grid-template-columns:1.15fr 1fr;gap:9%;padding:103px 0 84px;align-items:center}.eyebrow{display:flex;align-items:center;gap:12px;font-size:12px;letter-spacing:.14em;font-weight:550}.tiny-cross{color:var(--accent);font-size:25px}html[data-theme=light] .tiny-cross{color:#444444}h1{font-family:Manrope,sans-serif;font-size:clamp(60px,6.8vw,102px);line-height:1.12;letter-spacing:-.065em;font-weight:500;margin:25px 0 29px}.name{font-weight:650}.period{color:var(--accent)}html[data-theme=light] .period{color:#444444}.specialties{display:flex;align-items:center;gap:16px;font-size:18px;max-width:365px}#role{min-width:164px;transition:opacity .18s}.role-line{height:1px;background:var(--line);flex:1}.role-index{font-size:12px;color:var(--muted);font-variant-numeric:tabular-nums}.bio{font-size:16px;line-height:1.9;color:var(--muted);max-width:485px;margin:29px 0 0}.section-label{display:flex;justify-content:space-between;color:var(--muted);font-size:12px;letter-spacing:.12em;padding-bottom:20px}.section-label>span:last-child{font-size:19px;color:var(--text)}.link-row{border-top:1px solid var(--line);min-height:108px;display:flex;align-items:center;gap:22px;transition:border-color .3s}.link-row:hover{border-color:var(--text)}.number{font-size:12px;color:var(--muted);font-variant-numeric:tabular-nums;align-self:flex-start;margin-top:31px}.link-copy{display:flex;flex-direction:column;gap:6px;flex:1}.link-copy strong{font-family:Manrope,sans-serif;font-size:27px;font-weight:500;letter-spacing:-.035em}.link-copy>span{font-size:14px;color:var(--muted)}.arrow{font-size:27px;font-weight:400;transition:transform .25s}.link-row:hover .arrow{transform:none;color:var(--text)}.showreel{margin-top:26px;min-height:100px;border-radius:5px;background:var(--accent);color:var(--ink);padding:23px;display:flex;align-items:center;width:100%;gap:17px;text-align:left;transition:transform .3s,box-shadow .3s}.showreel:hover{transform:translateY(-3px);box-shadow:0 10px 35px #0002}.play{width:43px;height:43px;border:1px solid #20202040;border-radius:50%;display:grid;place-items:center;flex-shrink:0}.reel-copy{display:flex;flex-direction:column;gap:7px}.reel-copy strong{font-size:18px;font-weight:550;letter-spacing:-.03em}.reel-copy>span{font-size:13px;opacity:.7}.reel-tag{margin-left:auto;font-size:10px;letter-spacing:.07em;white-space:nowrap}.stats{display:flex;align-items:center;gap:17px;margin-top:21px;color:var(--muted);font-size:12px;flex-wrap:wrap}.stats>span{display:inline-flex;align-items:center;gap:5px}.stats svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.5}.behance-mark{font-size:17px;font-weight:700;color:var(--text)}.stats .stats-note{font-size:10px;opacity:.7;margin-left:auto}footer{display:flex;align-items:center;border-top:1px solid var(--line);padding-top:24px;gap:28px;color:var(--muted);font-size:12px}.footer-signature{letter-spacing:.1em;font-size:10px}.footer-signature i{font-style:normal;margin:0 8px}footer>a{display:flex;gap:20px;margin-left:auto;font-size:14px;color:var(--text)}footer>a:hover{text-decoration:underline}.copyright{margin-left:25px}dialog{width:min(1000px,92vw);padding:20px;background:#141414;color:#f1f1f1;border:1px solid #383838;border-radius:8px}dialog::backdrop{background:#000c;backdrop-filter:blur(12px)}.modal-head{display:flex;justify-content:space-between;align-items:center;font-size:12px;letter-spacing:.1em;margin-bottom:15px}.modal-head button{width:40px;height:40px;border-radius:50%;background:#ffffff0a}#video-container{aspect-ratio:16/9}iframe{width:100%;height:100%;border:0}.youtube-link{display:inline-block;font-size:14px;margin-top:18px;text-decoration:underline}body:has(dialog[open]){overflow:hidden}@media(min-width:1500px){.page{padding-left:90px;padding-right:90px}main{padding-top:130px;padding-bottom:120px}}@media(max-width:1050px){main{gap:6%;padding:80px 0}h1{font-size:74px}.reel-tag{display:none}.stats .stats-note{width:100%;margin-left:0}footer{flex-wrap:wrap}.copyright{margin-left:0}.stats{gap:12px}}@media(max-width:760px){.page{padding:26px 7vw}header .wordmark{font-size:26px}.settings{gap:16px}main{grid-template-columns:1fr;gap:51px;padding:63px 0 44px}h1{font-size:clamp(60px,12vw,88px);margin:20px 0 26px}.bio{max-width:560px;line-height:1.8}.eyebrow{font-size:11px}.link-row{min-height:102px}.connections{width:100%}.showreel{margin-top:23px}.reel-tag{display:block;font-size:9px}.stats .stats-note{width:auto;margin-left:auto}footer{gap:22px;justify-content:space-between}.footer-signature{order:2;flex-basis:100%;font-size:10px}footer>a{margin-left:0}.copyright{font-size:11px}.cursor-halo{display:none}}@media(max-width:390px){.reel-tag{display:none}.stats>span>span{display:none}.link-copy strong{font-size:24px}.stats .stats-note{display:block}}@media(prefers-reduced-motion:reduce){*,*::before,*::after{transition:none!important;animation:none!important}.cursor-halo{display:none}}@media(hover:none){.cursor-halo{display:none}}

/* Monochrome refinements */
::selection{background:#f1f1f1;color:#141414}html[data-theme=light] ::selection{background:#242424;color:#f1f1f1}
.settings #language{gap:12px}.settings #language .pt,.settings #language .en{display:inline-flex;gap:7px;align-items:center;transition:opacity .25s}.settings #language .flag{font-size:18px;line-height:1;filter:grayscale(1);opacity:1;color:inherit}.settings #language .active{opacity:1}.settings #language .pt:not(.active),.settings #language .en:not(.active){opacity:.45}
.eyebrow{gap:14px;letter-spacing:0;font-size:14px;font-weight:400;color:var(--muted)}.eyebrow::before{content:'';width:30px;height:1px;background:var(--muted)}
.specialties{max-width:420px;gap:16px}.role-window{position:relative;display:block;height:1.8em;flex:1;min-width:0;overflow:hidden;isolation:isolate}#role,.role-incoming{position:absolute;inset:0;display:flex;align-items:center;white-space:nowrap;min-width:0;will-change:transform,opacity}.role-line{flex:0 0 24px}.role-index{min-width:44px}
.link-row{position:relative}.link-row::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:1px;background:var(--text);transform:scaleX(0);transform-origin:right;transition:transform .45s cubic-bezier(.22,1,.36,1)}.link-row:hover::after,.link-row:focus-visible::after{transform:scaleX(1);transform-origin:left}.link-row .arrow{width:42px;height:42px;display:grid;place-items:center;border:1px solid transparent;border-radius:50%;transition:background .25s,border-color .25s}.link-row:hover .arrow,.link-row:focus-visible .arrow{background:var(--hover);border-color:var(--line)}.link-copy strong{transition:opacity .25s}.link-row:hover .link-copy strong{opacity:.8}
.showreel{transition:background .25s}.showreel:hover{transform:none;box-shadow:none;background:#dedede}.showreel .play{transition:background .25s,color .25s}.showreel:hover .play{background:#202020;color:#f1f1f1}.showreel:focus-visible{outline-color:var(--text)}
@media(max-width:390px){.specialties{font-size:16px;gap:10px}.role-line{flex-basis:12px}.settings #language{gap:8px}.settings{gap:12px}}
@media(prefers-reduced-motion:reduce){#role,.role-incoming{will-change:auto}}

/* Third motion direction: compact kinetic label, staggered type, quiet link hover. */
.settings #language .flag{filter:none}.settings #language .pt:not(.active),.settings #language .en:not(.active){opacity:1}.settings #language .pt:not(.active) .flag,.settings #language .en:not(.active) .flag{opacity:1}
.eyebrow{display:inline-flex;gap:10px;padding:9px 13px 9px 10px;border:1px solid var(--line);border-radius:30px;font-size:13px;color:var(--text);line-height:1.25;background:var(--panel)}.eyebrow::before{display:none}.discipline-mark{display:grid;grid-template-columns:repeat(2,5px);grid-template-rows:repeat(2,5px);gap:3px;animation:mark-turn 8s cubic-bezier(.65,0,.35,1) infinite;margin:2px 3px}.discipline-mark i{width:5px;height:5px;background:currentColor;border-radius:1px;animation:mark-shape 4s ease-in-out infinite}.discipline-mark i:nth-child(2),.discipline-mark i:nth-child(3){animation-delay:-2s}
@keyframes mark-turn{0%,15%{transform:rotate(0)}35%,65%{transform:rotate(90deg)}85%,100%{transform:rotate(180deg)}}@keyframes mark-shape{0%,100%{border-radius:1px;opacity:1;transform:scale(1)}50%{border-radius:50%;opacity:.4;transform:scale(.75)}}
.role-letter{display:inline-block;transform-origin:50% 60%;backface-visibility:hidden}.role-window{height:2.1em;overflow:visible;perspective:700px}.specialties{max-width:410px;gap:18px}#role,.role-incoming{font-weight:500;letter-spacing:-.025em}.role-progress{display:flex;gap:5px;align-items:center}.role-progress i{display:block;width:5px;height:5px;border-radius:50%;background:var(--line);transition:background .4s,width .4s}.role-progress i.active{width:17px;background:var(--text);border-radius:4px}
.link-row{isolation:isolate;border-top-color:var(--line);transition:color .25s}.link-row:hover,.link-row:focus-visible{border-top-color:var(--line);background:none;padding-left:0;padding-right:0}.link-row::after{display:none}.link-row::before{content:'';position:absolute;inset:8px -16px;border-radius:6px;background:var(--hover);opacity:0;transform:scale(.985);transition:opacity .35s,transform .45s cubic-bezier(.16,1,.3,1);z-index:-1}.link-row:hover::before,.link-row:focus-visible::before{opacity:1;transform:scale(1)}.link-row .arrow{border:0;border-radius:0;background:none;transition:none;position:relative;overflow:hidden;text-shadow:-42px 42px currentColor}.link-row:hover .arrow,.link-row:focus-visible .arrow{background:none;border:0;animation:arrow-pass .6s cubic-bezier(.22,1,.36,1) both}.link-row:hover .link-copy strong{opacity:1}.link-row .link-copy{transition:transform .4s cubic-bezier(.16,1,.3,1)}.link-row:hover .link-copy,.link-row:focus-visible .link-copy{transform:translateX(4px)}
@keyframes arrow-pass{0%{translate:0 0;opacity:1}45%{translate:7px -7px;opacity:0}46%{translate:-7px 7px;opacity:0}100%{translate:0 0;opacity:1}}
@media(hover:none){.link-row:hover .link-copy{transform:none}.link-row:hover .arrow{animation:none}.link-row:active::before{opacity:1}}
@media(prefers-reduced-motion:reduce){.discipline-mark,.discipline-mark i{animation:none}.role-letter{will-change:auto}.link-row .link-copy{transform:none!important}.link-row:hover .arrow{animation:none}}

.settings #language{display:flex;align-items:center;min-height:44px;font-size:13px;font-weight:600;letter-spacing:.07em}.wordmark img{display:block;width:auto;max-width:190px;height:40px;object-fit:contain}.role-progress{max-width:90px;flex-wrap:wrap}.role-window{min-height:2.1em}#role,.role-incoming{font-size:clamp(13px,1.5vw,18px)}.specialties{max-width:100%}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:760px){#role,.role-incoming{font-size:16px}}

/* Keep the title indicators attached to the title's natural width. */
.specialties{justify-content:flex-start;gap:14px}
.role-window{flex:0 1 auto;width:max-content}
#role{position:relative;inset:auto;width:max-content}
.role-incoming{width:max-content}
.role-progress{flex:0 0 auto;margin-left:0}

/* Fixed indicator column follows the paragraph edge, never the animated text. */
.specialties{display:grid;grid-template-columns:minmax(0,1fr) auto;width:100%;max-width:485px;gap:18px;align-items:center}
.role-window{width:100%;min-width:0;height:2.1em;overflow:hidden}
#role,.role-incoming{position:absolute;inset:0;width:100%;font-size:var(--role-font-size,18px)}
.role-progress{justify-self:end;justify-content:flex-end;margin:0;max-width:90px}
.intro,.connections{min-width:0}.bio{overflow-wrap:anywhere}.link-copy{min-width:0}.link-copy>span{overflow-wrap:anywhere}
@media(max-width:760px){.specialties{max-width:560px}#role,.role-incoming{font-size:var(--role-font-size,16px)}}

#role,.role-incoming{flex-wrap:wrap;align-content:center}

/* Vector arrows keep the same monochrome shape on iOS, Android and desktop. */
.direction-icon{display:inline-block;width:24px;height:24px;flex-shrink:0;vertical-align:middle;color:inherit}
.link-row .arrow{flex-shrink:0;text-shadow:none}
.section-label .direction-icon{width:19px;height:19px}
footer .direction-icon{width:18px;height:18px}
.inline-direction{width:1em;height:1em;vertical-align:-.12em}
