/* =========================================================
   FLT GISELA PULIDO HOMEPAGE SHOWCASE V3.1
   ========================================================= */

.flt-gisela-showcase {
    position: relative;
    overflow: hidden;
    padding: clamp(68px,8vw,120px) 0;

    background:
        radial-gradient(
            circle at 8% 18%,
            rgba(0,167,181,.16),
            transparent 32%
        ),
        radial-gradient(
            circle at 88% 75%,
            rgba(215,181,109,.13),
            transparent 34%
        ),
        linear-gradient(
            135deg,
            #040b10 0%,
            #0a1820 54%,
            #061116 100%
        );

    border-top: 1px solid rgba(215,181,109,.25);
    border-bottom: 1px solid rgba(215,181,109,.25);
}

.flt-gisela-showcase::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;

    background:
        linear-gradient(
            115deg,
            transparent 0 55%,
            rgba(255,255,255,.022) 55% 55.5%,
            transparent 55.5% 100%
        );
}

.flt-gisela-showcase-shell {
    position: relative;
    z-index: 2;

    display: grid;

    grid-template-columns:
        minmax(0,.95fr)
        minmax(0,1.05fr);

    gap: clamp(42px,6vw,92px);

    align-items: center;
}

.flt-gisela-showcase-frame {
    position: relative;
    overflow: hidden;

    min-height: 650px;

    background: #09141b;

    border:
        1px solid
        rgba(215,181,109,.43);

    box-shadow:
        0 44px 95px
        rgba(0,0,0,.43);
}

.flt-gisela-showcase-frame::after {
    content: "";

    position: absolute;
    z-index: 4;

    inset: 18px;

    border:
        1px solid
        rgba(255,255,255,.12);

    pointer-events: none;
}

.flt-gisela-showcase-frame img {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
    object-position: center 22%;
}

.flt-gisela-showcase-image-shade {
    position: absolute;
    z-index: 2;
    inset: 0;

    background:
        linear-gradient(
            180deg,
            rgba(2,8,12,.01) 15%,
            rgba(2,8,12,.11) 48%,
            rgba(2,8,12,.92) 100%
        );
}

.flt-gisela-showcase-badge {
    position: absolute;
    z-index: 5;

    left: clamp(28px,4vw,48px);
    bottom: clamp(30px,4vw,48px);

    display: grid;
}

.flt-gisela-showcase-badge span {
    margin-bottom: 8px;

    color: #00a7b5;

    font-size: 11px;
    font-weight: 900;
    line-height: 1;

    letter-spacing: .18em;
    text-transform: uppercase;
}

.flt-gisela-showcase-badge strong {
    color: #d7b56d;

    font-size: clamp(65px,7vw,96px);
    font-weight: 900;

    line-height: .84;

    letter-spacing: -.065em;
}

.flt-gisela-showcase-badge small {
    margin-top: 13px;

    color: rgba(255,255,255,.91);

    font-size: 12px;
    font-weight: 900;

    line-height: 1.2;

    letter-spacing: .16em;
    text-transform: uppercase;
}

.flt-gisela-showcase-copy {
    max-width: 700px;
}

.flt-gisela-showcase-eyebrow {
    margin: 0 0 19px;

    color: #00a7b5;

    font-size: 11px;
    font-weight: 900;

    letter-spacing: .19em;
    text-transform: uppercase;
}

.flt-gisela-showcase-copy h2 {
    margin: 0;

    color: #f7f4ed;

    font-size: clamp(62px,7vw,105px);
    font-weight: 900;

    line-height: .82;

    letter-spacing: -.057em;
    text-transform: uppercase;
}

.flt-gisela-showcase-copy h2 span {
    display: block;

    color: #d7b56d;
}

.flt-gisela-showcase-statement {
    margin:
        clamp(29px,4vw,43px)
        0
        9px;

    color: #fff;

    font-size: clamp(28px,3vw,44px);
    font-weight: 850;

    line-height: 1.02;

    letter-spacing: -.028em;
}

.flt-gisela-showcase-lead {
    max-width: 620px;

    margin: 0;

    color: #c5d1d6;

    font-size: clamp(18px,1.8vw,22px);
    line-height: 1.55;
}

.flt-gisela-showcase-stats {
    display: grid;

    grid-template-columns:
        repeat(2,minmax(0,1fr));

    margin:
        clamp(30px,4vw,43px)
        0;

    border-top:
        1px solid
        rgba(215,181,109,.27);

    border-left:
        1px solid
        rgba(215,181,109,.27);
}

.flt-gisela-showcase-stats div {
    min-height: 100px;

    padding: 20px 22px;

    display: flex;
    flex-direction: column;
    justify-content: center;

    border-right:
        1px solid
        rgba(215,181,109,.27);

    border-bottom:
        1px solid
        rgba(215,181,109,.27);
}

.flt-gisela-showcase-stats strong {
    margin-bottom: 6px;

    color: #efd084;

    font-size: 18px;
    font-weight: 900;

    line-height: 1.1;

    text-transform: uppercase;
}

.flt-gisela-showcase-stats span {
    color: #90a6af;

    font-size: 11px;
    font-weight: 800;

    letter-spacing: .11em;
    text-transform: uppercase;
}

.flt-gisela-showcase-bio {
    max-width: 650px;

    margin: 0;

    color: #afc0c7;

    font-size: 16px;
    line-height: 1.72;
}

.flt-gisela-showcase-actions {
    display: flex;
    flex-wrap: wrap;

    gap: 12px;

    margin-top: 35px;
}

.flt-gisela-showcase-actions .button {
    min-width: 200px;

    text-align: center;
}

@media (max-width: 980px) {

    .flt-gisela-showcase-shell {
        grid-template-columns: 1fr;
    }

    .flt-gisela-showcase-frame {
        min-height:
            min(730px,105vw);
    }

    .flt-gisela-showcase-copy {
        max-width: none;
    }
}

@media (max-width: 620px) {

    .flt-gisela-showcase {
        padding:
            54px
            0
            68px;
    }

    .flt-gisela-showcase-frame {
        min-height: 120vw;
    }

    .flt-gisela-showcase-copy h2 {
        font-size:
            clamp(56px,18vw,80px);
    }

    .flt-gisela-showcase-stats div {
        min-height: 88px;

        padding: 15px;
    }

    .flt-gisela-showcase-actions {
        display: grid;
    }

    .flt-gisela-showcase-actions .button {
        width: 100%;
    }
}

/* /FLT GISELA PULIDO HOMEPAGE SHOWCASE V3.1 */
