.full-img-link {
    content-visibility: auto;
    contain-intrinsic-size: 650px;
    position: relative;
    min-height: 650px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}

/* ── Background images ───────────────────────────── */
.full-img-link__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}

/* ── Overlay ─────────────────────────────────────── */
.full-img-link__overlay {
    position: absolute;
    inset: 0;
    background: rgba(10, 10, 10, .68);
    z-index: 1;
}

/* ── Content ─────────────────────────────────────── */
.full-img-link__content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
    padding: 5rem 2rem;
}

.full-img-link__eyebrow {
    font-family: 'League Spartan', sans-serif;
    font-size: .65rem;
    font-weight: 600;
    letter-spacing: .25em;
    text-transform: uppercase;
    color: #119199;
    display: block;
    margin-bottom: 1.5rem;
}

.full-img-link__title {
    font-family: 'League Spartan', sans-serif;
    font-size: clamp(2.25rem, 4vw, 3.25rem);
    font-weight: 300;
    line-height: 1.1;
    color: #fff;
    letter-spacing: -.01em;
    margin: 0 0 1.5rem 0;
    padding: 0;
}

.full-img-link__title em {
    font-family: 'Lato', sans-serif;
    font-style: italic;
    font-weight: 300;
    font-size: .95em;
}

.full-img-link__desc {
    font-family: 'Lato', sans-serif;
    font-size: 1.05rem;
    font-weight: 300;
    line-height: 1.8;
    color: rgba(255, 255, 255, .6);
    margin: 0 0 2.5rem 0;
    padding: 0;
}

.full-img-link__cta {
    display: inline-block;
    font-family: 'League Spartan', sans-serif;
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .45);
    border-radius: 4px;
    padding: 15px 36px;
    text-decoration: none;
    background: transparent;
    transition: background .2s, border-color .2s;
}

.full-img-link__cta:hover {
    background: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .8);
    color: #fff;
    text-decoration: none;
}

/* ── Quote ───────────────────────────────────────── */
.full-img-link__quote {
    font-family: 'Lato', sans-serif;
    font-size: clamp(1.3rem, 2.5vw, 2rem);
    font-weight: 300;
    font-style: italic;
    line-height: 1.7;
    color: #ffffff;
    margin: 0 0 1.5rem 0;
    padding: 0;
    border: none !important;
    background: transparent !important;
}

.full-img-link__attr {
    font-family: 'League Spartan', sans-serif;
    font-size: .7rem;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: #119199;
    display: block;
    margin-bottom: 2rem;
}

/* ── Mobile ──────────────────────────────────────── */
@media (max-width: 767.98px) {
    .full-img-link {
        min-height: 560px;
    }

    .full-img-link__content {
        padding: 4rem 1.5rem;
    }

    .full-img-link__title {
        font-size: clamp(2rem, 8vw, 2.5rem);
    }

    .full-img-link__cta {
        padding: 12px 28px;
        font-size: .65rem;
    }
}
