@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');

* {
    font-family: 'Open Sans', sans-serif;
}

.menu-horizontal {
    &>li:not(.menu-title)>details>ul {
        margin-top: 0 !important;
    }
}

.team-portrait-frame {
    width: 11.25rem;
    aspect-ratio: 4 / 5;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 0.75rem;
}

.team-portrait-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-portrait-image--jack {
    transform: scale(1.08) translateY(0.35rem);
    transform-origin: center top;
}

.team-member-card {
    align-items: center;
    text-align: center;
    max-width: 21rem;
    margin-left: auto;
    margin-right: auto;
}

.team-member-meta {
    gap: 0.75rem;
    align-items: center;
}

.team-member-copy {
    width: 100%;
    max-width: 18rem;
    margin: 0 auto;
    text-align: left;
}

.team-member-copy--jack {
    padding-bottom: 1rem;
}

.contact-hero-copy {
    width: 100%;
    max-width: 18rem;
    padding-inline: 0;
}

.contact-hero-layout {
    width: 100%;
    align-items: flex-start;
    gap: 1.75rem;
    padding-top: 4.5rem;
    padding-bottom: 7rem;
}

.contact-hero-title {
    font-size: 2rem;
    line-height: 1.05;
}

.contact-hero-subhead {
    margin-top: 1.25rem;
    font-size: 1rem;
    line-height: 1.5;
}

.contact-form-panel {
    width: min(100%, 18.5rem);
    margin: 0 auto;
    padding: 1.25rem;
}

.contact-form-status {
    display: block;
    border-radius: 0.5rem;
    padding: 0.75rem 0.875rem;
    font-size: 0.95rem;
    line-height: 1.4;
}

.contact-form-status--pending {
    background: rgba(255, 255, 255, 0.08);
    color: #f5f5f5;
}

.contact-form-status--success {
    background: rgba(34, 197, 94, 0.18);
    color: #d1fae5;
}

.contact-form-status--error {
    background: rgba(248, 113, 113, 0.18);
    color: #fee2e2;
}

@media (min-width: 768px) {
    .team-portrait-frame {
        width: 12rem;
    }

    .team-member-card {
        align-items: flex-start;
        text-align: left;
        max-width: none;
    }

    .team-member-copy {
        max-width: 36rem;
        margin: 0;
        text-align: left;
    }

    .team-member-copy--jack {
        padding-bottom: 1.25rem;
    }

    .contact-hero-layout {
        align-items: center;
        justify-content: center;
        gap: 3.5rem;
        padding-top: 0;
        padding-bottom: 0;
    }

    .contact-hero-copy {
        flex: 0 0 26rem;
        max-width: 26rem;
        padding-inline: 1.5rem;
        transform: translate(-1.25rem, -1.5rem);
    }

    .contact-hero-title {
        font-size: 3rem;
    }

    .contact-hero-subhead {
        margin-top: 1.5rem;
        font-size: 1.5rem;
    }

    .contact-form-panel {
        flex: 0 0 21rem;
        width: min(100%, 21rem);
        margin: 1.5rem 0;
        padding: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .team-portrait-frame {
        width: 13.5rem;
    }

    .contact-hero-copy {
        flex-basis: 30rem;
        max-width: 30rem;
        transform: translate(-2rem, -2rem);
    }
}
