.button {
    pointer-events: auto;
    cursor: pointer;
    background: #e7e7e7;
    border: none;
    padding: 1.5rem 3rem;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    position: relative;
    display: inline-block;
}

.button::before,
.button::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.button--janus {
    font-family: freight-display-pro, serif;
    font-weight: 900;
    width: 175px;
    height: 120px;
    color: #fff;
    background: none;
}

.button--janus::before {
    content: '';
    background: #e6e6e6;
    -webkit-clip-path: path("M154.5,88.5 C131,113.5 62.5,110 30,89.5 C-2.5,69 -3.5,42 4.5,25.5 C12.5,9 33.5,-6 85,3.5 C136.5,13 178,63.5 154.5,88.5 Z");
    clip-path: path("M154.5,88.5 C131,113.5 62.5,110 30,89.5 C-2.5,69 -3.5,42 4.5,25.5 C12.5,9 33.5,-6 85,3.5 C136.5,13 178,63.5 154.5,88.5 Z");
    transition: clip-path 0.5s cubic-bezier(0.585, 2.5, 0.645, 0.55), -webkit-clip-path 0.5s cubic-bezier(0.585, 2.5, 0.645, 0.55), background 0.5s ease;
}

.button--janus:hover::before {
    background: #000;
    -webkit-clip-path: path("M143,77 C117,96 74,100.5 45.5,91.5 C17,82.5 -10.5,57 5.5,31.5 C21.5,6 79,-5.5 130.5,4 C182,13.5 169,58 143,77 Z");
    clip-path: path("M143,77 C117,96 74,100.5 45.5,91.5 C17,82.5 -10.5,57 5.5,31.5 C21.5,6 79,-5.5 130.5,4 C182,13.5 169,58 143,77 Z");
}

.button--janus::after {
    content: '';
    height: 86%;
    width: 97%;
    top: 5%;
    border-radius: 58% 42% 55% 45% / 56% 45% 55% 44%;
    border: 1px solid #000;
    transform: rotate(-20deg);
    z-index: -1;
    transition: transform 0.5s cubic-bezier(0.585, 2.5, 0.645, 0.55);
}

.button--janus:hover::after {
    transform: translate3d(0, -5px, 0);
}

.button--janus span {
    display: block;
    transition: transform 0.3s ease;
    mix-blend-mode: difference;
}

.button--janus:hover span {
    transform: translate3d(0, -10px, 0);
}

.button--anthe {
    font-family: bely-display, sans-serif;
    color: #fff;
    background: none;
}

.button--anthe::before {
    content: '';
    background: #000;
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 50%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0, 100% 50%, 100% 100%, 0% 100%);
    transition: clip-path 0.4s cubic-bezier(0.2, 1, 0.8, 1), -webkit-clip-path 0.4s cubic-bezier(0.2, 1, 0.8, 1);
}

.button--anthe:hover::before {
    background: #000;
    -webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}

.button--anthe span {
    display: block;
    mix-blend-mode: difference;
    transition: transform 0.4s cubic-bezier(0.2, 1, 0.8, 1);
}

.button--anthe:hover span {
    transform: translate3d(-10px, 0, 0);
}

.button--pallene {
    font-family: aktiv-grotesk-extended, sans-serif;
    font-weight: 700;
    border-radius: 0.5rem;
    border: 2px solid #000;
    box-shadow: inset 0 0 0 0px #000;
    transition: border-radius 0.3s, box-shadow 0.3s, color 0.3s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}

.button--pallene:hover {
    color: #e7e7e7;
    border-radius: 50%;
    box-shadow: inset 0 0 0 40px #000;
    transition-delay: 0s, 0s, 0.2s;
}

.button--telesto {
    overflow: hidden;
    font-family: obvia, sans-serif;
    font-weight: 800;
    font-style: italic;
    font-size: 1.15rem;
    color: #fff;
}

.button--telesto span {
    display: block;
    position: relative;
    z-index: 1;
}

.button--telesto>span {
    overflow: hidden;
    mix-blend-mode: difference;
}

.button--telesto:hover>span>span {
    animation: MoveRightInitial 0.1s forwards, MoveRightEnd 0.3s forwards 0.2s;
}

@keyframes MoveRightInitial {
    to {
        transform: translate3d(105%, 0, 0);
    }
}

