@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap";
:root{--bg:#070707;--panel:#101010;--text:#f5f5f3;--muted:#a4a4a0;--line:#ffffff1c;--radius:24px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);margin:0;font-family:DM Sans,sans-serif}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.shell{width:min(1180px,100% - 40px);margin-left:auto;margin-right:auto}.page>.shell{margin-left:auto;margin-right:auto}.hero{background:radial-gradient(circle at 50% 20%,#ffffff1a,#0000 34%),linear-gradient(#0b0b0b 0%,#070707 70%);align-items:center;min-height:780px;padding:180px 0 100px;display:flex}.hero>.shell{width:min(1180px,100% - 40px);margin-left:auto;margin-right:auto}.eyebrow{border:1px solid var(--line);color:#c8c8c4;background:#ffffff0a;border-radius:999px;padding:8px 12px;font-size:12px;display:inline-flex}.hero h1{letter-spacing:-.065em;max-width:1000px;margin:24px 0;font-family:Space Grotesk;font-size:clamp(54px,8vw,104px);line-height:.92}.hero h1 em{color:#777;font-style:normal}.hero p{max-width:650px;color:var(--muted);font-size:19px;line-height:1.65}.actions{flex-wrap:wrap;gap:12px;margin-top:32px;display:flex}.btn.secondary{color:#fff;border:1px solid var(--line);background:0 0}section{border-top:1px solid var(--line);padding:110px 0}.section-head{justify-content:space-between;align-items:end;gap:40px;margin-bottom:48px;display:flex}.section-head h2{letter-spacing:-.05em;margin:0;font-family:Space Grotesk;font-size:clamp(36px,5vw,64px);line-height:.98}.section-head p{max-width:440px;color:var(--muted);line-height:1.7}.grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.card{border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(#111,#0b0b0b);min-height:250px;padding:30px}.card h3{margin:20px 0 10px;font-family:Space Grotesk;font-size:24px}.card p{color:var(--muted);line-height:1.65}.band{color:#090909;background:#f3f3ef;padding:90px 0}.band h2{letter-spacing:-.06em;max-width:900px;margin:0;font-family:Space Grotesk;font-size:clamp(42px,6vw,76px);line-height:.95}.band p{color:#555;max-width:620px;font-size:18px;line-height:1.7}.darkbtn{color:#fff;background:#090909}.page{padding:170px 0 90px}.page h1{letter-spacing:-.065em;max-width:1000px;margin:20px auto;font-family:Space Grotesk;font-size:clamp(56px,8vw,100px);line-height:.9}.page .lead{color:var(--muted);max-width:700px;margin-left:auto;margin-right:auto;font-size:20px;line-height:1.7}.page>.shell>h1,.page>.shell>.eyebrow,.page>.shell>.lead{text-align:center}.careers-page>.shell>h1,.careers-page>.shell>.lead{text-align:left;margin-left:0;margin-right:0}.careers-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.career-card{border:1px solid var(--line);background:linear-gradient(145deg,#ffffff12,#ffffff06);border-radius:12px;flex-direction:column;justify-content:space-between;min-height:380px;padding:28px;transition:transform .35s,border-color .35s,background .35s,box-shadow .35s;display:flex;position:relative;overflow:hidden}.career-card:before{content:"";filter:blur(5px);background:#ffffff12;border-radius:50%;width:220px;height:220px;transition:transform .5s;position:absolute;top:-100px;right:-100px}.career-card:hover{background:linear-gradient(145deg,#ffffff1c,#ffffff09);border-color:#ffffff47;transform:translateY(-6px);box-shadow:0 20px 55px #00000040}.career-card:hover:before{transform:scale(1.7)}.career-top,.career-meta{z-index:1;justify-content:space-between;align-items:center;gap:10px;display:flex;position:relative}.career-arrow{border:1px solid var(--line);color:#aaa;border-radius:50%;place-items:center;width:34px;height:34px;transition:transform .35s,background .35s,color .35s;display:grid}.career-card:hover .career-arrow{color:#080808;background:#fff;transform:translate(3px,-3px)}.career-card h3{letter-spacing:-.03em;z-index:1;margin:18px 0 12px;font-family:Space Grotesk;font-size:28px;line-height:1.05;position:relative}.career-card p{color:var(--muted);z-index:1;line-height:1.65;position:relative}.career-meta{color:#858581;font-size:12px}.career-meta span{border:1px solid var(--line);border-radius:999px;padding:7px 10px}.career-apply{border-top:1px solid var(--line);z-index:1;justify-content:space-between;align-items:center;margin-top:24px;padding-top:18px;font-size:13px;font-weight:700;display:flex;position:relative}.career-apply span{transition:transform .3s}.career-card:hover .career-apply span{transform:translate(5px)}.general-card{background:0 0;border:0;grid-column:1/-1;min-height:260px}.general-card:hover{box-shadow:none;background:0 0;border-color:#0000}.general-card:before{display:none}.general-card p{max-width:720px}.careers-note{padding-bottom:0}.career-note-grid{grid-template-columns:1fr 1fr;align-items:end;gap:70px;display:grid}.career-note-grid h2{letter-spacing:-.06em;margin:18px 0 0;font-family:Space Grotesk;font-size:clamp(42px,6vw,72px);line-height:.95}.career-note-grid p{color:var(--muted);max-width:600px;line-height:1.8}.application-shell{max-width:980px}.application-form{gap:22px;width:100%;max-width:820px;margin:55px auto 0;display:grid}.application-grid{grid-template-columns:1fr 1fr;gap:18px;display:grid}.field{gap:9px;display:grid}.field label{color:#c7c7c2;font-size:13px}.field label span{color:#777}.field input,.field textarea,.field select{border:1px solid var(--line);color:#fff;background:#0e0e0e;border-radius:14px;outline:none;width:100%;padding:15px}.field input:focus,.field textarea:focus,.field select:focus{border-color:#ffffff59}.field textarea{resize:vertical;min-height:150px}.field small{color:#777;font-size:12px}.field input[type=file]{padding:13px}.field select{appearance:auto}.application-form .btn{justify-self:center;margin-top:8px}.footer{border-top:1px solid var(--line);padding:70px 0 30px;position:relative}.footgrid{grid-template-columns:2fr repeat(3,1fr);gap:40px;display:grid}.footer h4{margin:0 0 15px}.footer a,.footer p{color:#8d8d89;font-size:14px;line-height:2}.copyright{border-top:1px solid var(--line);color:#666;justify-content:space-between;margin-top:50px;padding-top:20px;font-size:12px;display:flex}.copyrightRight{flex-direction:column;align-items:flex-end;gap:8px;display:flex}.footerSocials{align-items:center;gap:8px;display:flex;position:absolute;bottom:94px;right:max(20px,50% - 590px)}.footerSocials a{background:#ffffff06;border:1px solid #ffffff38;border-radius:7px;place-items:center;width:30px;transition:border-color .2s,color .2s,background .2s;color:#aaa!important;height:30px!important;line-height:1!important;display:grid!important}.footerSocials a:hover{background:#ffffff12;border-color:#ffffff80;color:#fff!important}.footerSocials svg{fill:currentColor;width:16px;height:16px;display:block}.notfound{align-items:center;min-height:80vh;display:flex}.notfound h1{margin:0;font-family:Space Grotesk;font-size:100px}.hero-home{min-height:880px;padding-top:190px}.hero-grid{grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);align-items:center;gap:70px;display:grid}.hero-copy{z-index:2;position:relative}.hero-lead{max-width:650px;font-size:20px!important}.hero-system{background:linear-gradient(145deg,#fff1,#ffffff05);border:1px solid #ffffff1f;border-radius:28px;flex-direction:column;justify-content:center;min-height:440px;padding:28px;display:flex;box-shadow:inset 0 1px #ffffff14,0 30px 80px #00000038}.system-label{letter-spacing:.16em;color:#777;margin-bottom:30px;font-size:11px}.system-node{letter-spacing:.08em;background:#ffffff09;border:1px solid #ffffff26;border-radius:12px;padding:18px;font-family:Space Grotesk;font-size:13px}.system-primary{background:#ffffff13}.system-result{color:#090909;background:#f3f3ef;border-color:#f3f3ef}.system-line{background:linear-gradient(#777,#ffffff1a);width:1px;height:38px;margin:auto}.system-line.short{height:25px}.system-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.hero-system p{color:#777;margin:24px 0 0;font-size:13px;line-height:1.6}.intro-section{padding:105px 0 95px}.split-intro{grid-template-columns:1fr 1fr;align-items:end;gap:80px;display:grid}.split-intro h2{letter-spacing:-.06em;margin:20px 0 0;font-family:Space Grotesk;font-size:clamp(48px,6vw,78px);line-height:.9}.split-intro p{color:var(--muted);max-width:520px;margin:0;font-size:20px;line-height:1.7}.offer-section{padding-top:20px}.offer-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.offer-card{border:1px solid var(--line);background:linear-gradient(145deg,#ffffff13,#ffffff05);border-radius:18px;flex-direction:column;justify-content:space-between;min-height:560px;padding:32px;transition:transform .35s,border-color .35s,background .35s;display:flex}.offer-card:hover{background:linear-gradient(145deg,#ffffff1b,#ffffff06);border-color:#ffffff40;transform:translateY(-6px)}.offer-featured{background:linear-gradient(145deg,#ffffff1b,#ffffff06)}.offer-number{color:#777;font-family:Space Grotesk;font-size:12px}.offer-kicker,.service-card-top span{letter-spacing:.15em;color:#858581;font-size:11px}.offer-card h3{letter-spacing:-.055em;max-width:550px;margin:20px 0;font-family:Space Grotesk;font-size:clamp(38px,4vw,58px);line-height:.94}.offer-card p{color:var(--muted);max-width:520px;font-size:16px;line-height:1.75}.offer-link{align-items:center;gap:8px;font-size:13px;font-weight:600;display:flex}.principles-section{padding-top:120px}.compact-head{align-items:end}.compact-head h2{margin-top:18px}.principle-grid{border-top:1px solid var(--line);grid-template-columns:repeat(4,1fr);display:grid}.principle{border-right:1px solid var(--line);min-height:220px;padding:24px 22px 30px}.principle:last-child{border-right:0}.principle>span{color:#666;font-size:11px}.principle h3{margin:42px 0 10px;font-family:Space Grotesk;font-size:22px}.principle p{color:var(--muted);font-size:14px;line-height:1.65}.band-home{padding:105px 0}.band-grid{grid-template-columns:1.2fr .8fr;align-items:end;gap:80px;display:grid}.band-grid h2{margin-top:20px}.band-grid p{font-size:16px}.light-eyebrow{color:#333;background:#0000000a;border-color:#00000024}.flow-visual{border:1px solid var(--line);background:linear-gradient(145deg,#ffffff0b,#ffffff03);border-radius:18px;grid-template-columns:1fr 70px 1fr 70px 1fr 70px 1fr;align-items:center;gap:12px;margin-top:80px;padding:25px;display:grid}.flow-visual div{border:1px solid var(--line);background:#ffffff06;border-radius:12px;flex-direction:column;justify-content:space-between;min-height:135px;padding:20px;display:flex}.flow-visual span{color:#666;font-size:10px}.flow-visual strong{font-family:Space Grotesk;font-size:20px}.flow-visual small{color:#777;font-size:12px}.flow-visual i{background:linear-gradient(90deg,#777,#0000);height:1px}.process-section,.detail-process{padding-bottom:30px}.process-list{border-top:1px solid var(--line)}.process-row{border-bottom:1px solid var(--line);grid-template-columns:70px 220px 1fr;align-items:start;gap:25px;padding:26px 0;display:grid}.process-no{color:#666;padding-top:6px;font-size:11px}.process-row h3{margin:0;font-family:Space Grotesk;font-size:25px}.process-row p{color:var(--muted);max-width:650px;margin:0;line-height:1.7}.two-track{grid-template-columns:1.15fr .85fr;align-items:center;gap:80px;display:grid}.two-track h2{letter-spacing:-.055em;margin:18px 0;font-family:Space Grotesk;font-size:clamp(38px,5vw,62px);line-height:.95}.two-track p{color:var(--muted);max-width:620px;line-height:1.75}.track-card{border:1px solid var(--line);background:#ffffff06;border-radius:18px;flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;padding:32px;display:flex}.track-card span{letter-spacing:.14em;color:#666;width:100%;margin-bottom:18px;font-size:10px}.track-card strong{border:1px solid var(--line);border-radius:9px;padding:12px 14px;font-family:Space Grotesk;font-size:12px}.track-card b{color:#666;font-weight:400}.page-actions{margin:45px 0 20px}.service-showcase{gap:16px;padding:80px 0 30px;display:grid}.service-large-card{border:1px solid var(--line);background:linear-gradient(145deg,#ffffff12,#ffffff05);border-radius:18px;flex-direction:column;justify-content:space-between;min-height:500px;padding:34px;transition:transform .35s,border-color .35s;display:flex}.service-large-card:hover{border-color:#ffffff45;transform:translateY(-5px)}.sarah-card{background:linear-gradient(145deg,#ffffff09,#ffffff03)}@media (max-width:900px){.grid,.careers-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-grid,.split-intro,.two-track,.band-grid{grid-template-columns:1fr}.principle-grid{grid-template-columns:1fr 1fr}.flow-visual{grid-template-columns:1fr}.flow-visual i{width:1px;height:35px;margin:auto}.footgrid{grid-template-columns:1fr 1fr}.footerSocials{bottom:92px;right:20px}.copyrightRight{align-items:flex-end}}@media (max-width:620px){.grid,.careers-grid,.application-grid{grid-template-columns:1fr}.footgrid{grid-template-columns:1fr 1fr}.copyright{flex-direction:column;gap:15px}.copyrightRight{align-items:flex-start}.footerSocials{order:-1;margin-top:10px;position:static}.copyrightRight{width:100%}}
.Nav-module__e1xquq__nav{z-index:100;-webkit-backdrop-filter:blur(28px)saturate(140%);background:#ffffff1a;border:1px solid #ffffff57;border-radius:999px;justify-content:space-between;align-items:center;width:min(1320px,100% - 32px);height:64px;padding:7px 10px 7px 20px;transition:background .3s,border-color .3s,box-shadow .3s;display:flex;position:fixed;top:18px;left:50%;overflow:visible;transform:translate(-50%);box-shadow:inset 0 1px #ffffff8c,0 16px 45px #0000001f}.Nav-module__e1xquq__navScrolled{background:#ffffff21;border-color:#ffffff6b;box-shadow:inset 0 1px #ffffff9e,0 18px 52px #00000024}.Nav-module__e1xquq__inner{z-index:2;justify-content:space-between;align-items:center;gap:24px;width:100%;display:flex;position:relative}.Nav-module__e1xquq__brand{flex:none;align-items:center;width:126px;height:50px;text-decoration:none;display:inline-flex}.Nav-module__e1xquq__logoMark{width:100%;height:100%;display:block;overflow:visible}.Nav-module__e1xquq__group{z-index:30;align-items:center;gap:10px;margin-left:auto;display:flex;position:relative}.Nav-module__e1xquq__links{z-index:40;align-items:center;gap:1px;display:flex;position:relative}.Nav-module__e1xquq__link{cursor:pointer;background:0 0;border:0;border-radius:999px;align-items:center;gap:4px;padding:9px 12px;font-family:DM Sans,sans-serif;font-size:13px;font-weight:500;text-decoration:none;transition:background .2s,transform .2s;display:inline-flex;color:#fff!important}.Nav-module__e1xquq__link:hover,.Nav-module__e1xquq__link:focus-visible{background:#ffffff47;outline:none;transform:translateY(-1px)}.Nav-module__e1xquq__active{background:#ffffff38}.Nav-module__e1xquq__item{z-index:50;position:relative}.Nav-module__e1xquq__chevron{opacity:.8;transition:transform .2s}.Nav-module__e1xquq__chevronOpen{transform:rotate(180deg)}.Nav-module__e1xquq__dropdown{z-index:9999;-webkit-backdrop-filter:blur(30px)saturate(140%);opacity:0;pointer-events:none;background:#ffffff21;border:1px solid #ffffff61;border-radius:16px;min-width:220px;padding:7px;transition:opacity .18s,transform .18s;position:absolute;top:calc(100% + 10px);left:0;transform:translateY(-6px)scale(.98);box-shadow:inset 0 1px #ffffff94,0 20px 50px #00000024}.Nav-module__e1xquq__dropdownOpen{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.Nav-module__e1xquq__dropdownLink{border-radius:9px;padding:10px 12px;font-family:DM Sans,sans-serif;font-size:13px;text-decoration:none;transition:background .2s,transform .2s;display:block;color:#fff!important}.Nav-module__e1xquq__dropdownLink:hover,.Nav-module__e1xquq__dropdownLink:focus-visible,.Nav-module__e1xquq__dropdownActive{background:#ffffff47;outline:none;transform:translate(2px)}.Nav-module__e1xquq__right{align-items:center;gap:8px;display:flex}.Nav-module__e1xquq__cta{color:#090909;background:#ffffffd1;border:1px solid #ffffff85;border-radius:999px;justify-content:center;align-items:center;padding:10px 17px;font-family:DM Sans,sans-serif;font-size:13px;font-weight:700;text-decoration:none;display:inline-flex;box-shadow:inset 0 1px #ffffffd9}.Nav-module__e1xquq__menuBtn{color:#fff;cursor:pointer;background:#ffffff2e;border:1px solid #ffffff6b;border-radius:999px;justify-content:center;align-items:center;width:38px;height:38px;display:none}.Nav-module__e1xquq__sheet{z-index:90;-webkit-backdrop-filter:blur(40px)saturate(145%);opacity:0;pointer-events:none;background:#ffffff24;border:1px solid #fff6;border-radius:22px;flex-direction:column;gap:4px;max-height:calc(100vh - 102px);padding:20px;transition:opacity .2s,transform .2s;display:flex;position:fixed;top:88px;left:14px;right:14px;overflow:auto;transform:translateY(-8px);box-shadow:inset 0 1px #ffffffa6,0 24px 65px #00000029}.Nav-module__e1xquq__sheetOpen{opacity:1;pointer-events:auto;transform:translateY(0)}.Nav-module__e1xquq__sheet a{border-bottom:1px solid #ffffff24;padding:14px 8px;font-family:Space Grotesk,sans-serif;font-size:18px;font-weight:500;text-decoration:none;color:#fff!important}.Nav-module__e1xquq__sheetSub{flex-direction:column;padding-bottom:4px;padding-left:14px;display:flex}.Nav-module__e1xquq__sheetSub a{border-bottom:0;padding:9px 8px;font-family:DM Sans,sans-serif;font-size:14px;color:#fff!important}.Nav-module__e1xquq__mobileActive{font-weight:650}.Nav-module__e1xquq__sheet .Nav-module__e1xquq__cta{border-bottom:0;align-self:flex-start;margin-top:12px}@media (max-width:900px){.Nav-module__e1xquq__links{display:none}.Nav-module__e1xquq__menuBtn{display:inline-flex}.Nav-module__e1xquq__nav{width:calc(100% - 24px);height:56px;padding:6px 7px 6px 14px;top:10px}.Nav-module__e1xquq__brand{width:104px;height:42px}.Nav-module__e1xquq__cta{padding:9px 14px}.Nav-module__e1xquq__sheet{max-height:calc(100vh - 90px);padding:18px;top:78px;left:12px;right:12px}}@media (max-width:560px){.Nav-module__e1xquq__cta{display:none}.Nav-module__e1xquq__nav{width:calc(100% - 16px)}}
.ChessEgg-module__BYJCVW__overlay{z-index:1000;-webkit-backdrop-filter:blur(12px);background:#000000ad;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.ChessEgg-module__BYJCVW__modal{color:#f5f5f3;background:#050505;border:1px solid #ffffff29;border-radius:16px;width:min(620px,100vw - 32px);padding:26px;position:relative;box-shadow:0 40px 120px #000000a6}.ChessEgg-module__BYJCVW__close{color:#fff;cursor:pointer;background:#111;border:1px solid #ffffff24;border-radius:50%;width:34px;height:34px;font-size:22px;position:absolute;top:14px;right:16px}.ChessEgg-module__BYJCVW__top{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:20px;padding-right:40px;display:flex}.ChessEgg-module__BYJCVW__kicker{letter-spacing:.18em;color:#777;font-size:10px}.ChessEgg-module__BYJCVW__top h2{letter-spacing:-.05em;margin:5px 0;font-family:Space Grotesk;font-size:42px}.ChessEgg-module__BYJCVW__top p{color:#999;margin:0;font-size:13px}.ChessEgg-module__BYJCVW__reset{color:#eee;cursor:pointer;background:#111;border:1px solid #ffffff26;border-radius:8px;padding:9px 12px;font-size:12px}.ChessEgg-module__BYJCVW__board{aspect-ratio:1;border:1px solid #ffffff26;grid-template-columns:repeat(8,1fr);width:min(100%,520px);margin:auto;display:grid;overflow:hidden}.ChessEgg-module__BYJCVW__square{cursor:pointer;border:0;place-items:center;padding:0;font-family:serif;font-size:clamp(28px,6vw,48px);line-height:1;display:grid}.ChessEgg-module__BYJCVW__light{color:#151515;background:#e7e4dc}.ChessEgg-module__BYJCVW__dark{color:#f7f7f4;background:#6d6a63}.ChessEgg-module__BYJCVW__selected{box-shadow:inset 0 0 0 4px #fff}.ChessEgg-module__BYJCVW__target{box-shadow:inset 0 0 0 3px #ffffff8c}.ChessEgg-module__BYJCVW__note{text-align:center;color:#666;margin-top:16px;font-size:11px}@media (max-width:600px){.ChessEgg-module__BYJCVW__modal{padding:20px}.ChessEgg-module__BYJCVW__top h2{font-size:34px}.ChessEgg-module__BYJCVW__top{align-items:center}.ChessEgg-module__BYJCVW__reset{font-size:11px}.ChessEgg-module__BYJCVW__square{font-size:clamp(25px,9vw,40px)}}
