I'm not doing AMP, but you made me look at what is allowed and what is not. This from the AMP markups allowed found at GitHub:
Stylesheets
Major semantic tags and the AMP custom elements come with default styles to make authoring a responsive document reasonably easy. An option to opt out of default styles may be added in the future.
[
github.com...]
Sounds like (and what I expected) that AMP is extremely limited in fudge factors (make it unique and artsy) and relies on boilerplate AMP specific CSS, js, and just about anything else that veers from a very STRICT interpretation of static HTML pages.
If I read it correctly, the HEAD section is pretty limited in what is allowed.
That said (ignoring the art aspect0 this is a good thing from a tech delivery point of view. if everything looks and acts exactly the same using minimal tools, the bloat and time to deliver is radically reduced.
The takeaway is your page will look no different than all the other Amp pages being served to mobile.
A template with no character growth possibilities, but one that will deliver (usually) a consistent and relatively fast processing and delivery experience.
I suspect the answer is "no". :(