@charset "utf-8";

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/poppins-regular.woff2") format("woff2");
}
@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("../fonts/poppins-semibold.woff2") format("woff2");
}
@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/poppins-bold.woff2") format("woff2");
}

:root {
    font-size: 16px;
    --navy: #151f6d;
    --pink: #e0004d;
    --heading-pink: #ff004d;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    color: var(--navy);
    background: #fff;
    font-family: "Poppins", Arial, sans-serif;
    font-size: .9375rem;
    line-height: 1.4;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
}
a {
    color: inherit;
    text-decoration: none;
}
a:hover { text-decoration: underline; }
a:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 3px;
}
#wrapper {
    position: relative;
    width: 56.25rem;
    max-width: 100%;
    margin: 1rem auto;
    overflow: hidden;
    background: var(--navy);
}
.hero {
    display: grid;
    grid-template-columns: 52.15% 43.96%;
    justify-content: space-between;
    padding: 0 2.2% 1.0625rem 0;
    color: #fff;
}
.brand {
    display: flex;
    align-items: center;
    min-height: 7.25rem;
    gap: .5625rem;
    padding: .375rem .5rem;
}
.brand-logo {
    flex: 0 0 auto;
    width: 5.1875rem;
}
.brand-message {
    font-family: Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.55;
    white-space: nowrap;
}
.brand-message em {
    color: var(--pink);
    font-weight: 400;
    text-shadow: .65px .3px #fff;
}
.job-intro {
    min-height: 17.75rem;
    padding: .5rem .875rem 1rem;
    border-radius: 0 1rem 1rem 0;
    background: var(--pink);
}
h1 {
    font-size: 1.8125rem;
    font-weight: 700;
    line-height: 1.48;
    letter-spacing: -.016em;
}
h1 > span { display: block; }
h1 small {
    font-size: 1.0625rem;
    font-weight: 600;
    letter-spacing: 0;
    white-space: nowrap;
}
.job-details {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 7.5625rem;
    align-items: end;
    gap: .5rem;
    margin-top: .75rem;
}
.company {
    font-size: 1.0625rem;
    font-weight: 600;
    line-height: 1.45;
}
.job-facts {
    margin-top: 1.0625rem;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.45;
    white-space: nowrap;
}
.location, .hours {
    display: inline-flex;
    align-items: center;
    gap: .1875rem;
}
.location img {
    width: .875rem;
    height: 1.125rem;
    object-fit: contain;
}
.hours img {
    width: 1rem;
    height: 1rem;
}
.qr-code {
    width: 7.5625rem;
    border-radius: .75rem;
    margin-bottom: -.625rem;
}
.team-photos {
    display: grid;
    grid-template-columns: 1.12fr 1fr;
    grid-template-rows: minmax(0, 1fr);
    gap: .375rem;
    height: 24rem;
    margin-top: 1rem;
}
.team-column {
    display: grid;
    min-width: 0;
    min-height: 0;
    gap: .375rem;
}
.team-column-left { grid-template-rows: 59.5% minmax(0, 1fr); }
.team-column-right { grid-template-rows: 51.5% minmax(0, 1fr); }
.portrait {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    border: .25rem solid #fff;
    border-radius: 3rem;
}
.portrait-first { object-position: center; }
.portrait-third { object-position: center top; }
.portrait-second, .portrait-fourth { object-position: center 35%; }
.job-content { padding: 0 .4375rem; }
.panel {
    border-radius: .6875rem;
    background: #fff;
}
.tasks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 1.875rem;
    min-height: 18.9375rem;
    padding: .6875rem .4375rem 1rem;
}
h2 {
    margin-bottom: .375rem;
    color: var(--heading-pink);
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.5;
}
.additional-tasks h2 { font-weight: 600; }
.additional-tasks,
.requirements {
    font-size: .984375rem;
    line-height: 1.29;
}
ul { padding-left: 1.1875rem; }
.additional-tasks ul { padding-left: 1.625rem; }
.details-grid {
    display: grid;
    grid-template-columns: 1.02fr 1fr;
    gap: .4375rem;
    margin-top: .625rem;
}
.details-grid .panel {
    min-height: 18rem;
    padding: .6875rem .4375rem .8125rem;
}
.details-grid ul { padding-left: 1.625rem; }
.requirements ul { padding-left: 2rem; }
.contact-footer {
    display: grid;
    grid-template-columns: 11.75rem 16rem minmax(0, 1fr) 10.6875rem;
    align-items: center;
    column-gap: .4375rem;
    min-height: 9.125rem;
    padding: .8125rem 1.25rem .4375rem .875rem;
    color: #fff;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.3;
}
.footer-logo { width: 6.75rem; }
.recruiting-partner { padding-top: .5rem; }
.partner-logo {
    width: 6.3125rem;
    margin: .375rem 0 0 -.4375rem;
}
.contact-name {
    margin-bottom: .25rem;
    font-size: 1.125rem;
}
.contact-person p + p { line-height: 1.55; }
.recruiter-photo {
    width: 10.6875rem;
    height: 7.4375rem;
    border: .25rem solid #fff;
    border-radius: 1.75rem;
    object-fit: contain;
    object-position: right center;
    background: linear-gradient(90deg, #bf69df, #d1c2d7);
}

@media (max-width: 56.1875rem) {
    #wrapper { margin: 0 auto; }
    .hero { grid-template-columns: 53% 43%; }
    .brand {
        gap: .25rem;
        padding-left: .25rem;
    }
    .brand-logo { width: 4.5rem; }
    .brand-message { font-size: clamp(1.125rem, 2.65vw, 1.5rem); }
    h1 { font-size: clamp(1.375rem, 3.2vw, 1.8125rem); }
    h1 small { font-size: .875rem; }
    .job-details { grid-template-columns: minmax(0, 1fr) 6rem; }
    .company { font-size: .9375rem; }
    .job-facts {
        font-size: .75rem;
        white-space: normal;
    }
    .qr-code { width: 6rem; }
    .team-photos { height: calc(100% - 1rem); }
    .tasks { column-gap: 1.25rem; }
    .contact-footer {
        grid-template-columns: 18% 30% minmax(0, 1fr) 19%;
        padding-right: .75rem;
        font-size: .75rem;
    }
    .contact-name { font-size: 1rem; }
    .recruiter-photo {
        height: auto;
        aspect-ratio: 1.44;
    }
}

@media (max-width: 40rem) {
    .hero {
        grid-template-columns: 1fr;
        gap: 1rem;
        padding: 0 0 1rem;
    }
    .brand {
        min-height: 6rem;
        justify-content: center;
        gap: .5rem;
        padding: .25rem .5rem;
    }
    .brand-logo { width: 4.5rem; }
    .brand-message { font-size: clamp(1.0625rem, 4.5vw, 1.5rem); }
    .job-intro {
        min-height: 0;
        margin-right: .5rem;
        padding: .875rem .875rem 1.25rem;
    }
    h1 {
        font-size: clamp(1.3125rem, 4.7vw, 1.8125rem);
        line-height: 1.5;
    }
    h1 small { font-size: .875rem; }
    .job-details {
        grid-template-columns: minmax(0, 1fr) 5.5rem;
        gap: .625rem;
    }
    .company { font-size: 1rem; }
    .job-facts {
        margin-top: 1rem;
        font-size: .8125rem;
        white-space: normal;
    }
    .qr-code {
        width: 5.5rem;
        margin-bottom: 0;
    }
    .team-photos {
        grid-template-columns: 1.12fr 1fr;
        height: auto;
        aspect-ratio: 1.08;
        margin: 0 1rem;
    }
    .portrait { border-radius: 2.5rem; }
    .job-content { padding: 0 .5rem; }
    .tasks, .details-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    .tasks, .details-grid .panel {
        min-height: 0;
        padding: 1rem;
    }
    .additional-tasks, .requirements {
        font-size: inherit;
        line-height: inherit;
    }
    .details-grid { gap: .625rem; }
    h2 { font-size: 1.125rem; }
    ul, .additional-tasks ul, .details-grid ul { padding-left: 1.1875rem; }
    li + li { margin-top: .25rem; }
    .contact-footer {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
        gap: 1rem;
        padding: 1rem;
        font-size: .8125rem;
    }
    .footer-logo { width: 6rem; }
    .recruiting-partner { padding: 0; }
    .recruiting-partner br { display: none; }
    .contact-person {
        grid-column: 2;
        grid-row: 2;
        overflow-wrap: anywhere;
    }
    .contact-name { font-size: 1.0625rem; }
    .recruiter-photo {
        grid-column: 1;
        grid-row: 2;
        width: 10.6875rem;
        border-radius: 1.5rem;
    }
}
