/* Company pages: shared visual language, no remote CSS or image dependencies. */
.co-page {
    --co-bg: #fff;
    --co-soft: #f6f8fc;
    --co-blue-soft: #edf3ff;
    --co-accent: #2b5bd7;
    --co-ink: #17243f;
    --co-muted: #66748a;
    --co-line: #e4eaf3;
    --co-surface: #fff;
    color: var(--co-ink);
    background: var(--co-bg);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Microsoft YaHei', sans-serif;
    -webkit-font-smoothing: antialiased;
    line-height: 1.7;
}
html.dark .co-page {
    --co-bg: #101827;
    --co-soft: #141f32;
    --co-blue-soft: #1b2b47;
    --co-accent: #91b1ff;
    --co-ink: #edf2fc;
    --co-muted: #a4b2ca;
    --co-line: #2d3b51;
    --co-surface: #192438;
}
.co-page [hidden], .co-page .hidden { display: none !important; }
.co-page .relative { position: relative; }
.co-page a { text-decoration: none; }
.co-page button, .co-page input, .co-page select, .co-page textarea { font: inherit; }
.co-page button { cursor: pointer; }
.co-page button:disabled { cursor: not-allowed; opacity: .6; }
.co-page button { border: 0; }
.co-page .site-icon-button, .co-page .site-mobile-toggle { border: 1px solid var(--site-line); }
.co-page .site-nav-dropdown-trigger, .co-page .site-mobile-toggle { background: transparent; }
.co-page a:focus-visible, .co-page button:focus-visible, .co-page summary:focus-visible { outline: 3px solid var(--co-accent); outline-offset: 5px; border-radius: 5px; }
.co-page input:focus, .co-page select:focus, .co-page textarea:focus { outline: 2px solid var(--co-accent); outline-offset: 3px; }
.co-page h1, .co-page h2, .co-page h3 { font-weight: 700; line-height: 1.4; }
.co-page h2 { font-size: clamp(25px, 2.6vw, 34px); letter-spacing: -.045em; }
.co-page h3 { font-size: 19px; letter-spacing: -.025em; }
.co-page p { overflow-wrap: anywhere; }
.co-container { width: min(1160px, calc(100% - 64px)); margin-inline: auto; }
.co-skip { position: fixed; top: -80px; left: 20px; z-index: 200; padding: 12px 20px; background: var(--co-surface); color: var(--co-accent); border-radius: 8px; }
.co-skip:focus { top: 12px; }
.co-subnav { margin-top: 65px; border-bottom: 1px solid var(--co-line); background: var(--co-bg); }
.co-subnav-inner { min-height: 64px; display: flex; align-items: center; gap: 20px; }
.co-subnav-brand { flex-shrink: 0; font-size: 14px; font-weight: 700; color: var(--co-ink); }
.co-subnav-brand span { color: #b6c2d6; margin-left: 22px; font-weight: 400; }
.co-subnav nav { display: flex; align-self: stretch; align-items: stretch; gap: 26px; margin-left: auto; }
.co-subnav nav a { position: relative; display: flex; align-items: center; font-size: 13px; color: var(--co-muted); white-space: nowrap; }
.co-subnav nav a:hover, .co-subnav nav a[aria-current] { color: var(--co-accent); }
.co-subnav nav a[aria-current] { font-weight: 700; }
.co-subnav nav a[aria-current]::after { position: absolute; height: 3px; bottom: -1px; left: 0; right: 0; border-radius: 3px 3px 0 0; background: var(--co-accent); content: ''; }
.co-eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--co-accent); font-size: 10px; font-weight: 750; letter-spacing: .15em; line-height: 1.8; }
.co-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--co-accent); box-shadow: 0 0 0 4px var(--co-blue-soft); }
.co-hero { position: relative; overflow: hidden; background: radial-gradient(ellipse at 85% 55%, var(--co-blue-soft), transparent 58%); }
.co-hero-grid { display: grid; grid-template-columns: 1.08fr 1fr; align-items: center; gap: 50px; min-height: 555px; padding-block: 75px 78px; }
.co-hero-copy { position: relative; z-index: 2; }
.co-hero h1 { margin: 22px 0; font-size: clamp(33px, 3.35vw, 49px); letter-spacing: -.055em; line-height: 1.4; }
.co-hero h1 em { color: var(--co-accent); font-style: normal; }
.co-hero-copy > p { color: var(--co-muted); max-width: 470px; font-size: 15px; line-height: 1.95; }
.co-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 30px; }
.co-button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 12px 20px; min-height: 46px; border: 1px solid var(--co-line) !important; background: var(--co-surface); color: var(--co-ink); font-size: 13px !important; font-weight: 650; border-radius: 8px; transition: transform .2s, box-shadow .2s, background .2s; text-align: center; }
.co-button i { font-size: 11px; }
.co-button:hover { transform: translateY(-2px); box-shadow: 0 6px 16px #17243f12; }
.co-button-primary { color: white; border-color: #2b5bd7 !important; background: #2b5bd7; box-shadow: 0 6px 16px #2b5bd725; }
.co-button-primary:hover { background: #214bb8; }
.co-button-white { color: #254bac; background: #fff; border-color: #fff !important; }
.co-text-link { display: inline-flex; align-items: center; gap: 12px; color: var(--co-accent); font-weight: 600; font-size: 13px; }
.co-text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.co-text-link i { font-size: 11px; }
.co-hero-foot { display: flex; align-items: center; gap: 10px; margin-top: 31px; color: var(--co-muted); font-size: 11px; }
.co-mini-cube { width: 24px; height: 24px; display: grid; place-items: center; background: var(--co-blue-soft); color: var(--co-accent); border-radius: 7px; }
/* Hand-built editorial illustrations. */
.co-hero-art { position: relative; min-width: 0; height: 385px; isolation: isolate; }
.co-hero-art::before { content: ''; position: absolute; z-index: -2; inset: -20px -35px; background-image: radial-gradient(#7192c53e 1px, transparent 1px); background-size: 18px 18px; mask-image: radial-gradient(ellipse, #000 25%, transparent 70%); }
.co-art-orbit { position: absolute; z-index: -1; width: 390px; height: 390px; border: 1px solid #688bdc25; border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.co-art-orbit-two { width: 480px; height: 480px; border-style: dashed; }
.co-studio-window { position: absolute; width: 390px; right: 20px; top: 32px; border: 1px solid #d6e2f5; border-radius: 13px; background: white; transform: rotate(-5deg); box-shadow: 0 25px 60px #254c9820, 8px 12px 0 #e3ebfd; color: #203456; }
.co-window-bar { height: 38px; padding: 0 15px; border-bottom: 1px solid #e5ebf5; display: flex; align-items: center; gap: 5px; }
.co-window-bar > span { width: 6px; height: 6px; border-radius: 50%; background: #dbe3f1; }
.co-window-bar > span:first-child { background: #fdaf9e; }
.co-window-bar > span:nth-child(2) { background: #f4d698; }
.co-window-bar > span:nth-child(3) { background: #a6d7c8; }
.co-window-bar small { margin: auto; font-size: 9px; color: #8c9ab2; }
.co-window-bar i { font-size: 9px; color: #8c9ab2; }
.co-window-layout { display: flex; }
.co-art-tools { width: 40px; border-right: 1px solid #e5ebf5; display: flex; flex-direction: column; align-items: center; gap: 21px; padding-top: 19px; color: #8a9ab1; font-size: 12px; }
.co-art-tools i:first-child { color: #2b5bd7; }
.co-art-canvas { flex: 1; padding: 17px 19px; }
.co-canvas-nav { display: flex; justify-content: space-between; margin-bottom: 13px; font-size: 9px; }
.co-canvas-block { position: relative; border-radius: 5px; padding: 21px; background: #dce8ff; }
.co-canvas-block small { color: #5977a6; letter-spacing: .16em; font-size: 7px; }
.co-canvas-block strong { display: block; margin: 9px 0 14px; font-size: 29px; line-height: 1.14; letter-spacing: -.06em; color: #183b7c; }
.co-canvas-block strong > span { position: absolute; right: 12px; top: 37px; font-size: 75px; color: #3c6fe6; transform: rotate(15deg); }
.co-canvas-block > b { display: inline-flex; align-items: center; gap: 13px; background: #2b5bd7; color: #fff; padding: 7px 9px; border-radius: 4px; font-size: 6px; letter-spacing: .1em; }
.co-canvas-tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 12px; }
.co-canvas-tiles span { height: 58px; border-radius: 5px; display: grid; place-items: center; font-size: 19px; background: #f1f4fa; color: #4771c6; }
.co-canvas-tiles span:nth-child(2) { background: #e8f2ee; color: #4e8b75; }
.co-canvas-tiles span:nth-child(3) { background: #fff1d7; color: #c49a47; }
.co-float-tag { position: absolute; display: flex; align-items: center; gap: 10px; z-index: 3; padding: 12px 16px; border: 1px solid #e2e9f5; border-radius: 10px; background: #fffffff5; box-shadow: 0 12px 30px #254c9814; color: #294367; font-size: 11px; }
.co-float-tag strong { font-size: 11px; }
.co-float-tag small { display: block; color: #8391aa; font-size: 7px; letter-spacing: .16em; margin-top: 3px; }
.co-float-top { top: 4px; left: 6px; transform: rotate(-3deg); }
.co-float-bottom { bottom: 7px; right: 0; transform: rotate(3deg); }
.co-tag-icon { display: grid; place-items: center; height: 30px; width: 30px; border-radius: 8px; color: #ba8a2e; background: #fff2cf; font-size: 22px; }
.co-tag-line { width: 26px; height: 4px; border-radius: 3px; background: #eaf0f8; }
.co-tag-check { height: 30px; width: 30px; display: grid; place-items: center; background: #e9f5ef; border-radius: 50%; color: #389775; }
.co-art-cursor { position: absolute; bottom: 49px; left: 47px; color: white; background: #4474e2; border: 2px solid white; border-radius: 4px; padding: 2px 9px; font-size: 10px; transform: rotate(-5deg); }
.co-art-cursor i { position: absolute; top: -19px; left: -16px; color: #4474e2; font-size: 25px; transform: rotate(-85deg); text-shadow: 1px 1px #fff; }
.co-team-art-grid { display: grid; position: absolute; inset: 14px 39px 19px; grid-template-columns: 1fr 1fr; gap: 12px; transform: rotate(-6deg); }
.co-team-tile { border-radius: 20px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; }
.co-team-tile > i { font-size: 46px; }
.co-team-tile > span:last-child { font-size: 8px; font-weight: 700; letter-spacing: .2em; }
.co-tile-blue { background: #dce8ff; color: #3766d3; border-radius: 65px 20px 20px 20px; }
.co-tile-yellow { background: #fff0cd; color: #ad792c; }
.co-tile-green { background: #d9efe6; color: #3d8a74; }
.co-tile-lilac { background: #e7e3fc; color: #8d79d3; border-radius: 20px 20px 65px 20px; }
.co-face { font-size: 60px; line-height: 1; font-weight: 600; transform: rotate(90deg); }
.co-big-star { font-size: 75px; line-height: .8; }
.co-team-art-center { position: absolute; left: 50%; top: 48%; transform: translate(-50%, -50%) rotate(-6deg); border: 8px solid var(--co-bg); border-radius: 20px; width: 78px; height: 78px; display: grid; place-items: center; background: #2b5bd7; color: #fff; font-size: 28px; }
.co-career-poster { position: absolute; inset: 2px 58px 14px 72px; border-radius: 15px; padding: 26px 31px; background: #203e84; box-shadow: 12px 14px 0 #dce6fb; transform: rotate(6deg); overflow: hidden; color: white; }
.co-career-poster > span { display: block; font-size: 9px; line-height: 1.5; letter-spacing: .16em; color: #b7cfff; }
.co-career-poster > strong { display: block; position: relative; margin-top: 20px; font-size: 51px; letter-spacing: -.045em; line-height: .98; }
.co-career-poster > strong span { color: #e9d9a1; margin-left: 8px; }
.co-career-poster > small { position: absolute; bottom: 25px; font-size: 10px; color: #c0d2f6; }
.co-poster-star { position: absolute; right: -35px; top: -57px; font-size: 186px; line-height: 1; color: #5578c1; }
.co-art-careers .co-float-top { top: 51px; left: 0; font-size: 9px; color: #4674c7; }
.co-ecosystem { position: absolute; inset: 0; }
.co-ecosystem::before { content: ''; width: 300px; height: 270px; position: absolute; top: 45px; left: 50%; transform: translateX(-50%) rotate(-30deg); border: 1px dashed #88a7df; border-radius: 50%; }
.co-ecosystem::after { content: ''; width: 310px; height: 1px; position: absolute; top: 48%; left: 50%; transform: translateX(-50%) rotate(37deg); background: #a9bfe8; z-index: -1; }
.co-ecosystem-center { position: absolute; left: 50%; top: 49%; transform: translate(-50%, -50%) rotate(-5deg); width: 136px; height: 136px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 10px; color: white; background: #2b5bd7; border: 8px solid #ebf1ff; border-radius: 31px; box-shadow: 0 20px 40px #2b5bd725; }
.co-ecosystem-center i { font-size: 36px; }
.co-ecosystem-center strong { font-size: 13px; }
.co-eco-node { position: absolute; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; width: 92px; height: 92px; background: #fff; border: 1px solid #e1e9f5; border-radius: 20px; color: #3c69c2; box-shadow: 0 8px 20px #23478408; }
.co-eco-node i { font-size: 24px; }
.co-eco-node span { font-size: 8px; font-weight: 650; letter-spacing: .1em; }
.co-eco-one { left: 34px; top: 22px; transform: rotate(-9deg); background: #fff4dc; color: #ba9046; }
.co-eco-two { right: 20px; top: 32px; transform: rotate(8deg); }
.co-eco-three { left: 30px; bottom: 37px; transform: rotate(7deg); }
.co-eco-four { right: 27px; bottom: 49px; transform: rotate(-6deg); background: #e6f4ed; color: #4f957b; }
/* Content sections. */
.co-principle-strip { border-block: 1px solid var(--co-line); }
.co-principle-strip > div { display: grid; grid-template-columns: repeat(4, 1fr); padding-block: 25px; }
.co-principle-strip > div > div { display: flex; align-items: center; justify-content: center; gap: 11px; font-size: 13px; font-weight: 600; border-right: 1px solid var(--co-line); }
.co-principle-strip > div > div:last-child { border-right: 0; }
.co-principle-strip i { color: #7690be; font-size: 16px; }
.co-section { padding-block: 78px; }
.co-section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin-bottom: 30px; }
.co-section h2, .co-bottom-cta h2 { margin-top: 12px; }
.co-section-heading > p { max-width: 310px; color: var(--co-muted); font-size: 13px; }
.co-section-heading > .co-text-link { flex-shrink: 0; padding-bottom: 5px; }
.co-section-intro { color: var(--co-muted); font-size: 14px; line-height: 1.95; max-width: 740px; margin: 18px 0 28px; }
.co-story { display: grid; grid-template-columns: 1fr 1.15fr; gap: 86px; }
.co-story-copy p { color: var(--co-muted); font-size: 14px; line-height: 2; margin-bottom: 17px; }
.co-story-copy .co-lead { color: var(--co-ink); font-size: 18px; line-height: 1.8; font-weight: 550; }
.co-story-copy .co-text-link { margin-top: 8px; }
.co-tinted { background: var(--co-soft); border-block: 1px solid var(--co-line); }
.co-grid { display: grid; gap: 22px; }
.co-grid-three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.co-grid-two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.co-card { padding: 30px; background: var(--co-surface); border: 1px solid var(--co-line); border-radius: 14px; transition: border-color .2s, transform .2s, box-shadow .2s; }
.co-card:hover { border-color: #91a9d6; transform: translateY(-3px); box-shadow: 0 12px 30px #19396206; }
.co-card-top { display: flex; align-items: center; justify-content: space-between; }
.co-card-number { color: #a9b7cd; font-size: 11px; letter-spacing: .12em; }
.co-icon { width: 44px; height: 44px; display: inline-grid; place-items: center; border-radius: 12px; background: var(--co-blue-soft); color: var(--co-accent); font-size: 19px; flex-shrink: 0; }
.co-tone-1 { background: #edf5f1; color: #4c9177; }
.co-tone-2 { background: #fff3dd; color: #b38a3d; }
.co-card h3 { margin: 23px 0 12px; }
.co-card p { color: var(--co-muted); font-size: 13px; line-height: 1.95; }
.co-workflow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; }
.co-workflow-four { grid-template-columns: repeat(4, 1fr); gap: 30px; }
.co-workflow article { position: relative; }
.co-workflow article > span { display: grid; place-items: center; position: relative; z-index: 1; width: 46px; height: 46px; color: var(--co-accent); background: var(--co-blue-soft); border: 6px solid var(--co-bg); border-radius: 50%; font-size: 11px; font-weight: 700; box-sizing: content-box; margin-left: -6px; }
.co-workflow article:not(:last-child)::after { content: ''; position: absolute; top: 27px; left: 48px; width: calc(100% + 24px); border-top: 1px dashed var(--co-line); }
.co-workflow h3 { margin: 18px 0 11px; font-size: 18px; }
.co-workflow p { color: var(--co-muted); font-size: 13px; line-height: 1.95; }
.co-note { display: flex; align-items: flex-start; gap: 8px; color: var(--co-muted); font-size: 11px; line-height: 1.8; margin-top: 28px; }
.co-note i { margin-top: 5px; flex-shrink: 0; }
.co-note-before { margin: -8px 0 26px; }
.co-manifesto { position: relative; overflow: hidden; padding: 49px 65px; background: var(--co-blue-soft); border: 1px solid var(--co-line); border-radius: 16px; }
.co-manifesto blockquote { position: relative; z-index: 1; font-size: clamp(21px, 2.5vw, 30px); font-weight: 600; letter-spacing: -.03em; line-height: 1.8; }
.co-manifesto > span:last-of-type { display: block; margin-top: 21px; font-size: 9px; color: var(--co-accent); letter-spacing: .18em; font-weight: 600; }
.co-quote-mark { position: absolute; left: 19px; top: 1px; color: #9fb5e34d; font-family: Georgia, serif; font-size: 130px; line-height: 1; }
.co-manifesto > i { position: absolute; right: 68px; top: 48px; font-size: 135px; color: #91afe82e; transform: rotate(-16deg); }
.co-bottom-cta { position: relative; overflow: hidden; display: flex; align-items: center; justify-content: space-between; gap: 32px; margin-block: 72px; padding: 42px 46px; border-radius: 16px; background: #21458f; color: #fff; }
.co-bottom-cta .co-eyebrow { color: #b7cef8; font-size: 9px; }
.co-bottom-cta h2 { font-size: clamp(23px, 2.4vw, 30px); }
.co-bottom-cta p { margin-top: 12px; max-width: 580px; font-size: 12px; color: #bdd0ef; }
.co-bottom-cta > div, .co-bottom-cta > a { position: relative; z-index: 1; }
.co-bottom-cta > a { flex-shrink: 0; }
.co-cta-star { position: absolute; right: 78px; top: -97px; color: #3e64ab; opacity: .55; font-size: 330px; line-height: 1; }
/* Team. */
.co-person { overflow: hidden; background: var(--co-surface); border: 1px solid var(--co-line); border-radius: 14px; transition: transform .2s; }
.co-person:hover { transform: translateY(-4px); }
.co-person-art { position: relative; overflow: hidden; height: 195px; color: #4b70bb; background: #e7efff; }
.co-person-art-1 { background: #e4eee9; color: #4d8d79; }
.co-person-art-2 { background: #efebf9; color: #9580be; }
.co-person-art-3 { background: #fff1d9; color: #b89954; }
.co-person-art-4 { background: #e4edf5; color: #5f8cae; }
.co-person-art-5 { background: #f8eae6; color: #c38b78; }
.co-person-art::after { content: ''; position: absolute; width: 240px; height: 240px; border: 1px solid currentColor; border-radius: 50%; opacity: .12; right: -52px; top: -96px; }
.co-person-initials { position: absolute; left: 23px; top: 10px; font-size: 74px; font-weight: 800; letter-spacing: -.06em; opacity: .14; }
.co-person-shape { width: 94px; height: 105px; position: absolute; right: 46px; top: 45px; display: grid; place-items: center; border-radius: 48px 48px 16px 16px; background: currentColor; transform: rotate(9deg); box-shadow: 10px 8px 0 #ffffff70; }
.co-person-art-1 .co-person-shape, .co-person-art-4 .co-person-shape { border-radius: 22px; transform: rotate(-9deg); }
.co-person-art-2 .co-person-shape { border-radius: 50%; }
.co-person-shape i { color: #fff; font-size: 36px; }
.co-person-spark { position: absolute; left: 72px; bottom: 28px; font-size: 48px; opacity: .6; }
.co-person-index { position: absolute; left: 23px; bottom: 18px; font-size: 8px; font-weight: 650; letter-spacing: .15em; }
.co-person-body { padding: 26px; }
.co-person-body .co-eyebrow { font-size: 8px; letter-spacing: .12em; }
.co-person-body h3 { margin: 7px 0 14px; font-size: 21px; }
.co-person-body > strong { font-size: 12px; font-weight: 600; }
.co-person-body p { margin: 12px 0 20px; color: var(--co-muted); font-size: 12px; line-height: 1.95; }
.co-person-tags { display: block; padding-top: 15px; border-top: 1px solid var(--co-line); color: var(--co-muted); font-size: 10px; }
.co-culture-layout { display: grid; grid-template-columns: 1fr 1.15fr; gap: 88px; }
.co-culture-art { width: 235px; margin-top: 28px; padding: 22px; color: var(--co-accent); border-left: 3px solid var(--co-accent); }
.co-culture-art span { display: block; font-size: 38px; line-height: 1.1; font-weight: 800; letter-spacing: -.04em; }
.co-culture-art span:nth-child(2) { color: #92a9d5; }
.co-culture-art i { font-style: normal; color: #b4bf8b; padding-left: 14px; }
.co-culture-list article { display: flex; gap: 22px; padding-block: 24px; border-bottom: 1px solid var(--co-line); }
.co-culture-list article:first-child { padding-top: 0; }
.co-culture-list article:last-child { border-bottom: 0; padding-bottom: 0; }
.co-culture-list article > span { margin-top: 3px; color: var(--co-accent); font-size: 11px; }
.co-culture-list h3 { font-size: 17px; }
.co-culture-list p { color: var(--co-muted); font-size: 13px; margin-top: 10px; line-height: 1.9; }
/* Careers, progressive enhancement filters and accessible native details. */
.co-pill { display: inline-block; border: 1px solid var(--co-line); border-radius: 30px; padding: 5px 12px; color: var(--co-muted); font-size: 11px; white-space: nowrap; }
.co-job-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin: 30px 0 15px; }
.co-filter-group { display: flex; gap: 7px; flex-wrap: wrap; }
.co-filter-group button { padding: 8px 16px; border-radius: 6px; color: var(--co-muted); background: transparent; font-size: 12px; }
.co-filter-group button:hover { background: var(--co-blue-soft); }
.co-filter-group button[aria-pressed="true"] { color: white; background: #2b5bd7; }
.co-search { display: flex; align-items: center; gap: 9px; background: var(--co-surface); border: 1px solid var(--co-line); border-radius: 7px; padding: 8px 12px; color: var(--co-muted); font-size: 12px; }
.co-search input { width: 180px; min-width: 0; border: 0; background: transparent; color: var(--co-ink); font-size: 12px; }
.co-result-count { margin-bottom: 12px; color: var(--co-muted); font-size: 11px; }
.co-job-list { display: grid; gap: 12px; }
.co-job { background: var(--co-surface); border: 1px solid var(--co-line); border-radius: 11px; overflow: hidden; }
.co-job summary { display: flex; align-items: center; gap: 20px; padding: 24px 28px; cursor: pointer; list-style: none; }
.co-job summary:hover { background: var(--co-soft); }
.co-page summary::-webkit-details-marker { display: none; }
.co-job-title { display: flex; flex-direction: column; gap: 7px; }
.co-job-title strong { font-size: 16px; font-weight: 650; }
.co-job-title small { font-size: 11px; color: var(--co-muted); }
.co-job-status { margin-left: auto; color: var(--co-muted); font-size: 11px; }
.co-details-icon { flex-shrink: 0; color: var(--co-muted); font-size: 12px; transition: transform .2s; }
.co-page details[open] > summary .co-details-icon { transform: rotate(45deg); color: var(--co-accent); }
.co-job-detail { border-top: 1px solid var(--co-line); padding: 24px 28px 28px 92px; display: grid; gap: 22px; grid-template-columns: 1fr 1fr; }
.co-job-detail h3 { font-size: 14px; margin-bottom: 10px; }
.co-job-detail p { color: var(--co-muted); font-size: 12px; line-height: 1.9; }
.co-job-apply { grid-column: 1/-1; display: flex; align-items: center; justify-content: space-between; gap: 28px; border-top: 1px solid var(--co-line); padding-top: 20px; }
.co-job-apply > a { flex-shrink: 0; }
.co-job-apply > p { max-width: 530px; font-size: 11px; }
.co-empty { padding: 48px 24px; text-align: center; border: 1px dashed var(--co-line); border-radius: 12px; background: var(--co-surface); }
.co-empty > i { font-size: 25px; color: var(--co-accent); margin-bottom: 15px; }
.co-empty p { color: var(--co-muted); font-size: 13px; margin: 12px 0 20px; }
.co-faq-section { display: grid; grid-template-columns: .85fr 1.6fr; gap: 65px; border-top: 1px solid var(--co-line); }
.co-faq { border-bottom: 1px solid var(--co-line); }
.co-faq summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 22px 0; list-style: none; cursor: pointer; font-size: 14px; font-weight: 600; }
.co-faq:first-child summary { padding-top: 3px; }
.co-faq > p { color: var(--co-muted); font-size: 13px; line-height: 1.95; padding: 0 24px 23px 0; }
/* Partners and email preparation. */
.co-partner-card { padding: 32px; }
.co-card-subtitle { display: block; color: var(--co-accent); font-size: 11px; margin: -3px 0 17px; }
.co-card-bottom { margin-top: 25px; padding-top: 17px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--co-line); }
.co-card-bottom span { font-size: 10px; color: var(--co-muted); }
.co-card-bottom a { width: 30px; height: 30px; flex-shrink: 0; display: grid; place-items: center; background: var(--co-blue-soft); color: var(--co-accent); border-radius: 50%; font-size: 10px; }
.co-tech-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; margin-top: 32px; }
.co-tech-grid a { display: flex; position: relative; flex-direction: column; align-items: center; gap: 8px; border: 1px solid var(--co-line); padding: 24px 10px; border-radius: 10px; background: var(--co-surface); color: var(--co-ink); transition: border-color .2s; }
.co-tech-grid a:hover { border-color: var(--co-accent); }
.co-tech-grid a > i:first-child { color: var(--co-muted); font-size: 30px; margin-bottom: 8px; }
.co-tech-grid strong { font-size: 13px; }
.co-tech-grid span { font-size: 9px; color: var(--co-muted); text-align: center; }
.co-tech-grid .co-tech-arrow { position: absolute; right: 10px; top: 10px; font-size: 8px; color: var(--co-muted); }
.co-contact-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: 88px; }
.co-contact-steps { margin-block: 28px; display: grid; gap: 18px; }
.co-contact-steps p { display: flex; gap: 17px; align-items: center; font-size: 13px; }
.co-contact-steps b { color: var(--co-accent); background: var(--co-blue-soft); width: 31px; height: 31px; border-radius: 50%; display: grid; place-items: center; font-size: 10px; flex-shrink: 0; }
.co-contact-email { display: inline-flex; align-items: center; flex-wrap: wrap; gap: 11px; color: var(--co-accent); font-size: 15px; font-weight: 550; }
.co-small { color: var(--co-muted); font-size: 10px; margin-top: 12px; }
.co-contact-form { padding: 31px; border: 1px solid var(--co-line); border-radius: 14px; background: var(--co-surface); box-shadow: 0 16px 48px #23477708; }
.co-contact-form > p { color: var(--co-muted); font-size: 12px; margin: 8px 0 25px; }
.co-contact-form label { display: block; color: var(--co-ink); font-size: 12px; font-weight: 550; margin: 18px 0 8px; }
.co-contact-form input, .co-contact-form textarea, .co-contact-form select { display: block; width: 100%; max-width: 100%; padding: 11px 13px; border: 1px solid var(--co-line); border-radius: 7px; background: var(--co-bg); color: var(--co-ink); font-size: 12px; }
.co-contact-form input::placeholder, .co-contact-form textarea::placeholder { color: var(--co-muted); opacity: .85; }
.co-contact-form textarea { resize: vertical; }
.co-contact-form .co-form-notice { display: flex; align-items: flex-start; gap: 7px; font-size: 10px; line-height: 1.8; margin: 16px 0 20px; }
.co-form-notice i { margin-top: 5px; }
.co-contact-form > button { width: 100%; }
.co-mail-preview { margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--co-line); }
.co-mail-preview > p { color: var(--co-muted); font-size: 12px; }
.co-mail-preview a { margin-top: 15px; width: 100%; }
/* Legal documents. */
.co-reading-progress { position: fixed; left: 0; top: 64px; width: 100%; height: 3px; z-index: 102; pointer-events: none; }
.co-reading-progress span { display: block; width: 100%; height: 100%; background: #537ced; transform: scaleX(0); transform-origin: left; }
.co-legal-hero { text-align: center; padding-block: 54px 40px; }
.co-legal-hero-icon { width: 56px; height: 56px; border: 1px solid var(--co-line); border-radius: 16px; display: grid; place-items: center; background: var(--co-blue-soft); color: var(--co-accent); margin: 0 auto 20px; font-size: 23px; transform: rotate(-5deg); }
.co-legal-hero-icon i { transform: rotate(5deg); }
.co-legal-hero h1 { margin: 14px 0 13px; font-size: clamp(34px, 4vw, 47px); letter-spacing: -.04em; }
.co-legal-hero > p { color: var(--co-muted); font-size: 15px; }
.co-legal-meta { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 10px 22px; margin-top: 22px; font-size: 11px; color: var(--co-muted); }
.co-legal-meta i { margin-right: 7px; }
.co-print { color: var(--co-accent); background: transparent; font-size: 11px !important; }
.co-draft-banner { display: flex; align-items: flex-start; gap: 13px; padding: 18px 24px; color: #8d6d2b; background: #fff9ed; border: 1px solid #efdfb8; border-radius: 10px; }
.co-draft-banner > i { margin-top: 4px; font-size: 17px; }
.co-draft-banner strong { font-size: 12px; }
.co-draft-banner p { font-size: 11px; line-height: 1.9; margin-top: 5px; }
.co-legal-highlights { margin-block: 24px 44px; gap: 16px; }
.co-legal-highlights .co-card { padding: 24px; }
.co-legal-highlights h2 { margin: 17px 0 10px; font-size: 16px; }
.co-legal-highlights .co-card p { font-size: 12px; }
.co-legal-highlights .co-icon { width: 38px; height: 38px; border-radius: 10px; font-size: 16px; }
.co-legal-layout { display: grid; grid-template-columns: 248px minmax(0, 1fr); gap: 38px; align-items: start; }
.co-toc { position: sticky; top: 92px; }
.co-toc-inner { max-height: calc(100dvh - 116px); overflow-y: auto; padding: 7px 15px 7px 0; scrollbar-width: thin; }
.co-toc h2 { display: flex; justify-content: space-between; align-items: center; font-size: 15px; margin: 10px 0 18px; }
.co-toc h2 span { font-size: 10px; border: 1px solid var(--co-line); border-radius: 4px; padding: 1px 6px; color: var(--co-muted); }
.co-toc nav { display: grid; gap: 3px; }
.co-toc nav a { display: block; border-left: 2px solid transparent; padding: 9px 11px; font-size: 11px; line-height: 1.6; color: var(--co-muted); border-radius: 0 5px 5px 0; transition: color .2s, background .2s; }
.co-toc nav a:hover { color: var(--co-accent); background: var(--co-soft); }
.co-toc nav a[aria-current] { color: var(--co-accent); background: var(--co-blue-soft); border-left-color: var(--co-accent); font-weight: 600; }
.co-toc-related { display: flex; align-items: center; gap: 10px; border-top: 1px solid var(--co-line); padding-top: 18px; margin-top: 20px; color: var(--co-accent); font-size: 12px; }
.co-toc-related i:last-child { margin-left: auto; font-size: 10px; }
.co-legal-document { padding: 36px 42px; border: 1px solid var(--co-line); background: var(--co-surface); border-radius: 12px; }
.co-document-heading { display: flex; justify-content: space-between; gap: 15px; font-size: 9px; color: var(--co-muted); letter-spacing: .06em; border-bottom: 1px solid var(--co-line); padding-bottom: 22px; }
.co-legal-section { padding-block: 27px; border-bottom: 1px solid var(--co-line); }
.co-legal-section h2 { font-size: 19px; margin-bottom: 17px; letter-spacing: -.02em; }
.co-legal-section p { font-size: 13px; color: var(--co-muted); line-height: 2.05; margin-bottom: 14px; }
.co-legal-section p:last-child { margin-bottom: 0; }
.co-page section[id], .co-page main[id] { scroll-margin-top: 88px; }
.co-legal-contact { display: flex; align-items: flex-start; gap: 16px; margin-block: 28px; background: var(--co-soft); border-radius: 10px; padding: 22px; }
.co-legal-contact h2 { font-size: 16px; margin-bottom: 12px; }
.co-legal-contact p { color: var(--co-muted); font-size: 11px; line-height: 1.9; }
.co-legal-contact a { display: inline-flex; flex-wrap: wrap; gap: 9px; align-items: center; color: var(--co-accent); font-size: 12px; margin-top: 14px; overflow-wrap: anywhere; }
.co-legal-contact a i { font-size: 9px; }
.co-document-footer { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 18px; padding-top: 20px; border-top: 1px solid var(--co-line); }
.co-document-footer a { display: inline-flex; align-items: center; gap: 10px; color: var(--co-accent); font-size: 11px; }
.co-legal-help { display: flex; align-items: center; gap: 19px; margin-block: 45px 65px; padding: 27px 30px; border: 1px solid var(--co-line); border-radius: 12px; background: var(--co-soft); }
.co-legal-help > span { width: 40px; height: 40px; flex-shrink: 0; display: grid; place-items: center; border-radius: 10px; background: var(--co-blue-soft); color: var(--co-accent); }
.co-legal-help h2 { font-size: 17px; }
.co-legal-help p { color: var(--co-muted); font-size: 12px; margin-top: 6px; }
.co-legal-help a { margin-left: auto; flex-shrink: 0; }
html.dark .co-draft-banner { color: #dfc58e; border-color: #615137; background: #302b24; }
html.dark .co-tone-1 { background: #213d36; color: #9accb5; }
html.dark .co-tone-2 { background: #3b3328; color: #d6b47a; }
html.dark .co-hero-art { filter: brightness(.9); }
/* Responsive layouts. */
@media (min-width: 1280px) { .co-hero h1 { font-size: 48px; } }
@media (max-width: 1050px) {
    .co-subnav-brand span { display: none; }
    .co-subnav nav { gap: 19px; }
    .co-hero-grid { gap: 24px; }
    .co-studio-window { width: 345px; right: 5px; top: 47px; }
    .co-canvas-block strong { font-size: 25px; }
    .co-canvas-block strong > span { font-size: 62px; right: 7px; }
    .co-hero-art { height: 365px; }
    .co-float-top { left: -10px; }
    .co-team-art-grid { inset-inline: 16px; }
    .co-career-poster { inset-inline: 36px; }
    .co-eco-node { width: 78px; height: 78px; }
    .co-eco-one, .co-eco-three { left: 0; }
    .co-eco-two, .co-eco-four { right: 0; }
    .co-story, .co-culture-layout, .co-contact-layout { gap: 46px; }
    .co-card, .co-person-body { padding: 23px; }
    .co-legal-layout { grid-template-columns: 210px minmax(0, 1fr); gap: 25px; }
    .co-legal-document { padding: 28px; }
    .co-bottom-cta { padding: 36px; }
    .co-tech-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 800px) {
    .co-container { width: calc(100% - 40px); }
    .co-subnav-inner { display: block; padding-top: 14px; }
    .co-subnav-brand { font-size: 12px; }
    .co-subnav nav { overflow-x: auto; gap: 25px; min-height: 48px; scrollbar-width: thin; }
    .co-subnav nav a { font-size: 12px; }
    .co-hero-grid { grid-template-columns: 1fr 1fr; padding-block: 52px; gap: 12px; min-height: 470px; }
    .co-hero h1 { font-size: 33px; }
    .co-hero-copy > p { font-size: 13px; }
    .co-hero .co-actions { gap: 15px; }
    .co-hero-art { transform: scale(.85); transform-origin: center right; width: 350px; justify-self: end; margin-left: -55px; }
    .co-section { padding-block: 54px; }
    .co-section-heading { align-items: flex-start; flex-direction: column; gap: 14px; }
    .co-section-heading > p { max-width: none; }
    .co-grid-three { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .co-grid-three > :last-child:nth-child(odd) { grid-column: 1/-1; }
    .co-story, .co-culture-layout, .co-contact-layout { grid-template-columns: 1fr; gap: 28px; }
    .co-culture-art { display: none; }
    .co-workflow { gap: 25px; }
    .co-workflow-four { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px; }
    .co-workflow-four article:nth-child(2)::after { display: none; }
    .co-bottom-cta { align-items: flex-start; flex-direction: column; padding: 30px; margin-block: 48px; }
    .co-bottom-cta p { max-width: 490px; }
    .co-manifesto { padding: 35px; }
    .co-manifesto > i { right: 20px; font-size: 100px; }
    .co-faq-section { grid-template-columns: 1fr; gap: 28px; }
    .co-job-toolbar { flex-direction: column; align-items: stretch; }
    .co-search input { width: 100%; }
    .co-job summary { padding: 22px; gap: 15px; }
    .co-job-status { font-size: 10px; }
    .co-job-detail { padding: 24px; }
    .co-job-apply { flex-direction: column; align-items: flex-start; gap: 16px; }
    .co-legal-layout { grid-template-columns: 1fr; gap: 22px; }
    .co-toc { position: static; padding: 20px; background: var(--co-soft); border: 1px solid var(--co-line); border-radius: 10px; }
    .co-toc-inner { max-height: none; overflow: visible; padding: 0; }
    .co-toc nav { grid-template-columns: 1fr 1fr; gap: 1px 10px; }
    .co-toc .co-eyebrow { display: none; }
    .co-toc h2 { margin-top: 0; }
    .co-legal-highlights { margin-bottom: 24px; }
    .co-legal-help { flex-wrap: wrap; }
}
@media (max-width: 600px) {
    .co-hero-grid { grid-template-columns: 1fr; padding-top: 43px; padding-bottom: 35px; gap: 25px; }
    .co-hero h1 { font-size: clamp(30px, 7.6vw, 41px); margin-block: 19px; }
    .co-hero-copy > p { font-size: 14px; max-width: 100%; }
    .co-hero-art { width: min(100%, 410px); height: 360px; transform: none; margin: 0; justify-self: center; }
    .co-studio-window { width: calc(100% - 32px); max-width: 355px; right: 16px; top: 28px; }
    .co-canvas-block strong { font-size: 27px; }
    .co-float-top { left: 4px; top: 4px; }
    .co-float-bottom { right: 2px; bottom: 5px; }
    .co-art-cursor { bottom: 39px; left: 34px; }
    .co-hero-foot { margin-top: 24px; }
    .co-team-art-grid { inset: 13px 28px 21px; }
    .co-hero .co-eyebrow { font-size: 9px; letter-spacing: .12em; }
    .co-principle-strip > div { grid-template-columns: repeat(2, 1fr); gap: 22px 0; padding-block: 22px; }
    .co-principle-strip > div > div { font-size: 11px; gap: 8px; }
    .co-principle-strip > div > div:nth-child(2) { border-right: 0; }
    .co-principle-strip i { font-size: 13px; }
    .co-section { padding-block: 43px; }
    .co-section-heading { margin-bottom: 24px; }
    .co-grid { gap: 16px; }
    .co-grid-three, .co-grid-two { grid-template-columns: 1fr; }
    .co-card { padding: 25px; }
    .co-card h3 { margin-top: 19px; }
    .co-person-art { height: 205px; }
    .co-person-body { padding: 25px; }
    .co-workflow:not(.co-workflow-four) { grid-template-columns: 1fr; gap: 25px; }
    .co-workflow:not(.co-workflow-four) article { padding-left: 65px; min-height: 100px; }
    .co-workflow:not(.co-workflow-four) article > span { position: absolute; left: 0; top: 0; width: 38px; height: 38px; }
    .co-workflow:not(.co-workflow-four) h3 { margin-top: 7px; }
    .co-workflow:not(.co-workflow-four) article:not(:last-child)::after { left: 18px; top: 49px; width: 1px; height: calc(100% - 22px); border-top: 0; border-left: 1px dashed var(--co-line); }
    .co-workflow-four h3 { font-size: 16px; }
    .co-workflow-four p { font-size: 12px; }
    .co-manifesto { padding: 31px 24px; }
    .co-manifesto blockquote { font-size: 21px; }
    .co-manifesto > i { opacity: .6; right: -30px; }
    .co-bottom-cta { padding: 29px 25px; }
    .co-bottom-cta h2 { font-size: 24px; }
    .co-bottom-cta .co-eyebrow { font-size: 8px; }
    .co-cta-star { right: -90px; }
    .co-job summary { gap: 13px; padding: 20px 17px; }
    .co-job summary .co-icon { width: 37px; height: 37px; font-size: 16px; }
    .co-job-title strong { font-size: 14px; }
    .co-job-title small { font-size: 10px; }
    .co-job-status { display: none; }
    .co-job summary > .co-details-icon { margin-left: auto; }
    .co-job-detail { grid-template-columns: 1fr; padding: 21px; }
    .co-filter-group button { padding: 8px 12px; font-size: 11px; }
    .co-contact-form { padding: 23px; }
    .co-tech-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .co-contact-layout { gap: 32px; }
    .co-legal-hero { padding-block: 36px 29px; }
    .co-legal-hero > p { font-size: 13px; }
    .co-legal-meta { gap: 9px 15px; font-size: 10px; }
    .co-draft-banner { padding: 16px; gap: 10px; }
    .co-draft-banner > i { font-size: 14px; }
    .co-legal-highlights .co-card { padding: 19px; display: grid; grid-template-columns: 38px 1fr; gap: 9px 13px; }
    .co-legal-highlights .co-icon { grid-row: span 2; }
    .co-legal-highlights h2 { margin: 0; font-size: 14px; }
    .co-legal-highlights p { font-size: 11px; grid-column: 2; }
    .co-toc { padding: 18px 12px; }
    .co-toc h2 { padding-inline: 8px; }
    .co-toc nav a { font-size: 10px; padding: 8px; }
    .co-toc-related { margin-inline: 8px; }
    .co-legal-document { padding: 24px 20px; }
    .co-document-heading { flex-direction: column; gap: 6px; font-size: 8px; }
    .co-legal-section { padding-block: 23px; }
    .co-legal-section h2 { font-size: 17px; }
    .co-legal-section p { font-size: 12px; }
    .co-legal-contact { padding: 18px; flex-direction: column; }
    .co-legal-help { padding: 23px; gap: 15px; }
    .co-legal-help > div { flex: 1; }
    .co-legal-help h2 { font-size: 15px; }
    .co-legal-help a { margin-left: 0; width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
    html:has(.co-page) { scroll-behavior: auto; }
    .co-page *, .co-page *::before, .co-page *::after { transition: none !important; animation: none !important; scroll-behavior: auto !important; }
}
@media print {
    .co-page { --co-bg: #fff; --co-surface: #fff; --co-ink: #000; --co-muted: #333; --co-line: #ccc; --co-blue-soft: #f4f4f4; --co-soft: #f4f4f4; --co-accent: #222; color: #000 !important; background: #fff !important; font-size: 11pt; }
    .co-page .site-header, .co-page .site-footer, .co-subnav, .co-skip, .co-toc, .co-reading-progress, .co-print, .co-legal-help, .co-document-footer { display: none !important; }
    .co-container { width: 100%; }
    .co-legal-hero { padding: 0 0 20px; }
    .co-legal-hero-icon { display: none; }
    .co-legal-layout { display: block; }
    .co-legal-document { padding: 0; border: 0; }
    .co-legal-highlights { grid-template-columns: repeat(3, 1fr); }
    .co-legal-highlights .co-card { break-inside: avoid; padding: 15px; }
    .co-legal-section p { color: #222; font-size: 10pt; line-height: 1.7; orphans: 3; widows: 3; }
    .co-legal-section h2 { break-after: avoid; }
    .co-legal-contact { break-inside: avoid; }
    .co-draft-banner { color: #333 !important; background: #fff !important; border-color: #777 !important; }
}