.single-journal-post__closing-cta {
    padding: 4px 0 calc(var(--nv-section-space) + 12px);
}

.single-field-note__closing-cta {
    padding: 0 0 calc(var(--nv-section-space) + 4px);
}

.single-field-note__closing-cta-panel {
    position: relative;
    overflow: hidden;
    padding: clamp(26px, 4vw, 40px);
    border: 0;
    border-radius: 30px;
    background:
        linear-gradient(135deg, rgba(9, 15, 18, 0.18) 0%, rgba(9, 15, 18, 0.04) 42%, rgba(255, 255, 255, 0.08) 100%),
        linear-gradient(180deg, rgba(244, 247, 248, 0.82) 0%, rgba(236, 241, 244, 0.56) 100%),
        var(--single-field-note-cta-image, linear-gradient(180deg, rgba(233, 238, 241, 0.96) 0%, rgba(241, 244, 246, 0.92) 100%));
    background-size: cover;
    background-position: center;
    box-shadow: 0 14px 32px rgba(15, 23, 32, 0.032), inset 0 1px 0 rgba(255, 255, 255, 0.24), inset 0 0 0 1px rgba(255, 255, 255, 0.07);
    isolation: isolate;
}

.single-field-note__closing-cta-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(247, 249, 250, 0.9) 0%, rgba(247, 249, 250, 0.72) 34%, rgba(247, 249, 250, 0.18) 68%, rgba(247, 249, 250, 0.08) 100%);
    pointer-events: none;
}

