:root{--brand-primary: #436c8c;--brand-primary-dark: #18354a;--brand-secondary: #546dbe;--brand-accent: #e71d2a;--brand-accent-hover: #b51622;--text-primary: #17232d;--text-secondary: #667681;--background: #f7f9fb;--surface: #ffffff;--border: #e3e9ed;--light-primary: #edf4f8;--light-secondary: #eef0fa;--light-accent: #fff0f1;--ink: var(--text-primary);--ink-deep: var(--brand-primary-dark);--ink-soft: var(--brand-primary);--paper: var(--background);--paper-deep: var(--border);--canvas: var(--surface);--white: var(--surface);--red: var(--brand-accent);--red-deep: var(--brand-accent-hover);--steel: var(--brand-primary);--mist: var(--border);--muted: var(--text-secondary);--line: var(--border);--line-light: rgba(255, 255, 255, .2);--text-on-dark-muted: rgba(255, 255, 255, .72);--shadow-sm: 0 2px 10px rgba(24, 53, 74, .06);--shadow: 0 18px 48px rgba(24, 53, 74, .1);--shadow-lg: 0 30px 80px rgba(24, 53, 74, .14);--shell: 1200px;--gutter: clamp(20px, 4vw, 48px);--header: 66px;--space-section: clamp(56px, 5vw, 80px);--display-hero: clamp(2.35rem, 3.2vw, 3.125rem);--display-page: clamp(2.1rem, 2.9vw, 2.75rem);--radius: 8px;--radius-md: 12px;--radius-lg: 14px;--bs-primary: var(--brand-primary);--bs-primary-rgb: 67, 108, 140;--bs-secondary: var(--brand-secondary);--bs-secondary-rgb: 84, 109, 190;--bs-body-color: var(--text-primary);--bs-body-bg: var(--surface);--bs-border-color: var(--border)}*,*:before,*:after{box-sizing:border-box}html{overflow-x:clip;scroll-behavior:smooth;scroll-padding-top:calc(var(--header) + 18px)}body.public-site{min-width:320px;margin:0;color:var(--text-primary);background:var(--surface);font-family:Alexandria,Arial,sans-serif;font-size:16px;font-weight:400;line-height:1.75;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}html[dir=ltr] body.public-site{font-family:Manrope,Arial,sans-serif;line-height:1.65}body.menu-open{overflow:hidden}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,select,textarea{color:inherit;font:inherit}button,select{cursor:pointer}h1,h2,h3,p{margin-top:0}h1,h2,h3{margin-bottom:0;color:var(--text-primary);font-family:Alexandria,Arial,sans-serif;font-weight:700;text-wrap:balance}html[dir=ltr] h1,html[dir=ltr] h2,html[dir=ltr] h3{font-family:Manrope,Arial,sans-serif}p{margin-bottom:0;text-wrap:pretty}h1{font-size:var(--display-page);line-height:1.14;letter-spacing:-.03em}h2{font-size:clamp(1.75rem,2.5vw,2.25rem);line-height:1.18;letter-spacing:-.025em}h3{font-size:clamp(1.15rem,1.8vw,1.55rem);line-height:1.4}html[dir=rtl] h1,html[dir=rtl] h2{letter-spacing:-.015em}::selection{color:var(--white);background:var(--brand-accent)}:focus-visible{outline:3px solid var(--brand-secondary);outline-offset:3px}.container,.shell{width:min(100% - (var(--gutter) * 2),var(--shell));max-width:none;margin-inline:auto;padding-inline:0}.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;z-index:1000;inset-block-start:12px;inset-inline-start:12px;padding:11px 18px;border-radius:8px;color:var(--white);background:var(--brand-accent);transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}.eyebrow,.page-number,.hero-kicker{display:inline-flex;align-items:center;gap:8px;color:var(--brand-primary);font-size:.82rem;font-weight:700;line-height:1.35}.eyebrow--light{color:var(--brand-primary)}.page-number{color:var(--brand-accent)}.editorial-index{color:var(--brand-accent);font-family:Manrope,sans-serif;font-size:.78rem;font-weight:700}.editorial-heading{display:grid;max-width:760px;gap:13px}.editorial-heading h2{max-width:720px}.editorial-heading p{max-width:680px;color:var(--text-secondary);font-size:clamp(.96rem,1.2vw,1.06rem)}.btn,.button{display:inline-flex;min-height:44px;align-items:center;justify-content:center;gap:9px;padding:10px 19px;border:1px solid transparent;border-radius:9px;font-weight:700;line-height:1.3;box-shadow:none;transition:color .22s ease,background .22s ease,border-color .22s ease,transform .22s ease,box-shadow .22s ease}.btn:hover,.button:hover{transform:translateY(-2px)}.btn i{font-size:1.15rem}.btn-primary,.button--red{color:var(--white);border-color:var(--brand-accent);background:var(--brand-accent)}.btn-primary:hover,.button--red:hover{color:var(--white);border-color:var(--brand-accent-hover);background:var(--brand-accent-hover);box-shadow:0 12px 26px #b7162233}.btn-outline-primary{color:var(--brand-primary-dark);border-color:var(--brand-primary);background:var(--surface)}.btn-outline-primary:hover{color:var(--white);border-color:var(--brand-primary);background:var(--brand-primary)}.button--outline{color:var(--brand-primary-dark);border-color:var(--brand-primary);background:var(--surface)}.button--outline:hover{color:var(--white);border-color:var(--brand-primary);background:var(--brand-primary)}.button--ink{color:var(--white);background:var(--brand-primary-dark)}.button--ink:hover{color:var(--white);background:var(--brand-primary)}.button--large{min-height:50px;padding-inline:24px}.button--ghost{color:var(--white);border-color:#ffffff52}.arrow-link{display:inline-flex;align-items:center;gap:10px;color:var(--brand-primary-dark);font-weight:700;transition:gap .2s ease,color .2s ease}.arrow-link span{color:var(--brand-accent)}.arrow-link:hover{gap:15px;color:var(--brand-primary)}.button .site-icon,.footer-cta .site-icon,.arrow-link .site-icon{width:18px;height:18px}.site-icon{display:block;width:24px;height:24px;flex:0 0 auto}.media-slot{position:relative;height:100%;margin:0;overflow:hidden;border-radius:var(--radius-lg);background:var(--light-primary)}.media-slot img{width:100%;height:100%;object-fit:cover}.media-slot__placeholder{position:relative;display:flex;height:100%;min-height:300px;flex-direction:column;align-items:center;justify-content:center;padding:28px;overflow:hidden;color:var(--brand-primary-dark);text-align:center;background:var(--light-primary)}.media-slot__placeholder:before{position:absolute;top:14px;right:14px;bottom:14px;left:14px;border:1px dashed rgba(67,108,140,.32);border-radius:12px;content:""}.media-slot__icon{position:relative;display:grid;width:52px;height:52px;margin-bottom:14px;place-items:center;border-radius:13px;color:var(--brand-primary);background:var(--surface);box-shadow:var(--shadow-sm)}.media-slot__icon .site-icon{width:23px;height:23px}.media-slot__label{position:relative;font-size:1rem;font-weight:700}.media-slot__placeholder small{position:relative;margin-top:5px;color:var(--text-secondary)}.media-slot--portrait{aspect-ratio:4 / 5}.media-slot--wide{aspect-ratio:16 / 10}.editorial-media{position:relative;min-width:0}.editorial-media .media-slot{min-height:100%}[data-reveal],[data-motion]{opacity:1;transform:none}.js [data-reveal]{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .7s cubic-bezier(.22,1,.36,1)}.js [data-reveal].is-visible{opacity:1;transform:none}.js [data-motion=hero-copy]>*{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .75s cubic-bezier(.22,1,.36,1)}.js [data-motion=hero-copy].is-visible>*{opacity:1;transform:none}.js [data-motion=hero-copy]>:nth-child(2){transition-delay:.07s}.js [data-motion=hero-copy]>:nth-child(3){transition-delay:.14s}.js [data-motion=hero-copy]>:nth-child(4){transition-delay:.21s}.js [data-motion=hero-copy]>:nth-child(5){transition-delay:.28s}.js [data-motion=media-reveal]{opacity:0;transform:translateY(28px) scale(.98);transition:opacity .7s ease,transform .8s cubic-bezier(.22,1,.36,1)}.js [data-motion=media-reveal].is-visible{opacity:1;transform:none}.js [data-motion=text-reveal],.js [data-motion=from-side]{opacity:0;transform:translateY(22px);transition:opacity .65s ease,transform .75s ease}.js [data-motion=text-reveal].is-visible,.js [data-motion=from-side].is-visible{opacity:1;transform:none}.js [data-motion=stagger]>*{opacity:0;transform:translateY(22px);transition:opacity .55s ease,transform .7s cubic-bezier(.22,1,.36,1)}.js [data-motion=stagger].is-visible>*{opacity:1;transform:none}.js [data-motion=stagger]>:nth-child(2){transition-delay:.08s}.js [data-motion=stagger]>:nth-child(3){transition-delay:.16s}.js [data-motion=stagger]>:nth-child(4){transition-delay:.24s}.js [data-motion=stagger]>:nth-child(5){transition-delay:.32s}@media(max-width:760px){:root{--header: 62px;--gutter: 20px;--space-section: 56px;--display-page: clamp(2rem, 9vw, 2.45rem)}h1{font-size:var(--display-page)}h2{font-size:clamp(1.7rem,7.4vw,2.2rem)}.btn,.button,.button--large{width:100%}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}.js [data-reveal],.js [data-motion],.js [data-motion]>*{opacity:1;transform:none}.btn:hover,.button:hover{transform:none!important}}.site-header{position:sticky;z-index:100;inset-block-start:0;height:var(--header);border-bottom:1px solid var(--border);background:var(--surface);box-shadow:none}.site-header .navbar{height:100%}.site-header__inner{display:grid;height:100%;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:clamp(16px,2vw,30px)}.site-header .navbar-collapse{min-width:0}.brand{display:inline-flex;align-items:center;gap:10px;min-width:max-content}.brand img{width:38px;height:38px;object-fit:contain}.brand__copy{display:flex;flex-direction:column;line-height:1.1}.brand__copy strong{color:var(--brand-primary-dark);font-size:.92rem;font-weight:800}.brand__copy small{max-width:135px;margin-top:4px;color:var(--text-secondary);font-size:.56rem;line-height:1.3}.primary-nav{display:flex;flex:1;justify-content:center;gap:clamp(6px,1vw,16px)}.primary-nav .nav-link{position:relative;min-inline-size:44px;padding:20px 6px;color:var(--text-secondary);font-size:.75rem;font-weight:600;white-space:nowrap}.primary-nav .nav-link:after{position:absolute;width:4px;height:4px;inset-inline-start:50%;inset-block-end:8px;border-radius:50%;background:var(--brand-accent);content:"";opacity:0;transform:translate(-50%) scale(0);transition:opacity .2s ease,transform .2s ease}.primary-nav .nav-link:hover,.primary-nav .nav-link[aria-current=page]{color:var(--brand-primary-dark)}.primary-nav .nav-link[aria-current=page]:after{opacity:1;transform:translate(-50%) scale(1)}.header-actions{margin-inline-start:auto;gap:8px}.header-actions .btn{min-height:44px;padding:8px 13px;font-size:.7rem}.locale-switch{display:grid;width:44px;height:44px;place-items:center;border:1px solid var(--border);border-radius:8px;color:var(--brand-primary-dark);font-family:Manrope,sans-serif;font-size:.72rem;font-weight:800;direction:ltr}.locale-switch:hover{border-color:var(--brand-primary);background:var(--light-primary)}.locale-switch--mobile{display:none}.menu-button{display:none;width:44px;height:44px;color:var(--brand-primary-dark);background:var(--light-primary)}.menu-button i{font-size:1.7rem}.public-site .offcanvas:not(.show):not(.showing):not(.hiding){opacity:0;pointer-events:none;transform:none}.offcanvas .btn-close{box-sizing:border-box;width:44px;height:44px;margin:0;padding:12px;border-radius:8px;background-color:var(--light-primary);background-size:14px;opacity:1}.site-footer{color:#ffffffc7;background:#18354a}.site-footer h2,.site-footer h3,.site-footer strong{color:var(--white)}.site-footer p{margin:0;color:#ffffffb8}.site-footer a{color:#ffffffd1}.site-footer a:hover{color:var(--white)}.footer-links>a{display:block;max-width:100%;overflow-wrap:anywhere}.site-footer__top{display:flex;align-items:center;justify-content:space-between;gap:32px;padding-block:clamp(48px,5.5vw,70px);border-bottom:1px solid rgba(255,255,255,.16)}.site-footer__statement{display:flex;max-width:760px;align-items:center;gap:24px}.site-footer__statement .brand-mark{display:grid;width:66px;height:66px;flex:0 0 auto;place-items:center;border-radius:14px;background:var(--surface)}.site-footer__statement img{width:44px}.site-footer__statement small{color:var(--text-on-dark-muted)}.site-footer__statement h2{max-width:680px;margin:8px 0;font-size:clamp(1.65rem,2.4vw,2.45rem)}.site-footer__actions{display:flex;flex:0 0 auto;align-items:center;gap:10px}.footer-cta{display:inline-flex;min-height:48px;align-items:center;gap:12px;padding:11px 18px;border-radius:9px;color:var(--white);background:var(--brand-accent);font-weight:700;white-space:nowrap}.footer-cta:hover{color:var(--white);background:var(--brand-accent-hover)}.footer-cta--secondary{border:1px solid rgba(255,255,255,.42);background:transparent}.footer-cta--secondary:hover{border-color:var(--white);background:#ffffff14}.site-footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:clamp(30px,5vw,70px);padding-block:50px}.site-footer__grid>*{display:flex;flex-direction:column;align-items:flex-start;gap:9px}.site-footer__grid>*>strong{margin-bottom:10px;color:#ffffffad;font-size:.78rem;font-weight:700}.site-footer__about strong{color:var(--white)!important;font-size:1.08rem!important}.site-footer__about p{max-width:390px;color:var(--text-on-dark-muted)}.site-footer__grid a,.site-footer__contact span{color:#ffffffc7;overflow-wrap:anywhere}.site-footer__grid a:hover{color:var(--white)}.site-footer__socials{display:flex;flex-wrap:wrap;gap:10px 14px;margin-top:8px}.site-footer__bottom{display:flex;align-items:center;justify-content:space-between;padding-block:21px;border-top:1px solid rgba(255,255,255,.16);color:#ffffff94;font-size:.79rem}@media(max-width:1199.98px){.site-header__inner{grid-template-columns:auto 1fr auto auto;gap:10px}.site-header .navbar-collapse{display:none!important}.locale-switch--mobile{display:grid}.menu-button{display:grid;flex:0 0 auto;place-items:center}}@media(min-width:1200px){.locale-switch--mobile,.menu-button{display:none}}@media(max-width:1160px){.primary-nav{gap:6px}.primary-nav .nav-link{padding-inline:5px;font-size:.78rem}.header-actions__job{display:none}}@media(max-width:980px){.site-footer__grid{grid-template-columns:1.6fr 1fr 1fr}.site-footer__contact{grid-column:1 / -1}}@media(max-width:660px){.brand__copy small{display:none}.site-footer__top,.site-footer__statement{align-items:flex-start;flex-direction:column}.site-footer__statement .brand-mark{width:64px;height:64px}.site-footer__actions{width:100%;align-items:stretch;flex-direction:column}.footer-cta{width:100%;justify-content:space-between;white-space:normal}.site-footer__grid{grid-template-columns:1fr 1fr;gap:38px 22px;padding-block:50px}.site-footer__about{grid-column:1 / -1}.site-footer__bottom{align-items:flex-start;flex-direction:column;gap:7px}}@media(max-width:360px){.site-footer__grid{grid-template-columns:1fr}.site-footer__about,.site-footer__contact{grid-column:auto}}.home-proof-strip{display:grid;height:92px;min-height:0;grid-auto-rows:1fr;grid-template-columns:repeat(4,1fr);align-items:stretch;border-top:1px solid var(--border)}.home-proof-strip__item{display:flex;min-width:0;min-height:0;align-items:center;gap:10px;padding:10px 18px}.home-proof-strip__item+.home-proof-strip__item{border-inline-start:1px solid var(--border)}.home-proof-strip__item>span{display:grid;width:30px;height:30px;flex:0 0 auto;place-items:center;border-radius:8px;color:var(--brand-primary);background:var(--light-primary)}.home-proof-strip__item .site-icon{width:16px;height:16px}.home-proof-strip__item strong{min-width:0;overflow-wrap:anywhere;font-size:.76rem;line-height:1.35}[data-gallery-previous] .site-icon{transform:rotate(180deg)}html[dir=ltr] [data-gallery-previous] .site-icon{transform:none}html[dir=ltr] [data-gallery-next] .site-icon{transform:rotate(180deg)}.audience-cta{padding-block:clamp(72px,7vw,104px);background:var(--surface)}.audience-cta__layout{display:grid;grid-template-columns:minmax(0,.9fr) minmax(360px,1.1fr);gap:clamp(52px,8vw,112px);align-items:start}.audience-cta__intro{display:grid;gap:16px}.audience-cta__intro h2{max-width:680px}.audience-cta__intro p{max-width:620px;color:var(--text-secondary)}.audience-action-list{display:grid;border-top:1px solid var(--border)}.audience-action{display:grid;min-height:132px;grid-template-columns:minmax(0,1fr) 44px;gap:20px;align-items:center;padding-block:24px;color:var(--text-primary);border-bottom:1px solid var(--border)}.audience-action>span{display:grid;gap:7px}.audience-action small{color:var(--text-secondary)}.audience-action strong{font-size:clamp(1.25rem,2.2vw,1.75rem)}.audience-action>.site-icon{width:22px;height:22px;color:var(--brand-accent);transition:transform .2s ease}.audience-action:hover{color:var(--brand-primary)}.audience-action:hover>.site-icon{transform:translate(-2px,-2px)}.inner-clean-hero{max-height:460px;background:var(--surface)}.inner-clean-hero__grid{display:grid;min-height:424px;grid-template-columns:minmax(0,.52fr) minmax(0,.48fr);gap:clamp(32px,4vw,56px);align-items:center;padding-block:32px}.inner-clean-hero__copy{min-width:0}.inner-clean-hero__copy h1{max-width:560px;margin-top:12px;font-size:min(var(--display-page),44px);line-height:1.18}.inner-clean-hero__copy p{max-width:560px;margin-top:14px;color:var(--text-secondary);font-size:16px}.inner-clean-hero__copy .button{margin-top:20px}.inner-clean-hero__media{height:360px;overflow:hidden;border-radius:12px}.inner-clean-hero__media .media-slot{height:100%;border-radius:inherit}.inner-clean-hero__media .media-slot__placeholder{min-height:100%}.inner-clean-hero__media img{width:100%;height:100%;object-fit:cover}.account-free-note{display:block;max-width:560px;margin-top:15px;color:var(--brand-primary)}.contact-layout{min-height:calc(100svh - var(--header));padding-block:var(--space-section);background:var(--background)}.contact-layout__grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:7vw;align-items:start}.contact-layout__intro{position:sticky;inset-block-start:calc(var(--header) + 34px)}.contact-layout__intro h1{max-width:560px;margin-top:16px;font-size:var(--display-page);line-height:1.17}.contact-layout__intro p{margin-top:18px;color:var(--text-secondary);font-size:1rem}.contact-layout__note{margin-top:24px;padding:15px 17px;border-radius:12px;color:var(--brand-primary-dark);background:var(--light-primary)}.contact-layout__form{align-self:start}.jobs-directory{padding-block:var(--space-section)}.job-results{display:grid;gap:8px;margin-top:24px}.job-result-row{display:grid;grid-template-columns:40px 1fr minmax(180px,.34fr);gap:clamp(18px,3vw,40px);align-items:center;padding:20px 22px;border:1px solid var(--border);border-radius:12px;background:var(--surface);box-shadow:none;transition:border-color .2s ease,background .2s ease}.job-result-row:hover{color:inherit;border-color:#436c8c80;background:var(--background)}.job-result-row__number{color:var(--brand-secondary);font-family:Manrope,sans-serif;font-size:.72rem;font-weight:800}.job-tags{display:flex;flex-wrap:wrap;gap:7px}.job-tags span{padding:5px 10px;border-radius:999px;color:var(--brand-primary);background:var(--light-primary);font-size:.72rem}.job-result-row h2{margin-top:8px;font-size:clamp(1.25rem,2vw,1.65rem)}.job-result-row p{margin-top:6px;color:var(--text-secondary)}.job-result-row__meta{display:flex;flex-direction:column;align-items:flex-start;gap:7px}.job-result-row__meta small{color:var(--text-secondary)}.job-result-row__meta strong{margin-top:8px;color:var(--brand-accent)}.jobs-empty{padding:60px 24px;border:1px solid var(--border);border-radius:14px;text-align:center;background:var(--background)}.jobs-empty__icon{width:42px;height:42px;margin:0 auto 16px;color:var(--brand-primary)}.jobs-empty a{display:inline-block;margin-top:16px;color:var(--brand-accent)}.public-pagination{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:34px}.public-pagination>div{display:flex;gap:7px}.public-pagination a,.public-pagination span{display:grid;min-width:44px;min-height:44px;place-items:center;border:1px solid var(--border);border-radius:9px}.public-pagination [aria-current=page]{color:var(--white);border-color:var(--brand-primary);background:var(--brand-primary)}.job-opening{padding-block:clamp(72px,9vw,116px);color:var(--white);background:var(--brand-primary-dark)}.job-opening h1{max-width:980px;margin-top:24px;color:var(--white)}.job-opening p{max-width:760px;margin-top:22px;color:var(--text-on-dark-muted);font-size:1.08rem}.job-opening__back{margin-bottom:40px;color:var(--text-on-dark-muted)}.job-opening .button{margin-top:32px}.job-content{padding-block:var(--space-section)}.job-content__grid{display:grid;grid-template-columns:1fr 330px;gap:7vw;align-items:start}.job-article>section{display:grid;grid-template-columns:44px 1fr;gap:20px;padding:30px;border:1px solid var(--border);border-radius:14px;background:var(--surface)}.job-article>section+section{margin-top:15px}.job-article>section>span{color:var(--brand-secondary);font-family:Manrope,sans-serif;font-size:.72rem;font-weight:800}.job-article .prose{grid-column:2;color:var(--text-secondary);white-space:pre-line}.job-summary{position:sticky;inset-block-start:calc(var(--header) + 28px);padding:28px;border-radius:14px;background:var(--light-primary)}.job-summary dl{margin:24px 0}.job-summary dl>div{padding-block:13px;border-top:1px solid rgba(67,108,140,.18)}.job-summary dt{color:var(--text-secondary);font-size:.76rem}.job-summary dd{margin:4px 0 0;font-weight:700}.job-summary .button{width:100%}.job-application{padding-block:var(--space-section);background:var(--background)}.job-application__grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:7vw;align-items:start}.job-application header h2{margin-top:14px}.job-application header p{margin-top:20px;color:var(--text-secondary)}.job-application__form{align-self:start}.editorial-page{padding-block:var(--space-section);background:var(--light-primary)}.editorial-page h1{margin-top:22px}.editorial-page p{max-width:720px;margin-top:22px;color:var(--text-secondary)}.editorial-section{padding-block:var(--space-section)}.editorial-section header{display:grid;grid-template-columns:.4fr 1fr .7fr;gap:5vw}.editorial-section__items{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:42px}.editorial-section__items article{padding:26px;border:1px solid var(--border);border-radius:14px}.editorial-section__items p{margin-top:12px;color:var(--text-secondary)}@media(max-width:1050px){.contact-layout__intro{position:static}}@media(max-width:991.98px){.home-proof-strip{grid-template-columns:1fr 1fr}.home-proof-strip__item:nth-child(odd){border-inline-start:0}.home-proof-strip__item:nth-child(n+3){border-top:1px solid var(--border)}}@media(max-width:900px){.contact-layout__grid,.job-application__grid,.job-content__grid{grid-template-columns:1fr}.job-summary{position:static}.inner-clean-hero{max-height:none}.inner-clean-hero__grid{min-height:0;grid-template-columns:1fr;padding-block:28px}.inner-clean-hero__media{width:min(100%,680px);justify-self:start}}@media(max-width:700px){.inner-clean-hero__copy h1{font-size:clamp(2rem,9vw,2.25rem)}.inner-clean-hero__copy p{font-size:.92rem;line-height:1.75}.inner-clean-hero__media{height:min(320px,78vw)}.home-proof-strip__item{gap:8px;padding:4px 8px}.home-proof-strip__item>span{width:22px;height:22px;border-radius:6px}.home-proof-strip__item .site-icon{width:13px;height:13px}.home-proof-strip__item strong{font-size:.6875rem;line-height:1.25}.editorial-section__items{grid-template-columns:1fr}.job-result-row{grid-template-columns:1fr;gap:12px;padding:22px}.job-result-row__number{display:none}.job-content__grid{gap:34px}.job-article>section{grid-template-columns:1fr;padding:22px}.job-article .prose{grid-column:1}.public-pagination{align-items:flex-start;flex-direction:column}}.editorial-hero{padding-block:clamp(32px,4.5vw,64px);background:var(--surface)}.editorial-hero__grid{display:grid;grid-template-columns:minmax(0,.96fr) minmax(420px,1.04fr);align-items:center;gap:clamp(34px,6vw,86px)}.editorial-hero__copy{display:grid;max-width:570px;gap:18px}.editorial-hero__copy h1{font-size:var(--display-page)}.editorial-hero__copy p{max-width:620px;color:var(--text-secondary);font-size:clamp(.98rem,1.3vw,1.08rem)}.editorial-hero__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:4px}.editorial-hero__media{aspect-ratio:3 / 2;min-height:360px}.editorial-hero__media .media-slot{width:100%;height:100%}.editorial-split{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:center;gap:clamp(36px,7vw,96px)}.editorial-split--reverse>:first-child{order:2}.editorial-copy{display:grid;max-width:640px;gap:18px}.editorial-list{display:grid;margin:0;padding:0;list-style:none;border-top:1px solid var(--border)}.editorial-list>*{display:grid;grid-template-columns:64px minmax(0,1fr);gap:20px;padding-block:24px;border-bottom:1px solid var(--border)}.photo-card{position:relative;min-height:300px;overflow:hidden;border-radius:var(--radius-lg);background:var(--brand-primary-dark)}.photo-card .media-slot{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:0}.photo-card__caption{position:absolute;z-index:1;inset-inline:0;inset-block-end:0;display:grid;gap:6px;padding:60px 22px 20px;color:var(--white);background:linear-gradient(transparent,#0a1d2ae0)}.photo-card__caption h3,.photo-card__caption p{color:inherit}.photo-card__caption p{color:#ffffffc2;font-size:.9rem}@media(max-width:991.98px){.editorial-hero__grid,.editorial-split{grid-template-columns:1fr}.editorial-hero__copy{max-width:720px}.editorial-hero__media{min-height:0;aspect-ratio:16 / 10}.editorial-split--reverse>:first-child{order:0}}@media(max-width:620px){.editorial-hero{padding-block:28px 42px}.editorial-hero__grid{gap:28px}.editorial-hero__actions{display:grid;grid-template-columns:1fr}.editorial-list>*{grid-template-columns:44px minmax(0,1fr);gap:14px;padding-block:20px}.photo-card{min-height:260px}}.home-editorial__hero{padding-block:clamp(34px,4.5vw,62px) 0}.home-editorial__hero .editorial-hero__grid{min-height:470px;padding-bottom:34px}.home-editorial__hero .editorial-hero__copy h1{max-width:620px;font-size:var(--display-hero)}.home-editorial__hero .editorial-hero__media{height:420px;aspect-ratio:auto}.home-editorial__hero .media-slot{border-radius:12px}.home-editorial__hero .home-proof-strip{height:auto;min-height:96px}.home-proof-strip__item>div{display:grid;min-width:0;gap:3px}.home-proof-strip__item small{color:var(--text-secondary);font-size:.68rem;line-height:1.35}.service-index-section{padding-block:clamp(70px,7vw,104px)}.service-index-section__layout{grid-template-columns:minmax(360px,.86fr) minmax(0,1.14fr)}.service-index-section__media{height:min(610px,68vw);max-height:610px}.service-index-section__media .media-slot{border-radius:12px}.service-index-section__content{display:grid;gap:34px}.service-index{display:grid;margin:0;padding:0;list-style:none;border-top:1px solid var(--border)}.service-index>li{display:grid;grid-template-columns:48px minmax(0,1fr);gap:18px;padding-block:22px;border-bottom:1px solid var(--border)}.service-index>li>span{padding-top:4px;color:var(--brand-accent);font-family:Manrope,sans-serif;font-size:.76rem;font-weight:800}.service-index>li>div{display:grid;gap:8px}.service-index h3{font-size:clamp(1.18rem,1.7vw,1.48rem)}.service-index p{color:var(--text-secondary)}.service-index .arrow-link{margin-top:4px;font-size:.82rem}.sector-showcase{padding-block:clamp(72px,7vw,104px);overflow:hidden;background:var(--background)}.sector-showcase__head{display:flex;align-items:flex-end;justify-content:space-between;gap:32px}.sector-showcase__controls{display:flex;flex:0 0 auto;gap:8px;direction:ltr}.sector-showcase__controls button{display:grid;width:44px;height:44px;place-items:center;border:1px solid var(--border);border-radius:8px;color:var(--brand-primary-dark);background:var(--surface)}.sector-showcase__controls button:hover{color:var(--white);border-color:var(--brand-primary);background:var(--brand-primary)}.sector-showcase__controls .site-icon,.sector-showcase__controls svg{width:18px;height:18px}.sector-showcase__track{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 36px)/3);gap:18px;margin-top:34px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:inline mandatory;scrollbar-width:none}.sector-showcase__track::-webkit-scrollbar{display:none}.sector-showcase__slide{height:360px;scroll-snap-align:start}.sector-showcase__media,.sector-showcase__media .media-slot{width:100%;height:100%}.recruitment-story{padding-block:clamp(72px,7vw,108px)}.recruitment-story__layout{display:grid;grid-template-columns:minmax(360px,.9fr) minmax(0,1.1fr);align-items:center;gap:clamp(48px,8vw,110px)}.recruitment-story__visual{height:560px}.recruitment-story__visual .media-slot{border-radius:12px}.recruitment-story__content{display:grid;gap:34px}.recruitment-story__steps{display:grid;grid-template-columns:1fr 1fr;margin:0;padding:0;list-style:none;border-top:1px solid var(--border)}.recruitment-story__step{display:grid;min-width:0;grid-template-columns:36px minmax(0,1fr);gap:12px;padding:22px 0;border-bottom:1px solid var(--border)}.recruitment-story__step:nth-child(odd){padding-inline-end:20px}.recruitment-story__step:nth-child(2n){padding-inline-start:20px;border-inline-start:1px solid var(--border)}.recruitment-story__step>span{color:var(--brand-accent);font-family:Manrope,sans-serif;font-size:.74rem;font-weight:800}.recruitment-story__step strong{color:var(--brand-primary-dark);font-size:.98rem}.recruitment-story__step p{margin-top:7px;color:var(--text-secondary);font-size:.86rem}.closing-cta{padding-block:clamp(64px,6vw,92px);color:var(--white);background:var(--brand-primary-dark)}.closing-cta__layout{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(320px,.82fr);align-items:center;gap:clamp(40px,7vw,90px)}.closing-cta__copy{display:grid;max-width:680px;gap:16px}.closing-cta__copy>span{color:#ffffffad;font-size:.82rem;font-weight:700}.closing-cta h2{color:var(--white)}.closing-cta p{color:var(--text-on-dark-muted)}.closing-cta__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:8px}.closing-cta__media{height:300px}.closing-cta__media .media-slot{border-radius:12px}@media(max-width:991.98px){.home-editorial__hero .editorial-hero__grid{min-height:0}.home-editorial__hero .editorial-hero__media{width:min(100%,760px);height:auto;aspect-ratio:16/10}.service-index-section__layout,.recruitment-story__layout,.closing-cta__layout{grid-template-columns:1fr}.service-index-section__media,.recruitment-story__visual{width:min(100%,760px);height:auto;aspect-ratio:16/10}.closing-cta__media{width:min(100%,680px)}}@media(max-width:700px){.home-editorial__hero{padding-block:28px 0}.home-editorial__hero .editorial-hero__grid{padding-bottom:28px}.home-editorial__hero .home-proof-strip{grid-template-columns:1fr;padding-block:8px}.home-editorial__hero .home-proof-strip__item{min-height:68px;padding:10px 4px;border-inline-start:0}.home-editorial__hero .home-proof-strip__item+.home-proof-strip__item{border-top:1px solid var(--border)}.home-proof-strip__item>span{width:34px;height:34px}.home-proof-strip__item .site-icon{width:17px;height:17px}.home-proof-strip__item strong{font-size:.8rem}.home-proof-strip__item small{font-size:.72rem}.service-index-section,.sector-showcase,.recruitment-story{padding-block:64px}.service-index>li{grid-template-columns:38px minmax(0,1fr);gap:12px}.sector-showcase__head{align-items:flex-start;flex-direction:column}.sector-showcase__track{grid-auto-columns:88%;gap:12px;margin-top:24px}.sector-showcase__slide{height:320px}.recruitment-story__steps{grid-template-columns:1fr}.recruitment-story__step:nth-child(odd),.recruitment-story__step:nth-child(2n){padding-inline:0;border-inline-start:0}.closing-cta__actions{display:grid;grid-template-columns:1fr}.closing-cta__media{height:auto;aspect-ratio:16/10}}.about-editorial-story{padding-block:clamp(72px,7vw,108px);background:var(--surface)}.about-editorial-story__layout{grid-template-columns:minmax(0,.92fr) minmax(420px,1.08fr)}.about-editorial-story__media{height:520px}.about-editorial-story__media .media-slot{width:100%;height:100%;border-radius:12px}.about-beliefs{padding-block:clamp(72px,7vw,104px);background:var(--background)}.about-beliefs__layout{display:grid;grid-template-columns:minmax(280px,.66fr) minmax(0,1.34fr);gap:clamp(48px,8vw,112px);align-items:start}.about-beliefs__head{position:sticky;inset-block-start:calc(var(--header) + 34px)}.belief-chapters{display:grid;border-top:1px solid var(--border)}.belief-chapter{display:grid;grid-template-columns:54px minmax(0,1fr);gap:24px;padding-block:32px;border-bottom:1px solid var(--border)}.belief-chapter>span{padding-top:5px;color:var(--brand-accent);font-family:Manrope,sans-serif;font-size:.76rem;font-weight:800}.belief-chapter h3{font-size:clamp(1.3rem,2vw,1.72rem)}.belief-chapter p{max-width:680px;margin-top:10px;color:var(--text-secondary)}.service-editorial-list{padding-block:clamp(72px,7vw,104px);background:var(--background)}.service-editorial-list__head{max-width:760px}.service-editorial-list__rows{display:grid;margin-top:44px;border-top:1px solid var(--border)}.service-editorial-row{display:grid;grid-template-columns:minmax(0,.86fr) minmax(420px,1.14fr);gap:clamp(44px,7vw,96px);align-items:center;padding-block:48px;border-bottom:1px solid var(--border)}.service-editorial-row__copy{display:grid;max-width:540px;gap:14px}.service-editorial-row__copy>span{color:var(--brand-accent);font-family:Manrope,sans-serif;font-size:.76rem;font-weight:800}.service-editorial-row__copy h3{font-size:clamp(1.45rem,2.3vw,2rem)}.service-editorial-row__copy p{color:var(--text-secondary)}.service-editorial-row__copy .arrow-link{margin-top:8px}.service-editorial-row__media{height:360px}.service-editorial-row__media .media-slot{width:100%;height:100%;border-radius:12px}.service-editorial-row--reverse .service-editorial-row__copy{order:2}.service-process-editorial{padding-block:clamp(72px,7vw,104px);color:var(--white);background:var(--brand-primary-dark)}.service-process-editorial__layout{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);gap:clamp(52px,8vw,110px);align-items:start}.service-process-editorial .eyebrow{color:#ffffffb8}.service-process-editorial h2{color:var(--white)}.service-process-editorial header p{color:var(--text-on-dark-muted)}.service-process-editorial__steps{display:grid;grid-template-columns:1fr 1fr;margin:0;padding:0;list-style:none;border-top:1px solid rgba(255,255,255,.2)}.service-process-editorial__steps li{display:grid;grid-template-columns:40px minmax(0,1fr);gap:14px;padding:26px 0;border-bottom:1px solid rgba(255,255,255,.2)}.service-process-editorial__steps li:nth-child(odd){padding-inline-end:22px}.service-process-editorial__steps li:nth-child(2n){padding-inline-start:22px;border-inline-start:1px solid rgba(255,255,255,.2)}.service-process-editorial__steps span{color:#ff6a74;font-family:Manrope,sans-serif;font-size:.74rem;font-weight:800}.service-process-editorial__steps strong{color:var(--white);font-size:1rem}.service-process-editorial__steps p{margin-top:8px;color:var(--text-on-dark-muted);font-size:.88rem}.service-standards-editorial{padding-block:clamp(72px,7vw,104px);background:var(--surface)}.service-standards-editorial__layout{display:grid;grid-template-columns:minmax(280px,.68fr) minmax(0,1.32fr);gap:clamp(48px,8vw,112px);align-items:start}.service-standards-editorial__list{display:grid;border-top:1px solid var(--border)}.service-standards-editorial__list article{display:grid;grid-template-columns:46px minmax(0,1fr);gap:18px;padding-block:24px;border-bottom:1px solid var(--border)}.service-standards-editorial__list article>span{padding-top:4px;color:var(--brand-accent);font-family:Manrope,sans-serif;font-size:.74rem;font-weight:800}.service-standards-editorial__list h3{font-size:1.12rem}.service-standards-editorial__list p{margin-top:7px;color:var(--text-secondary);font-size:.9rem}.sector-photo-directory{padding-block:clamp(72px,7vw,104px);background:var(--background)}.sector-photo-directory__head{max-width:760px}.sector-photo-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:18px;margin-top:42px}.sector-photo-grid__item{min-height:330px}.sector-photo-grid__item .media-slot{width:100%;height:100%}.sector-photo-grid__item--1{min-height:430px;grid-column:span 7}.sector-photo-grid__item--2{min-height:430px;grid-column:span 5}.sector-photo-grid__item--3,.sector-photo-grid__item--4,.sector-photo-grid__item--5{grid-column:span 4}.sector-photo-grid__item .photo-card__caption>span{color:#ff8b92;font-family:Manrope,sans-serif;font-size:.74rem;font-weight:800}.sector-photo-grid__item .photo-card__caption h3{font-size:clamp(1.3rem,2vw,1.75rem)}@media(max-width:991.98px){.about-editorial-story__layout,.service-editorial-row,.service-process-editorial__layout,.service-standards-editorial__layout,.audience-cta__layout{grid-template-columns:1fr}.about-editorial-story__media,.service-editorial-row__media{width:min(100%,760px);height:auto;aspect-ratio:16/10}.about-beliefs__layout{grid-template-columns:1fr}.about-beliefs__head{position:static}.service-editorial-row--reverse .service-editorial-row__copy{order:0}.sector-photo-grid__item--1,.sector-photo-grid__item--2{min-height:390px;grid-column:span 6}.sector-photo-grid__item--3,.sector-photo-grid__item--4{grid-column:span 6}.sector-photo-grid__item--5{grid-column:span 12}}@media(max-width:700px){.about-editorial-story,.about-beliefs,.service-editorial-list,.service-process-editorial,.service-standards-editorial,.sector-photo-directory,.audience-cta{padding-block:64px}.about-editorial-story__media{aspect-ratio:4/3}.belief-chapter{grid-template-columns:38px minmax(0,1fr);gap:12px;padding-block:24px}.service-editorial-list__rows{margin-top:30px}.service-editorial-row{gap:26px;padding-block:34px}.service-editorial-row__media{aspect-ratio:4/3}.service-process-editorial__steps{grid-template-columns:1fr}.service-process-editorial__steps li:nth-child(odd),.service-process-editorial__steps li:nth-child(2n){padding-inline:0;border-inline-start:0}.audience-action{min-height:112px;grid-template-columns:minmax(0,1fr) 34px}.sector-photo-grid{grid-template-columns:1fr;gap:12px;margin-top:28px}.sector-photo-grid__item,.sector-photo-grid__item:nth-child(n){min-height:310px;grid-column:auto}}.employer-capabilities{padding-block:clamp(72px,7vw,108px);background:var(--surface)}.employer-capabilities__layout{grid-template-columns:minmax(0,1.08fr) minmax(400px,.92fr)}.employer-capabilities__content{display:grid;gap:32px}.employer-capabilities__list{display:grid;margin:0;padding:0;list-style:none;border-top:1px solid var(--border)}.employer-capabilities__list li{display:grid;grid-template-columns:44px minmax(0,1fr);gap:16px;padding-block:22px;border-bottom:1px solid var(--border)}.employer-capabilities__list li>span{padding-top:4px;color:var(--brand-accent);font-family:Manrope,sans-serif;font-size:.74rem;font-weight:800}.employer-capabilities__list h3{font-size:1.16rem}.employer-capabilities__list p{margin-top:7px;color:var(--text-secondary);font-size:.9rem}.employer-capabilities__media{height:560px}.employer-capabilities__media .media-slot{width:100%;height:100%;border-radius:12px}.employer-process-editorial{padding-block:clamp(72px,7vw,104px);background:var(--background)}.employer-process-editorial__head{max-width:760px}.employer-process-editorial__steps{display:grid;grid-template-columns:repeat(4,1fr);margin:42px auto 0;padding:0;list-style:none;border-top:1px solid var(--border)}.employer-process-editorial__steps li{display:grid;align-content:start;gap:18px;min-height:220px;padding:24px;border-bottom:1px solid var(--border);border-inline-start:1px solid var(--border)}.employer-process-editorial__steps li:first-child{border-inline-start:0}.employer-process-editorial__steps li>span{color:var(--brand-accent);font-family:Manrope,sans-serif;font-size:.74rem;font-weight:800}.employer-process-editorial__steps strong{font-size:1.06rem}.employer-process-editorial__steps p{color:var(--text-secondary);font-size:.86rem}.employer-evidence{padding-block:clamp(72px,7vw,108px);color:var(--white);background:var(--brand-primary-dark)}.employer-evidence__layout{grid-template-columns:minmax(400px,.92fr) minmax(0,1.08fr)}.employer-evidence .eyebrow{color:#ffffffb8}.employer-evidence h2,.employer-evidence h3{color:var(--white)}.employer-evidence .editorial-heading p,.employer-evidence__list p{color:var(--text-on-dark-muted)}.employer-evidence__content{display:grid;gap:32px}.employer-evidence__list{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid rgba(255,255,255,.2)}.employer-evidence__list article{display:grid;grid-template-columns:36px minmax(0,1fr);gap:12px;padding:22px 0;border-bottom:1px solid rgba(255,255,255,.2)}.employer-evidence__list article:nth-child(odd){padding-inline-end:18px}.employer-evidence__list article:nth-child(2n){padding-inline-start:18px;border-inline-start:1px solid rgba(255,255,255,.2)}.employer-evidence__list article>span{color:#ff8b92;font-family:Manrope,sans-serif;font-size:.72rem;font-weight:800}.employer-evidence__list h3{font-size:1rem}.employer-evidence__list p{margin-top:6px;font-size:.82rem}.employer-evidence__media{height:520px}.employer-evidence__media .media-slot{width:100%;height:100%;border-radius:12px}.candidate-editorial-story{padding-block:clamp(72px,7vw,108px);background:var(--background)}.candidate-editorial-story__layout{grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr)}.candidate-editorial-story__media{height:480px}.candidate-editorial-story__media .media-slot{width:100%;height:100%;border-radius:12px}.candidate-process-editorial{padding-block:clamp(72px,7vw,104px);background:var(--surface)}.candidate-process-editorial__head{max-width:760px}.candidate-process-editorial__steps{display:grid;grid-template-columns:1fr 1fr;margin:40px auto 0;padding:0;list-style:none;border-top:1px solid var(--border)}.candidate-process-editorial__steps li{display:grid;grid-template-columns:42px minmax(0,1fr);gap:16px;padding:26px 0;border-bottom:1px solid var(--border)}.candidate-process-editorial__steps li:nth-child(odd){padding-inline-end:22px}.candidate-process-editorial__steps li:nth-child(2n){padding-inline-start:22px;border-inline-start:1px solid var(--border)}.candidate-process-editorial__steps li>span{color:var(--brand-accent);font-family:Manrope,sans-serif;font-size:.74rem;font-weight:800}.candidate-process-editorial__steps strong{font-size:1.05rem}.candidate-process-editorial__steps p{margin-top:7px;color:var(--text-secondary);font-size:.86rem}.candidate-final-cta{padding-block:clamp(64px,6vw,92px);color:var(--white);background:var(--brand-primary-dark)}.candidate-final-cta__layout{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(340px,.88fr);gap:clamp(44px,7vw,92px);align-items:center}.candidate-final-cta__copy{display:grid;max-width:680px;gap:16px}.candidate-final-cta__copy>span{color:#ffffffb8;font-size:.82rem;font-weight:700}.candidate-final-cta h2{color:var(--white)}.candidate-final-cta p{color:var(--text-on-dark-muted)}.candidate-final-cta .button{justify-self:start;margin-top:6px}.candidate-final-cta__media{height:300px}.candidate-final-cta__media .media-slot{width:100%;height:100%;border-radius:12px}.jobs-editorial-hero{max-height:none}.jobs-directory{background:var(--background)}.contact-editorial-media{height:230px;margin-top:28px}.contact-editorial-media .media-slot{width:100%;height:100%;border-radius:12px}.job-article{border-top:1px solid var(--border)}.job-article>section{padding:30px 0;border:0;border-bottom:1px solid var(--border);border-radius:0;background:transparent}.job-article>section+section{margin-top:0}.job-summary{border:1px solid var(--border)}@media(max-width:991.98px){.employer-capabilities__layout,.employer-evidence__layout,.candidate-editorial-story__layout,.candidate-final-cta__layout{grid-template-columns:1fr}.employer-capabilities__media,.employer-evidence__media,.candidate-editorial-story__media{width:min(100%,760px);height:auto;aspect-ratio:16/10}.employer-process-editorial__steps{grid-template-columns:1fr 1fr}.employer-process-editorial__steps li:nth-child(odd){border-inline-start:0}.candidate-final-cta__media{width:min(100%,680px)}}@media(max-width:700px){.employer-capabilities,.employer-process-editorial,.employer-evidence,.candidate-editorial-story,.candidate-process-editorial,.candidate-final-cta{padding-block:64px}.employer-capabilities__media,.employer-evidence__media,.candidate-editorial-story__media{aspect-ratio:4/3}.employer-process-editorial__steps,.candidate-process-editorial__steps,.employer-evidence__list{grid-template-columns:1fr}.employer-process-editorial__steps li,.employer-process-editorial__steps li:nth-child(n),.candidate-process-editorial__steps li:nth-child(odd),.candidate-process-editorial__steps li:nth-child(2n),.employer-evidence__list article:nth-child(odd),.employer-evidence__list article:nth-child(2n){min-height:0;padding-inline:0;border-inline-start:0}.candidate-final-cta__media{height:auto;aspect-ratio:16/10}}.honeypot{position:absolute!important;inset-inline-start:-10000px!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}.clean-form-panel{padding:clamp(28px,3vw,36px);border:1px solid var(--border);border-radius:12px;background:var(--surface);box-shadow:none}.form-errors{grid-column:1 / -1;margin-bottom:12px;padding:14px 16px;border:1px solid rgba(231,29,42,.22);border-radius:12px;color:var(--brand-accent-hover);background:var(--light-accent)}.form-errors strong{display:block;margin-bottom:6px}.form-errors ul{margin:0;padding-inline-start:20px}.form-grid,.contact-form,.application-form{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form-grid label,.contact-form label,.application-form label{display:flex;min-width:0;flex-direction:column;gap:6px}.form-grid label>span,.contact-form label>span,.application-form label>span{color:var(--brand-primary-dark);font-size:.875rem;font-weight:700}.form-grid label>small,.contact-form label>small,.application-form label>small{color:var(--text-secondary);font-size:.74rem;line-height:1.55}.form-grid .full,.contact-form .full,.application-form .full{grid-column:1 / -1}input,select,textarea{width:100%;min-height:46px;padding:10px 12px;border:1px solid var(--border);border-radius:9px;outline:none;color:var(--text-primary);background:var(--surface);transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}textarea{min-height:128px;resize:vertical}input:hover,select:hover,textarea:hover{border-color:#436c8c80}input:focus,select:focus,textarea:focus{border-color:var(--brand-primary);box-shadow:0 0 0 3px #436c8c1f}input::placeholder,textarea::placeholder{color:#667681b8}input[type=file]{padding:8px}input[type=file]::file-selector-button{margin-inline-end:12px;padding:8px 12px;border:0;border-radius:7px;color:var(--white);background:var(--brand-primary)}.file-picker{position:relative;display:grid;min-height:46px;grid-template-columns:auto minmax(0,1fr);align-items:center;overflow:hidden;border:1px solid var(--border);border-radius:9px;background:var(--surface)}.file-picker input[type=file]{position:absolute;z-index:2;top:0;right:0;bottom:0;left:0;width:100%;height:100%;min-height:0;padding:0;opacity:0;cursor:pointer}.file-picker__button{align-self:stretch;display:grid;place-items:center;padding:9px 13px;color:var(--white)!important;background:var(--brand-primary);font-size:.78rem!important}.file-picker__name{min-width:0;overflow:hidden;padding-inline:12px;color:var(--text-secondary)!important;font-size:.78rem!important;font-weight:500!important;text-overflow:ellipsis;white-space:nowrap}.file-picker:focus-within{border-color:var(--brand-primary);box-shadow:0 0 0 3px #436c8c1f}input[type=checkbox]{width:20px;min-height:20px;accent-color:var(--brand-accent)}.hiring-request{padding-block:var(--space-section);background:var(--background)}.hiring-request__grid{display:grid;grid-template-columns:.63fr 1.37fr;gap:7vw;align-items:start}.hiring-request__intro{position:sticky;inset-block-start:calc(var(--header) + 30px)}.hiring-request__intro h2{margin-top:15px}.hiring-request__intro p{margin-top:20px;color:var(--text-secondary)}.form-assurance{display:flex;gap:11px;margin-top:26px;padding:17px;border-radius:12px;color:var(--brand-primary-dark);background:var(--light-primary)}.form-assurance span{display:grid;width:24px;height:24px;flex:0 0 auto;place-items:center;border-radius:50%;color:var(--white);background:var(--brand-primary);font-size:.76rem}.hiring-request-form{color:var(--text-primary)}.hiring-request-form fieldset{min-width:0;margin:0;padding:0 0 28px;border:0}.hiring-request-form fieldset+fieldset{padding-top:28px;border-top:1px solid var(--border)}.hiring-request-form legend{display:flex;width:100%;align-items:center;gap:12px;margin-bottom:16px;padding:0;color:var(--brand-primary-dark);font-size:1rem;font-weight:700}.hiring-request-form legend span{display:grid;width:30px;height:30px;place-items:center;border-radius:8px;color:var(--brand-primary);background:var(--light-primary);font-family:Manrope,sans-serif;font-size:.7rem}.hiring-request-form .button{margin-top:7px}.contact-form .button,.application-form .button{grid-column:1 / -1;justify-self:start;margin-top:4px}.consent-row{display:grid!important;grid-template-columns:auto 1fr;align-items:start;gap:11px!important}.consent-row input{margin-top:3px}.consent-row span{font-weight:400!important}.jobs-search-panel{display:grid;grid-template-columns:minmax(230px,1.5fr) 1fr 1fr auto;gap:12px;align-items:end;padding:clamp(28px,3vw,32px);border:1px solid var(--border);border-radius:12px;background:var(--surface);box-shadow:none}.jobs-search-panel label{display:flex;flex-direction:column;gap:6px}.jobs-search-panel label span{color:var(--text-secondary);font-size:.875rem;font-weight:700}.jobs-search-panel input,.jobs-search-panel select{min-height:46px;background:var(--surface)}.jobs-search-panel .button{min-height:46px}.swal2-popup{border-radius:14px!important;font-family:Alexandria,Arial,sans-serif!important}html[dir=ltr] .swal2-popup{font-family:Manrope,Arial,sans-serif!important}.swal2-title{color:var(--text-primary)!important}.swal2-confirm{min-width:110px!important;border-radius:9px!important;background:var(--brand-accent)!important}@media(max-width:980px){.hiring-request__grid{grid-template-columns:1fr}.hiring-request__intro{position:static;max-width:720px}.jobs-search-panel{grid-template-columns:1fr 1fr}.jobs-search-panel__query{grid-column:1 / -1}.jobs-search-panel .button{width:auto;justify-self:start}}@media(max-width:620px){.form-grid,.contact-form,.application-form{grid-template-columns:1fr;gap:12px}.form-grid .full,.contact-form .full,.application-form .full,.contact-form .button,.application-form .button{grid-column:1}.clean-form-panel{padding:28px}.hiring-request-form fieldset{padding-bottom:32px}.hiring-request-form fieldset+fieldset{padding-top:32px}.jobs-search-panel{grid-template-columns:1fr;padding:28px}.jobs-search-panel__query{grid-column:1}.jobs-search-panel .button{width:100%}}
