.roasteries-section {
    max-width: 1620px;
    margin: 0 auto;
    padding: 80px 40px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.banner-logo {
    display: none;
    position: absolute;
    top: 0;
    right: -57px;
    width: 230px;
    opacity: 0.1;
    z-index: 0;
}

.roasteries-container {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.roasteries-text {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
}

.roasteries-text h1 {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-style: italic;
    font-size: 75.13px;
    line-height: 100%;
    letter-spacing: -0.12px;
    color: #000000;
}

.roasteries-info {
    max-width: 500px;
}

.roasteries-info p {
    font-family: "InterFace", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.2px;
    color: #000000;
    margin-bottom: 30px;
}

.roasteries-link {
    display: inline-block;
    background-color: #172621;
    color: #ffffff;
    font-family: "InterFace", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    line-height: 100%;
    text-align: center;
    padding: 14px 36px;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.3s ease;
}

.roasteries-link:hover {
    background-color: #2b3b35;
}

.roasteries-image {
    width: 100%;
    height: 450px;
    border-radius: 10px;
    overflow: hidden;
}

.roasteries-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* second section  */
.second-section {
    max-width: 1620px;
    height: 650px;
    margin: 0 auto;
    padding: 80px 40px;
    display: flex;
    gap: 40px;
}

.second-section-left {
    display: flex;
    gap: 20px;
}

.second-section-left .image-30,
.second-section-left .image-70 {
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.second-section-left .image-30 {
    flex: 0 0 30%;
}

.second-section-left .image-70 {
    /* flex: 0 0 70%; */
}

.second-section-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.second-section-right {
    flex: 0 0 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.details-title {
    font-family: "InterFace", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 70px;
    line-height: 100%;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: #332624;
    margin-bottom: 30px;
}

.details-row {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #3c4743;
    padding: 12px 0;
    flex-wrap: wrap;
}

.details-label {
    font-family: "InterFace", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 15.6px;
    letter-spacing: 1px;
    color: #332624;
}

.details-value {
    font-family: "InterFace", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12.19px;
    line-height: 15.6px;
    letter-spacing: 2px;
    color: #332624;
    text-align: right;
    text-transform: uppercase;
    max-width: 60%;
}

/* second section  */

/* Responsive Design */
@media (max-width: 992px) {
    .roasteries-text {
        flex-direction: column;
        align-items: flex-start;
    }

    .roasteries-text h1 {
        font-size: 60px;
    }

    .roasteries-info {
        max-width: 100%;
    }

    .second-section {
        max-width: 1620px;
        height: 100%;
        margin: 0 auto;
        padding: 48px 20px;
        display: flex;
        gap: 40px;
        flex-direction: column-reverse;
    }

    .second-section-left .image-30,
    .second-section-left .image-70 {
        height: 400px;
        border-radius: 10px;
        overflow: hidden;
    }
    .roasteries-section {
        padding: 20px;
    }
}

@media (max-width: 600px) {
    .roasteries-text h1 {
        font-size: 45px;
    }

    .roasteries-image {
        height: 400px;
    }
}
