.profile-section {
    padding: 5.5rem 5%;
    scroll-margin-top: 100px;
}

.profile-container,
.profile-page .visit-grid {
    width: 100%;
    max-width: 1520px;
    margin: 0 auto;
}

.profile-section:first-child {
    padding-top: 10rem;
}

.profile-heading {
    color: var(--primary);
    font-weight: 300;
    text-transform: none;
    line-height: 1.15;
}

.profile-heading {
    font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.profile-body {
    font-size: 16px;
    line-height: 1.75;
    color: var(--text-muted);
}

.profile-body + .profile-body {
    margin-top: 1.5rem;
}

.profile-link {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    margin-top: 2rem;
}

.profile-link {
    justify-content: center;
    gap: .75rem;
    min-height: 48px;
    max-width: 100%;
    padding: .8rem 1.3rem;
    border: 1px solid rgba(17, 30, 48, .3) !important;
    border-radius: 50px;
    background: transparent !important;
    color: var(--primary) !important;
    font-family: var(--font-display);
    font-size: .9rem;
    font-weight: 300;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    box-shadow: none !important;
    transition: border-color .2s ease;
}

.profile-link i {
    flex-shrink: 0;
    font-size: 18px;
}

.profile-link:hover {
    border-color: var(--primary) !important;
}

.profile-link:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 5px;
}

.profile-link-label-short {
    display: none;
}

.profile-split {
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(0, 2fr);
    gap: clamp(2rem, 5vw, 5rem);
}

.profile-values {
    background: var(--primary);
}

.profile-values .profile-heading {
    color: var(--accent-secondary);
}

.profile-values-list {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 3rem;
    row-gap: 2.5rem;
}

.profile-values-list li {
    padding-top: 1.2rem;
    border-top: 1px solid rgba(229, 180, 80, .35);
    color: #fff;
    font-family: var(--font-display);
    font-size: 23px;
    font-weight: 300;
    line-height: 1.4;
}

.profile-team-intro .profile-body {
    margin-top: 1.5rem;
}

.profile-team {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
}

.profile-team-member {
    min-width: 0;
}

.profile-team-member img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    object-position: center top;
    border-radius: 4px;
}

.profile-team-member figcaption {
    margin-top: 1.5rem;
}

.profile-team-member h3 {
    color: var(--primary);
    font-size: 26px;
    font-weight: 300;
    text-transform: none;
    line-height: 1.2;
}

.profile-team-member p {
    margin-top: .6rem;
    color: var(--text-muted);
    font-size: 14px;
    line-height: 1.6;
}

.profile-partnerships {
    border-top: 1px solid var(--line-color);
}

.profile-page #localizacao {
    scroll-margin-top: 90px;
}

@media (max-width: 999px) {
    .profile-split {
        grid-template-columns: minmax(0, 1fr);
        gap: 2.5rem;
    }
}

@media (max-width: 767px) {
    .profile-link-label-full {
        display: none;
    }

    .profile-link-label-short {
        display: inline;
    }

    .profile-section {
        padding: 4rem 5%;
    }

    .profile-section:first-child {
        padding-top: 8rem;
    }

    .profile-values-list {
        grid-template-columns: minmax(0, 1fr);
        gap: 1.75rem;
    }

    .profile-team {
        gap: 1.5rem;
    }

    .profile-team-member h3 {
        font-size: 23px;
    }
}

@media (max-width: 540px) {
    .profile-team {
        grid-template-columns: minmax(0, 1fr);
        gap: 2.5rem;
    }
}
