
body { background: #EAE7E0 !important; color: #2d3748 !important; }

.cr-hero {
    background-color: #0F1B3C;
    background-size: cover;
    background-position: center 30%;
    background-repeat: no-repeat;
    min-height: 72vh;
    display: flex;
    align-items: flex-end;
    padding-bottom: 72px;
    position: relative;
    overflow: hidden;
    margin-top: calc(-1 * (38px + 100px));
    padding-top: calc(38px + 100px + 40px);
}
.cr-hero__overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to bottom, rgba(10,18,50,.25) 0%, rgba(10,18,50,.60) 45%, rgba(10,18,50,.90) 100%);
    z-index: 1; pointer-events: none;
}
.cr-hero__bar {
    position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
    background: linear-gradient(90deg, #C8281A 0%, #C9A84C 55%, transparent 100%);
    z-index: 3;
}
.cr-hero__inner {
    position: relative; z-index: 2;
    max-width: 1200px; margin: 0 auto; padding: 0 60px;
    display: flex; flex-direction: column;
}
.cr-hero__title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(46px, 7vw, 88px);
    font-weight: 600; color: #F5F3EE;
    line-height: 1.02; letter-spacing: -.02em;
    margin: 12px 0 20px;
}
.cr-hero__sub {
    font-family: 'Barlow', sans-serif;
    font-size: 15.5px; font-weight: 300;
    color: rgba(245,243,238,.70);
    line-height: 1.85; max-width: 480px;
}

.cr-eyebrow {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 11px; font-weight: 700;
    letter-spacing: .28em; text-transform: uppercase;
    display: block; color: #C9A84C;
}
.cr-eyebrow--red  { color: #C8281A; }
.cr-eyebrow--gold { color: #C9A84C; }

.cr-wrap { max-width: 1200px; margin: 0 auto; padding: 0 40px; }
.cr-sec-head { text-align: center; margin-bottom: 48px; }
.cr-sec-head .cr-eyebrow { margin-bottom: 10px; }
.cr-sec-head h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(28px, 4vw, 46px); font-weight: 600;
    color: #0F1B3C; line-height: 1.1;
    letter-spacing: -.01em; margin-top: 8px;
}
.cr-sec-sub {
    font-family: 'Barlow', sans-serif;
    font-size: 15px; font-weight: 300; color: #6a7280;
    line-height: 1.8; max-width: 560px;
    margin: 12px auto 0;
}

.cr-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    padding: 13px 30px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 12.5px; font-weight: 700;
    letter-spacing: .17em; text-transform: uppercase;
    border: 1.5px solid transparent;
    text-decoration: none; cursor: pointer;
    position: relative; overflow: hidden; isolation: isolate;
    transition: color .3s, border-color .3s;
}
.cr-btn::before {
    content: ''; position: absolute; inset: 0;
    transform: translateX(-101%);
    transition: transform .35s cubic-bezier(.16,1,.3,1); z-index: -1;
}
.cr-btn:hover::before { transform: translateX(0); }

