:root {
    --dhr-navy: #0b1f33;
    --dhr-copper: #c97942;
    --dhr-ink: #17212b;
    --dhr-sand: #f4f1eb;
    --dhr-blue: #eaf0f4;
    --dhr-white: #ffffff;
}

body.dhr-site-shell {
    color: var(--dhr-ink);
    background: var(--dhr-white);
}

.dhr-site-shell .elementor-location-header,
.dhr-site-shell #site-header,
.dhr-site-shell .site-header:not(.dhr-site-header),
.dhr-site-shell .elementor-location-footer,
.dhr-site-shell #site-footer,
.dhr-site-shell .site-footer:not(.dhr-site-footer),
.dhr-site-shell .page-header,
.dhr-site-shell .entry-title {
    display: none !important;
}

.dhr-site-shell .site-main,
.dhr-site-shell .site-content,
.dhr-site-shell .content-area,
.dhr-site-shell article.page,
.dhr-site-shell .entry-content {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.dhr-skip-link {
    position: fixed;
    z-index: 100001;
    top: 8px;
    left: 8px;
    padding: 10px 14px;
    color: var(--dhr-white);
    background: var(--dhr-navy);
    border-radius: 4px;
    transform: translateY(-150%);
}

.dhr-skip-link:focus {
    transform: translateY(0);
}

.dhr-site-header {
    position: sticky;
    z-index: 9990;
    top: 0;
    display: block;
    width: 100%;
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid rgba(11, 31, 51, 0.12);
    box-shadow: 0 6px 24px rgba(11, 31, 51, 0.06);
    backdrop-filter: blur(12px);
}

.admin-bar .dhr-site-header { top: 32px; }

.dhr-site-header__inner {
    display: flex;
    align-items: center;
    gap: 28px;
    width: min(1200px, calc(100% - 40px));
    min-height: 78px;
    margin: 0 auto;
}

.dhr-site-brand {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    min-width: max-content;
    color: var(--dhr-navy);
    text-decoration: none;
}

.dhr-site-brand img {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
}

.dhr-site-brand span { display: grid; gap: 2px; }
.dhr-site-brand strong { font-size: 1rem; line-height: 1.1; letter-spacing: 0.02em; }
.dhr-site-brand small { color: #52606d; font-size: 0.75rem; line-height: 1.2; }

.dhr-site-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
    flex: 1;
}

.dhr-site-nav a {
    position: relative;
    color: var(--dhr-navy);
    font-size: 0.9rem;
    font-weight: 650;
    line-height: 1.3;
    text-decoration: none;
    white-space: nowrap;
}

.dhr-site-nav a:hover,
.dhr-site-nav a:focus-visible,
.dhr-site-nav a[aria-current="page"] { color: #9a4f24; }

.dhr-site-nav .dhr-site-nav__roles {
    padding: 8px 12px;
    color: var(--dhr-navy);
    background: #f4e2d5;
    border: 1px solid rgba(201, 121, 66, 0.42);
    border-radius: 999px;
}

.dhr-site-nav .dhr-site-nav__roles:hover,
.dhr-site-nav .dhr-site-nav__roles:focus-visible,
.dhr-site-nav .dhr-site-nav__roles[aria-current="page"] {
    color: var(--dhr-navy);
    background: #f0b081;
}

.dhr-site-nav a[aria-current="page"]::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -11px;
    left: 0;
    height: 2px;
    background: var(--dhr-copper);
}

.dhr-site-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 13px 22px;
    border-radius: 6px;
    font-weight: 750;
    line-height: 1.2;
    text-decoration: none;
}

.dhr-site-button--primary {
    color: #fff;
    background: var(--dhr-copper);
}

.dhr-site-button--primary:hover,
.dhr-site-button--primary:focus-visible {
    color: #fff;
    background: #a85d2c;
}

