/* =========================================================
   AVENUE 12 DESIGN
   Main Stylesheet
   ========================================================= */

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    background: #ffffff;
    color: #222222;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.7;
}

.a12-section-label {
    font-family: 'Michroma', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 16px;
    line-height: 1.7;
}


/* ---------------------------------------------------------
   HEADER
   --------------------------------------------------------- */

.a12-header {
    background: #ffffff;
    border-bottom: 1px solid #dddddd;
}


.a12-header .nav-link {
    color: #333333;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-left: 20px;
}

.a12-header .nav-link:hover,
.a12-header .nav-link.active {
    color: #000000;
}


.a12-logo {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: #111111;
    align-items: center;
    text-align: center;
    line-height: 1;
    padding: 10px 0;
}


.a12-logo-main {
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 3px;
    display: block;
}



.a12-logo-sub {
    display: block;
   margin-top: 5px;
    font-size: 9px;
   letter-spacing: 5px;
}



/* ---------------------------------------------------------
   INTRO
   --------------------------------------------------------- */

.a12-intro {
    padding: 110px 0 120px;
}

.a12-kicker,
.a12-section-label,
.a12-footer-label {
    margin-bottom: 20px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #777777;
}

.a12-intro h1 {
    margin-bottom: 30px;
    color: #111111;
    font-size: clamp(40px, 6vw, 72px);
    font-weight: 300;
    line-height: 1.08;
    letter-spacing: -2px;
}

.a12-lead {
    max-width: 760px;
    margin-bottom: 25px;
    font-size: 23px;
    line-height: 1.5;
    color: #444444;
}

.a12-intro p:not(.a12-kicker):not(.a12-lead) {
    max-width: 720px;
}

.a12-buttons {
    margin-top: 35px;
}

.a12-buttons .btn {
    margin-right: 8px;
    padding: 11px 24px;
    border-radius: 0;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}


/* ---------------------------------------------------------
   SECTIONS
   --------------------------------------------------------- */

.a12-section {
    padding: 90px 0;
}

.a12-border-top {
    border-top: 1px solid #dddddd;
}

.a12-section h2 {
    margin: 0;
    color: #111111;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.25;
}

.a12-section h3 {
    margin-bottom: 12px;
    color: #111111;
    font-size: 19px;
    font-weight: 500;
}

.a12-section p {
    color: #555555;
}

.a12-text-link {
    display: inline-block;
    color: #111111;
    text-decoration: none;
    border-bottom: 1px solid #111111;
    padding-bottom: 2px;
    font-size: 13px;
    letter-spacing: .5px;
}

.a12-text-link:hover {
    color: #777777;
    border-color: #777777;
}


/* ---------------------------------------------------------
   COLLABORATION
   --------------------------------------------------------- */

.a12-collaboration {
    background: #f5f5f5;
}


/* ---------------------------------------------------------
   CONTACT
   --------------------------------------------------------- */

.a12-contact {
    padding: 80px 0;
    background: #111111;
    color: #ffffff;
}

.a12-contact h2 {
    margin: 0;
    color: #ffffff;
    font-size: 42px;
    font-weight: 300;
}

.a12-contact .a12-section-label {
    color: #999999;
}

.a12-contact .btn {
    padding: 12px 25px;
    border-radius: 0;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}


/* ---------------------------------------------------------
   FOOTER
   --------------------------------------------------------- */

.a12-footer {
    padding: 60px 0 25px;
    background: #ffffff;
    color: #555555;
}

.a12-footer-logo {
    margin-bottom: 12px;
    color: #111111;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
}

.a12-footer p {
    max-width: 420px;
    font-size: 14px;
}

.a12-footer-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.a12-footer-nav li {
    margin-bottom: 5px;
}

.a12-footer-nav a {
    color: #555555;
    font-size: 13px;
    text-decoration: none;
}

.a12-footer-nav a:hover {
    color: #000000;
}

.a12-footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid #dddddd;
    color: #888888;
    font-size: 11px;
    letter-spacing: .5px;
}


/* ---------------------------------------------------------
   MOBILE
   --------------------------------------------------------- */

@media (max-width: 991px) {

    .a12-header .nav-link {
        margin-left: 0;
        padding: 12px 0;
        border-top: 1px solid #eeeeee;
    }

    .a12-intro {
        padding: 75px 0 85px;
    }

    .a12-section {
        padding: 65px 0;
    }

}

@media (max-width: 767px) {

    .a12-intro h1 {
        font-size: 42px;
        letter-spacing: -1px;
    }

    .a12-lead {
        font-size: 20px;
    }

    .a12-contact h2 {
        margin-bottom: 30px;
        font-size: 34px;
    }

    .a12-footer-bottom {
        flex-direction: column;
        gap: 5px;
    }

}
