@import url('https://fonts.cdnfonts.com/css/neue-haas-grotesk-display-pro');

* {
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
}


:root {
    --cement: #e7e5e2;
    --dark-grey: #231f1f;
    --dark-cement: #dcd9d4;
    --mint: #a4ffde;
    --black: #121111;
    --pale-mint: #c4ffea;
    --light-cement: #f0eeea;
    --northtown-b: #fa9370;
    --tampa-b: #9cdab8;
    --miami-st-b: #fdcd26;
    --uptown-a: #cb204d;
    --white: white;
    --tempe-a: #4b9560;
    --gray: #848280;
    --denver-b: #026a94;
    --arapahoe-a: #eba04a;
    --houston-a: #3038b5;
    --red: #ff6b00;
    --tempe-b: #8facd8;
}

body {
    background: #231f1f;
    color: #231f1f;

}

.encode-sans-condensed-thin {
    font-family: "Encode Sans Condensed", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.encode-sans-condensed-extralight {
    font-family: "Encode Sans Condensed", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.encode-sans-condensed-light {
    font-family: "Encode Sans Condensed", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.encode-sans-condensed-regular {
    font-family: "Encode Sans Condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.encode-sans-condensed-medium {
    font-family: "Encode Sans Condensed", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.encode-sans-condensed-semibold {
    font-family: "Encode Sans Condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.encode-sans-condensed-bold {
    font-family: "Encode Sans Condensed", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.encode-sans-condensed-extrabold {
    font-family: "Encode Sans Condensed", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.encode-sans-condensed-black {
    font-family: "Encode Sans Condensed", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.navbar {
    background-color: #121111;

    .nav-link {
        color: #e7e5e2 !important;
        font-size: 16px;
        line-height: 1.25em;
        font-weight: 600;
    }

    /* .navbar-nav .nav-link.active,
    .navbar-nav .nav-link.show {
        color: unset;
    } */

    .nav-item:hover a {
        color: #fff !important;
        text-decoration: underline;
        text-decoration-color: #b6dcb3;
        text-decoration-thickness: 2px;
        text-underline-offset: 3px;
    }

    .nav-item .active {
        text-decoration: underline;
        text-decoration-color: #b6dcb3;
        text-decoration-thickness: 2px;
        text-underline-offset: 3px;
    }

    .button-caption {
        grid-column-gap: 4px;
        grid-row-gap: 4px;
        justify-content: center;
        align-items: center;
        display: flex;
    }

    .button-hd {
        border: 2px solid #231f1f;
        background-color: #b6dcb3;
        color: #231f1f;
        text-align: center;
        border-radius: 40px;
        padding: 12px 20px;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.25em;
        text-decoration: none;
    }

    .button-hd:hover {
        background-color: #c4ffea;
    }
}


.hero {


    display: grid;
    grid-template-columns: 1fr;

    @media (min-width: 768px) {
        .hero {
            grid-template-columns: 1fr 1fr;
        }
    }

    .hero-content {
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    /* Left column (carousel) */
    .hero-content.left {
        background-color: #231f1f;
    }

    .hero-content.left .carousel-item {
        height: 100vh;
        overflow: hidden;
        position: relative;
    }

    .hero-content.left .carousel-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* Right column (text area) */
    .hero-content.right {
        align-items: flex-start;
        background-color: #e7e5e2;
    }

    .hero-content .text {
        width: 100%;
        height: 100%;
        max-width: 864px;
        grid-row-gap: 32px;
        flex-direction: column;
        justify-content: flex-end;
        padding: 128px 64px;
        display: flex;
        position: relative;
    }

    .hero-content.right .text h1 {
        font-size: 72px;
        font-weight: 400;
        line-height: 1.1em;
    }

    .picto-trail {
        grid-column-gap: 16px;
        justify-content: flex-start;
        align-items: center;
        display: flex;
    }

    .hero-picto {
        width: 44px;
        height: 44px;
    }


}



.container-mosaic {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
}

.container-mosaic .description {
    margin-top: 20%
}

/* Ensure each section is full height */
.container-mosaic .section {
    min-height: 100vh;
    padding: 150px 0px;
    /* display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; */
}

/* Left Sidebar (Sticky) */
.sidebar {
    /* width: 50%;
    position: sticky;
    top: 20%;
    padding: 50px;
    height: fit-content; */
    width: 50%;
    height: 100vh;
    flex-direction: column;
    justify-content: space-between;
    padding: 128px 75px;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.mosaic-menu {
    flex-direction: column;
    display: flex;
}

.mosaic-link h2 {
    font-size: 72px;
    line-height: 1.1em;
    text-decoration: none;
}

.mosaic-menu a {
    text-decoration: none;
}

.sidebar h2 {
    /* font-size: 3rem;  */
    color: #777;
    transition: color 0.3s;
}

.sidebar h2.active {
    color: #fff;
    /* font-weight: bold; */
}

.description {
    /* font-size: 1.2rem; */
    margin-top: 20px;
    transition: opacity 0.3s;
    color: #e7e5e2;
    font-size: 32px;
    line-height: 1.1em;
}

/* Right Content */
.content {
    width: 50%;
    padding: 50px;
    overflow: visible;
}

.mosaic-gallery {
    /* display: grid; */
    /* grid-template-columns: repeat(2, 1fr); */
    /* gap: 10px; */
}

.mosaic-item {
    background: #222;
    padding: 20px;
    border-radius: 10px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #fff;
}


/* gallery */
.container-imgs {
    display: grid;
    grid-template-columns: repeat(3, 2fr);
    grid-gap: 1rem;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
}

.container-imgs .tile {
    position: relative;
}

.container-imgs .tile-tags {
    z-index: 1;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 16px;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.container-imgs .tile-tags .tag {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border: 1px solid #231f1f;
    background-color: #e7e5e2;
    color: #231f1f;
    text-align: center;
    border-radius: 40px;
    justify-content: center;
    align-items: center;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25em;
    text-decoration: none;
    display: flex;
}

.container-imgs .tile {}

.tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.container-imgs .tile {
    opacity: 0.5;
    border-radius: 20px;
}

.container-imgs .tile:hover {
    opacity: 1;
    cursor: pointer;
}

.tile:nth-child(1) {
    grid-column: span 2;
    grid-row: span 2;
    max-height: 365px;
}

.tile:nth-child(2),
.tile:nth-child(3) {
    grid-column: span 1;
    max-height: 176px;
}

.tile:nth-child(4),
.tile:nth-child(5),
.tile:nth-child(6) {
    grid-column: span 1;
    grid-row: span 1;
    max-height: 176px;
}



.enlarged-img-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* A semi-transparent background to dim the section behind */
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

/* Style for the enlarged image */
.enlarged-img-container img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 20px;
}

/* Close button styling */
.enlarged-img-container .close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    z-index: 1001;
}

.mosaic-mobile-head {
    padding-bottom: 20px;
}

.mosaic-mobile-head .mosaic-link {
    font-size: 48px;
    line-height: 1.1em;
    text-decoration: none;
    padding-left: 20px;
}

/* 
.mosaic-link.w--current,
.mosaic-link.active {
    opacity: 1;
} */

@media screen and (max-width: 650px) {
    .tile {
        margin-bottom: 1rem;
    }
}

/* About Section */

.about {
    background-color: #dcd9d4;
}

.about-section {
    padding: 60px 0;
}

.about-grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    position: relative;
}

.about h2 {
    font-size: 72px;
    font-weight: 400;
    line-height: 1.1em;
    color: #2c2c2c;
}

.about-tiles {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    grid-area: span 3 / span 1 / span 3 / span 1;
}

.about-tiles a {
    color: #231f1f;
}

.about-grid .h6 {
    /* font-size: 32px; */
    font-size: 20px;
    font-weight: 400;
    line-height: 1.1em;
}

.about .about-card.tight {
    grid-row-gap: 16px;
}

.about .about-card.center {
    text-align: center;
    align-items: center;
}

.about .about-card {
    grid-row-gap: 32px;
    background-color: #e7e5e2;
    border-radius: 8px;
    flex-direction: column;
    padding: 24px;
    text-decoration: none;
    display: flex;
    position: relative;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(35, 31, 31, .1);
}

.about .about-card:hover {
    background-color: #ffffff;
}

.about-action {
    grid-column-gap: 8px;
    justify-content: start;
    align-items: center;
    display: flex;
}

.p.lg.my0 {
    margin-right: 0;
}

.p.my0 {
    margin-top: 0;
    margin-bottom: 0;
}

.p.lg {
    font-size: 20px;
    line-height: 1.25em;
}

/* Reviews */

.reviews {
    background-color: #dcd9d4;
}

.reviews h2 {
    font-size: 72px;
    font-weight: 400;
    line-height: 1.1em;
    color: #2c2c2c;
}

.review-section {
    padding: 60px 0;
}

.review-card {
    background: #e7e5e2;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease-in-out;
    display: flex;
    flex-direction: column;
    grid-row-gap: 32px;
}

.review-card:hover {
    transform: translateY(-5px);
}

.review-header {
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;

    display: flex;
    /* flex-direction: column;
    grid-row-gap: 32px; */
}

.review-body {
    grid-row-gap: 24px;
    display: flex;
    flex-direction: column;
}

.review-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #e7e5e2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
}

.review-content {
    font-size: 16px;
    /* margin-bottom: 10px; */
    height: 100px;
    font-size: 20px;
    line-height: 1.25em;
}

.review-stars {
    color: #fbbc04;
}

.show-more {
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
}

.show-more:hover {
    text-decoration: underline;
}

.google-review-logo {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    font-weight: bold;
    color: #666;
}

.google-review-logo img {
    width: 20px;
}

/* Instagram Section */
.instagram {
    background-color: #231f1f;
    /* max-height: 600px; */
    /* overflow: hidden; */
}

.instagram h2 {
    font-size: 72px;
    font-weight: 400;
    line-height: 1.1em;
    color: #dcd9d4;
}

.instagram-section {
    padding: 60px 0;
}

.instagram-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ig-button {
    color: white;
    text-transform: uppercase;
    white-space: nowrap;
    background-image: linear-gradient(135deg, #eb00ff, #f54d7f 50%, #f90);
    border-radius: 8px;
    padding: 15px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.25em;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.ig-button i {
    font-size: 20px;
}

/* .instagram-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    position: relative;
}

.ig-post {
    border-radius: 8px;
    position: relative;
    overflow: hidden;
} */


.instagram-grid {
    display: grid;
    grid-gap: 24px;

    grid-template-columns: repeat(4, 1fr);
    height: calc(100% - 0px);
    grid-template-rows: calc((100% - 24px) / 2) calc((100% - 24px) / 2);
}


.ig-post {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    display: block;
    max-height: 300px;
}


@media (min-width: 768px) {

    .hero {
        grid-template-columns: 1fr 1fr;
        /* Two columns for screens >= 768px */
    }
}

@media (max-width: 768px) {
    .hero .hero-content.left img {
        max-width: 100%;
        height: 100%;
        width: 100% !important;
    }

    .hero-content.left .carousel-item {
        height: 50vh !important;
    }

    .hero-slider {
        padding-left: 0px !important;
    }

    .container-mosaic .content {
        width: 100% !important;
        padding: 0px !important;
    }

    .container-mosaic .section {
        padding: 0px !important;
        min-height: 80vh;
        margin-top: 20px;
    }

    .reviews {
        padding: unset !important;
    }

    .reviews .review-section {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .review-content {
        height: unset !important;
    }

    .review-tile {
        margin-bottom: 10px;
    }

    .instagram h2 {
        font-size: 32px;
    }

    .instagram {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }

    .instagram-grid {
        display: grid;
        grid-gap: 1px;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: unset;
    }

    .about {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }

    .about-section {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }

    .about-grid {
        grid-template-columns: 1fr;
        grid-row-gap: 10px
    }

    .about-tiles {
        order: 2;
    }

    .about-grid p {
        order: 1;
        color: #484848;
    }

    .about-action {
        order: 3;
        display: none;
    }

    .about h2 {
        font-size: 32px;
        font-weight: bold;
    }

    .about-tiles {
        grid-column-gap: 1px;
        grid-row-gap: 1px;
    }

}