@keyframes MoveRightEnd {
    from {
        transform: translate3d(-100%, 0, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.button--telesto::before,
.button--telesto::after {
    content: '';
    background: #000;
}

.button--telesto::before {
    width: 135%;
    -webkit-clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 0% 0%);
    clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 0% 0%);
    transform: translate3d(-100%, 0, 0);
}

.button--telesto:hover::before {
    transform: translate3d(0, 0, 0);
    transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}

.button--telesto::after {
    width: 105%;
    transform: translate3d(100%, 0, 0);
    transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}

.button--telesto:hover::after {
    transform: translate3d(0, 0, 0);
    transition: transform 0.01s 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}

.button--calypso {
    overflow: hidden;
    font-family: freight-display-pro, serif;
    font-size: 1.15rem;
    border-radius: 0.85rem;
    color: #fff;
}

.button--calypso span {
    display: block;
    position: relative;
    mix-blend-mode: difference;
    z-index: 10;
}

.button--calypso:hover span {
    animation: MoveScaleUpInitial 0.3s forwards, MoveScaleUpEnd 0.3s forwards 0.3s;
}

@keyframes MoveScaleUpInitial {
    to {
        transform: translate3d(0, -105%, 0) scale3d(1, 2, 1);
        opacity: 0;
    }
}

@keyframes MoveScaleUpEnd {
    from {
        transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
        opacity: 0;
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.button--calypso::before {
    content: '';
    background: #000;
    width: 120%;
    height: 0;
    padding-bottom: 120%;
    top: -110%;
    left: -10%;
    border-radius: 50%;
    transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
}

.button--calypso:hover::before {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.button--calypso::after {
    content: '';
    background: #000;
    transform: translate3d(0, -100%, 0);
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.button--calypso:hover::after {
    transform: translate3d(0, 0, 0);
    transition-duration: 0.05s;
    transition-delay: 0.4s;
    transition-timing-function: linear;
}

.button--skoll {
    overflow: hidden;
    border-radius: 50%;
    color: #fff;
    width: 100px;
    height: 100px;
    padding: 0;
    font-weight: 500;
}

.button--skoll span {
    display: block;
    position: relative;
}

.button--skoll>span {
    overflow: hidden;
    mix-blend-mode: difference;
}

.button--skoll:hover>span>span {
    animation: MoveUpInitial 0.2s forwards, MoveUpEnd 0.2s forwards 0.2s;
}

.button--skoll::before {
    content: '';
    background: #000;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border-radius: 50%;
    transform: translate3d(0, 0, 0);
    transition: transform 0.3s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}

.button--skoll:hover::before {
    transform: translate3d(0, 100%, 0);
}

.button--greip {
    overflow: hidden;
    color: #fff;
    font-family: input-mono-narrow, monospace;
    font-weight: 500;
    padding: 1rem 2rem;
}

.button--greip span {
    display: block;
    position: relative;
}

.button--greip>span {
    overflow: hidden;
    mix-blend-mode: difference;
}

.button--greip:hover>span>span {
    animation: MoveUpInitial 0.2s forwards, MoveUpEnd 0.2s forwards 0.2s;
}

.button--greip::before {
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    transform-origin: 50% 100%;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    transition: clip-path 0.2s, -webkit-clip-path 0.2s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}

.button--greip:hover::before {
    transition-duration: 0.3s;
    -webkit-clip-path: polygon(0 0, 100% 0, 0 0, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 0 0, 0% 100%);
}

.button--dione {
    background: none;
    font-family: obvia, sans-serif;
    font-weight: 500;
    font-style: italic;
    padding: 1.5rem 3rem;
}

.button--dione span {
    display: inline-block;
    position: relative;
    color: #fff;
}

.button--dione::before {
    content: '';
    background: #000;
    transition: transform 0.3s cubic-bezier(0.2, 1, 0.7, 1);
}

.button--dione:hover::before {
    transform: scale3d(0.9, 0.8, 1);
}

.button--dione::after {
    content: '';
    border: 1px solid #000;
    transition: transform 0.3s cubic-bezier(0.2, 1, 0.7, 1);
    border-radius: 0px;
    transform: scale3d(0.85, 0.65, 1);
}

.button--dione:hover::after {
    transform: scale3d(1, 1, 1);
}

.button--helene {
    border-radius: 7px;
    border: 1px solid #000;
    font-family: chapman-extended, sans-serif;
    font-weight: 900;
    font-style: normal;
    text-transform: uppercase;
    font-size: 0.85rem;
    padding: 0 3rem;
    height: 4rem;
}

.button--helene::before {
    content: '';
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    background: rgba(0, 0, 0, 0.5);
    filter: blur(7px);
    border-radius: 7px;
    z-index: -1;
    transform: translate3d(0, 15px, 0);
    transition: transform 0.45s;
}

.button--helene:hover::before {
    transform: translate3d(0, 0, 0);
}

.button--helene span {
    display: block;
}

.button--helene>span {
    height: 100%;
    overflow: hidden;
    line-height: 4rem;
}

.button--helene:hover>span>span {
    animation: slotMachine 0.15s ease-out forwards 3;
}

@keyframes slotMachine {
    50% {
        transform: translate3d(0, 100%, 0);
        opacity: 0;
    }

    51% {
        transform: translate3d(0, -100%, 0);
        opacity: 0;
    }

    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.button--rhea {
    font-family: freight-display-pro, serif;
    font-weight: 900;
    font-style: normal;
    width: 180px;
    height: 180px;
    color: #000;
    background: none;
}

.button--rhea::before {
    content: '';
    z-index: -1;
    background: #e7e7e7;
    -webkit-clip-path: polygon(20% 30%, 0 30%, 0 50%, 0 70%, 20% 70%, 50% 70%, 80% 70%, 100% 70%, 100% 50%, 100% 30%, 80% 30%, 50% 30%);
    clip-path: polygon(20% 30%, 0 30%, 0 50%, 0 70%, 20% 70%, 50% 70%, 80% 70%, 100% 70%, 100% 50%, 100% 30%, 80% 30%, 50% 30%);
    transition: clip-path 0.4s cubic-bezier(0.3, 1, 0.2, 1), -webkit-clip-path 0.4s cubic-bezier(0.3, 1, 0.2, 1), transform 0.4s cubic-bezier(0.3, 1, 0.2, 1), background 0.4s ease;
}

.button--rhea:hover::before {
    background: #000;
    transform: scale3d(0.7, 0.7, 1);
    -webkit-clip-path: polygon(30% 10%, 10% 30%, 30% 50%, 10% 70%, 30% 90%, 50% 70%, 70% 90%, 90% 70%, 70% 50%, 90% 30%, 70% 10%, 50% 30%);
    clip-path: polygon(30% 10%, 10% 30%, 30% 50%, 10% 70%, 30% 90%, 50% 70%, 70% 90%, 90% 70%, 70% 50%, 90% 30%, 70% 10%, 50% 30%);
}

.button--rhea span {
    display: block;
    transition: transform 0.4s cubic-bezier(0.3, 1, 0.2, 1), opacity 0.05s;
}

.button--rhea:hover span {
    transform: scale3d(0.1, 0.1, 1);
    opacity: 0;
    transition-delay: 0s, 0.35s;
}

.button--narvi {
    font-weight: bold;
    background: none;
}

.button--narvi::before {
    content: '';
    z-index: -1;
    background: #e7e7e7;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 70%, 85% 70%, 80% 70%, 75% 70%, 0 70%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 70%, 85% 70%, 80% 70%, 75% 70%, 0 70%);
    transition: clip-path 0.3s cubic-bezier(0.7, 0, 0.2, 1), -webkit-clip-path 0.3s cubic-bezier(0.7, 0, 0.2, 1), transform 0.3s ease;
}

.button--narvi:hover::before {
    transform: translate3d(0, -10px, 0);
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 70%, 85% 70%, 86% 100%, 75% 70%, 0 70%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 70%, 85% 70%, 86% 100%, 75% 70%, 0 70%);
}

.button--narvi span {
    display: block;
    position: relative;
}

.button--narvi>span {
    transition: transform 0.3s;
    transform: translate3d(0, -0.556rem, 0);
    z-index: 1;
    overflow: hidden;
}

.button--narvi:hover>span {
    transform: translate3d(0, -1.111rem, 0);
}

.button--narvi:hover>span>span {
    animation: MoveUpInitial 0.15s forwards, MoveUpEnd 0.15s forwards 0.15s;
}

.button--hati {
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid;
    background: none;
    font-family: aktiv-grotesk-extended, sans-serif;
    font-weight: 900;
    font-style: italic;
}

.button--hati:hover {
    background: none;
}

.button--hati::before {
    animation: rotateIt 10s linear infinite;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAUElEQVQoU3VPSQ4AMQiS/z/aBiMNNDNeXEBQoDL66dkG52/hzlmsSqMKrAVCoOXuxR3TFVSIIJmzsFvGOMlust3iivmQd/6+3/NlN4paIOEADPIUD/MQvy0AAAAASUVORK5CYII=);
    content: '';
    width: 300%;
    height: 300%;
    top: -100%;
    left: -100%;
    z-index: -1;
    opacity: 0;
    transform-origin: 50% 50%;
    transition: opacity 0.3s;
}

@keyframes rotateIt {
    to {
        transform: rotate(-360deg);
    }
}

.button--hati:hover::before {
    opacity: 0.7;
}

.button--hati span {
    display: block;
    position: relative;
    z-index: 1;
}

.button--bestia {
    font-family: freight-display-pro, serif;
    font-size: 1.15rem;
    color: #fff;
    background: none;
    padding: 0;
}

.button--bestia .button__bg {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #e7e7e7;
    border-radius: 0.85rem;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.button--bestia:hover .button__bg {
    transform: scale3d(1.2, 1.2, 1);
}

.button--bestia .button__bg::before,
.button--bestia .button__bg::after {
    content: '';
    position: absolute;
    background: #000;
}

.button--bestia .button__bg::before {
    width: 110%;
    height: 0;
    padding-bottom: 110%;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 1);
}

.button--bestia:hover .button__bg::before {
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
    transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
}

.button--bestia .button__bg::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s;
}

.button--bestia:hover .button__bg::after {
    opacity: 1;
    transition-duration: 0.01s;
    transition-delay: 0.3s;
}

.button--bestia span {
    display: block;
    position: relative;
    padding: 1.5rem 3rem;
    mix-blend-mode: difference;
}

/* Made with the help of Amelia Bellamy-Royds' article "Perfecting Paths for <textPath>":
https://oreillymedia.github.io/Using_SVG/extras/ch07-textpaths.html */

.button--surtur {
    padding: 0;
    background: none;
    -webkit-clip-path: circle(40% at 50% 50%);
    clip-path: circle(40% at 50% 50%);
}

.textcircle {
    position: relative;
    display: block;
    z-index: 1;
}

.textcircle text {
    font-size: 25px;
    text-transform: uppercase;
    fill: #F9F300;
    font-weight: 900;
    z-index: 1;
}

.textcircle textPath {
    letter-spacing: 30px;
    /* Firefox needs this */
}

.button--surtur .textcircle {
    animation: rotateIt 7s linear infinite;
}

.eye {
    position: absolute;
    z-index: 2;
    top: calc(50% - 45px);
    left: calc(50% - 45px);
    border-color: #fff;
}

.eye__outer,
.eye__inner,
.eye__lashes-up,
.eye__lashes-down {
    stroke: #000;
    fill: none;
    stroke-width: 1.5px;
}

.eye__lashes-down {
    opacity: 0;
}

.button--surtur:hover .eye__lashes-up,
.button--surtur:hover .eye__inner,
.button--surtur:hover .eye__iris {
    animation: blinkHide 2s step-end infinite;
}


.button--surtur:hover .eye__lashes-down {
    animation: blinkShow 2s step-end infinite;
}

.button--surtur:hover .circle-bg {
    scale: 1;
    transition: all .3s ease-in-out;
}

@keyframes blinkHide {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 1;
    }
}

@keyframes blinkShow {
    0% {
        opacity: 1;
    }

    10% {
        opacity: 0;
    }
}

.button--fenrir {
    background: none;
    padding: 0;
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
    width: 120px;
    height: 120px;
    font-family: aktiv-grotesk-extended, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.85rem;
}

.progress {
    position: absolute;
    width: 80px;
    height: 80px;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
    transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}

.button--fenrir:hover .progress {
    transform: scale3d(1.2, 1.2, 1);
}

.progress__circle,
.progress__path {
    fill: none;
    stroke: #f0f0f0;
    stroke-width: 1px;
}

.button--fenrir:focus-visible .progress__circle {
    fill: rgba(252, 196, 63, 0.4);
}

.progress__path {
    stroke: #a6a6a6;
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    transition: stroke-dashoffset 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}

.button--fenrir:hover .progress__path {
    stroke-dashoffset: 0;
}


@media screen and (min-width: 53em) {
    .frame {
        text-align: left;
        z-index: 100;
        display: grid;
        align-content: space-between;
        width: 100%;
        max-width: none;
        padding: 3rem 3.5rem;
        pointer-events: none;
        grid-template-columns: 50% 50%;
        grid-template-rows: auto auto auto;
        grid-template-areas: 'title links'
            '... ...'
            'author ...';
    }

    .frame__title-wrap {
        grid-area: title;
    }

    .frame__title {
        margin: 0;
    }

    .frame__tagline {
        position: relative;
        margin-left: 0;
    }

    .frame__links {
        grid-area: links;
        padding: 0;
        justify-self: end;
        align-self: start;
        justify-content: start;
    }

    .frame__author {
        grid-area: author;
    }

    .frame a {
        pointer-events: auto;
    }
}