.careers-hero {
    padding: calc(var(--home-nav-height, 92px) + clamp(48px, 6vw, 80px)) 0 clamp(56px, 7vw, 88px);
    background: linear-gradient(135deg, rgba(255,247,239,0.96) 0%, #fff 40%, rgba(255,250,244,0.98) 70%, rgba(251,245,238,0.96) 100%);
    border-bottom: 1px solid rgba(71, 0, 47, 0.06);
}

.careers-hero__content {
    display: grid;
    gap: 18px;
    max-width: 760px;
}

.careers-hero__title,
.careers-openings__title {
    margin: 0;
    color: var(--bordeaux-bg);
    font-size: clamp(42px, 5.6vw, 68px);
    font-weight: 700;
    line-height: 0.96;
    letter-spacing: -0.05em;
}

.careers-openings__title {
    font-size: clamp(34px, 4.4vw, 52px);
}

.careers-hero__subtitle {
    margin: 0;
    color: rgba(71, 0, 47, 0.86);
    font-family: "Metropolis Light", sans-serif;
    font-size: clamp(18px, 1.8vw, 22px);
    line-height: 1.65;
    max-width: 44ch;
}

.careers-hero__subtitle a {
    color: var(--bordeaux-bg);
}

.careers-openings {
    padding-top: clamp(64px, 8vw, 104px);
    padding-bottom: clamp(64px, 8vw, 104px);
    background:
        radial-gradient(ellipse at top right, rgba(255, 137, 58, 0.08), transparent 42%),
        linear-gradient(180deg, rgba(255,249,243,0.94) 0%, rgba(255,255,255,0.98) 28%, rgba(255,251,246,0.95) 68%, rgba(250,244,237,0.92) 100%);
    border-bottom: 1px solid rgba(71, 0, 47, 0.06);
}

.careers-openings__intro {
    display: grid;
    gap: 18px;
    max-width: 720px;
    margin-bottom: clamp(28px, 4vw, 42px);
}

.careers-section__eyebrow {
    margin: 0;
    color: var(--primary-bg-orange);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.careers-openings__board {
    padding: clamp(28px, 3vw, 36px);
    border: 1px solid rgba(71, 0, 47, 0.08);
    border-radius: 32px;
    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255,248,243,0.96));
    box-shadow: 0 24px 56px rgba(71, 0, 47, 0.08);
}

#BambooHR {
    width: 100%;
}

.BambooHR-ATS-Department-Header,
.BambooHR-ATS-Location {
    display: none;
}

#BambooHR li.BambooHR-ATS-Jobs-Item::before,
#BambooHR li.BambooHR-ATS-Department-Item::before {
    all: unset;
}

ul.BambooHR-ATS-Jobs-List {
    border-bottom: none !important;
    border-top: none !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
}

ul.BambooHR-ATS-Department-List {
    padding-top: 0 !important;
}

div#BambooHR-ATS + div {
    display: none;
}

.BambooHR-ATS-board h2 {
    margin: 0 0 clamp(24px, 3vw, 36px) !important;
    color: var(--bordeaux-bg) !important;
    font-size: clamp(28px, 3vw, 36px) !important;
    font-weight: 700 !important;
    letter-spacing: -0.04em !important;
    text-align: left !important;
}

.BambooHR-ATS-Jobs-Item {
    border-bottom: 1px solid rgba(71, 0, 47, 0.12);
    padding: 18px 0 !important;
}

.BambooHR-ATS-Jobs-Item:last-child {
    border-bottom: none;
}

.BambooHR-ATS-Jobs-Item a {
    color: var(--primary-bg-orange) !important;
    text-decoration: none !important;
    font-size: clamp(20px, 2vw, 24px) !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
}

.BambooHR-ATS-board,
.BambooHR-ATS-board * {
    font-family: "Metropolis Light", sans-serif !important;
}

@media screen and (max-width: 768px) {
    .careers-hero__title,
    .careers-openings__title {
        font-size: clamp(34px, 9vw, 42px);
        line-height: 1;
    }

    .careers-hero__subtitle {
        font-size: 17px;
        line-height: 1.6;
    }

    .careers-openings__board {
        padding: 22px 20px;
        border-radius: 24px;
    }

    .BambooHR-ATS-Jobs-Item a {
        font-size: 19px !important;
    }
}
