/* ==========================================================
   CONTENT BLOCK 1
   Full-width image + editorial content below
   Pertecnica: Gold / Black / White / Gray
========================================================== */

.hcg-content-block-1-section{
    position:relative;
    height:auto;
    min-height:0;
    padding:36px 0 64px;
    background:#f5f5f3;
    overflow:hidden;
}

.hcg-content-block-1-container{
    width:min(1180px, calc(100% - 40px));
    margin:0 auto;
}

/* ---------- IMAGE ---------- */

.hcg-content-block-1-image-wrap{
    position:relative;
    width:100%;
    height:auto;
    min-height:0;
    aspect-ratio:2.65 / 1;
    overflow:hidden;
    background:#151515;
    border-radius:4px 4px 0 0;
}

.hcg-content-block-1-image-wrap::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg, rgba(0,0,0,.02) 35%, rgba(0,0,0,.28) 100%);
    pointer-events:none;
}

.hcg-content-block-1-image{
    display:block;
    width:100%;
    height:100%;
    min-height:0;
    object-fit:cover;
    object-position:center center;
}

/* ---------- CONTENT PANEL ---------- */

.hcg-content-block-1-content{
    position:relative;
    padding:48px 54px 52px;
    background:#fff;
    border:1px solid #deddd9;
    border-top:0;
    border-radius:0 0 4px 4px;
    box-shadow:0 18px 45px rgba(0,0,0,.07);
}

.hcg-content-block-1-badge{
    display:inline-flex;
    align-items:center;
    gap:9px;
    margin-bottom:18px;
    color:#9d7627;
    font-size:12px;
    font-weight:800;
    line-height:1.2;
    letter-spacing:.12em;
    text-transform:uppercase;
}

.hcg-content-block-1-badge span{
    width:28px;
    height:2px;
    background:#c6a15b;
    display:block;
}

.hcg-content-block-1-title{
    max-width:820px;
    margin:0 0 14px;
    color:#111;
    font-size:clamp(30px, 4vw, 46px);
    font-weight:800;
    line-height:1.08;
    letter-spacing:-.035em;
}

.hcg-content-block-1-subtitle{
    margin:0 0 22px;
    color:#9d7627;
    font-size:19px;
    font-weight:700;
    line-height:1.45;
}

.hcg-content-block-1-text{
    max-width:900px;
    color:#555;
    font-size:17px;
    line-height:1.75;
}

.hcg-content-block-1-text p{
    margin:0 0 16px;
}

.hcg-content-block-1-text p:last-child{
    margin-bottom:0;
}

/* ---------- INDUSTRY CARDS ---------- */

.hcg-content-block-1-cards{
    display:grid;
    grid-template-columns:repeat(4, minmax(0,1fr));
    gap:14px;
    margin-top:36px;
}

.hcg-content-block-1-card-item{
    display:flex;
    flex-direction:column;
    min-width:0;
    min-height:190px;
    padding:22px 20px 20px;
    background:#fafaf8;
    border:1px solid #e1e0dc;
    transition:transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.hcg-content-block-1-card-item:hover{
    transform:translateY(-4px);
    border-color:#c6a15b;
    box-shadow:0 14px 28px rgba(0,0,0,.08);
}

.hcg-content-block-1-card-number{
    margin-bottom:28px;
    color:#c6a15b;
    font-size:12px;
    font-weight:800;
    letter-spacing:.1em;
}

.hcg-content-block-1-card-body h3{
    margin:0 0 10px;
    color:#151515;
    font-size:17px;
    font-weight:800;
    line-height:1.3;
}

.hcg-content-block-1-card-body p{
    margin:0;
    color:#666;
    font-size:14px;
    line-height:1.55;
}

/* ---------- CTA ---------- */

.hcg-content-block-1-action{
    margin-top:34px;
}

.hcg-content-block-1-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:14px;
    min-height:52px;
    padding:0 26px;
    background:#c6a15b;
    color:#111 !important;
    border:1px solid #c6a15b;
    border-radius:3px;
    text-decoration:none !important;
    font-size:15px;
    font-weight:800;
    transition:transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.hcg-content-block-1-button span{
    font-size:19px;
    line-height:1;
}

.hcg-content-block-1-button:hover{
    transform:translateY(-2px);
    background:#d6b873;
    box-shadow:0 10px 22px rgba(198,161,91,.25);
}

/* ---------- TABLET ---------- */

@media(max-width:980px){
    .hcg-content-block-1-image-wrap{
        height:auto;
        min-height:0;
        aspect-ratio:2.65 / 1;
    }

    .hcg-content-block-1-content{
        padding:42px 38px 44px;
    }

    .hcg-content-block-1-cards{
        grid-template-columns:repeat(2, minmax(0,1fr));
    }
}

/* ---------- MOBILE ---------- */

@media(max-width:680px){
    .hcg-content-block-1-section{
        padding:20px 0 44px;
    }

    .hcg-content-block-1-container{
        width:calc(100% - 24px);
    }

    .hcg-content-block-1-image-wrap{
        height:auto;
        min-height:0;
        max-height:none;
        aspect-ratio:2.0 / 1;
        border-radius:3px 3px 0 0;
    }

    .hcg-content-block-1-image{
        object-position:center center;
    }

    .hcg-content-block-1-content{
        padding:30px 22px 34px;
    }

    .hcg-content-block-1-badge{
        margin-bottom:15px;
        font-size:10px;
        letter-spacing:.1em;
    }

    .hcg-content-block-1-title{
        font-size:32px;
        line-height:1.1;
    }

    .hcg-content-block-1-subtitle{
        font-size:17px;
        margin-bottom:18px;
    }

    .hcg-content-block-1-text{
        font-size:16px;
        line-height:1.7;
    }

    .hcg-content-block-1-cards{
        grid-template-columns:1fr;
        gap:10px;
        margin-top:28px;
    }

    .hcg-content-block-1-card-item{
        min-height:0;
        padding:18px;
    }

    .hcg-content-block-1-card-number{
        margin-bottom:18px;
    }

    .hcg-content-block-1-action{
        margin-top:26px;
    }

    .hcg-content-block-1-button{
        width:100%;
    }
}
