html, body {
    margin: 0;
    padding: 0;
}

body {
    background: #ffffff;
    font-family: Frutiger, "Frutiger Linotype", Univers, Arial, sans-serif;
    margin-bottom : 40px;
    text-align: center;
}

.site-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-logo {
    width: 165px;
}

    .site-logo img {
        display: block;
        width: 100%;
    }


/**********************************/


.archive-nav {
    margin-top: 0px;
}

/* Volume I */

.archive-page {
    display: grid;
    grid-template-columns: 230px 1px 1fr;
    gap: 40px;
    text-align: left;
    width: 915px;
    margin-top: 20px;
}


.frutiger-font {
    font-family: Frutiger, "Frutiger Linotype", Univers, Arial, sans-serif;
}

.volume-title {
    margin: 0px 0 15px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 27px;
    font-weight: 400;
    line-height: 1.15;
}

.volume-mark {
    width: 28px;
    margin-top: 26px;
    margin-bottom: 26px;
    border-top: 1px solid #171513;
}

.volume-label {
    font-family: Frutiger, "Frutiger Linotype", Univers, Arial, sans-serif;
    color: #7a5138;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.installment-date {
    display: block;
    font-size: 14px;
    margin-top: 0px;
    margin-left: 4px;
    color: #666666;
    letter-spacing: .08em;
}

.installment-title {
    font-family: Georgia, "Times New Roman", serif;
    display: block;
    font-size: 20px;
    font-weight: 400;
}


.installment-content {
    display: block;
    font-family: Frutiger, "Frutiger Linotype", Univers, Arial, sans-serif;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 4px;
    font-size: 14px;
}




.volume-content {
    width: 620px;
}

