/* INDEX THEME */
body.index {
    padding-top: 0;
}

body.index header .link.link--img,
body.index header nav {
    z-index: 1;
}

body.index header svg.brand .cls-1 {
    fill: none;
}

body.index header {
    align-items: center;
    align-content: center;
    display: flex;
    grid-area: header;
    justify-content: center;
    min-height: 100vh;
    max-width: 100%;
    position: relative;
    overflow: hidden;
    padding: var(--base-increment) var(--base-increment) calc(7 * var(--base-increment));
}

body.index header nav {
    height: calc((3 * var(--base-increment)));
}

body.index header .list--links {
    margin-bottom: var(--base-increment);
}

body.index header article {
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-self: center;
    padding: 0;
    margin: 0;
    max-width: calc(40 * var(--base-increment));
    width: 100%;
}

body.index header article,
body.index header article section {
    flex: 0 1 auto;
}

body.index header ul.info {
    bottom: 0;
    align-items: flex-end;
    justify-content: flex-start;
    padding: var(--base-increment);
    position: absolute;
    max-width: 100%;
    min-width: 100%;
}

body.index header .info .list--thumbnails {
    grid-column-gap: var(--base-increment);
    grid-row-gap: var(--base-increment);
    padding: 1rem 0 0;
}

body.index header .info .list--thumbnails li > span {
    padding-bottom: 0;
}

body.index main > aside .wrapper--sticky {
    top: calc(1 * var(--base-increment));
}

body.index header .mark {
    color: var(--color-text-default);
    background-color: var(--color-Core-goldenrod);
    border-radius: 4px 4px 0 0;
    bottom: 0;
    font-weight: 900;
    letter-spacing: 0.125rem;
    padding: 0.5rem 1.5rem;
    overflow: hidden;
    position: absolute;
    right: 1rem;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.36);
    text-transform: uppercase;
}

body.index header .mark:focus,
body.index header .mark:hover {
    background-color: var(--color-Core-goldenrod-transparent);
    box-shadow: none;
    text-shadow: 0 1px 0 var(--color-Core-goldenrod);
}

body.index header .mark:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 3px;
    width: 0;
    background: var(--color-Core-goldenrod);
    box-shadow:
        inset
        2px 2px 2px 0 rgba(255, 255, 255, 0.5),
        7px 7px 20px 0 rgba(0, 0, 0, 0.2),
        4px 4px 5px 0 rgba(0, 0, 0, 0.1);
    transition: 400ms ease all;
}

body.index header .mark:focus:before,
body.index header .mark:hover:before {
    width: 100%;
    transition: 800ms ease all;
}

body.index .background--solar {
    background: var(--background-effect-index);
}

.display--lockup {
    align-items: center;
    display: flex;
    justify-content: space-around;
    max-width: calc(24 * var(--base-increment));
    position: relative;
    width: 100%;
}

.display--lockup > div {
    flex: 1 1 82%;
    font-kerning: normal;
    max-width: 100%;
    position: relative;
}

.display--lockup .text {
    letter-spacing: 0.06em;
}

.display--lockup svg {
    flex: 0 1 23%;
    height: auto;
    margin-right: calc(1.5 * var(--base-increment));
    max-height: 45vh;
    max-width: 100%;
    min-height: calc(14 * var(--base-increment));
    min-width: calc(9 * var(--base-increment));
}

.display--lockup span {
    display: block;
    margin-top: calc(2 * var(--base-increment));
}

.display--lockup .lockup {
    margin: 0;
    font-size: 2rem;
}

.display--lockup .lockup-1 {
    font-size: 3rem;
    line-height: 3.33rem;
    margin: 0 0 1.56rem;
}

.display--lockup .lockup-1:after {
    color: var(--color-Core-goldenrod);
    content: '&';
    font-family: playfair-display, serif;
    font-weight: 400;
    font-style: italic;
    font-size: 7rem;
    margin-left: 2rem;
    position: absolute;
    top: 1.11rem;
}

.display--lockup .lockup-2 {
    position: relative;
    min-width: 100%;
}

.display--lockup .lockup-2:after {
    border: 6px solid var(--color-Core-goldenrod);
    display: block;
    content: "";
    left: 0;
    position: absolute;
    top: 4rem;
    width: 333%;
}

@media screen and (max-width: 768px) {
    body.index header {
        flex-direction: column;
        padding-bottom: 1rem;
    }

    body.index header ul.list.info {
        position: relative;
    }

    body.index header .info ul.list--thumbnails {
        grid-column-gap: calc(0.5 * var(--base-increment));
        grid-row-gap: calc(0.5 * var(--base-increment));
        justify-content: flex-start;
        justify-items: flex-start;
    }

    body.index header .info ul.list--thumbnails li {
        flex: 0 0 30%;
        padding: 0;
    }

    body.index header .wrapper-img {
        height: calc(2 * var(--base-increment));
        width: calc(2 * var(--base-increment));
    }

    body.index main > aside {
        top: 0;
    }

    body.index header ul.list.info {
        flex: 0 1 auto;
        padding: var(--base-increment) 0 0;
    }

    body.index header .mark {
        display: none;
    }

    .display--lockup {
        flex-direction: column;
    }

    .display--lockup svg {
        flex: 0 0 auto;
        margin: 0 auto var(--base-increment);
        max-height: 51vh;
        max-width: 100%;
        min-height: 0;
        min-width: 93px;
    }

    .display--lockup > div > span:last-of-type {
        font-size: 1rem;
        margin-top: calc(1.5 * var(--base-increment));
    }
}
