@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@400;500;600;700&display=swap');
:root{--black:#0b0c0d;--white:#f7f8f8;--blue:#9dd9e8;--mist:#ddf3f7;--muted:#aeb2b5;--line:#303335;font-family:Inter,Arial,sans-serif;color:var(--white);background:var(--black);font-synthesis:none}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:2rem}body{margin:0}a{color:inherit;text-decoration:none}a:focus-visible{outline:3px solid var(--blue);outline-offset:6px}a:hover{text-decoration:underline;text-underline-offset:5px}.skip{position:absolute;left:1rem;top:-100px;background:var(--blue);color:var(--black);padding:1rem;z-index:10}.skip:focus{top:1rem}.header{max-width:1600px;margin:auto;min-height:104px;display:flex;align-items:center;gap:2rem;padding:1.5rem 5%;border-bottom:1px solid var(--line)}.wordmark{font:2.4rem 'Bebas Neue','Arial Narrow',Impact,sans-serif;letter-spacing:.04em}.mark{color:var(--blue);padding-left:.12em}.parent{font-size:.75rem;letter-spacing:.1em;border-left:1px solid #54585b;padding: .6rem 0 .6rem 1.5rem}.header nav{margin-left:auto;display:flex;gap:2rem;font-size:.875rem}.hero{max-width:1600px;margin:auto;display:grid;grid-template-columns:60% 40%;min-height:730px}.hero-copy{padding:4.5rem 8.33% 4rem}.eyebrow{font-size:.75rem;font-weight:600;letter-spacing:.14em;line-height:1.6;margin:0 0 2rem}.hero .eyebrow{display:flex;align-items:center;gap:1rem}.line{width:32px;height:2px;background:var(--blue)}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-weight:400}h1{font-family:'Bebas Neue','Arial Narrow',Impact,sans-serif;font-size:clamp(4rem,7.8vw,8rem);line-height:.98;letter-spacing:-.015em;margin-bottom:1.75rem}h1 span{color:var(--blue)}.intro{font-size:1.0625rem;line-height:1.8;max-width:435px;color:#c3c7c9;margin-bottom:2rem}.button{display:inline-flex;gap:3.5rem;align-items:center;background:var(--blue);color:var(--black);padding:1.1rem 1.4rem;font-size:.9375rem;font-weight:600;min-height:52px}.button:hover{background:var(--mist);text-decoration:none}.hero-note{font-size:.8125rem;color:var(--muted);margin:1rem 0 0}.hero-panel{background:var(--blue);color:var(--black);padding:2.5rem;display:flex;flex-direction:column;justify-content:space-between}.panel-top{display:flex;justify-content:space-between;gap:1rem;font-size:.75rem;letter-spacing:.05em;border-bottom:1px solid #0b0c0d55;padding-bottom:1.5rem}.statement{padding:3rem 0;display:flex;flex-direction:column;font-family:'Bebas Neue','Arial Narrow',Impact,sans-serif;font-size:clamp(2.5rem,4.5vw,4.8rem);line-height:1.08}.statement strong{font-weight:400;font-size:clamp(3.2rem,5.5vw,5.8rem);letter-spacing:-.02em}.statement strong:nth-child(2){margin-bottom:1.5rem}.panel-bottom{display:flex;align-items:end;justify-content:space-between;border-top:1px solid #0b0c0d55;padding-top:1.5rem;font-size:.875rem;line-height:1.6}.asterisk{font-size:4.5rem;line-height:1}.strip{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.5rem 5%;border-block:1px solid var(--line);font-size:.75rem;letter-spacing:.12em}.strip span:nth-child(even){color:var(--blue);font-size:1.5rem}.section{padding:6rem 5%;max-width:1600px;margin:auto}.approach{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.eyebrow{color:var(--muted)}h2{font-family:'Bebas Neue','Arial Narrow',Impact,sans-serif;font-size:clamp(2.8rem,4.3vw,4.5rem);line-height:1.05;margin-bottom:0}.section-copy{padding-top:2.9rem;max-width:525px;font-size:1.0625rem;line-height:1.9;color:#c3c7c9}.section-copy p:last-child{margin-bottom:0}.experience{padding-top:1rem;padding-bottom:6rem}.section-heading{margin-bottom:3rem}.features{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line)}.features article{padding:2.2rem 2rem 0 0;display:flex;flex-direction:column}.features article+article{border-left:1px solid var(--line);padding-left:2rem}.number{font-family:'Bebas Neue',Impact,sans-serif;font-size:2.5rem;color:var(--blue);margin-bottom:2rem}h3{font-size:1.375rem;font-weight:500;margin-bottom:1rem}.features p{color:#b4babe;line-height:1.8;max-width:330px}.role{font-size:.75rem;letter-spacing:.1em;color:var(--muted);margin-top:auto;padding-top:1.5rem}.closing{background:var(--mist);color:var(--black);padding:5rem 5%}.closing .eyebrow{color:#425c62}.closing h2 span{color:#346876}.closing a{display:inline-block;font-size:.875rem;margin-top:2rem;padding:.5rem 0}.closing a span{padding-left:2rem}footer{padding:2.5rem 5%;display:flex;align-items:center;gap:2rem}footer p,footer>span{font-size:.8125rem;color:var(--muted);margin:0}footer>span{margin-left:auto}@media(min-width:1600px){.strip,.closing,footer{padding-inline:max(5%,calc((100vw - 1440px)/2))}}@media(max-width:850px){.parent{display:none}.hero{grid-template-columns:1fr  .85fr;min-height:650px}.hero-copy{padding:3.5rem 8%}h1{font-size:4.8rem}.hero-panel{padding:2rem 1.5rem}.statement{font-size:2.7rem}.statement strong{font-size:3.4rem}.approach{gap:2rem}.features article{padding-right:1rem}.features article+article{padding-left:1rem}}@media(max-width:600px){.header{min-height:82px}.header nav{gap:1rem;font-size:.8125rem}.wordmark{font-size:2rem}.header nav a:first-child{display:none}.hero{display:block}.hero-copy{padding:3rem 6%}.hero h1{font-size:clamp(3.8rem,15vw,5.5rem)}.hero-panel{padding:1.5rem 6%}.statement{font-size:2.7rem;padding:2.5rem 0}.statement strong{font-size:3.7rem}.panel-bottom{align-items:center}.strip{flex-wrap:wrap;justify-content:center;padding:1.25rem 6%;font-size:.6875rem;gap:.7rem}.strip span:last-child,.strip span:nth-child(4){display:none}.section{padding:3.5rem 6%}.approach{display:block}.section-copy{padding-top:1.75rem}.eyebrow{margin-bottom:1.25rem}.experience{padding-top:0}.features{grid-template-columns:1fr}.features article,.features article+article{padding:1.75rem 0;border-left:0;border-bottom:1px solid var(--line)}.number{margin-bottom:1rem}.features p{max-width:none}.role{padding-top:.5rem}.closing{padding:3.5rem 6%}footer{padding:2rem 6%;flex-wrap:wrap;gap:1rem}footer p{flex-basis:70%}footer>span{margin:0}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
.get-started h2{margin-bottom:3rem}.text-link{font-size:.9375rem;color:var(--blue);padding:.5rem 0}.availability{font-size:.875rem!important;color:var(--muted)}.about{border-block:1px solid var(--line)}.contact{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.contact .intro{margin-top:1.5rem}form{max-width:560px}label{display:block;font-size:.875rem;margin:0 0 .6rem}input,textarea{width:100%;border:1px solid #62696d;border-radius:0;background:#141719;color:var(--white);font:inherit;padding:.85rem;margin-bottom:1.5rem}textarea{resize:vertical}input:focus,textarea:focus{outline:2px solid var(--blue);outline-offset:2px}button{border:0;font-family:inherit;cursor:pointer}button:focus-visible{outline:3px solid var(--white);outline-offset:4px}button:disabled{opacity:.6;cursor:wait}.form-note{font-size:.8125rem;line-height:1.5;color:var(--muted)}#form-status{font-size:.9375rem;line-height:1.6;margin-top:1rem}.honeypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}@media(max-width:600px){.contact{grid-template-columns:1fr;gap:1rem}}
