@charset "utf-8";

*,
*::before,
*::after {
    box-sizing: border-box;
    line-height: 1.5;
}

html,
body {
    color: rgb(85, 85, 85);
    margin: 0;
    padding: 0;
}

html {
    font-family: "Open Sans", "Helvetica Neue", "Times New Roman", Times, serif;
    font-size: 12px;
    overflow-y: scroll;
}

@media (min-width: 600px) {
    html {
        font-size: 16px;
    }
}

body {
    text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: rgb(53, 53, 53);
    font-family: "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
    line-height: normal;
}

a {
    color: rgb(74, 154, 225);
    text-decoration: none;
}

a:hover {
    color: rgb(151, 151, 151);
    text-decoration: none;
}

.main {
    max-width: 800px;
    width: 80%;
    margin: 0 auto;
    padding: 2rem 0;
}

a:focus-visible {
    outline: 2px solid rgb(74, 154, 225);
    outline-offset: 3px;
    border-radius: 6px;
}

.bio-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 1.5rem;
}

.name {
    font-size: 1.9rem;
    font-weight: 700;
    margin: 0;
}

.bio-paragraph {
    margin: 0.75rem 0 0 0;
}

.bio-img {
    width: 170px;
    height: auto;
    flex: 0 0 auto;
    border-radius: 8px;
}

@media (max-width: 680px) {
    .main {
        width: 88%;
    }

    .bio-wrapper {
        flex-direction: column;
        gap: 1rem;
        margin-bottom: 1.25rem;
    }

    .bio-img {
        width: 130px;
    }
}

.p-section {
    margin-top: 1.5rem;
}

.section-divider {
    border: 0;
    border-top: 1px solid rgb(229, 229, 229);
    margin: 1.25rem 0;
}

.section-header {
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0 0 0.75rem 0;
}

.exp-item {
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
    padding: 0.75rem 0;
}

.exp-logo {
    width: 40px;
    height: 40px;
    margin-top: 0.25rem;
    object-fit: cover;
    flex: 0 0 auto;
    border: 1px solid rgb(229, 229, 229);
    background: white;
}

.exp-logo.wordmark {
    object-fit: contain;
}

.exp-content {
    display: flex;
    flex-direction: column;
    flex: 1 1 0%;
}

.exp-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 1rem;
}

.exp-title {
    color: rgb(53, 53, 53);
    font-weight: 700;
    font-family: "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
}

.exp-date {
    color: rgb(152, 146, 146);
    font-family: "Roboto Mono", Menlo, Palatino, "Palatino LT STD",
        "Palatino Linotype", "Book Antiqua", Georgia, serif;
    letter-spacing: 0.5px;
    font-size: 0.85rem;
    white-space: nowrap;
}

.exp-subtitle {
    margin-top: 0.4rem;
}

@media (max-width: 680px) {
    .exp-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.15rem;
    }

    .exp-date {
        white-space: normal;
    }
}

.catalogue-item-post {
    border-bottom: 1px solid rgb(229, 229, 229);
    color: rgb(85, 85, 85);
    display: block;
    padding: 0.5rem 0;
}

.catalogue-item-post:last-child {
    border: 0;
}

.catalogue-title-post {
    font-size: 1rem;
    margin: 0.5rem 0;
}

.catalogue-line {
    transition: 0.3s ease-out;
    border-top: 0.2rem solid rgb(53, 53, 53);
    display: block;
    width: 2rem;
}

.catalogue-preview_img {
    object-fit: cover;
    opacity: 0.75;
    border: 1px solid rgb(0, 0, 0);
}

.catalogue-item-post:hover .catalogue-line,
.catalogue-item-post:focus-visible .catalogue-line {
    width: 5rem;
}

.catalogue-item-post:hover .catalogue-preview_img,
.catalogue-item-post:focus-visible .catalogue-preview_img {
    opacity: 1;
}

.project-item {
    border-radius: 6px;
}

.project-media {
    margin: 1rem 0 0.5rem 0;
}

.project-subtitle {
    margin: 0.75rem 0 0 0;
}

@media (max-width: 425px) {
    .catalogue-preview_img {
        height: 50px;
    }
}

.links {
    margin: 1.5rem 0 0 0;
}

.dot {
    margin: 0 0.35rem;
}