.dhr-site-eyebrow {
    margin: 0 0 14px;
    color: var(--dhr-copper);
    font-size: .875rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.dhr-jobs-hero,
.dhr-job-heading {
    color: #fff;
    background: var(--dhr-navy);
}

.dhr-jobs-hero > div,
.dhr-jobs-section > div,
.dhr-talent-network > div,
.dhr-job-heading > div,
.dhr-job-body,
.dhr-job-closed {
    width: min(1120px, calc(100% - 48px));
    margin: 0 auto;
}

.dhr-jobs-hero > div,
.dhr-job-heading > div {
    padding: 88px 0;
}

.dhr-jobs-hero h1,
.dhr-job-heading h1,
.dhr-job-closed h1 {
    max-width: 980px;
    margin: 0;
    font-size: clamp(2.7rem, 6vw, 5.1rem);
    line-height: 1.04;
    letter-spacing: -.045em;
}

.dhr-jobs-hero > div > p:last-child {
    max-width: 760px;
    margin: 26px 0 0;
    color: #dce5ec;
    font-size: 1.25rem;
    line-height: 1.65;
}

.dhr-jobs-section,
.dhr-talent-network {
    padding: 72px 0;
}

.dhr-jobs-section h2,
.dhr-talent-network h2,
.dhr-job-apply h2 {
    max-width: 860px;
    margin: 0 0 34px;
    color: var(--dhr-ink);
    font-size: clamp(2rem, 4vw, 3.25rem);
    line-height: 1.12;
    letter-spacing: -.035em;
}

.dhr-jobs {
    display: grid;
    gap: 18px;
}

.dhr-job-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px 28px;
    padding: 30px;
    border: 1px solid rgba(11, 31, 51, .13);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(11, 31, 51, .05);
}

.dhr-job-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    grid-column: 1 / -1;
    color: #52606d;
    font-size: .9rem;
    font-weight: 650;
}

.dhr-job-card h3 {
    margin: 0;
    font-size: clamp(1.5rem, 2.6vw, 2.15rem);
    line-height: 1.15;
}

.dhr-job-card h3 a,
.dhr-job-card__link {
    color: var(--dhr-navy);
    text-decoration: none;
}

.dhr-job-card h3 a:hover,
.dhr-job-card h3 a:focus-visible,
.dhr-job-card__link:hover,
.dhr-job-card__link:focus-visible {
    color: #9a4f24;
}

.dhr-job-card p {
    grid-column: 1;
    margin: 4px 0 0;
    color: #44515d;
    font-size: 1rem;
    line-height: 1.65;
}

.dhr-job-card__link {
    align-self: end;
    grid-column: 2;
    grid-row: 2 / span 2;
    font-weight: 750;
    white-space: nowrap;
}

.dhr-jobs__empty {
    padding: 34px;
    border-radius: 14px;
    background: var(--dhr-sand);
}

.dhr-jobs__empty h3 { margin-top: 0; }

.dhr-talent-network {
    background: var(--dhr-blue);
}

.dhr-talent-network p:not(.dhr-site-eyebrow) {
    max-width: 760px;
    margin: -12px 0 28px;
    font-size: 1.125rem;
    line-height: 1.65;
}

.dhr-job-back {
    display: inline-block;
    margin-bottom: 38px;
    color: #dce5ec;
    font-weight: 700;
    text-decoration: none;
}

.dhr-job-heading__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
    margin-top: 28px;
    color: #dce5ec;
    font-size: 1.05rem;
    font-weight: 650;
}

.dhr-job-body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 72px;
    padding-top: 72px;
    padding-bottom: 90px;
}

.dhr-job-description {
    min-width: 0;
    color: #24313d;
    font-size: 1.05rem;
    line-height: 1.75;
}

.dhr-job-description h2,
.dhr-job-description h3,
.dhr-job-description h4 {
    margin: 1.8em 0 .65em;
    color: var(--dhr-ink);
    line-height: 1.2;
}

.dhr-job-description > :first-child { margin-top: 0; }

.dhr-job-apply {
    position: sticky;
    top: 108px;
    align-self: start;
    padding: 28px;
    border-radius: 14px;
    background: var(--dhr-sand);
}

.dhr-job-apply h2 {
    margin-bottom: 18px;
    font-size: 1.8rem;
}

.dhr-job-apply p:not(.dhr-site-eyebrow) {
    margin: 0 0 22px;
    line-height: 1.65;
}

