
html {
    --icon-arrows: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.5 17L26.2071 17.7071L26.9142 17L26.2071 16.2929L25.5 17ZM17.7071 26.2071L26.2071 17.7071L24.7929 16.2929L16.2929 24.7929L17.7071 26.2071ZM26.2071 16.2929L17.7071 7.79289L16.2929 9.20711L24.7929 17.7071L26.2071 16.2929Z' fill='%23D900FD'/%3E%3Cpath d='M17 17L17.7071 17.7071L18.4142 17L17.7071 16.2929L17 17ZM9.20711 26.2071L17.7071 17.7071L16.2929 16.2929L7.79289 24.7929L9.20711 26.2071ZM17.7071 16.2929L9.20711 7.79289L7.79289 9.20711L16.2929 17.7071L17.7071 16.2929Z' fill='%23D900FD'/%3E%3C/svg%3E%0A");
}

body {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0;
    
    font-family: 'Manuale', serif;
    font-family: 'DM Mono', monospace;
    font-family: 'DM Sans', sans-serif;
    
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
}

header {
    position: relative;
    
    display: flex;
    width: 100%;
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    min-height: 70vh;
    box-sizing: border-box;
    
    padding: 96px 0;
    
    background-color: #000; 
}

h1 {
    box-sizing: border-box;
    width: 100%;
    max-width: 800px;
    padding: 0 48px;
    margin: 96px 0 0 0;
    
    color: #fff;
    font-family: 'Manuale', serif;
    font-size: 48px;
    line-height: 48px;
}

header div {
    position: relative;
    
    display: inline-block;
    box-sizing: border-box;
    width: calc(100% - 96px);
    max-width: calc(800px - 96px);
}

header div:after {
    position: absolute;
    bottom: -52px;
    
    transform: rotate(90deg);
    
    content: '';
    display: block;
    width: 24px;
    height: 32px;

    background-color: #FF5BE5;
    mask: var(--icon-arrows);
    -webkit-mask: var(--icon-arrows);
    
    mask-size: 24px;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-size: 24px;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center left;
    
    opacity: 0.5;
}

span.is {
    display: inline-block;
    margin: 16px 0;
    
    background-color: #FF5BE5;
    border-radius: 2px;
    
    color: #000;
    font-family: 'DM Mono', monospace;
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

span.box {
    position: absolute;
    top: 0;
    left: 50px;
    
    display: inline-block;
    padding: 16px 0;
    
    color: #FF5BE5;
    font-family: 'DM Mono', monospace;
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    
    opacity: 0.0;
    animation: label-drop 15.0s ease-out 0.0s forwards infinite
}

/*
Wait        variable
Drop-in     1.0s
Hang        3.0s
Drop-out    1.0s
Wait        20.0s

*/

@keyframes label-drop {
    0% {
        top: -48px;
        opacity: 0.0;
    }
    1% {
        top: 0;
        opacity: 1.0;
    }
    19% {
        top: 0;
        opacity: 1.0;
    }
    20% {
        top: 48px;
        opacity: 0.0;
    }
    100% {
        top: 48px;
        opacity: 0.0;
    }
}

span.box:nth-child(2) {
    animation-delay: 0.0s;
}

span.box:nth-child(3) {
    animation-delay: 3.0s;
}

span.box:nth-child(4) {
    animation-delay: 6.0s;
}

span.box:nth-child(5) {
    animation-delay: 9.0s;
}

span.box:nth-child(6) {
    animation-delay: 12.0s;
}

main {
    box-sizing: border-box;
    padding: 48px;
    width: 100%;
    max-width: 800px;
}

article {
    padding: 48px 0;
}

h2 {
    margin: 0;
    
    color: #000;
    font-family: 'Manuale', serif;
    font-size: 48px;
    line-height: 1em;
}

article p {
    max-width: 600px;
    margin: 18px 0;
    
    color: #000;
    font-family: 'DM Sans', sans-serif;
    font-family: 'Didact Gothic', sans-serif;
    font-family: 'Sora', sans-serif;
    font-family: 'Lexend', sans-serif;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 300;

    font-size: 24px;
    line-height: 36px;
}

article a {
    display: table;
    margin: 18px 0 0 0;
    
    color: #D900FD;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    
    text-decoration: none;
}

article a:hover {
    text-decoration: underline;
}

article a:after {
    position: relative;
    bottom: -9px;
    
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;

    background-color: #D900FD;
    mask: var(--icon-arrows);
    -webkit-mask: var(--icon-arrows);
    
    mask-size: 24px;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-size: 24px;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
}