.careers-page{font-family:Arial,sans-serif}.careers-page button,.careers-page input,.careers-page textarea,.careers-page select{font-family:inherit}.careers-jobs{padding:64px 0 24px}.careers-jobs__header{max-width:820px;margin:0 auto 48px;text-align:center}.careers-jobs__header h1{margin-bottom:16px;color:#2d3748;font-size:var(--type-h3);line-height:var(--type-h3-line-height)}.careers-jobs__intro{color:#718096;font-size:var(--type-subtitle);line-height:1.6}.careers-jobs__list{display:grid;grid-template-columns:repeat(6,minmax(0, 1fr));gap:24px;max-width:1200px;margin:0 auto}.careers-job-card{grid-column:span 2;min-width:0;overflow:hidden;border:1px solid rgba(234,88,12,.1);border-radius:20px;background:#fff;box-shadow:0 8px 24px rgba(0,0,0,.08);transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease}.careers-job-card--desktop-half{grid-column:span 3}.careers-job-card--desktop-full{grid-column:1/-1}.careers-job-card:hover,.careers-job-card:focus-within{border-color:rgba(234,88,12,.35);box-shadow:0 14px 34px rgba(234,88,12,.15);transform:translateY(-2px)}.careers-job-card__trigger{display:flex;flex-direction:column;align-items:stretch;width:100%;min-height:240px;height:100%;padding:30px;border:0;background:0 0;color:inherit;cursor:pointer;font:inherit;text-align:left}.careers-job-card__trigger:focus-visible{outline:3px solid #9f4700;outline-offset:-3px}.careers-job-card__summary{display:flex;flex:1;flex-direction:column;align-items:flex-start;gap:12px;min-width:0}.careers-job-card__date,.careers-job-modal__date{color:#ea580c;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.careers-job-card__title{color:#2d3748;font-size:24px;font-weight:700;line-height:1.3}.careers-job-card__excerpt{color:#718096;font-size:var(--type-body);line-height:1.65}.careers-job-card__action{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:24px;color:#ea580c;font-size:var(--type-small);font-weight:700}.careers-job-card__icon{position:relative;flex:0 0 auto;width:38px;height:38px;border-radius:50%;background:rgba(234,88,12,.1);transition:background-color .25s ease,transform .25s ease}.careers-job-card__icon:before{position:absolute;top:50%;left:50%;width:9px;height:9px;border-top:2px solid #ea580c;border-right:2px solid #ea580c;content:'';transform:translate(-65%,-50%) rotate(45deg)}.careers-job-card:hover .careers-job-card__icon,.careers-job-card:focus-within .careers-job-card__icon{background:rgba(234,88,12,.18);transform:translateX(2px)}.careers-job-card__content{max-width:720px;color:#4a5568;line-height:1.7;overflow-wrap:anywhere}.careers-job-card__content>*+*{margin-top:16px}.careers-job-card__content h2,.careers-job-card__content h3,.careers-job-card__content h4{margin-top:28px;color:#2d3748;line-height:1.3}.careers-job-card__content h2{font-size:1.4em}.careers-job-card__content h3{font-size:1.2em}.careers-job-card__content h4{font-size:1.05em}.careers-job-card__content ul,.careers-job-card__content ol{padding-left:22px}.careers-job-card__content ul{list-style:disc}.careers-job-card__content ol{list-style:decimal}.careers-job-card__content li+li{margin-top:8px}.careers-job-card__content a{color:#ea580c;text-decoration:underline}.careers-job-modal{position:fixed;z-index:1100;inset:0;display:grid;place-items:center;padding:32px;overflow:auto;background:rgba(18,24,35,.72);transition:opacity .2s ease}.careers-job-modal[hidden]{display:none}.careers-job-modal__panel{position:relative;display:flex;flex-direction:column;width:min(960px, 100%);max-height:calc(100vh - 64px);padding:48px;overflow:hidden;border-radius:24px;background:#fff;box-shadow:0 28px 70px rgba(0,0,0,.38);transition:transform .2s ease,opacity .2s ease}.careers-job-modal__close{position:absolute;top:20px;right:20px;display:grid;width:44px;height:44px;padding:0;place-items:center;border:1px solid rgba(45,55,72,.14);border-radius:50%;background:#fff;color:#2d3748;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,transform .2s ease}.careers-job-modal__close span{display:none}.careers-job-modal__close:before,.careers-job-modal__close:after{position:absolute;width:18px;height:2px;border-radius:2px;background:currentColor;content:''}.careers-job-modal__close:before{transform:rotate(45deg)}.careers-job-modal__close:after{transform:rotate(-45deg)}.careers-job-modal__close:hover,.careers-job-modal__close:focus-visible{border-color:#ea580c;background:#fff7ed;color:#ea580c;transform:rotate(4deg)}.careers-job-modal__close:focus-visible{outline:3px solid #9f4700;outline-offset:3px}.careers-job-modal__date{margin:0 60px 12px 0;flex-shrink:0}.careers-job-modal__title{margin:0;flex-shrink:0;color:#2d3748;font-size:clamp(30px, 4vw, 48px);line-height:1.15}[data-careers-job-modal-body]{flex:1 1 auto;min-height:0;margin-top:32px;padding-top:28px;overflow-y:auto;overscroll-behavior:contain;border-top:1px solid rgba(234,88,12,.16)}.careers-job-modal__footer{display:flex;flex-shrink:0;justify-content:flex-end;margin-top:36px;padding-top:28px;border-top:1px solid rgba(234,88,12,.16)}.careers-job-modal__apply{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:14px 28px;border:none;border-radius:10px;background:#b85200;color:#fff;cursor:pointer;font-weight:700;box-shadow:0 8px 18px rgba(228,110,0,.28);transition:background-color .2s ease,box-shadow .2s ease,transform .2s ease}.careers-job-modal__apply:hover,.careers-job-modal__apply:focus-visible{background:#9f4700;box-shadow:0 10px 22px rgba(200,95,0,.34)}.careers-job-modal__apply:focus-visible{outline:3px solid #9f4700;outline-offset:3px}.careers-jobs__empty{max-width:640px;margin:0 auto;padding:48px 32px;border-radius:20px;background:#fff;box-shadow:0 8px 24px rgba(0,0,0,.08);text-align:center}.careers-jobs__empty h2{margin-bottom:12px;color:#2d3748;font-size:var(--type-h3-mobile)}.careers-jobs__empty p{color:#718096}.careers-contact-section{padding-top:40px;scroll-margin-top:96px}.careers-page #careers-contact-title{max-width:1120px;margin:0 auto 32px;color:#2d3748;font-size:var(--type-h3);line-height:var(--type-h3-line-height);text-align:center}.careers-page #careers-application-form{scroll-margin-top:96px}@media (max-width:1023px){.careers-jobs__list{gap:20px}.careers-job-card,.careers-job-card--desktop-half,.careers-job-card--desktop-full{grid-column:span 3}.careers-job-card--tablet-full{grid-column:1/-1}}@media (max-width:767px){.careers-jobs{padding:40px 0 8px}.careers-jobs__header{margin-bottom:32px}.careers-jobs__header h1{font-size:var(--type-h3-mobile)}.careers-jobs__intro{font-size:var(--type-body)}.careers-job-card,.careers-job-card--desktop-half,.careers-job-card--desktop-full,.careers-job-card--tablet-full{grid-column:1/-1}.careers-job-card__trigger{min-height:0;padding:24px}.careers-job-card__title{font-size:var(--type-subtitle)}.careers-job-modal{padding:16px}.careers-job-modal__panel{max-height:calc(100vh - 32px);max-height:calc(100dvh - 32px);padding:56px 24px 28px;border-radius:18px}.careers-job-modal__close{top:12px;right:12px}.careers-job-modal__title{font-size:30px}[data-careers-job-modal-body]{margin-top:24px;padding-top:24px}.careers-job-modal__footer{margin-top:28px;padding-top:24px}.careers-job-modal__apply{width:100%;justify-content:center}.careers-page #careers-contact-title{font-size:var(--type-h3-mobile)}}@media (prefers-reduced-motion:reduce){.careers-job-card,.careers-job-card__icon,.careers-job-modal,.careers-job-modal__panel,.careers-job-modal__close,.careers-job-modal__apply{transition:none}}