.hero-portrait {
    place-items: center;
    isolation: isolate;
}

.hero-portrait::before {
    content: "";
    position: absolute;
    z-index: 0;
    width: 520px;
    max-width: 92%;
    aspect-ratio: .86;
    border-radius: 44% 44% 38% 38% / 28% 28% 18% 18%;
    background:
        radial-gradient(circle at 48% 36%, rgba(227, 190, 120, .22), transparent 48%),
        linear-gradient(150deg, rgba(255, 255, 255, .09), rgba(8, 24, 39, .08));
    filter: blur(18px);
    opacity: .9;
}

.portrait-frame {
    width: min(438px, 88%);
    height: 540px;
    border-radius: 42% 42% 34% 34% / 24% 24% 18% 18%;
    background: linear-gradient(145deg, rgba(227, 190, 120, .28), rgba(8, 24, 39, .26));
    box-shadow:
        0 30px 72px rgba(0, 0, 0, .36),
        0 0 0 1px rgba(227, 190, 120, .34),
        inset 0 0 0 12px rgba(255, 255, 255, .035);
}

.portrait-frame::before {
    inset: 10px;
    border-color: rgba(227, 190, 120, .38);
    z-index: 4;
}

.portrait-frame::after {
    inset: 0;
    height: auto;
    background:
        linear-gradient(90deg, rgba(8, 24, 39, .46), transparent 24%, transparent 74%, rgba(8, 24, 39, .38)),
        linear-gradient(180deg, rgba(8, 24, 39, .05), transparent 32%, rgba(8, 24, 39, .42) 70%, rgba(8, 24, 39, .9));
}

.hero-portrait img {
    object-position: center 14%;
    transform: scale(1.08);
    filter: saturate(.92) contrast(1.06) brightness(.92);
}

.portrait-ring {
    width: 510px;
    aspect-ratio: .86;
    border-width: 1px;
    border-radius: 44% 44% 38% 38% / 28% 28% 18% 18%;
    right: 9%;
    top: 13%;
}

.portrait-ring::before,
.portrait-ring::after {
    border-radius: inherit;
}

@media (max-width: 980px) {
    .portrait-frame {
        width: min(370px, 86%);
        height: 430px;
    }

    .portrait-ring {
        width: 390px;
        right: 50%;
        top: 12%;
    }
}

@media (max-width: 640px) {
    .hero-portrait {
        min-height: 342px;
    }

    .portrait-frame {
        width: min(305px, 84%);
        height: 342px;
    }

    .portrait-ring {
        width: 315px;
    }
}

.quote-card {
    padding: 46px 56px;
}

.socials a {
    overflow: hidden;
    background: #fff;
}

.socials img,
.social-disabled img {
    width: 28px;
    height: 28px;
    display: block;
}

.socials a:hover {
    transform: translateY(-4px) scale(1.04);
}

.social-disabled {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #fff;
    box-shadow: 0 8px 20px rgba(8, 24, 39, .08);
    opacity: .45;
    filter: grayscale(.25);
    cursor: default;
}

.contact-socials {
    justify-content: center;
    margin-top: 22px;
}

.contact-socials a {
    width: 50px;
    height: 50px;
}

.contact-socials img,
.contact-socials .social-disabled img {
    width: 30px;
    height: 30px;
}

.contact-socials .social-disabled {
    width: 50px;
    height: 50px;
}

.identity-teaser {
    padding: 42px 0 20px;
}

.identity-teaser-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 28px 34px;
    border: 1px solid rgba(216, 173, 98, .2);
    border-radius: 8px;
    background: rgba(255, 250, 242, .82);
    box-shadow: 0 16px 40px rgba(8, 24, 39, .06);
}

.identity-teaser h2 {
    color: #081827;
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.35;
    margin-bottom: 8px;
}

.identity-teaser p {
    max-width: 760px;
    color: #5d6875;
    margin: 0;
    line-height: 1.9;
}

.footer-identity-link {
    color: #d8ad62;
    font-weight: 800;
    transition: color .2s ease;
}

.footer-identity-link:hover {
    color: #f0cd87;
}

.quote-card::before,
.quote-card::after {
    width: 34px;
    height: 34px;
}

.quote-card::before {
    right: 34px;
    top: 30px;
}

.quote-card::after {
    left: 34px;
    bottom: 30px;
}

.quote-card p {
    max-width: 840px;
    font-size: clamp(21px, 2.35vw, 30px);
    line-height: 1.85;
    overflow-wrap: anywhere;
    position: relative;
    z-index: 2;
}

.quote-card cite {
    font-size: clamp(20px, 2.1vw, 25px);
    position: relative;
    z-index: 2;
}

.quote-mark {
    opacity: .32;
    pointer-events: none;
    z-index: 1;
}

@media (max-width: 980px) {
    .quote-card {
        padding: 40px 34px;
    }

    .quote-card p {
        font-size: clamp(20px, 3.8vw, 27px);
        max-width: 100%;
    }

    .quote-card::before {
        right: 18px;
        top: 18px;
    }

    .quote-card::after {
        left: 18px;
        bottom: 18px;
    }
}

@media (max-width: 640px) {
    .quote-section {
        padding: 28px 0 56px;
    }

    .quote-card {
        padding: 34px 20px;
        border-radius: 14px;
    }

    .quote-card::before,
    .quote-card::after {
        width: 24px;
        height: 24px;
        opacity: .55;
    }

    .quote-card p {
        font-size: 20px;
        line-height: 1.75;
        margin-bottom: 16px;
    }

    .quote-card cite {
        font-size: 20px;
    }

    .identity-teaser {
        padding: 30px 0 10px;
    }

    .identity-teaser-inner {
        align-items: stretch;
        flex-direction: column;
        padding: 24px 20px;
        text-align: center;
    }
}
