.container.tr-careers-shell {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}

.tr-careers-shell > .section-inner,
.tr-careers-shell > .section-inner > .section-body {
    width: 100%;
}

.tr-careers-page {
    --tr-amber-50: #fffbeb;
    --tr-amber-100: #fef3c7;
    --tr-amber-200: #fde68a;
    --tr-amber-300: #fcd34d;
    --tr-amber-400: #fbbf24;
    --tr-amber-500: #f59e0b;
    --tr-amber-600: #d97706;
    --tr-amber-700: #b45309;
    --tr-amber-800: #92400e;
    --tr-amber-950: #451a03;
    --tr-stone-950: #1c1917;
    --tr-stone-700: #44403c;
    --tr-stone-600: #57534e;
    --tr-stone-200: #e7e5e4;
    color: var(--tr-stone-950);
}

.tr-careers-hero {
    position: relative;
    overflow: hidden;
    padding: 7rem 0 6.5rem;
    background:
        radial-gradient(circle at 12% 22%, rgba(245, 158, 11, .18), transparent 32%),
        radial-gradient(circle at 90% 75%, rgba(180, 83, 9, .16), transparent 28%),
        linear-gradient(135deg, #1c1917 0%, #292524 58%, #451a03 130%);
    color: #fff;
}

.tr-careers-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(to bottom, #000 0%, transparent 92%);
    pointer-events: none;
}

.tr-careers-hero .container { z-index: 2; }

.tr-careers-hero-glow {
    position: absolute;
    border-radius: 999px;
    filter: blur(8px);
    opacity: .38;
}

.tr-careers-hero-glow-one {
    width: 330px;
    height: 330px;
    top: -160px;
    right: 8%;
    background: var(--tr-amber-500);
}

.tr-careers-hero-glow-two {
    width: 240px;
    height: 240px;
    left: 38%;
    bottom: -180px;
    background: var(--tr-amber-800);
}

.tr-careers-eyebrow,
.tr-careers-kicker {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    font-size: .8rem;
    font-weight: 800;
    letter-spacing: .085em;
    text-transform: uppercase;
}

.tr-careers-eyebrow {
    margin-bottom: 1.45rem;
    padding: .55rem .85rem;
    border: 1px solid rgba(252, 211, 77, .28);
    border-radius: 999px;
    color: var(--tr-amber-100);
    background: rgba(245, 158, 11, .1);
}

.tr-careers-kicker { color: var(--tr-amber-700); }

.tr-careers-hero h1 {
    max-width: 820px;
    margin: 0;
    color: #fff;
    font-size: clamp(2.8rem, 5.2vw, 5.45rem);
    line-height: .98;
    letter-spacing: -.055em;
    font-weight: 800;
}

.tr-careers-hero-copy {
    max-width: 740px;
    margin: 1.7rem 0 0;
    color: rgba(255,255,255,.74);
    font-size: 1.13rem;
    line-height: 1.75;
}

.tr-careers-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
    margin-top: 2rem;
}

.tr-careers-btn-ghost {
    color: #fff;
    border: 1px solid rgba(255,255,255,.3);
    background: rgba(255,255,255,.055);
}

.tr-careers-btn-ghost:hover {
    color: #fff;
    border-color: var(--tr-amber-300);
    background: rgba(245,158,11,.14);
}

.tr-careers-hero-card {
    padding: 2rem;
    border: 1px solid rgba(253,230,138,.2);
    border-radius: 1.5rem;
    background: linear-gradient(155deg, rgba(255,255,255,.10), rgba(255,255,255,.035));
    box-shadow: 0 30px 70px rgba(0,0,0,.28);
    backdrop-filter: blur(12px);
}

.tr-careers-hero-card-icon,
.tr-careers-purpose-card > i,
.tr-careers-values-grid > article > i,
.tr-careers-discipline-grid > article > i,
.tr-careers-empty-icon {
    display: inline-grid;
    place-items: center;
    width: 3.1rem;
    height: 3.1rem;
    border-radius: 1rem;
    color: var(--tr-amber-950);
    background: linear-gradient(145deg, var(--tr-amber-200), var(--tr-amber-500));
    box-shadow: 0 10px 30px rgba(245,158,11,.18);
    font-size: 1.25rem;
}

