.elementor-137 .elementor-element.elementor-element-f16c985:not(.elementor-motion-effects-element-type-background), .elementor-137 .elementor-element.elementor-element-f16c985 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F8F3EB;}.elementor-137 .elementor-element.elementor-element-f16c985{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-137 .elementor-element.elementor-element-f16c985 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}/* Start custom CSS for html, class: .elementor-element-cb4f3fc *//* =========================
   ABOUT HERO
========================= */

.about-hero {
    background: #f7f2ea;
    padding: 140px 60px 90px;
}

.about-hero-container {
    max-width: 1320px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 80px;
}

/* LEFT */

.about-left {
    flex: 1;
}

.about-label {
    display: inline-block;
    margin-bottom: 20px;
    color: #bb6546;
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
}

.about-left h1 {
    font-size: 78px;
    line-height: 1em;
    letter-spacing: -3px;
    color: #15110d;
    font-weight: 600;
    font-family: 'Playfair Display', serif;
}

/* RIGHT */

.about-right {
    flex: 1;
    max-width: 420px;
}

.about-right p {
    font-size: 20px;
    line-height: 1.9em;
    color: rgba(21,17,13,0.72);
    font-family: 'Inter', sans-serif;
}

/* =========================
   IMAGE SECTION
========================= */

.about-image-section {
    background: #f7f2ea;
    padding: 0 60px 120px;
}

.about-image-container {
    max-width: 1320px;
    margin: 0 auto;
}

.about-image-container img {
    width: 100%;
    height: 720px;
    object-fit: cover;
    display: block;
}

/* =========================
   ABOUT CONTENT
========================= */

.about-content-section {
    padding: 120px 60px;
    background: #ffffff;
}

.about-content-container {
    max-width: 1320px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 90px;
}

/* LEFT */

.content-left {
    flex: 1;
}

.content-left span {
    display: inline-block;
    margin-bottom: 18px;
    color: #bb6546;
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
}

.content-left h2 {
    font-size: 56px;
    line-height: 1.1em;
    color: #15110d;
    font-weight: 600;
    letter-spacing: -2px;
    font-family: 'Playfair Display', serif;
}

/* RIGHT */

.content-right {
    flex: 1;
}

.content-right p {
    margin-bottom: 28px;
    font-size: 18px;
    line-height: 1.9em;
    color: rgba(21,17,13,0.74);
    font-family: 'Inter', sans-serif;
}

/* =========================
   VALUES SECTION
========================= */

.values-section {
    background: #15110d;
    padding: 120px 60px;
}

.values-container {
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* CARD */

.value-card {
    padding: 50px;
    border: 1px solid rgba(247,242,234,0.08);
    transition: all 0.35s ease;
}

.value-card:hover {
    transform: translateY(-6px);
    border-color: rgba(187,101,70,0.25);
}

.value-card h3 {
    color: #f7f2ea;
    margin-bottom: 20px;
    font-size: 32px;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
}

.value-card p {
    color: rgba(247,242,234,0.72);
    line-height: 1.8em;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 991px) {

    .about-hero,
    .about-image-section,
    .about-content-section,
    .values-section {
        padding-left: 24px;
        padding-right: 24px;
    }

    .about-hero-container,
    .about-content-container {
        flex-direction: column;
    }

    .values-container {
        grid-template-columns: 1fr;
    }

    .about-left h1 {
        font-size: 56px;
    }

    .content-left h2 {
        font-size: 44px;
    }

}

@media (max-width: 767px) {

    .about-left h1 {
        font-size: 42px;
    }

    .content-left h2 {
        font-size: 34px;
    }

    .about-image-container img {
        height: 420px;
    }

    .value-card {
        padding: 36px;
    }

}/* End custom CSS */