.single-field-note__closing-cta-content {
    position: relative;
    z-index: 1;
    max-width: 640px;
    padding: clamp(18px, 2.4vw, 24px);
    border: 0;
    border-radius: 24px;
    background: rgba(247, 249, 250, 0.42);
    backdrop-filter: blur(10px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.single-field-note__closing-cta-eyebrow {
    margin: 0 0 10px;
    color: rgba(22, 32, 42, 0.48);
    font-family: var(--nv-font-body);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.single-field-note__closing-cta-title {
    max-width: 16ch;
    margin: 0;
    color: #16202a;
    font-family: "Sora", sans-serif;
    font-size: clamp(1.7rem, 3vw, 2.5rem);
    font-weight: 600;
    line-height: 1.08;
    letter-spacing: -0.04em;
    text-wrap: balance;
}

.single-field-note__closing-cta-copy {
    max-width: 54ch;
    margin: 16px 0 0;
    color: rgba(22, 32, 42, 0.66);
    font-family: var(--nv-font-body);
    font-size: 0.98rem;
    line-height: 1.78;
}

.single-field-note__closing-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.single-field-note__closing-cta-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border: 1px solid rgba(15, 23, 32, 0.05);
    border-radius: 999px;
    color: #16202a;
    background: rgba(255, 255, 255, 0.78);
    font-family: var(--nv-font-body);
    font-size: 0.88rem;
    font-weight: 600;
    text-decoration: none;
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.single-field-note__closing-cta-link:hover,
.single-field-note__closing-cta-link:focus-visible {
    border-color: rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.94);
    transform: translateY(-1px);
}

.single-field-note__closing-cta-link--primary {
    color: #eef3ef;
    background: #21453b;
    border-color: #21453b;
}

.single-field-note__closing-cta-link--primary:hover,
.single-field-note__closing-cta-link--primary:focus-visible {
    color: #eef3ef;
    background: #18342d;
    border-color: #18342d;
}

.single-journal-post__closing-cta-panel {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
    gap: clamp(20px, 3vw, 36px);
    align-items: stretch;
    width: 100%;
    padding: clamp(28px, 4vw, 48px);
    border: 0;
    border-radius: 32px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(239, 243, 247, 0.96) 100%);
    box-shadow: 0 20px 48px rgba(15, 23, 32, 0.042);
}

.single-journal-post__closing-cta-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.single-journal-post__closing-cta-eyebrow {
    margin: 0 0 12px;
    color: rgba(22, 32, 42, 0.52);
    font-family: var(--nv-font-body);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.single-journal-post__closing-cta-title {
    max-width: 14ch;
    margin: 0;
    color: #16202a;
    font-family: "Instrument Serif", serif;
    font-size: clamp(2.2rem, 4vw, 3.55rem);
    line-height: 0.98;
    letter-spacing: -0.035em;
    text-wrap: balance;
}

.single-journal-post__closing-cta-copy {
    max-width: 60ch;
    margin: 18px 0 0;
    color: rgba(22, 32, 42, 0.68);
    font-family: var(--nv-font-body);
    font-size: 1rem;
    line-height: 1.78;
}

.single-journal-post__closing-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.single-journal-post__closing-cta-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 20px;
    border: 1px solid rgba(15, 23, 32, 0.05);
    border-radius: 999px;
    color: #16202a;
    background: rgba(255, 255, 255, 0.8);
    font-family: var(--nv-font-body);
    font-size: 0.92rem;
    font-weight: 600;
    text-decoration: none;
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.single-journal-post__closing-cta-link:hover,
.single-journal-post__closing-cta-link:focus-visible {
    border-color: rgba(33, 69, 59, 0.22);
    background: rgba(255, 255, 255, 0.96);
    transform: translateY(-1px);
}

.single-journal-post__closing-cta-link--primary {
    color: #eef3ef;
    background: #21453b;
    border-color: #21453b;
}

.single-journal-post__closing-cta-link--primary:hover,
.single-journal-post__closing-cta-link--primary:focus-visible {
    color: #eef3ef;
    background: #18342d;
    border-color: #18342d;
}

.single-journal-post__closing-cta-media {
    overflow: hidden;
    min-height: 100%;
    margin: 0;
    border-radius: 26px;
    background: rgba(235, 240, 244, 0.94);
}

.single-journal-post__closing-cta-media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
}

@media (max-width: 991.98px) {
    .single-journal-post__closing-cta-panel {
        grid-template-columns: minmax(0, 1fr);
    }

    .single-field-note__closing-cta-title {
        max-width: 18ch;
    }
}

@media (max-width: 767.98px) {
    .single-journal-post__closing-cta {
        padding-bottom: calc(var(--nv-section-space) - 8px);
    }

    .single-journal-post__closing-cta-panel {
        padding: 24px 20px;
        border-radius: 26px;
    }

    .single-journal-post__closing-cta-media {
        order: -1;
        border-radius: 22px;
    }

    .single-journal-post__closing-cta-media img {
        min-height: 220px;
        aspect-ratio: 5 / 4;
    }

    .single-journal-post__closing-cta-title {
        max-width: none;
        font-size: 1.94rem;
    }

    .single-journal-post__closing-cta-copy {
        font-size: 0.95rem;
        line-height: 1.7;
    }

    .single-journal-post__closing-cta-actions {
        gap: 10px;
        margin-top: 20px;
    }

    .single-journal-post__closing-cta-link {
        width: 100%;
        min-height: 44px;
        font-size: 0.88rem;
    }

    .single-field-note__closing-cta {
        padding-bottom: calc(var(--nv-section-space) - 12px);
    }

    .single-field-note__closing-cta-panel {
        padding: 22px 20px;
        border-radius: 24px;
    }

    .single-field-note__closing-cta-panel::before {
        background:
            linear-gradient(180deg, rgba(247, 249, 250, 0.82) 0%, rgba(247, 249, 250, 0.54) 52%, rgba(247, 249, 250, 0.24) 100%);
    }

    .single-field-note__closing-cta-content {
        padding: 18px 16px;
        border-radius: 20px;
        background: rgba(247, 249, 250, 0.56);
        backdrop-filter: blur(8px);
    }

    .single-field-note__closing-cta-title {
        max-width: none;
        font-size: 1.42rem;
    }

    .single-field-note__closing-cta-copy {
        font-size: 0.92rem;
        line-height: 1.7;
    }

    .single-field-note__closing-cta-actions {
        gap: 10px;
        margin-top: 18px;
    }

    .single-field-note__closing-cta-link {
        width: 100%;
        min-height: 42px;
        font-size: 0.86rem;
    }
}



