/* ============================================================
   About1 — szekció stílusok
   ============================================================ */

.about1-section {
    position: relative;
    overflow: hidden;
    min-height: clamp(500px, 48.5vw, 931px);
}

/* CSS Grid: bal (44%) + jobb (56%), mindkét oszlop tölti a szekció teljes magasságát */
.about1-inner {
    display: grid;
    grid-template-columns: 44fr 56fr;
    min-height: clamp(500px, 48.5vw, 931px);
    position: relative;
    z-index: 1;
}

/* ============================================================
   Bal oszlop — szöveg
   ============================================================ */

.about1-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(40px, 4.17vw, 80px) clamp(20px, 2.5vw, 48px) clamp(40px, 4.17vw, 80px) clamp(40px, 5.2vw, 100px);
}

.about1-eyebrow {
    color: #e26d1e;
    font-family: Montserrat, sans-serif;
    font-weight: 800;
    font-size: clamp(12px, 0.875vw, 17px);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 12px;
}

.about1-heading {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-weight: 800;
    font-size: clamp(28px, 2.72vw, 52px);
    line-height: 1.1;
}

.about1-heading p {
    margin: 0;
    line-height: 1.1;
}

.about1-body {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: clamp(13px, 0.875vw, 17px);
    line-height: 1.5;
}

.about1-body p {
    margin-bottom: 0.6em;
}

.about1-body p:last-child {
    margin-bottom: 0;
}

/* ============================================================
   CTA gomb — hexagon alakzattal
   ============================================================ */

.about1-cta {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: clamp(38px, 2.6vw, 50px);
    padding: 0 clamp(18px, 1.5vw, 28px) 0 clamp(30px, 2.1vw, 40px);
    color: #fff;
    text-decoration: none;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: clamp(13px, 0.985vw, 19px);
    white-space: nowrap;
    transition: color 0.2s ease;
    margin-top: 8px;
    align-self: flex-start;
}

.about1-cta:hover {
    color: #fff;
    text-decoration: none;
}

.about1-cta:hover .about1-cta-shape path {
    fill: #c55d18;
}

.about1-cta-shape {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.about1-cta-text {
    position: relative;
    z-index: 1;
}

.about1-cta-arrow {
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    width: 11px;
    height: 9px;
    transition: transform 0.2s ease;
}

.about1-cta:hover .about1-cta-arrow {
    transform: translateX(3px);
}

/* ============================================================
   Jobb oszlop — kollázs kép + díszítők
   ============================================================ */

.about1-right {
    --img-gap: clamp(20px, 3vw, 60px);
    position: relative;
    overflow: visible;
}

.about1-collage-img {
    position: absolute;
    inset: var(--img-gap);
    width: calc(100% - 2 * var(--img-gap));
    height: calc(100% - 2 * var(--img-gap));
    object-fit: cover;
    object-position: center center;
    display: block;
    z-index: 1;
}

/* ============================================================
   Díszítő hexagonok
   Pozíció: .about1-right-hoz képest
   Desktop: jobb oszlop = 56% → régi section-%-ból: (old - 44) / 56
   ============================================================ */

.about1-deco {
    position: absolute;
    pointer-events: none;
    z-index: 0;
    display: block;
    line-height: 0;
}

.about1-deco svg {
    display: block;
    width: 100%;
    height: 100%;
}

/* Nagy hexagonok — ~145×126px */
.about1-deco-lg {
    width: clamp(60px, 7.55vw, 145px);
    height: clamp(52px, 6.56vw, 126px);
}

/* Kis hexagonok — ~45×39px */
.about1-deco-sm {
    width: clamp(20px, 2.34vw, 45px);
    height: clamp(18px, 2.03vw, 39px);
}

/* Nagy hex pozíciók (jobb oszlophoz képest) */
.about1-deco-1 { left: 66.07%; top: 21.27%; }
.about1-deco-2 { left: 74.43%; top: 64.34%; }
.about1-deco-3 { left: 12.48%; top: 65.41%; }
.about1-deco-4 { left: 14.63%; top: 10.53%; }

/* Kis hex pozíciók */
.about1-deco-5 { left: 21.70%; top:  5.69%; }
.about1-deco-6 { left: 77.04%; top: 19.33%; }
.about1-deco-7 { left: 12.48%; top: 40.28%; }
.about1-deco-8 { left: 18.71%; top: 80.99%; }
.about1-deco-9 { left: 85.50%; top: 62.30%; }

/* ============================================================
   Reszponzív
   ============================================================ */

@media (max-width: 991px) {
    .about1-section {
        min-height: unset;
        padding-bottom: clamp(48px, 8vw, 96px);
    }

    .about1-inner {
        grid-template-columns: 1fr;
        min-height: unset;
        row-gap: 48px;
    }

    .about1-left {
        padding: clamp(48px, 8vw, 96px) clamp(20px, 5vw, 40px) 0;
    }

    .about1-right {
        --img-gap: clamp(20px, 4vw, 40px);
        aspect-ratio: 1 / 1;
    }

    .about1-cta {
        align-self: stretch;
        width: 100%;
        justify-content: center;
        white-space: normal;
    }

    .about1-cta-shape {
        width: 100%;
    }
}
