@charset "utf-8";
/* CSS Document */

.homepage-location {
    width: 100%;
    padding: 30px 30px;
    /*background: #f7f5f1;*/
    box-sizing: border-box;
	background:#fffafa;
}

.homepage-location-inner {
    width: min(1180px, 100%);
    margin: 0 auto;

    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 80px;

    align-items: center;
}


/* =========================================================
   LEFT SIDE — STORE INFORMATION
   ========================================================= */

.homepage-location-info {
    max-width: 650px;
}

.homepage-location-eyebrow {
    display: block;

    margin-bottom: 12px;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;

    color: #7b8575;
}

.homepage-location-info h2 {
    margin: 0 0 22px;

    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(38px, 5vw, 58px);
    font-weight: 400;
    line-height: 1.05;

    color: #30372f;
}

.homepage-location-intro {
    max-width: 600px;

    margin: 0 0 35px;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.8;

    color: #62675f;
}


/* =========================================================
   LOCATION DETAILS
   ========================================================= */

.homepage-location-details {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;

    margin-bottom: 35px;

}

.homepage-location-detail {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.homepage-location-icon {
    flex: 0 0 auto;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 38px;
    height: 38px;

    border: 1px solid #c9cec5;
    border-radius: 50%;

    font-size: 17px;
    color: #697364;
}

.homepage-location-label {
    display: block;

    margin-bottom: 5px;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;

    color: #7b8575;
}

.homepage-location-detail address,
.homepage-location-detail a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-style: normal;
    line-height: 1.65;

    color: #454b43;
    text-decoration: none;
}

.homepage-location-detail a {
    transition: color 0.25s ease;
}

.homepage-location-detail a:hover {
    color: #7b8575;
}


/* =========================================================
   DIRECTIONS BUTTON
   ========================================================= */

.homepage-location-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;

    min-width: 175px;
    padding: 14px 22px;

    border: 1px solid #697364;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;

    color: #454b43;
    text-decoration: none;

    transition:
        background-color 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease;
}

.homepage-location-button span {
    font-size: 18px;
    line-height: 1;

    transition: transform 0.3s ease;
}

.homepage-location-button:hover {
    background: #697364;
    color: #ffffff;
    transform: translateY(-2px);
}

.homepage-location-button:hover span {
    transform: translateX(4px);
}


/* =========================================================
   RIGHT SIDE — STORE HOURS
   ========================================================= */

.homepage-location-hours {
    padding: 20px 20px 20px;

    background: #ffffff;

    border: 1px solid #e4e2dc;

    box-shadow: 0 15px 45px rgba(40, 45, 38, 0.06);

}

.homepage-location-hours h3 {
    margin: 0 0 28px;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 34px;
    font-weight: 400;

    color: #30372f;
}


/* =========================================================
   HOURS LIST
   ========================================================= */

.homepage-hours-list {
    width: 100%;
}

.homepage-hours-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;

    padding: 10px 0;

    border-bottom: 1px solid #e9e8e3;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;

    color: #4d534b;
}

.homepage-hours-row:first-child {
    border-top: 1px solid #e9e8e3;
}

.homepage-hours-row span:last-child {
    white-space: nowrap;
    text-align: right;

    color: #30372f;
}

.homepage-hours-closed {
    color: #858a82;
}

.homepage-hours-closed span:last-child {
    color: #858a82;
}


/* =========================================================
   DELIVERY NOTE
   ========================================================= */

.homepage-hours-note {
    display: flex;
    align-items: center;
    gap: 10px;

    margin-top: 27px;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.5;

    color: #697364;
}

.homepage-hours-dot {
    width: 7px;
    height: 7px;

    flex: 0 0 7px;

    border-radius: 50%;
    background: #7b8575;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

    .homepage-location {
        padding: 70px 25px;
    }

    .homepage-location-inner {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .homepage-location-info {
        max-width: 100%;
    }

    .homepage-location-intro {
        max-width: 700px;
    }

    .homepage-location-hours {
        width: 100%;
        max-width: 650px;
        box-sizing: border-box;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .homepage-location {
        padding: 55px 18px;
    }

    .homepage-location-inner {
        gap: 40px;
    }

    .homepage-location-info h2 {
        font-size: 40px;
    }

    .homepage-location-intro {
        font-size: 15px;
        line-height: 1.7;
    }

	.homepage-location-detail { justify-content: center;}
    .homepage-location-details {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .homepage-location-button {
        width: 100%;
        box-sizing: border-box;
    }

    .homepage-location-hours {
        padding: 20px 22px;
    }

    .homepage-location-hours h3 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .homepage-hours-row {
        padding: 12px 0;
        font-size: 13px;
    }

    .homepage-hours-note {
        align-items: flex-start;
    }
}


/* =========================================================
   VERY SMALL SCREENS
   ========================================================= */

@media (max-width: 380px) {

    .homepage-location {
        padding-left: 15px;
        padding-right: 15px;
    }

    .homepage-location-info h2 {
        font-size: 36px;
    }

    .homepage-location-hours {
        padding: 28px 18px;
    }

    .homepage-hours-row {
        gap: 10px;
        font-size: 12px;
    }
}


