/* =========================================
   HOME
   Anna Utopia Giordano
   ========================================= */


/* =========================================
   RESET
   ========================================= */

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}


/* =========================================
   HOME PAGE
   ========================================= */

.home-page {
    width: 100%;
    margin: 0;
    padding: 0;
}


/* =========================================
   HERO
   ========================================= */

.home-hero {
    position: relative;

    width: 100%;
    height: calc(100vh - 52px);

    min-height: 0;

    overflow: hidden;

    background-color: #000000;
}


/* =========================================
   HERO IMAGE
   ========================================= */

.home-hero-image {
    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    background-image: url("../anna-utopia-giordano-by-milo-alterio.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
	background-attachment: fixed;
}


/* =========================================
   INTRODUCTION
   ========================================= */

.home-introduction {
    width: 90%;

    padding: 60px;
	margin: auto;

    background-color: #f6f6f6;
}


/* =========================================
   INTRODUCTION TEXT
   ========================================= */

.home-introduction h1 {
    width: 100%;
    max-width: 100%;

    margin: 0;

    font-size: 24px;
    font-weight: 300;

    line-height: 1.4;

    letter-spacing: 0.01em;

    text-align: center;
	text-transform: none;
}


/* =========================================
   CURRENT / RECENT
   ========================================= */

.home-current {
    width: 100%;

    padding: 60px 60px 110px;

    background-color: #f6f6f6;
}


/* =========================================
   CURRENT INNER
   ========================================= */

.home-current-inner {
    width: 100%;
    max-width: 1500px;

    margin: 0 auto;
}


/* =========================================
   CURRENT LABEL
   ========================================= */

.home-current-label {
    margin: 0 0 40px;

    font-size: 14px;
    font-weight: 400;

    line-height: 1.2;

    text-transform: uppercase;
    letter-spacing: 0.3em;
}


/* =========================================
   CURRENT GRID
   ========================================= */

.home-current-grid {
    display: grid;

    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 50px;

    width: 100%;
}


/* =========================================
   CURRENT ITEM
   ========================================= */

.home-current-item {
    width: 100%;
}


/* =========================================
   CURRENT IMAGE
   ========================================= */

.home-current-image {
    display: block;

    width: 100%;

    margin: 0 0 25px;
    padding: 0;
}


/* =========================================
   CURRENT IMAGE LINK
   ========================================= */

.home-current-image a {
    display: block;

    width: 100%;

    margin: 0;
    padding: 0;

    text-decoration: none;
}


/* =========================================
   CURRENT IMAGE
   ========================================= */

.home-current-image img {
    display: block;

    width: 100%;
    height: auto;

    margin: 0;
    padding: 0;

    transition: opacity 0.3s ease;
}


.home-current-image a:hover img {
    opacity: 0.72;
}


/* =========================================
   CURRENT TITLE
   ========================================= */

.home-current-item h2 {
    margin: 0 0 16px;

    font-size: 2em;
    font-weight: 300;

    line-height: 1.1;

    text-align: left;

    text-transform: none;
    letter-spacing: 0.03em;
}


/* =========================================
   CURRENT TITLE LINK
   ========================================= */

.home-current-item h2 a {
    color: inherit;

    font-style: normal;

    text-decoration: none;

    transition: opacity 0.3s ease;
}


.home-current-item h2 a:hover {
    color: inherit;

    text-decoration: none;

    opacity: 0.55;
}


/* =========================================
   CURRENT TEXT
   ========================================= */

.home-current-item p {
    max-width: 650px;

    margin: 0 0 22px;

    font-size: 16px;
    font-weight: 300;

    line-height: 1.5;

    text-align: left;
}


/* =========================================
   CURRENT TEXT LINKS
   ========================================= */

.home-current-item p a {
    color: inherit;

    font-style: italic;

    text-decoration: none;
}


.home-current-item p a:hover {
    color: inherit;

    text-decoration: underline;

    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}


/* =========================================
   EXPLORE
   ========================================= */

.home-explore {
    display: inline-block;

    margin-top: 12px;
    padding: 8px 14px;

    border: 1px solid currentColor;

    background: transparent;

    color: inherit;

    font-family: inherit;
    font-size: 10px;
    font-weight: 300;

    line-height: 1.2;

    text-transform: uppercase;
    letter-spacing: 0.08em;

    text-decoration: none !important;

    cursor: pointer;
}


.home-explore:hover {
    opacity: 0.65;

    color: inherit;

    text-decoration: none !important;
}


/* =========================================
   FOOTER
   ========================================= */

.home-footer {
    width: 100%;

    padding: 35px 60px 40px;

    background-color: #f6f6f6;

    border-top: 1px solid rgba(0, 0, 0, 0.15);
}


.home-footer-inner {
    width: 100%;

    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 30px;
}


/* =========================================
   SOCIAL ICONS
   ========================================= */

.home-social {
    display: flex;

    align-items: center;

    gap: 17px;
}


.home-social a {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: 22px;
    height: 22px;

    color: #000000;

    text-decoration: none;

    transition: opacity 0.2s ease;
}


.home-social a:hover {
    color: #000000;

    opacity: 0.5;
}


.home-social svg {
    display: block;

    width: 17px;
    height: 17px;

    fill: currentColor;
}


/* =========================================
   FOOTER INFORMATION
   ========================================= */

.home-footer-info {
    display: flex;

    align-items: center;
    justify-content: flex-end;

    flex-wrap: wrap;

    gap: 8px 18px;

    font-size: 11px;
    font-weight: 300;

    line-height: 1.4;

    text-align: right;
}


.home-footer-info a {
    color: inherit;

    text-decoration: none;
}


.home-footer-info a:hover {
    color: inherit;

    text-decoration: underline;

    text-underline-offset: 3px;
}


.home-footer-credit {
    color: #666666;
}


/* =========================================
   MOBILE
   ========================================= */

@media screen and (max-width: 768px) {


    /* =====================================
       HERO
       ===================================== */

    .home-hero {
        height: calc(100vh - 52px);

        min-height: 0;
    }


    /* =====================================
       HERO IMAGE
       ===================================== */

    .home-hero-image {
        background-position: center top;
        background-size: cover;
    }


    /* =====================================
       INTRODUCTION
       ===================================== */

    .home-introduction {
        padding: 45px 25px 55px;
    }


    /* =====================================
       INTRODUCTION TEXT
       ===================================== */

    .home-introduction p {
        max-width: none;

        font-size: 19px;

        line-height: 1.4;
    }


    /* =====================================
       CURRENT
       ===================================== */

    .home-current {
        padding: 65px 25px 75px;
    }


    /* =====================================
       CURRENT LABEL
       ===================================== */

    .home-current-label {
        margin-bottom: 30px;

        font-size: 13px;
    }


    /* =====================================
       CURRENT GRID
       ===================================== */

    .home-current-grid {
        display: block;

        width: 100%;
    }


    /* =====================================
       CURRENT ITEM
       ===================================== */

    .home-current-item {
        width: 100%;

        margin-bottom: 60px;
    }


    .home-current-item:last-child {
        margin-bottom: 0;
    }


    /* =====================================
       CURRENT IMAGE
       ===================================== */

    .home-current-image {
        margin-bottom: 22px;
    }


    /* =====================================
       CURRENT TITLE
       ===================================== */

    .home-current-item h2 {
        margin-bottom: 14px;

        font-size: 1.8em;

        line-height: 1.1;
    }


    /* =====================================
       CURRENT TEXT
       ===================================== */

    .home-current-item p {
        font-size: 16px;

        line-height: 1.5;

        margin-bottom: 20px;
    }


    /* =====================================
       EXPLORE
       ===================================== */

    .home-explore {
        margin-top: 12px;

        padding: 8px 13px;

        font-size: 10px;
    }


    /* =====================================
       FOOTER
       ===================================== */

    .home-footer {
        padding: 30px 25px 35px;
    }


    .home-footer-inner {
        display: block;
    }


    /* =====================================
       SOCIAL
       ===================================== */

    .home-social {
        margin-bottom: 22px;
    }


    /* =====================================
       FOOTER INFORMATION
       ===================================== */

    .home-footer-info {
        justify-content: flex-start;

        gap: 7px 14px;

        font-size: 11px;

        text-align: left;
    }

}