.section-title {
    margin: 34px 0 18px;
    font-family: Raleway, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.installment-row {
    display: flex;
    gap: 16px;
}

.installment {
    width: 196px;
    color: #171513;
    font-family: Raleway, Arial, sans-serif;
    text-align: left;
    text-decoration: none;
}

    .installment img {
        display: block;
        width: 100%;
        height: auto;
        margin-bottom: 9px;
        transition: transform 160ms ease;
    }

    .installment:hover img {
        transform: scale(1.03);
    }

.editions-panel {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 34px;
    align-items: center;
    margin-top: 52px;
    padding-top: 30px;
    border-top: 1px solid #9a6849;
}

.editions-copy h2 {
    margin: 8px 0 5px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 27px;
    font-weight: 400;
}

.editions-copy p {
    margin: 0 0 18px;
    font-family: Raleway, Arial, sans-serif;
    font-size: 13px;
}

.editions-link {
    color: #171513;
    font-family: Raleway, Arial, sans-serif;
    font-size: 12px;
    letter-spacing: .1em;
    text-decoration: none;
    text-transform: uppercase;
}

    .editions-link:hover {
        color: #7a5138;
    }

.editions-image img {
    display: block;
    width: 100%;
    height: auto;
}


/**********************************/

.volume-content {
    width: 620px;
}

.section-title {
    margin: 34px 0 18px;
    font-family: Raleway, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.installment-row {
    display: flex;
    gap: 16px;
}

.installment {
    width: 196px;
    color: #171513;
    font-family: Raleway, Arial, sans-serif;
    text-align: left;
    text-decoration: none;
}

    .installment img {
        display: block;
        width: 100%;
        height: auto;
        margin-bottom: 9px;
        transition: transform 160ms ease;
    }

    .installment:hover img {
        transform: scale(1.03);
    }



.editions-panel {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 34px;
    align-items: center;
    margin-top: 52px;
    padding-top: 30px;
    border-top: 1px solid #9a6849;
}

.editions-copy h2 {
    margin: 8px 0 5px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 27px;
    font-weight: 400;
}

.editions-copy p {
    margin: 0 0 18px;
    font-family: Raleway, Arial, sans-serif;
    font-size: 13px;
}

.editions-link {
    color: #171513;
    font-family: Raleway, Arial, sans-serif;
    font-size: 12px;
    letter-spacing: .1em;
    text-decoration: none;
    text-transform: uppercase;
}

    .editions-link:hover {
        color: #7a5138;
    }

.editions-image img {
    display: block;
    width: 100%;
    height: auto;
}

/**********************************/





.journeys {
    width: 700px;
    display: block;
    flex-wrap: wrap;
    justify-content: flex-start;

    text-align: center;
    /*    

    
    align-items: flex-end;
    width: 100%;
    gap: 0;*/
}


.site-nav a {
    position: relative;
    color: #171513;
    text-decoration: none;
}

    .site-nav a.active {
        color: #171513;
        border-bottom: 1px solid #a64b2a;
        padding-bottom: 8px;
        pointer-events: none;
    }




h1, h2, h3, h4, h5, h6 {
    font-family: Raleway, Arial, Helvetica, sans-serif;
}
h3 {
    font-weight: 200;
    font-size: 1.375em
}

.journey-item {
    display: inline-block;
    padding: 10px 10px 10px 10px;
    color: #666666;
    font-family: Raleway, Arial, sans-serif;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
}

    .journey-item div {
        display: inline-block;
        display: flex;
        align-items: flex-end;
    }

    .journey-item img {
/*        display: block;*/
        width: 100%;
    }

    .journey-item a {
        display: block;
        width: 100%;
        color: #666666;
        font-family: Raleway, Arial, sans-serif;
        font-size: 12px;
        font-weight: 300;
        text-align: center;
        text-decoration: none;
    }
    .journey-item a:hover {
        color: orange;
    }


    .journey-item span {
        display: block;
        min-height: 3em;
        padding-top: 4px;
        transition: color 160ms ease;
    }

    .journey-item:hover {
        color: orange;
    }

        .journey-item:hover img {
            transform: scale(1.04);
        }

.journey-item span {
    margin-top: 8px;
    font-size: 16px;
}


.journey-item-banner-one {
    width: 600px;
}

.journey-item-banner-half {
    width: 287px;
}

.journey-item-banner-third {
    width: 183.33333px;
}

.journey-item-banner-quarter {
    width: 130px;
}







.journey {
    color: #666666;
    font-family: Raleway, Arial, sans-serif;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    text-decoration: none;
}




.journey img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    transition: transform 160ms ease;
}




.chapter-title {
    margin-top: 8px;
    font-size: 16px;
}






.site-nav {
    margin-top: 18px;
    display: flex;
    gap: 32px;
    font-family: Frutiger, "Frutiger Linotype", Univers, Arial, sans-serif;
    font-size: 14px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

    .site-nav a {
        color: #171513;
        text-decoration: none;
        font-size: 12px;
    }
    
        .site-nav a:hover {
            color: #7a5138;
        }







.book-list {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

    .book-list a {
        border-left: 3px solid transparent;
        padding-left: 15px;
        color: #171513;
        font-family: Frutiger, "Frutiger Linotype", Univers, Arial, sans-serif;
        font-size: 14px;
        letter-spacing: 0.16em;
        line-height: 1;
        text-decoration: none;
        text-transform: uppercase;
    }

        .book-list a:hover,
        .book-list a.active {
            color: #287d80;
            border-left-color: #287d80;
            pointer-events: none;
        }

.archive-rule {
    background: #9a6849;
}

.book-content {
    width: 600px;
    min-width: 0;
}

.book-banner {
    display: block;
    width: 100%;
    height: auto;
}

.book-title {
    margin: 15px 0 50px;
    text-align: center;
    font-family: Raleway, Arial, sans-serif;
    font-size: 32px;
    font-weight: 150;
}




/* Book gallery */






.journey-third {
    flex: 0 0 33.333%;
}

.journey-second {
    flex: 0 0 50%;
}

.journey-final {
    flex-basis: 100%;
    padding-left: 15px;
    padding-right: 15px;
}



.journey span {
    display: block;
    min-height: 3em;
    padding-top: 4px;
    transition: color 160ms ease;
}

.journey:hover {
    color: orange;
}

    .journey:hover img {
        transform: scale(1.04);
    }


/* Mobile */

@media (max-width: 700px) {
    .site-header {
        flex-direction: column;
        gap: 14px;
        padding: 14px;
    }

    .site-logo {
        width: 180px;
    }

    .site-nav {
        gap: 18px;
        font-size: 11px;
    }

    .archive-page {
        display: block;
        margin-top: 22px;
        padding: 0 18px 50px;
    }

    .volume-title {
        font-size: 27px;
    }

    .book-list {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 12px 18px;
        margin-bottom: 28px;
    }

        .book-list a {
            border-left: 0;
            border-bottom: 2px solid transparent;
            padding: 0 0 5px;
            font-size: 11px;
        }

            .book-list a:hover,
            .book-list a.active {
                border-bottom-color: #287d80;
            }

    .archive-rule {
        display: none;
    }

    .book-content {
        width: 100%;
    }

    .book-title {
        margin: 20px 0 24px;
    }

    .journey,
    .journey-third {
        flex-basis: 50%;
        padding: 8px;
    }

    .journey-final {
        flex-basis: 100%;
    }
}