.cr-btn--primary { background: #0F1B3C; color: #F5F3EE; border-color: #0F1B3C; }
.cr-btn--primary::before { background: #C8281A; }
.cr-btn--primary:hover { border-color: #C8281A; color: #F5F3EE; }

.cr-btn--outline { background: transparent; color: #0F1B3C; border-color: #0F1B3C; }
.cr-btn--outline::before { background: #0F1B3C; }
.cr-btn--outline:hover { color: #F5F3EE; }

.cr-btn--gold { background: #C9A84C; color: #0F1B3C; border-color: #C9A84C; }
.cr-btn--gold::before { background: #E2C76A; }
.cr-btn--gold:hover { color: #0F1B3C; }

.cr-btn--submit {
    background: #C8281A; color: #F5F3EE; border-color: #C8281A;
    padding: 15px 40px; font-size: 13px;
}
.cr-btn--submit::before { background: #a81e10; }
.cr-btn--submit:hover { color: #F5F3EE; border-color: #a81e10; }

.cr-culture {
    background: #0F1B3C;
    border-bottom: 3px solid #C8281A;
}
.cr-culture__inner {
    max-width: 1200px; margin: 0 auto; padding: 0 40px;
    display: grid; grid-template-columns: repeat(4, 1fr);
}
.cr-culture-item {
    padding: 32px 28px;
    border-right: 1px solid rgba(255,255,255,.06);
    transition: background .2s;
}
.cr-culture-item:last-child { border-right: none; }
.cr-culture-item:hover { background: rgba(255,255,255,.03); }
.cr-culture-item h4 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 18px; font-weight: 600; color: #C9A84C;
    margin-bottom: 8px;
}
.cr-culture-item p {
    font-family: 'Barlow', sans-serif;
    font-size: 13px; font-weight: 300;
    color: rgba(245,243,238,.45); line-height: 1.75;
}

.cr-positions { padding: 80px 0; background: #EAE7E0; }

.cr-no-openings {
    background: #fff; border: 1px solid #e2dfd8;
    padding: 60px 40px;
    display: flex; flex-direction: column;
    align-items: center; text-align: center; gap: 16px;
    max-width: 640px; margin: 0 auto;
}
.cr-no-openings__icon {
    width: 72px; height: 72px;
    background: #EAE7E0; color: #6a7280;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.cr-no-openings h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 26px; font-weight: 600; color: #0F1B3C;
}
.cr-no-openings p {
    font-family: 'Barlow', sans-serif;
    font-size: 14.5px; font-weight: 300; color: #6a7280; line-height: 1.8;
}

.cr-positions-grid {
    display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px;
}
.cr-position-card {
    background: #fff; border: 1px solid #e2dfd8;
    padding: 32px; display: flex; flex-direction: column; gap: 16px;
    border-bottom: 3px solid transparent;
    transition: border-color .25s, transform .3s cubic-bezier(.16,1,.3,1), box-shadow .3s;
}
.cr-position-card:hover {
    border-bottom-color: #C8281A;
    transform: translateY(-4px);
    box-shadow: 0 12px 36px rgba(15,27,60,.10);
}
.cr-position-card__title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 24px; font-weight: 600; color: #0F1B3C;
    margin-bottom: 8px;
}
.cr-position-card__meta {
    display: flex; align-items: center; gap: 8px; flex-wrap: wrap;
}
.cr-tag {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 10px; font-weight: 700; letter-spacing: .14em;
    text-transform: uppercase; color: #F5F3EE;
    background: #0F1B3C; padding: 3px 10px; display: inline-block;
}
.cr-tag--dept { background: #C8281A; }
.cr-position-card__loc {
    display: flex; align-items: center; gap: 4px;
    font-family: 'Barlow', sans-serif;
    font-size: 12.5px; color: #6a7280;
}
.cr-position-card__desc, .cr-position-card__req {
    font-family: 'Barlow', sans-serif;
    font-size: 13.5px; font-weight: 300; color: #6a7280; line-height: 1.8;
    flex: 1;
}
.cr-position-card__req strong {
    color: #0F1B3C; font-weight: 600; display: block; margin-bottom: 4px;
}

[data-reveal] { opacity: 1; transform: none; transition: opacity .65s, transform .65s; }
.js-reveal [data-reveal] { opacity: 0; transform: translateY(20px); }
.js-reveal [data-reveal].is-visible { opacity: 1; transform: none; }

.cr-apply { padding: 80px 0; background: #fff; }

.cr-success {
    display: flex; align-items: flex-start; gap: 14px;
    background: rgba(34,197,94,.08); border: 1px solid rgba(34,197,94,.25);
    border-left: 4px solid #22c55e;
    padding: 20px 24px; margin-bottom: 32px;
    font-family: 'Barlow', sans-serif; font-size: 14.5px; color: #374151; line-height: 1.7;
}
.cr-success svg { color: #22c55e; flex-shrink: 0; margin-top: 2px; }
.cr-success strong { color: #0F1B3C; }

.cr-errors { margin-bottom: 24px; display: flex; flex-direction: column; gap: 8px; }
.cr-error-item {
    display: flex; align-items: center; gap: 8px;
    background: rgba(200,40,26,.06); border: 1px solid rgba(200,40,26,.2);
    border-left: 4px solid #C8281A;
    padding: 10px 16px;
    font-family: 'Barlow', sans-serif; font-size: 13.5px; color: #C8281A;
}

.cr-form { display: flex; flex-direction: column; gap: 20px; max-width: 860px; margin: 0 auto; }
.cr-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.cr-form__group { display: flex; flex-direction: column; gap: 7px; }
.cr-form__group--full { grid-column: 1 / -1; }

.cr-label {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 11px; font-weight: 700; letter-spacing: .18em;
    text-transform: uppercase; color: #0F1B3C;
}
.cr-req { color: #C8281A; }

.cr-input, .cr-select, .cr-textarea {
    font-family: 'Barlow', sans-serif; font-size: 14px; font-weight: 400;
    color: #2d3748; background: #fff;
    border: 1px solid #e2dfd8;
    padding: 12px 16px;
    transition: border-color .2s, box-shadow .2s;
    outline: none; width: 100%;
}
.cr-input:focus, .cr-select:focus, .cr-textarea:focus {
    border-color: #C9A84C;
    box-shadow: 0 0 0 3px rgba(201,168,76,.12);
}
.cr-textarea { resize: vertical; min-height: 130px; }
.cr-select { appearance: none; cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%230F1B3C' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat; background-position: right 14px center;
    padding-right: 40px;
}

.cr-file-wrap { position: relative; }
.cr-file-input { position: absolute; opacity: 0; width: 0; height: 0; }
.cr-file-label {
    display: flex; align-items: center; gap: 10px;
    border: 1.5px dashed #e2dfd8; background: #faf9f7;
    padding: 13px 16px; cursor: pointer;
    font-family: 'Barlow', sans-serif; font-size: 13.5px; font-weight: 300; color: #6a7280;
    transition: border-color .2s, background .2s;
}
.cr-file-label:hover { border-color: #C9A84C; background: rgba(201,168,76,.04); color: #0F1B3C; }
.cr-file-label svg { color: #C9A84C; flex-shrink: 0; }

.cr-form__footer {
    display: flex; align-items: center; justify-content: space-between;
    gap: 16px; flex-wrap: wrap;
    padding-top: 8px; border-top: 1px solid #e2dfd8;
}
.cr-form__note {
    font-family: 'Barlow', sans-serif;
    font-size: 12px; font-weight: 300; color: #9ca3af; line-height: 1.6;
    max-width: 380px;
}

.cr-cta { background: #C8281A; padding: 64px 0; }
.cr-cta__inner {
    max-width: 1200px; margin: 0 auto; padding: 0 40px;
    display: flex; align-items: center; justify-content: space-between;
    gap: 28px; flex-wrap: wrap;
}
.cr-cta__inner h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(24px, 3.5vw, 38px); font-weight: 700;
    color: #F5F3EE; line-height: 1.1; margin-bottom: 6px;
}
.cr-cta__inner p {
    font-family: 'Barlow', sans-serif;
    font-size: 14.5px; font-weight: 300;
    color: rgba(245,243,238,.72); line-height: 1.7;
}

@media (max-width: 1024px) {
    .cr-culture__inner { grid-template-columns: repeat(2, 1fr); }
    .cr-culture-item { border-bottom: 1px solid rgba(255,255,255,.06); }
}
@media (max-width: 768px) {
    .cr-hero__inner { padding: 0 24px; }
    .cr-wrap { padding: 0 24px; }
    .cr-positions { padding: 56px 0; }
    .cr-apply { padding: 56px 0; }
    .cr-positions-grid { grid-template-columns: 1fr; }
    .cr-form__row { grid-template-columns: 1fr; }
    .cr-culture__inner { grid-template-columns: 1fr 1fr; padding: 0 24px; }
    .cr-cta__inner { flex-direction: column; align-items: flex-start; padding: 0 24px; }
    .cr-hero { min-height: 65vh; }
    @media (max-width: 520px) {
        .cr-hero__title { font-size: 40px; }
        .cr-culture__inner { grid-template-columns: 1fr; }
        .cr-no-openings { padding: 40px 24px; }
        .cr-form__footer { flex-direction: column; align-items: flex-start; }
    }
}
@media (max-width: 360px) {
    .cr-hero__inner, .cr-wrap, .cr-cta__inner { padding: 0 14px; }
}