.tr-careers-card-label {
    display: block;
    margin: 1.45rem 0 .45rem;
    color: var(--tr-amber-300);
    font-size: .77rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.tr-careers-hero-card h2 {
    margin-bottom: .8rem;
    color: #fff;
    font-size: 1.7rem;
}

.tr-careers-hero-card p {
    color: rgba(255,255,255,.68);
    line-height: 1.7;
}

.tr-careers-hero-principles {
    display: grid;
    gap: .65rem;
    margin-top: 1.4rem;
}

.tr-careers-hero-principles span {
    display: flex;
    align-items: center;
    gap: .65rem;
    color: rgba(255,255,255,.82);
    font-weight: 650;
}

.tr-careers-hero-principles i { color: var(--tr-amber-400); }

.tr-careers-content-wrap {
    padding: 5.5rem 0;
    background: #fff;
}

.tr-careers-body {
    max-width: 1180px;
    margin: 0 auto;
}

.tr-careers-section {
    margin-bottom: 6rem;
}

.tr-careers-section-heading {
    max-width: 800px;
    margin-bottom: 2rem;
}

.tr-careers-section-heading h2,
.tr-careers-openings h2,
.tr-careers-cta h2 {
    margin: .65rem 0 1rem;
    font-size: clamp(2rem, 3.5vw, 3.15rem);
    line-height: 1.08;
    letter-spacing: -.035em;
}

.tr-careers-section-heading p,
.tr-careers-openings p,
.tr-careers-cta p,
.tr-careers-purpose-card p,
.tr-careers-values-grid p,
.tr-careers-discipline-grid p,
.tr-careers-work-grid p {
    color: var(--tr-stone-600);
    line-height: 1.75;
}

.tr-careers-purpose-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.tr-careers-purpose-card,
.tr-careers-values-grid > article,
.tr-careers-discipline-grid > article,
.tr-careers-role-card {
    padding: 1.6rem;
    border: 1px solid var(--tr-stone-200);
    border-radius: 1.3rem;
    background: #fff;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.tr-careers-purpose-card:hover,
.tr-careers-values-grid > article:hover,
.tr-careers-discipline-grid > article:hover,
.tr-careers-role-card:hover {
    transform: translateY(-4px);
    border-color: var(--tr-amber-200);
    box-shadow: 0 18px 45px rgba(69,26,3,.08);
}

.tr-careers-purpose-card h3,
.tr-careers-values-grid h3,
.tr-careers-discipline-grid h3 {
    margin: 1.15rem 0 .5rem;
    font-size: 1.12rem;
}

.tr-careers-work {
    padding: 3rem;
    border-radius: 1.6rem;
    background: var(--tr-stone-950);
    color: #fff;
}

.tr-careers-work .tr-careers-kicker { color: var(--tr-amber-300); }
.tr-careers-work .tr-careers-section-heading h2 { color: #fff; }
.tr-careers-work .tr-careers-section-heading p { color: rgba(255,255,255,.68); }

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

.tr-careers-work-grid article {
    display: flex;
    gap: 1rem;
    padding: 1.4rem;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 1rem;
    background: rgba(255,255,255,.035);
}

.tr-careers-work-grid article > span {
    flex: 0 0 auto;
    color: var(--tr-amber-400);
    font-size: .8rem;
    font-weight: 800;
}

.tr-careers-work-grid h3 { color: #fff; font-size: 1.05rem; }
.tr-careers-work-grid p { margin-bottom: 0; color: rgba(255,255,255,.64); }

.tr-careers-values-grid,
.tr-careers-discipline-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.tr-careers-hiring {
    margin-bottom: 4.5rem;
}

.tr-careers-discipline-grid > article {
    background: linear-gradient(160deg, var(--tr-amber-50), #fff 72%);
}

.tr-careers-openings {
    max-width: 1180px;
    margin: 0 auto 4.5rem;
    padding: 3rem;
    border: 1px solid var(--tr-amber-200);
    border-radius: 1.6rem;
    background: linear-gradient(145deg, var(--tr-amber-50), #fff 66%);
}

.tr-careers-openings-heading { max-width: 790px; }

.tr-careers-empty-state {
    display: flex;
    align-items: flex-start;
    gap: 1.1rem;
    margin-top: 2rem;
    padding: 1.5rem;
    border: 1px solid var(--tr-stone-200);
    border-radius: 1.15rem;
    background: #fff;
}

.tr-careers-empty-state h3 {
    margin: .15rem 0 .35rem;
    font-size: 1.15rem;
}

.tr-careers-empty-state p { margin-bottom: 0; }

.tr-careers-future-roles {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.tr-careers-role-card {
    display: flex;
    flex-direction: column;
    gap: .8rem;
}

.tr-careers-role-card .tr-careers-role-meta {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
    color: var(--tr-stone-600);
    font-size: .88rem;
}

.tr-careers-cta {
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: 2.5rem;
    border-radius: 1.5rem;
    background: var(--tr-amber-100);
}

.tr-careers-cta > div { max-width: 760px; }
.tr-careers-cta h2 { font-size: clamp(1.8rem, 3vw, 2.65rem); }
.tr-careers-cta p { margin-bottom: 0; }

@media (max-width: 991.98px) {
    .tr-careers-hero { padding: 5.5rem 0 5rem; }
    .tr-careers-purpose-grid,
    .tr-careers-values-grid,
    .tr-careers-discipline-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .tr-careers-cta { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 767.98px) {
    .tr-careers-hero { padding: 4.5rem 0 4rem; }
    .tr-careers-content-wrap { padding: 4rem 0; }
    .tr-careers-section { margin-bottom: 4rem; }
    .tr-careers-purpose-grid,
    .tr-careers-values-grid,
    .tr-careers-discipline-grid,
    .tr-careers-work-grid,
    .tr-careers-future-roles { grid-template-columns: 1fr; }
    .tr-careers-work,
    .tr-careers-openings,
    .tr-careers-cta { padding: 1.5rem; border-radius: 1.2rem; }
    .tr-careers-empty-state { flex-direction: column; }
}

@media (max-width: 575.98px) {
    .tr-careers-hero h1 { font-size: 2.65rem; }
    .tr-careers-hero-actions { flex-direction: column; }
    .tr-careers-hero-actions .btn { width: 100%; }
    .tr-careers-hero-card { padding: 1.5rem; }
}