.dhr-job-apply .dhr-site-button { width: 100%; }
.dhr-job-apply small { display: block; margin-top: 16px; color: #5a6570; line-height: 1.5; }

.dhr-job-closed { padding-top: 110px; padding-bottom: 130px; }
.dhr-job-closed p:not(.dhr-site-eyebrow) { max-width: 720px; font-size: 1.125rem; line-height: 1.65; }

@media (max-width: 760px) {
    .dhr-jobs-hero > div,
    .dhr-job-heading > div { padding: 64px 0; }
    .dhr-job-card { grid-template-columns: 1fr; padding: 24px; }
    .dhr-job-card p,
    .dhr-job-card__link { grid-column: 1; grid-row: auto; }
    .dhr-job-body { grid-template-columns: 1fr; gap: 36px; padding-top: 54px; }
    .dhr-job-apply { position: static; }
}

.dhr-site-header__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 18px;
    color: var(--dhr-white);
    background: var(--dhr-navy);
    border: 1px solid var(--dhr-navy);
    border-radius: 4px;
    font-size: 0.9rem;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.dhr-site-header__cta:hover,
.dhr-site-header__cta:focus-visible {
    color: var(--dhr-white);
    background: #163b5c;
}

.dhr-site-nav-mobile { display: none; }

.dhr-site-footer {
    display: block;
    width: 100%;
    padding: 64px 24px 24px;
    color: #dce6ee;
    background: var(--dhr-navy);
}

.dhr-site-footer__grid {
    display: grid;
    grid-template-columns: minmax(260px, 1.5fr) repeat(3, minmax(140px, 1fr));
    gap: 44px;
    width: min(1120px, 100%);
    margin: 0 auto 48px;
}

.dhr-site-footer strong {
    display: block;
    margin-bottom: 14px;
    color: var(--dhr-white);
    font-size: 0.95rem;
    letter-spacing: 0.02em;
}

.dhr-site-footer p {
    max-width: 38ch;
    margin: 0 0 18px;
    color: #bdcbd7;
    font-size: 1rem;
    line-height: 1.65;
}

.dhr-site-footer a {
    display: block;
    width: fit-content;
    margin: 0 0 10px;
    color: #dce6ee;
    font-size: 0.92rem;
    line-height: 1.45;
    text-decoration: none;
}

.dhr-site-footer a:hover,
.dhr-site-footer a:focus-visible { color: #f1ad7d; text-decoration: underline; }

.dhr-site-footer__bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: min(1120px, 100%);
    margin: 0 auto;
    padding-top: 22px;
    color: #9fb1c0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    font-size: 0.82rem;
}

@media (max-width: 1020px) {
    .dhr-site-nav,
    .dhr-site-header__inner > .dhr-site-header__cta { display: none; }
    .dhr-site-nav-mobile { display: block; margin-left: auto; }
    .dhr-site-nav-mobile summary {
        padding: 10px 14px;
        color: var(--dhr-navy);
        border: 1px solid rgba(11, 31, 51, 0.24);
        border-radius: 4px;
        cursor: pointer;
        font-weight: 700;
        list-style: none;
    }
    .dhr-site-nav-mobile summary::-webkit-details-marker { display: none; }
    .dhr-site-nav-mobile[open] {
        position: absolute;
        top: 67px;
        right: 20px;
        left: 20px;
        padding: 18px;
        background: var(--dhr-white);
        border: 1px solid rgba(11, 31, 51, 0.14);
        border-radius: 6px;
        box-shadow: 0 18px 48px rgba(11, 31, 51, 0.18);
    }
    .dhr-site-nav-mobile[open] summary { width: fit-content; margin-left: auto; }
    .dhr-site-nav--mobile { display: grid; gap: 4px; margin: 12px 0; }
    .dhr-site-nav--mobile a { padding: 11px 6px; }
    .dhr-site-nav--mobile .dhr-site-nav__roles { padding: 11px 12px; }
    .dhr-site-nav--mobile a[aria-current="page"]::after { display: none; }
    .dhr-site-header__cta--mobile { display: flex; width: 100%; }
    .dhr-site-footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 782px) {
    .admin-bar .dhr-site-header { top: 46px; }
}

@media (max-width: 640px) {
    .dhr-site-header__inner { width: min(100% - 28px, 1200px); min-height: 70px; }
    .dhr-site-brand img { width: 44px; height: 44px; }
    .dhr-site-brand small { display: none; }
    .dhr-site-nav-mobile[open] { top: 62px; right: 14px; left: 14px; }
    .dhr-site-footer { padding: 48px 20px 22px; }
    .dhr-site-footer__grid { grid-template-columns: 1fr; gap: 28px; }
    .dhr-site-footer__bottom { flex-direction: column; }
}
