/* Cascina Bonfiglio — SEZIONE: Chi siamo (Figma 12:398). */

.cb-chi {
    position: relative;
    background: #FFF5E6;
    padding: 130px 0 120px;
    box-sizing: border-box;
    overflow: hidden;
}

/* Onda cream sopra (Vector 4 — copre il bordo white della combo section) */
.cb-chi__wave {
    position: absolute;
    top: -1px;
    left: -1%;
    width: 102%;
    height: 90px;
    pointer-events: none;
    z-index: 0;
    background: #ffffff;
}

/* Foglia decorativa sinistra (Vector 18:613 — Figma x=-70 y=5828 w=180 h=237) */
.cb-chi__leaf--l {
    position: absolute;
    left: -70px;
    top: 473px;
    width: 180px;
    height: 237px;
    pointer-events: none;
    user-select: none;
}
/* Foglia decorativa destra pink (Vector 18:614 — Figma x=1437 y=5537 w=134.25 h=86.25) */
.cb-chi__leaf--r {
    position: absolute;
    right: 157px;
    top: 182px;
    width: 134.25px;
    height: 86.25px;
    pointer-events: none;
    user-select: none;
}

.cb-chi__inner {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 565px 1fr;
    gap: 138px;
    align-items: center;
    z-index: 1;
}

.cb-chi__media {
    width: 565px;
    max-width: 100%;
}
.cb-chi__media img {
    width: 100%;
    height: auto;
    display: block;
}

/* ----- Right column: kicker + title + body + cta ----- */
.cb-chi__kicker {
    margin: 0;
    font-family: var(--cb-font-body);
    font-weight: 700;
    font-size: 14px;
    line-height: 47px;
    letter-spacing: 1.174px;
    text-transform: uppercase;
    color: #000000;
}

.cb-chi__title {
    margin: 0 0 32px;
    font-family: var(--cb-font-body);
    font-weight: 400;
    font-size: 36px;
    line-height: 47px;
    letter-spacing: 1.174px;
    color: #000000;
}
.cb-chi__title-accent {
    font-family: var(--cb-font-accent);
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 47px;
    letter-spacing: 1.174px;
    color: #000000;
    padding-left: .05em;
}

/* Figma 12:400 (w=515 h=175): Nunito Sans Regular 18px / line-height normal */
.cb-chi__body {
    margin: 0 0 32px;
    max-width: 515px;
    font-family: var(--cb-font-body);
    font-weight: 400;
    font-size: 18px;
    line-height: normal;
    color: #000000;
}

.cb-chi__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #A8C780;
    color: #ffffff;
    font-family: var(--cb-font-body);
    font-weight: 700;
    font-size: 16px;
    letter-spacing: .7px;
    padding: 13px 34px;
    border-radius: 100px;
    transition: background .2s;
}
.cb-chi__btn:hover { background: #94b66e; }

/* ----- Responsive ----- */
@media (max-width: 1500px) {
    .cb-chi__inner { padding: 0 60px; }
}
@media (max-width: 1100px) {
    .cb-chi__inner {
        grid-template-columns: 1fr;
        gap: 40px;
        max-width: 640px;
        text-align: center;
    }
    .cb-chi__media { margin: 0 auto; max-width: 480px; width: 100%; }
    .cb-chi__body { margin-left: auto; margin-right: auto; }
    .cb-chi__leaf--l,
    .cb-chi__leaf--r { display: none; }
    .cb-chi__title-accent { font-size: 40px; line-height: 38px; letter-spacing: 0.939px; }
}

@media (max-width: 640px) {
    .cb-chi { padding: 50px 0 60px; }
    /* Cliente: "parte del chi siamo con testo a bandiera a sinistra". */
    .cb-chi__inner { padding: 0 16px; gap: 28px; text-align: left; }
    .cb-chi__media { margin-left: 0; margin-right: 0; max-width: 360px; }
    .cb-chi__media img { border-radius: 12px; }
    .cb-chi__body { margin-left: 0; margin-right: 0; }
    .cb-chi__title { font-size: 22px; line-height: 30px; margin-bottom: 16px; text-align: left; }
    .cb-chi__title-accent { font-size: 32px; line-height: 30px; letter-spacing: 0.751px; }
    .cb-chi__body { font-size: 15px; line-height: 1.5; margin-bottom: 22px; text-align: left; }
    .cb-chi__btn { font-size: 13px; padding: 11px 22px; }
}
